From: Marius Mauch Date: Mon, 13 Feb 2006 05:26:39 +0000 (-0000) Subject: Make repoman ebuild.invalidname message a bit more useful X-Git-Tag: v2.1_pre5_2760~48 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cb71e4a251889434b0aa498a08b986218eac8dbf;p=portage.git Make repoman ebuild.invalidname message a bit more useful svn path=/main/trunk/; revision=2707 --- diff --git a/bin/repoman b/bin/repoman index eff9134e5..dc7ef0f11 100755 --- a/bin/repoman +++ b/bin/repoman @@ -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", diff --git a/man/repoman.1 b/man/repoman.1 index 79280e2f1..66994edf9 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -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