Created attachment 526130 [details] yamdi ebuild for v. 1.9 FLV indexer - new package
Thank you for your contribution. I had a short look on the ebuild. Here a few ideas: * Please test the ebuild with repoman full -x https://wiki.gentoo.org/wiki/Repoman * We always try to use the latest EAPI, please bump to EAPI=6 * Please remove obsolete lines RDEPEND="" DEPEND="${RDEPEND}" RDEPEND="${RDEPEND}" makes no sense and can be deleted. * Please be more specific in the DESCRIPTION. The objective description may be <=80 characters long. * after bumping to EAPI=6, drop eutils * add "default" see: https://devmanual.gentoo.org/ebuild-writing/eapi/ * remove pkg_postinst() * read also https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers
Created attachment 526592 [details] yamdi ebuild for v. 1.9
# repoman -dx full RepoMan scours the neighborhood... metadata.missing [fatal] 1 media-video/yamdi/metadata.xml Please fix these important QA issues first. RepoMan sez: "Make your QA payment on time and you'll never see the likes of me." I did not create a metadata.xml because I'm not the maintainer. I understand that "default" is usually only for applying patches in src_prepare or calling emake in src_install if there's a Makefile provided upstream. Nothing for src_compile. So I don't really need to call "default". Infact, I'd rather not in src_install because there's an upstream Makefile but it's inappropriate.