Make repoman ebuild.invalidname message a bit more useful
authorMarius Mauch <genone@gentoo.org>
Mon, 13 Feb 2006 05:26:39 +0000 (05:26 -0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 13 Feb 2006 05:26:39 +0000 (05:26 -0000)
svn path=/main/trunk/; revision=2707

bin/repoman
man/repoman.1

index eff9134e54fecffd9daf9aa1ee2b8677a7a7e475..dc7ef0f11b4905dc41b3ff13253ea6f020b7c13b 100755 (executable)
@@ -108,7 +108,7 @@ qahelp={
        "digest.disjointed":"Digests not added to cvs when the matching ebuild has been added",
        "digest.notadded":"Digests that exist but have not been added to cvs",
        "digest.unmatch":"Digests which are incomplete (please check if your USE/ARCH includes all files)",
-       "ebuild.invalidname":"Ebuild files with a non-parseable or syntactically incorrect name",
+       "ebuild.invalidname":"Ebuild files with a non-parseable or syntactically incorrect name (or using 2.1 versioning extensions)",
        "ebuild.namenomatch":"Ebuild files that do not have the same name as their parent directory",
        "changelog.missing":"Missing ChangeLog files",
        "ebuild.disjointed":"Ebuilds not added to cvs when the matching digest has been added",
index 79280e2f1c04b684097baa0ab04953a3f5443fe8..66994edf9187571927118e62422e317bda1db496 100644 (file)
@@ -190,7 +190,7 @@ This ebuild has a malformed header
 Ebuilds not added to cvs when the matching digest has been added
 .TP
 .B ebuild.invalidname
-Ebuild files with a non-parseable or syntactically incorrect name
+Ebuild files with a non-parseable or syntactically incorrect name (or using 2.1 versioning extensions)
 .TP
 .B ebuild.majorsyn
 This ebuild has a major syntax error that may cause the ebuild to fail partially or fully