diff --git a/profiles/CBD/amd64/parent b/profiles/CB1/amd64/parent similarity index 100% rename from profiles/CBD/amd64/parent rename to profiles/CB1/amd64/parent diff --git a/profiles/CB1/calculate.env b/profiles/CB1/calculate.env new file mode 100644 index 00000000..51ce14ee --- /dev/null +++ b/profiles/CB1/calculate.env @@ -0,0 +1,6 @@ +[main] +os_linux_name = 'Calculate Builder Desktop One' +os_linux_shortname = 'CBD1' + +[update] +cl_update_binhost_base_set = on diff --git a/profiles/CBD/package.use b/profiles/CB1/package.use similarity index 100% rename from profiles/CBD/package.use rename to profiles/CB1/package.use diff --git a/profiles/CBD/parent b/profiles/CB1/parent similarity index 100% rename from profiles/CBD/parent rename to profiles/CB1/parent diff --git a/profiles/CBD/x86/parent b/profiles/CB1/x86/parent similarity index 100% rename from profiles/CBD/x86/parent rename to profiles/CB1/x86/parent diff --git a/profiles/CBE/amd64/parent b/profiles/CB2/amd64/parent similarity index 100% rename from profiles/CBE/amd64/parent rename to profiles/CB2/amd64/parent diff --git a/profiles/CB2/calculate.env b/profiles/CB2/calculate.env new file mode 100644 index 00000000..3c6defad --- /dev/null +++ b/profiles/CB2/calculate.env @@ -0,0 +1,6 @@ +[main] +os_linux_name = 'Calculate Builder Desktop Two' +os_linux_shortname = 'CBD2' + +[update] +cl_update_binhost_base_set = on diff --git a/profiles/CBE/package.keywords b/profiles/CB2/package.keywords similarity index 100% rename from profiles/CBE/package.keywords rename to profiles/CB2/package.keywords diff --git a/profiles/CBE/package.unmask b/profiles/CB2/package.unmask similarity index 100% rename from profiles/CBE/package.unmask rename to profiles/CB2/package.unmask diff --git a/profiles/CBE/package.use b/profiles/CB2/package.use similarity index 100% rename from profiles/CBE/package.use rename to profiles/CB2/package.use diff --git a/profiles/CBE/parent b/profiles/CB2/parent similarity index 100% rename from profiles/CBE/parent rename to profiles/CB2/parent diff --git a/profiles/CBE/x86/parent b/profiles/CB2/x86/parent similarity index 100% rename from profiles/CBE/x86/parent rename to profiles/CB2/x86/parent diff --git a/profiles/CBW/amd64/parent b/profiles/CB3/amd64/parent similarity index 100% rename from profiles/CBW/amd64/parent rename to profiles/CB3/amd64/parent diff --git a/profiles/CB3/calculate.env b/profiles/CB3/calculate.env new file mode 100644 index 00000000..858c945a --- /dev/null +++ b/profiles/CB3/calculate.env @@ -0,0 +1,6 @@ +[main] +os_linux_name = 'Calculate Builder Desktop Three' +os_linux_shortname = 'CBD3' + +[update] +cl_update_binhost_base_set = on diff --git a/profiles/CBW/package.use b/profiles/CB3/package.use similarity index 100% rename from profiles/CBW/package.use rename to profiles/CB3/package.use diff --git a/profiles/CBW/parent b/profiles/CB3/parent similarity index 100% rename from profiles/CBW/parent rename to profiles/CB3/parent diff --git a/profiles/CBW/x86/parent b/profiles/CB3/x86/parent similarity index 100% rename from profiles/CBW/x86/parent rename to profiles/CB3/x86/parent diff --git a/profiles/CBD/calculate.env b/profiles/CBD/calculate.env deleted file mode 100644 index 0db72b71..00000000 --- a/profiles/CBD/calculate.env +++ /dev/null @@ -1,6 +0,0 @@ -[main] -os_linux_name = 'Calculate Builder Desktop' -os_linux_shortname = 'CBD' - -[update] -cl_update_binhost_base_set = on diff --git a/profiles/CBE/calculate.env b/profiles/CBE/calculate.env deleted file mode 100644 index ed2bd09b..00000000 --- a/profiles/CBE/calculate.env +++ /dev/null @@ -1,6 +0,0 @@ -[main] -os_linux_name = 'Calculate Builder Extended' -os_linux_shortname = 'CBE' - -[update] -cl_update_binhost_base_set = on diff --git a/profiles/CBW/calculate.env b/profiles/CBW/calculate.env deleted file mode 100644 index 9b4eda0f..00000000 --- a/profiles/CBW/calculate.env +++ /dev/null @@ -1,6 +0,0 @@ -[main] -os_linux_name = 'Calculate Builder Widened' -os_linux_shortname = 'CBW' - -[update] -cl_update_binhost_base_set = on diff --git a/profiles/profiles.desc b/profiles/profiles.desc index fdef1ca7..f3bd94e0 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -8,16 +8,16 @@ # AMD64 Profiles amd64 CBB/amd64 dev -amd64 CBD/amd64 dev +amd64 CB1/amd64 dev +amd64 CB2/amd64 dev +amd64 CB3/amd64 dev amd64 CBS/amd64 dev -amd64 CBE/amd64 dev -amd64 CBW/amd64 dev # x86 Profiles x86 CBB/x86 dev -x86 CBD/x86 dev +x86 CB1/x86 dev +x86 CB2/x86 dev +x86 CB3/x86 dev x86 CBS/x86 dev -x86 CBE/x86 dev -x86 CBW/x86 dev # vim: set ts=8 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-accessibility b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-accessibility index 6288d7f2..c3323da3 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-accessibility +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-accessibility @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-accessibility/simon #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# app-accessibility/accerciser app-accessibility/at-spi2-atk app-accessibility/at-spi2-core diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-admin b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-admin index 054005f8..226d4386 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-admin +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-admin @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-admin/abrt app-admin/analog #app-admin/ansible diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-arch b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-arch index ad911a0e..1bba7722 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-arch +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-arch @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-arch/advancecomp app-arch/afio app-arch/alien diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-benchmarks b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-benchmarks index adc964c5..08c13f6e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-benchmarks +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-benchmarks @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# #-world(#-cl_pass_file-#)-# #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-cdr b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-cdr index ae78f9b0..83e0558a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-cdr +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-cdr @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-cdr/b5i2iso app-cdr/bashburn app-cdr/bchunk diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-crypt b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-crypt index d66077a8..01410c8e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-crypt +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-crypt @@ -1,13 +1,13 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #need KDE app-crypt/kencfs #need net-libs/webkit-gtk-2.4.11-r200 app-crypt/veracrypt #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# app-crypt/acme app-crypt/aespipe app-crypt/bcwipe diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-dicts b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-dicts index 8524771b..aa75a40d 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-dicts +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-dicts @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-dicts/aspell-af app-dicts/aspell-be app-dicts/aspell-bg diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-doc b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-doc index b48c6ee5..d7402b30 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-doc +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-doc @@ -1,16 +1,16 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-doc/gimp-help #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #app-doc/kicad-doc app-doc/pms app-doc/selfhtml #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# app-doc/abs-guide app-doc/autobook app-doc/blas-docs diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-editors b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-editors index 9ba42f9a..fb41ae08 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-editors +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-editors @@ -1,9 +1,9 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-editors/kile #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# app-editors/focuswriter app-editors/gedit app-editors/gedit-plugins @@ -15,7 +15,7 @@ app-editors/retext app-editors/tea #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# app-editors/adie app-editors/aee app-editors/amyedit diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-emacs b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-emacs index 10f3a269..fb35a214 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-emacs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-emacs @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-emacs/analog app-emacs/apache-mode app-emacs/apel diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-i18n b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-i18n index 0f30804e..ea66035c 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-i18n +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-i18n @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-i18n/anthy app-i18n/bidiv app-i18n/canna diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-laptop b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-laptop index 0bf6aac3..ee2ae54d 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-laptop +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-laptop @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-laptop/batti app-laptop/hdapsd app-laptop/hdaps-gl diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-misc b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-misc index e3e0b94a..94002eb3 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-misc +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-misc @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #app-misc/abook app-misc/actkbd app-misc/anki diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-mobilephone b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-mobilephone index 71a84232..f2d308af 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-mobilephone +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-mobilephone @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-mobilephone/anyremote app-mobilephone/cobex app-mobilephone/gammu diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-office b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-office index 0d98e382..41874417 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-office +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-office @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# app-office/abiword app-office/abiword-docs app-office/calcurse @@ -41,7 +41,7 @@ app-office/texstudio app-office/unoconv #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-office/calligra #app-office/calligra-l10n app-office/kexi @@ -50,6 +50,6 @@ app-office/libalkimia app-office/skrooge #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# app-office/odeskteam #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-officeext b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-officeext index c67625b3..d8c19c18 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-officeext +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-officeext @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# app-officeext/barcode app-officeext/ct2n app-officeext/dmaths diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-portage b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-portage index 7fab7d97..1082b883 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-portage +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-portage @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!app-portage/gs-pypi:0 #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-text b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-text index d9f486fa..48fdd099 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-text +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-text @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# # requires libreoffice app-text/bibus #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-text/a2ps #app-text/adiff #app-text/agrep diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-vim b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-vim index 1caae9d7..c9dbdf19 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-vim +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-vim @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-vim/ackvim app-vim/airline app-vim/align diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-xemacs b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-xemacs index e8e21415..76200f53 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/app-xemacs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/app-xemacs @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/applications b/profiles/templates/3.5/6_ac_update_sync/world/grp/applications index 2c60d501..82916938 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/applications +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/applications @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-misc/rox-filer app-misc/xmind dev-db/pgadmin3 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/backup b/profiles/templates/3.5/6_ac_update_sync/world/grp/backup index 5c92ad2a..8123b985 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/backup +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/backup @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-backup/amanda app-backup/attic app-backup/backintime diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/base b/profiles/templates/3.5/6_ac_update_sync/world/grp/base index f507f110..d3438c47 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/base +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/base @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# media-fonts/terminus-font #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sys-apps/calculate-toolkit sys-apps/ifplugd sys-apps/less diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-haskell b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-haskell index 6836147c..dda9c1db 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-haskell +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-haskell @@ -1,4 +1,4 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-java b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-java index 0568d733..260b903d 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-java +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-java @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# dev-java/jnlp-api dev-java/jsr101 dev-java/jsr173 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-lang b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-lang index 5a8eae56..229e910e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-lang +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-lang @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!dev-lang/mercury:0 !!dev-lang/mercury-extras:0 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-perl b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-perl index 2308817a..dbe5813e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-perl +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-perl @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# dev-perl/Ace dev-perl/Acme-Damn dev-perl/Algorithm-Annotate diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-php b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-php index c186fb4e..34d24775 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-php +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-php @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# dev-php/adodb dev-php/File_Iterator dev-php/igbinary diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-python b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-python index bac9f1af..78ee366f 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-python +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-python @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# dev-python/PyFoam #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# dev-python/3to2 dev-python/addons dev-python/adodb-py diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-qt b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-qt index 59aca5d5..40b7e25f 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-qt +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-qt @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# !dev-qt/qtphonon:4 #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-ruby b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-ruby index 6895fa6e..3d31042f 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-ruby +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-ruby @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# dev-ruby/abstract dev-ruby/addressable dev-ruby/allison diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-texlive b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-texlive index adf44195..a8cc739b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-texlive +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-texlive @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# dev-texlive/texlive-bibtexextra dev-texlive/texlive-formatsextra dev-texlive/texlive-games diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-util b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-util index 1f34c8f3..51f81bf5 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-util +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/dev-util @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# dev-util/ccache #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #dev-util/alleyoop #dev-util/android-sdk-update-manager dev-util/android-sdk-update-manager @@ -206,7 +206,7 @@ dev-util/xxdiff dev-util/yacc #in# -#?in(os_linux_pkglist, CBD)!=&&os_arch_machine==x86_64# +#?in(os_linux_pkglist, CB1)!=&&os_arch_machine==x86_64# dev-util/intel-ocl-sdk dev-util/nvidia-cuda-sdk dev-util/nvidia-cuda-toolkit diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/education b/profiles/templates/3.5/6_ac_update_sync/world/grp/education index 58ddc841..f62f9514 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/education +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/education @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sci-astronomy/stellarium #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/emulation b/profiles/templates/3.5/6_ac_update_sync/world/grp/emulation index 8a85badf..33a2eea9 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/emulation +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/emulation @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-emulation/aqemu app-emulation/bochs app-emulation/cloud-init @@ -64,7 +64,7 @@ games-server/mednafen-server sci-visualization/qtiplot #in# -#?in(os_linux_pkglist, CBD)!=&&os_arch_machine==x86_64# +#?in(os_linux_pkglist, CB1)!=&&os_arch_machine==x86_64# app-emulation/containerd app-emulation/docker app-emulation/docker-compose diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games b/profiles/templates/3.5/6_ac_update_sync/world/grp/games index e3ac3357..7d1f13cc 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# games-engines/scummvm #games-kids/gcompris #265M games-kids/tuxtype diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-action b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-action index 61d810ce..9717d630 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-action +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-action @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# # large packages #games-action/supertuxkart #430M diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-arcade b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-arcade index db21038e..e0251c96 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-arcade +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-arcade @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# games-arcade/abe games-arcade/afternoonstalker #games-arcade/alienwave diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-board b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-board index bbec5ee1..438ccb3a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-board +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-board @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# games-board/gnugo games-board/knights #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# games-board/ace games-board/ascal games-board/atakks diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-fps b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-fps index 13e7b666..d05cc327 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-fps +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-fps @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# # need to download #games-fps/duke3d-data #games-fps/ut2004-hamsterbash diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-misc b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-misc index 1923af28..674584b3 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-misc +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-misc @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# #not compiled !!games-misc/fortune-mod-slackware:0 @@ -18,6 +18,6 @@ !!games-misc/bsd-games:0 #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# games-misc/bsd-games #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-puzzle b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-puzzle index 41af36e5..ad723c1e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-puzzle +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-puzzle @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# # not compiled diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-roguelike b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-roguelike index bd033ba8..6921d4e5 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-roguelike +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-roguelike @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# # need to download #games-roguelike/FTL diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-simulation b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-simulation index 351e7443..7780e7d1 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-simulation +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-simulation @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# games-simulation/cannonsmash games-simulation/crashtest games-simulation/dangerdeep diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-strategy b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-strategy index 1c101802..723a2f6b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/games-strategy +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/games-strategy @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# # need the CD #games-strategy/ja2-stracciatella-data #games-strategy/wargus diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome b/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome index b39196b6..2a0d288b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-editors/gedit media-gfx/cinnamon-themes-calculate media-gfx/eog diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-base b/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-base index 85440423..b530413b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-base +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-base @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# gnome-base/dconf gnome-base/dconf-editor gnome-base/gconf diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-extra b/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-extra index 7fc6a967..93af9318 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-extra +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/gnome-extra @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# gnome-extra/activity-log-manager gnome-extra/assogiate #gnome-extra/chrome-gnome-shell diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/httpd b/profiles/templates/3.5/6_ac_update_sync/world/grp/httpd index 1870bd83..c70cd515 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/httpd +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/httpd @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# www-servers/apache www-servers/boa www-servers/bozohttpd diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-apps b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-apps index df5e91b6..56e93320 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-apps +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-apps @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# !!kde-apps/kajongg:5 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-frameworks b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-frameworks index 33e1bdd4..3a4fa77e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-frameworks +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-frameworks @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# !kde-frameworks/oxygen-icons:4 #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-misc b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-misc index 399ae188..a154088b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-misc +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-misc @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# !!kde-misc/kdiff3:4 !!kde-misc/kopete-antispam:4 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-plasma b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-plasma index c233be84..672acdbd 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-plasma +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/kde-plasma @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/lxde-base b/profiles/templates/3.5/6_ac_update_sync/world/grp/lxde-base index e2c2247d..b149efda 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/lxde-base +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/lxde-base @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!lxde-base/lxsession-edit:0 !!lxde-base/lxshortcut:0 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/lxqt-base b/profiles/templates/3.5/6_ac_update_sync/world/grp/lxqt-base index fc670de8..8e79c93b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/lxqt-base +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/lxqt-base @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# !!lxqt-base/lxqt-l10n:0 #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# lxqt-base/lxqt-l10n #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/mail-client b/profiles/templates/3.5/6_ac_update_sync/world/grp/mail-client index ae6d1d86..10ecd92b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/mail-client +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/mail-client @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# mail-client/trojita #in# @@ -9,7 +9,7 @@ mail-client/trojita mail-client/nail #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# mail-client/alpine mail-client/balsa mail-client/clawsker diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-base b/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-base index 626cf9fd..bea66044 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-base +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-base @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# mate-base/caja mate-base/libmatekbd mate-base/mate diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-extra b/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-extra index 144f5b05..29be2360 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-extra +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/mate-extra @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# mate-extra/caja-dropbox mate-extra/caja-extensions mate-extra/mate-calc diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-fonts b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-fonts index b056b297..c029168c 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-fonts +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-fonts @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist,CBE)!=# +#?in(os_linux_pkglist,CB2)!=# media-fonts/ahem media-fonts/alee-fonts media-fonts/alegreya-sans diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-gfx b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-gfx index 6b4be59c..0bed9bdd 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-gfx +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-gfx @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# media-gfx/grub-splashes-calculate #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# media-gfx/aaphoto media-gfx/aewan media-gfx/album diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-libs b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-libs index 27d0c938..7150d448 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-libs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-libs @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!media-libs/fontconfig-infinality:0 !!media-libs/fontconfig-ultimate:0 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-plugins b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-plugins index c6520456..5ac91eec 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-plugins +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-plugins @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !media-plugins/mediastreamer-silk:0 !media-plugins/vdr-rotor:0 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-radio b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-radio index 1e61dcda..5915062b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-radio +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-radio @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# media-radio/KochMorse media-radio/adifmerg #media-radio/ax25-apps diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-sound b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-sound index 03215f4c..7ff513f9 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-sound +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-sound @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE, CBD)!=# +#?in(os_linux_pkglist, CB2, CB1)!=# # to support qt5 and gtk3 media-sound/audacious #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# # requires KDE media-sound/amarok media-sound/audex @@ -21,7 +21,7 @@ media-sound/tomahawk media-sound/cdtool #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# #?os_arch_machine==x86_64# # not compiled for x86 media-sound/quark diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-tv b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-tv index 3d8e5b51..d7880b03 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-tv +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-tv @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #media-tv/dvbtune media-tv/gentoo-vdr-scripts media-tv/ivtv-utils diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-video b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-video index 7aaa044b..48538ed0 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/media-video +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/media-video @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# media-video/kaffeine media-video/kamerka media-video/kmplayer @@ -10,7 +10,7 @@ media-video/plasma-mediacenter media-video/subtitlecomposer #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# media-video/2mandvd media-video/aacskeys media-video/abby diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-analyzer b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-analyzer index 97e3418f..c7fa02c0 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-analyzer +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-analyzer @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# #-world(#-cl_pass_file-#)-# #is blocking !!net-analyzer/arping:2 @@ -18,7 +18,7 @@ !net-analyzer/scanlogd:0 #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# net-analyzer/monitoring-plugins net-analyzer/netcat6 #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-ftp b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-ftp index 6e7748f9..5e6f620c 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-ftp +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-ftp @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# # net-ftp/atftp is blocking net-ftp/tftp-hpa net-ftp/atftp #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# net-ftp/cmdftp net-ftp/filezilla net-ftp/frox diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-im b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-im index 0e41a359..d613e357 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-im +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-im @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-im/bitlbee #net-im/centerim net-im/choqok diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-libs b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-libs index 0437ba03..36b3bc7a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-libs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-libs @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !net-libs/enet:0 !net-libs/libecap:0.2 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-mail b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-mail index b187be83..7f867a63 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-mail +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-mail @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-mail/altermime net-mail/amavis-logwatch net-mail/archivemail diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-misc b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-misc index 89480167..840178dd 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-misc +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-misc @@ -1,14 +1,14 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBE, CBW)!=# +#?in(os_linux_pkglist, CB1, CB2, CB3)!=# net-misc/dhcp #in# -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# net-misc/aria2 #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-misc/adjtimex net-misc/aget net-misc/aggregate diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-nntp b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-nntp index 7f463a78..2788b66e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-nntp +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-nntp @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #need KDE net-nntp/kwooty #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# net-nntp/inn net-nntp/newspost net-nntp/nzbget diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-p2p b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-p2p index d59dcb83..9d65f5bb 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-p2p +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-p2p @@ -1,16 +1,16 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE, CBS)!=# +#?in(os_linux_pkglist, CB2, CBS)!=# net-p2p/mldonkey net-p2p/transmission #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-p2p/kmldonkey net-p2p/ktorrent #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# net-p2p/amule net-p2p/bitcoin-cli #net-p2p/bitcoind diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-print b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-print index d2e53cec..ca8c9b8b 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-print +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-print @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-print/cndrvcups-common-lb net-print/cndrvcups-lb net-print/cnijfilter diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-vpn b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-vpn index 82b010c8..7a50b6fb 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-vpn +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-vpn @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-vpn/6tunnel net-vpn/aiccu net-vpn/badvpn diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-wireless b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-wireless index a241dd4e..13e89ba6 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/net-wireless +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/net-wireless @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-wireless/aircrack-ng net-wireless/airtraf net-wireless/b43-fwcutter diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/netapps b/profiles/templates/3.5/6_ac_update_sync/world/grp/netapps index e6bf1c5f..1213620a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/netapps +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/netapps @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-dialup/minicom net-firewall/nftables net-firewall/ufw diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/network b/profiles/templates/3.5/6_ac_update_sync/world/grp/network index 5d4b2441..720e4e53 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/network +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/network @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# net-dialup/ppp #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# net-dialup/pptpclient net-dialup/rp-pppoe net-dialup/xl2tpd diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-libs b/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-libs index f2885c29..e6ce573e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-libs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-libs @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!sci-libs/atlas:0 !!sci-libs/metis:0 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-mathematics b/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-mathematics index cbed7544..7288014a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-mathematics +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sci-mathematics @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=&&os_arch_machine==x86_64# +#?in(os_linux_pkglist, CB1)!=&&os_arch_machine==x86_64# sci-mathematics/rstudio #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/science b/profiles/templates/3.5/6_ac_update_sync/world/grp/science index 2d6cd4ca..2602a1f9 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/science +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/science @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sci-astronomy/celestia sci-geosciences/qgis #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sec-policy b/profiles/templates/3.5/6_ac_update_sync/world/grp/sec-policy index 138fce22..16494b1f 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sec-policy +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sec-policy @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sec-policy/selinux-abrt sec-policy/selinux-accountsd sec-policy/selinux-acct diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/server b/profiles/templates/3.5/6_ac_update_sync/world/grp/server index a803ad20..5514598e 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/server +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/server @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# net-fs/netatalk #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# dev-db/mongodb dev-db/pg_top dev-db/postgresql diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-apps b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-apps index 59cd82e4..aa499bd1 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-apps +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-apps @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sys-apps/accountsservice sys-apps/ack sys-apps/apmd @@ -164,7 +164,7 @@ sys-apps/xinetd sys-apps/xmbmon #in# -#?in(os_linux_pkglist, CBD)!=&&os_arch_machine==x86_64# +#?in(os_linux_pkglist, CB1)!=&&os_arch_machine==x86_64# sys-apps/firejail #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-boot b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-boot index 4ea40c13..215fcf8c 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-boot +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-boot @@ -1,9 +1,9 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# sys-boot/syslinux #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sys-boot/efibootmgr sys-boot/gnu-efi sys-boot/grub diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-cluster b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-cluster index e8a79310..9a2455de 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-cluster +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-cluster @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sys-cluster/ccs #sys-cluster/ceph sys-cluster/cinder diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-firmware b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-firmware index bc5b7668..15d56448 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-firmware +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-firmware @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #sys-firmware/alsa-firmware sys-firmware/atmel-firmware sys-firmware/b43-firmware diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-libs b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-libs index b2e81e0c..0d8ce2e5 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-libs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-libs @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!sys-libs/argp-standalone:0 !!sys-libs/db:1 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-process b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-process index 82a6b717..ec5c74c6 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-process +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/sys-process @@ -1,14 +1,14 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# sys-process/vixie-cron #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# sys-process/bcron #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# sys-process/dcron #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/tools b/profiles/templates/3.5/6_ac_update_sync/world/grp/tools index 9e3acdf1..80f0600d 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/tools +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/tools @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# sys-block/fio sys-fs/cryptsetup sys-power/powertop @@ -9,7 +9,7 @@ sys-power/powertop sys-fs/ntfs3g #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# app-antivirus/clamav app-forensics/rkhunter app-pda/usbmuxd @@ -110,7 +110,7 @@ x11-libs/gksu x11-libs/xapps #in# -#?in(os_linux_pkglist, CBD)!=&&os_arch_machine==x86_64# +#?in(os_linux_pkglist, CB1)!=&&os_arch_machine==x86_64# sys-apps/apparmor sys-apps/apparmor-utils www-plugins/chrome-binary-plugins diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/www-apps b/profiles/templates/3.5/6_ac_update_sync/world/grp/www-apps index a8203116..3101e51a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/www-apps +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/www-apps @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# www-apps/nextcloud #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/www-client b/profiles/templates/3.5/6_ac_update_sync/world/grp/www-client index a403fd8a..5b5581b3 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/www-client +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/www-client @@ -1,12 +1,12 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD, CBS)!=# +#?in(os_linux_pkglist, CB1, CBS)!=# www-client/elinks www-client/links www-client/w3m #in# -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# # already binary #www-client/firefox-bin #www-client/seamonkey-bin diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-apps b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-apps index 2161ff91..491aac81 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-apps +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-apps @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# x11-apps/amlc x11-apps/appres x11-apps/bdftopcf diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-drivers b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-drivers index d01e6349..9d00232d 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-drivers +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-drivers @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !x11-drivers/xf86-video-ark:0 !x11-drivers/xf86-video-modesetting:0 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-libs b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-libs index 21485109..c06ec583 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-libs +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-libs @@ -1,13 +1,13 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# #-world(#-cl_pass_file-#)-# !!x11-libs/xforms:0 !!x11-libs/compizconfig-backend-kconfig4:0 !!x11-libs/qtscriptgenerator:0 #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# x11-libs/compizconfig-backend-kconfig4:0 x11-libs/qtscriptgenerator:0 #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-misc b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-misc index 8cfbef39..603d7b70 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-misc +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-misc @@ -1,15 +1,15 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# x11-misc/pcmanfm-qt x11-misc/sddm #in# -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# x11-misc/bumblebee #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# x11-misc/3ddesktop x11-misc/3dfb x11-misc/3dfm diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-plugins b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-plugins index 62c3a0d9..2702588a 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-plugins +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-plugins @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #-world(#-cl_pass_file-#)-# #x11-plugins/fsviewer #x11-plugins/hexchat-javascript diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-proto b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-proto index e8e21415..76200f53 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-proto +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-proto @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-terms b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-terms index 0d21293c..c5dfd515 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-terms +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-terms @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# #x11-terms/aterm #x11-terms/eterm x11-terms/gnome-terminal diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-themes b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-themes index 35d8e8ea..8cf18cfb 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-themes +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-themes @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# x11-themes/adwaita-icon-theme x11-themes/arc-icon-theme x11-themes/audacious-themes diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-wm b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-wm index 6612e877..e29bc49d 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-wm +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/x11-wm @@ -1,10 +1,10 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!x11-wm/afterstep:0 #in# -#?in(os_linux_pkglist, CBE)!=# +#?in(os_linux_pkglist, CB2)!=# x11-wm/afterstep #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-base b/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-base index 6b20a36c..f52b9b86 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-base +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-base @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# xfce-base/exo xfce-base/garcon xfce-base/libxfce4ui diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-extra b/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-extra index 22bc643f..74f0d833 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-extra +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/xfce-extra @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBW)!=# +#?in(os_linux_pkglist, CB3)!=# #-world(#-cl_pass_file-#)-# !!xfce-extra/xfswitch-plugin:0 #in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/grp/xorg b/profiles/templates/3.5/6_ac_update_sync/world/grp/xorg index 71db41ce..bb954a86 100644 --- a/profiles/templates/3.5/6_ac_update_sync/world/grp/xorg +++ b/profiles/templates/3.5/6_ac_update_sync/world/grp/xorg @@ -1,5 +1,5 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CBD)!=# +#?in(os_linux_pkglist, CB1)!=# x11-base/xorg-server #in#