summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-07 20:19:54 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-07 20:19:54 +0000
commitfcacb7a8d0cf8e39497922de3aeebf7ab3088e22 (patch)
tree56b438b74bc81c7b6b24f1fa17dd916e78e25f60 /man/repoman.1
parentAdd a TODO comment for improved handling of /lib/modules. (diff)
downloadportage-idfetch-fcacb7a8d0cf8e39497922de3aeebf7ab3088e22.tar.gz
portage-idfetch-fcacb7a8d0cf8e39497922de3aeebf7ab3088e22.tar.bz2
portage-idfetch-fcacb7a8d0cf8e39497922de3aeebf7ab3088e22.zip
Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. Thanks
to Ulrich Müller <ulm@g.o> for this patch. svn path=/main/trunk/; revision=15174
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index dd318a3f..129ffd00 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -119,6 +119,9 @@ Ebuilds that have an unsupported EAPI version (you must upgrade portage)
.B HOMEPAGE.missing
Ebuilds that have a missing or empty HOMEPAGE variable
.TP
+.B HOMEPAGE.virtual
+Virtuals that have a non-empty HOMEPAGE variable
+.TP
.B IUSE.invalid
This ebuild has a variable in IUSE that is not in the use.desc or its metadata.xml file
.TP
@@ -149,6 +152,9 @@ Ebuilds that have a missing or empty LICENSE variable
.B LICENSE.syntax
Syntax error in LICENSE (usually an extra/missing space/parenthesis)
.TP
+.B LICENSE.virtual
+Virtuals that have a non-empty LICENSE variable
+.TP
.B LIVEVCS.stable
Ebuild is a live ebuild (cvs, git, darcs, svn, etc) checkout with stable keywords.
.TP