pub fn gen_ebuild_data(
    manifest_path: Option<&Path>,
    package_name: Option<&str>,
    audit: bool
) -> Result<EbuildConfig>