summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-03-19 22:46:19 +0000
committerMarius Mauch <genone@gentoo.org>2008-03-19 22:46:19 +0000
commitaa4a1517fdad818b7659449d7ebfd9ec492b4c72 (patch)
treee5fea8741823622540c91aa899b13431685de11c /bin
parentc91d55c80e603ed8931a6d522b39da8a83fad45a (diff)
downloadportage-aa4a1517fdad818b7659449d7ebfd9ec492b4c72.tar.gz
portage-aa4a1517fdad818b7659449d7ebfd9ec492b4c72.tar.bz2
portage-aa4a1517fdad818b7659449d7ebfd9ec492b4c72.zip
readd digestentry.unused category as it's still relevant
svn path=/main/trunk/; revision=9491
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 9c807642f..8d31e6661 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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",