diff options
author | Brian Harring <ferringb@gmail.com> | 2006-05-16 06:50:30 -0700 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2006-05-16 06:50:30 -0700 |
commit | 684b91377d7d1b1f81011cc3cc1f481f46948678 (patch) | |
tree | 629782c18d54025db6caa286452f22bf92a018b4 /data | |
parent | negate the boolean check (if it's a boolean, don't complain, if it's not, wel... (diff) | |
download | pkgcore-684b91377d7d1b1f81011cc3cc1f481f46948678.tar.gz pkgcore-684b91377d7d1b1f81011cc3cc1f481f46948678.tar.bz2 pkgcore-684b91377d7d1b1f81011cc3cc1f481f46948678.zip |
remove temp system/world pkgsets type added ('twas a hack), convert over to proper base with introspection enabled for world/system.
update test_resolver to use .pkgsets now instead of the hack...
Diffstat (limited to 'data')
-rw-r--r-- | data/conf_default_types | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/data/conf_default_types b/data/conf_default_types index 3292cd04f..2c5fd26a4 100644 --- a/data/conf_default_types +++ b/data/conf_default_types @@ -154,25 +154,8 @@ command = "/usr/bin/wget -c -t 5 --passive-ftp -P '${DISTDIR}' '${URI}'" required_chksums = all userpriv = true - -# these should obviously be combined into a common subset, and use -# pkgcore.config.introspect to lift the type definition from the class -[world_pkgset] -class = pkgcore.pkgsets.world.WorldFile -required = world_path -str = world_path -defaults = world_path class -positional = world_path -world_path = /var/lib/portage/world - - -[system_pkgset] -class = pkgcore.pkgsets.system.SystemSet -required = profile -section_ref = profile -defaults = class -positional = profile - +[pkgset] +# no defaults. [DEFAULT] metadata_keys = DEPEND RDEPEND SLOT SRC_URI RESTRICT HOMEPAGE LICENSE DESCRIPTION KEYWORDS INHERITED IUSE CDEPEND |