summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-11 09:27:38 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-11 09:27:38 +0000
commitaf2175f3af162eb903b997aec528130b4b56bb6b (patch)
treeae74287a8b41b5a2b6267a9a9a8361d0d71917fe /bin
parent6d98d4788348f34711420a8abcb62bb26d161871 (diff)
downloadportage-af2175f3af162eb903b997aec528130b4b56bb6b.tar.gz
portage-af2175f3af162eb903b997aec528130b4b56bb6b.tar.bz2
portage-af2175f3af162eb903b997aec528130b4b56bb6b.zip
Add a new "ebuild.autotools" check for when ebuilds call
autotools directly instead of using autotools.eclass. Thanks to Betelgeuse for the initial patch. svn path=/main/trunk/; revision=9179
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 51fc8a395..3cb2b68ef 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -298,6 +298,7 @@ qahelp={
"ebuild.majorsyn":"This ebuild has a major syntax error that may cause the ebuild to fail partially or fully",
"ebuild.minorsyn":"This ebuild has a minor syntax error that contravenes gentoo coding style",
"ebuild.badheader":"This ebuild has a malformed header",
+ "ebuild.autotools":"Ebuild calls autotools directly instead of using autotools.eclass",
"metadata.missing":"Missing metadata.xml files",
"metadata.bad":"Bad metadata.xml files",
"virtual.versioned":"PROVIDE contains virtuals with versions",
@@ -315,6 +316,7 @@ qawarnings=[
"ebuild.notadded",
"ebuild.nostable",
"ebuild.allmasked",
+"ebuild.autotools",
"ebuild.nesteddie",
"desktop.invalid",
"digest.assumed",