summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-01 09:30:36 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-01 09:30:36 -0700
commitdf15d8c67d6c9d821a5fada0063c04da9bb2bed6 (patch)
tree3aced2761858b4b97d07090bdecce4d7b54c13c9 /man/repoman.1
parent4e02baaa767e13c3b99ddeca1e9a8a05abd30783 (diff)
downloadportage-df15d8c67d6c9d821a5fada0063c04da9bb2bed6.tar.gz
portage-df15d8c67d6c9d821a5fada0063c04da9bb2bed6.tar.bz2
portage-df15d8c67d6c9d821a5fada0063c04da9bb2bed6.zip
repoman: remove most old-style virtual checks
PROVIDE virtuals have been banned from Gentoo's tree (see bug #365505), so these checks aren't needed anymore. The PROVIDE.syntax check is kept in the Package class since PROVIDE is still supported for backward compatibility, and therefore invalid syntax can still have negative effects. This check can be removed if/when backward compatibilty is completely dropped.
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.19
1 files changed, 0 insertions, 9 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 7c3402448..4bb50337a 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -350,18 +350,9 @@ Assigning a readonly variable
.B variable.usedwithhelpers
Ebuild uses D, ROOT, ED, EROOT or EPREFIX with helpers
.TP
-.B virtual.exists
-PROVIDE contains existing package names
-.TP
.B virtual.oldstyle
The ebuild PROVIDEs an old-style virtual (see GLEP 37)
.TP
-.B virtual.unavailable
-PROVIDE contains a virtual which contains no profile default
-.TP
-.B virtual.versioned
-PROVIDE contains virtuals with versions
-.TP
.B wxwidgets.eclassnotused
Ebuild DEPENDs on x11-libs/wxGTK without inheriting wxwidgets.eclass. Refer to
bug #305469 for more information.