Remove the last traces of the ebuild.autotools check.
authorZac Medico <zmedico@gentoo.org>
Wed, 30 Jan 2008 22:52:57 +0000 (22:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 30 Jan 2008 22:52:57 +0000 (22:52 -0000)
svn path=/main/trunk/; revision=9236

bin/repoman

index 9631ccb28acf8f6c2d79f23675ebb10d5e0648fc..a43f95c4bd752d634c74fff5a061b54c87b9be86 100755 (executable)
@@ -296,7 +296,6 @@ 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",
@@ -314,7 +313,6 @@ qawarnings=[
 "ebuild.notadded",
 "ebuild.nostable",
 "ebuild.allmasked",
-"ebuild.autotools",
 "ebuild.nesteddie",
 "desktop.invalid",
 "digest.assumed",