Remove extended package set configuration docs. v2.1.10.57
authorZac Medico <zmedico@gentoo.org>
Fri, 3 Jun 2011 12:28:16 +0000 (05:28 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Apr 2012 23:31:37 +0000 (16:31 -0700)
Extended package sets configuration is disabled in the stable branch.

doc/config.docbook
man/emerge.1
man/portage.5
pym/portage/tests/resolver/test_multirepo.py

index 88009dfc6f65c8a3c73906231ccbec3442e98e3a..c5326b363d0b41326fc42600dc24aaa1742efeb4 100644 (file)
@@ -1,5 +1,5 @@
 <part id='config'>
 <title>Configuration</title>
 &config_bashrc;
-&config_set;
+<!--&config_set;-->
 </part>
index 00e0e6c9a8ae73258ff34a7c6049186666cae777..fc099a54c16b0f147fdabc408070452c90747f73 100644 (file)
@@ -62,14 +62,11 @@ would like to query the owners of one or more files or directories.
 A \fIset\fR is a convenient shorthand for a large group of
 packages. Three sets are currently always available: \fBselected\fR,
 \fBsystem\fR and \fBworld\fR. \fBselected\fR contains the user-selected
-"world" packages that are listed in \fB/var/lib/portage/world\fR,
-and nested sets that may be listed
-in \fB/var/lib/portage/world_sets\fR. \fBsystem\fR refers to a set of
+"world" packages that are listed in \fB/var/lib/portage/world\fR.
+\fBsystem\fR refers to a set of
 packages deemed necessary for your system to run properly. \fBworld\fR
 encompasses both the \fBselected\fR and \fBsystem\fR sets. [See
-\fBFILES\fR below for more information.] Other sets can exist depending
-on the current configuration. The default set configuration is located
-in the \fB/usr/share/portage/config/sets\fR directory. Note that a \fIset\fR
+\fBFILES\fR below for more information.] Note that a \fIset\fR
 is generally used in conjunction with \fB\-\-update\fR. When used as 
 arguments to \fBemerge\fR sets have to be prefixed with \fB@\fR to be
 recognized. Use the \fB\-\-list\-sets\fR action to display a list of
@@ -1018,9 +1015,6 @@ Zac Medico <zmedico@gentoo.org>
 Here is a common list of files you will probably be interested in.  For a 
 complete listing, please refer to the \fBportage\fR(5) man page.
 .TP
-.B /usr/share/portage/config/sets/
-Contains the default set configuration.
-.TP
 .B /var/lib/portage/world
 Contains a list of all user\-specified packages.  You can safely edit
 this file, adding packages that you want to be considered in \fBworld\fR
index 099d6011d5fc89bed9dc9b6b73a391702ee6a31b..e320201960c11475b688c761cf19f8e707ae1f4b 100644 (file)
@@ -111,7 +111,6 @@ database to track installed packages
 .nf
 config
 world
-world_sets
 .fi
 .SH "GLOSSARY"
 In the following sections, some terminology may be foreign to you or used 
@@ -1074,15 +1073,6 @@ games\-misc/fortune\-mod\-gentoo\-dev
 dev\-libs/uclibc
 app\-cdr/cdemu
 .fi
-.TP
-.BR world_sets
-This is like the world file but instead of package atoms it contains
-packages sets which always begin with the @ character.
-
-.I Example:
-.nf
-@kde
-.fi
 .RE
 .SH "REPORTING BUGS"
 Please report bugs via http://bugs.gentoo.org/
index 34c6d45a0341968d2b063ed77ab7203998303711..55848795690c3621fc835e828a268cd1c5a679d7 100644 (file)
@@ -71,11 +71,11 @@ class MultirepoTestCase(TestCase):
                                success = True,
                                check_repo_names = True,
                                mergelist = ["dev-libs/A-1::repo1"]),
-                       ResolverPlaygroundTestCase(
-                               ["@multirepotest"],
-                               success = True,
-                               check_repo_names = True,
-                               mergelist = ["dev-libs/A-1"]),
+                       #ResolverPlaygroundTestCase(
+                       #       ["@multirepotest"],
+                       #       success = True,
+                       #       check_repo_names = True,
+                       #       mergelist = ["dev-libs/A-1"]),
 
                        #Packages in exactly one repo
                        ResolverPlaygroundTestCase(