summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-29 18:46:24 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-29 18:46:24 +0000
commitb90061e5860d8769690ddd41e0e2f487860c85ee (patch)
treee5153a63cee61f2540df70d353a32b1c71860b40 /man/repoman.1
parente9862541e2c154f466f3a3cbdbc8abc6f59661aa (diff)
downloadportage-b90061e5860d8769690ddd41e0e2f487860c85ee.tar.gz
portage-b90061e5860d8769690ddd41e0e2f487860c85ee.tar.bz2
portage-b90061e5860d8769690ddd41e0e2f487860c85ee.zip
Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. Thanks
to Ulrich Müller <ulm@g.o> for this patch. (trunk r15174) svn path=/main/branches/2.1.7/; revision=15240
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 ab54f5bda..3f8f1c5e6 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