Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12075 - main/branches/2.1.6/cnf
Date: Mon, 24 Nov 2008 02:42:34
Message-Id: E1L4RPD-0004lR-LO@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-24 02:42:30 +0000 (Mon, 24 Nov 2008)
3 New Revision: 12075
4
5 Removed:
6 main/branches/2.1.6/cnf/sets.conf
7 Log:
8 Remove unused sets.conf file.
9
10
11 Deleted: main/branches/2.1.6/cnf/sets.conf
12 ===================================================================
13 --- main/branches/2.1.6/cnf/sets.conf 2008-11-24 02:20:49 UTC (rev 12074)
14 +++ main/branches/2.1.6/cnf/sets.conf 2008-11-24 02:42:30 UTC (rev 12075)
15 @@ -1,66 +0,0 @@
16 -# WARNING: default set configuration, DO NOT CHANGE.
17 -# If you want to change anything redefine the relevant section in
18 -# /etc/portage/sets.conf. Any changes to this file will be lost on the next
19 -# portage update, and configuration errors here might upset portage in
20 -# unexpected ways.
21 -
22 -# Not much that could be changed for world, so better leave it alone
23 -[world]
24 -class = portage.sets.files.WorldSet
25 -world-candidate = False
26 -
27 -# Same as for world, though later portage versions might use a different class
28 -[system]
29 -class = portage.sets.profiles.PackagesSystemSet
30 -world-candidate = False
31 -
32 -# For security there are multiple classes available, but differences are
33 -# rather small (normally there should be no visible difference):
34 -# - AffectedSet: include all GLSAs that cover a vulnerable package
35 -# - NewAffectedSet: include all GLSAs that cover a vulnerable package and
36 -# haven't been applied previously
37 -# - NewGlsaSet: include all GLSAs that haven't been applied
38 -# - SecuritySet: include all GLSAs
39 -[security]
40 -class = portage.sets.security.NewAffectedSet
41 -world-candidate = False
42 -
43 -# A superset of the classic <parameter>world</parameter> target, a set created
44 -# by this class contains SLOT atoms to match all installed packages. Note that
45 -# use of this set makes it impossible for emerge to solve blockers by automatic
46 -# uninstallation of blocked packages.
47 -[installed]
48 -class = portage.sets.dbapi.EverythingSet
49 -world-candidate = False
50 -
51 -# The following treats all files in /etc/portage/sets as a package set called
52 -# '$filename'.
53 -[usersets]
54 -class = portage.sets.files.StaticFileSet
55 -multiset = true
56 -directory = /etc/portage/sets
57 -
58 -# Set to rebuild all packages that need a preserved lib that only remains due
59 -# to FEATURES=preserve-libs
60 -[preserved-rebuild]
61 -class = portage.sets.libs.PreservedLibraryConsumerSet
62 -world-candidate = False
63 -
64 -# Installed ebuilds that inherit from known live eclasses.
65 -[live-rebuild]
66 -class = portage.sets.dbapi.VariableSet
67 -world-candidate = False
68 -variable = INHERITED
69 -includes = bzr cvs darcs git mercurial subversion
70 -
71 -# Installed packages that own files inside /lib/modules.
72 -[module-rebuild]
73 -class = portage.sets.dbapi.OwnerSet
74 -world-candidate = False
75 -files = /lib/modules
76 -
77 -# Installed packages for which the highest visible ebuild
78 -# version is lower than the currently installed version.
79 -[downgrade]
80 -class = portage.sets.dbapi.DowngradeSet
81 -world-candidate = False