Remove SLOT.missing since SLOT.invalid handles that case now. v2.2_rc50
authorZac Medico <zmedico@gentoo.org>
Mon, 16 Nov 2009 00:23:08 +0000 (00:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 16 Nov 2009 00:23:08 +0000 (00:23 -0000)
svn path=/main/trunk/; revision=14824

bin/repoman
man/repoman.1

index 0df7c00aeeb171b4026ad182bff384f8e2e640b9..f8e1fc856c33b23eba4cf0ca57e96b51ecf53fa0 100755 (executable)
@@ -283,8 +283,7 @@ qahelp={
        "EAPI.definition":"EAPI is defined after an inherit call (must be defined before)",
        "EAPI.incompatible":"Ebuilds that use features that are only available with a different EAPI",
        "EAPI.unsupported":"Ebuilds that have an unsupported EAPI version (you must upgrade portage)",
-       "SLOT.invalid":"Ebuilds that have an invalid SLOT variable value",
-       "SLOT.missing":"Ebuilds that have a missing or empty SLOT variable",
+       "SLOT.invalid":"Ebuilds that have a missing or invalid SLOT variable value",
        "HOMEPAGE.missing":"Ebuilds that have a missing or empty HOMEPAGE variable",
        "DEPEND.bad":"User-visible ebuilds with bad DEPEND settings (matched against *visible* ebuilds)",
        "RDEPEND.bad":"User-visible ebuilds with bad RDEPEND settings (matched against *visible* ebuilds)",
@@ -388,7 +387,7 @@ qawarnings = set((
 
 non_ascii_re = re.compile(r'[^\x00-\x7f]')
 
-missingvars=["KEYWORDS","LICENSE","DESCRIPTION","HOMEPAGE","SLOT"]
+missingvars = ["KEYWORDS", "LICENSE", "DESCRIPTION", "HOMEPAGE"]
 allvars = set(x for x in portage.auxdbkeys if not x.startswith("UNUSED_"))
 allvars.update(Package.metadata_keys)
 allvars = sorted(allvars)
index 5fab376b605a63e71f7ea4b676dd48321d25b476..dd318a3f94edc564393ede96a87b4ae1b103fb1f 100644 (file)
@@ -207,10 +207,7 @@ Syntax error in PROPERTIES (usually an extra/missing space/parenthesis)
 .B RESTRICT.syntax
 Syntax error in RESTRICT (usually an extra/missing space/parenthesis)
 .B SLOT.invalid
-Ebuilds that have an invalid SLOT variable value
-.TP
-.B SLOT.missing
-Ebuilds that have a missing or empty SLOT variable
+Ebuilds that have a missing or invalid SLOT variable value
 .TP
 .B SRC_URI.mirror
 A uri listed in profiles/thirdpartymirrors is found in SRC_URI