readd digestentry.unused category as it's still relevant
authorMarius Mauch <genone@gentoo.org>
Wed, 19 Mar 2008 22:46:19 +0000 (22:46 -0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 19 Mar 2008 22:46:19 +0000 (22:46 -0000)
svn path=/main/trunk/; revision=9491

bin/repoman

index 9c807642fe827961aab58e6cca7757cb4b20d2b8..8d31e666128d57f6cec452967ff2742ec42cc707 100755 (executable)
@@ -284,6 +284,7 @@ qahelp={
        "LICENSE.invalid":"This ebuild is listing a license that doesnt exist in portages license/ dir.",
        "KEYWORDS.invalid":"This ebuild contains KEYWORDS that are not listed in profiles/arch.list or for which no valid profile was found",
        "RESTRICT.invalid":"This ebuild contains invalid RESTRICT values.",
+       "digestentry.unused":"Some files listed in the Manifest aren't referenced in SRC_URI",
        "ebuild.nostable":"There are no ebuilds that are marked as stable for your ARCH",
        "ebuild.allmasked":"All ebuilds are masked for this package (Package level only)",
        "ebuild.majorsyn":"This ebuild has a major syntax error that may cause the ebuild to fail partially or fully",
@@ -303,6 +304,7 @@ qacats.sort()
 qawarnings=[
 "changelog.missing",
 "changelog.notadded",
+"digestentry.unused",
 "ebuild.notadded",
 "ebuild.nostable",
 "ebuild.allmasked",