commit 9319386d80a146d7cf2bbea52b43553f56cab60c Author: Хирецкий Михаил Date: Mon May 15 11:25:45 2017 +0300 Init contianer profile with world generation diff --git a/metadata/.gitignore b/metadata/.gitignore new file mode 100644 index 0000000..ff03039 --- /dev/null +++ b/metadata/.gitignore @@ -0,0 +1,2 @@ +/cache +/md5-cache diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..44d6bc6 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,14 @@ +masters = calculate gentoo + +# Use thin manifests +thin-manifests = true + +# Dont sign thin manifests. There is no current policy for git commit signing +sign-manifests = false + +# Make egencache generate newer (more reliable) +# md5-dict cache format +cache-formats = md5-dict + +# Support package.* directories as well as files +profile-formats = portage-2 diff --git a/profiles/arch.list b/profiles/arch.list new file mode 100644 index 0000000..1677fa6 --- /dev/null +++ b/profiles/arch.list @@ -0,0 +1,2 @@ +amd64 +x86 diff --git a/profiles/calculate.env b/profiles/calculate.env new file mode 100644 index 0000000..97e40e1 --- /dev/null +++ b/profiles/calculate.env @@ -0,0 +1,8 @@ +[main] +cl_template_location = calculate,container,local,remote +cl_template_path = /var/lib/layman/calculate/profiles/templates,/var/lib/layman/container/profiles/templates,/var/calculate/templates,/var/calculate/remote/templates + +[update] +cl_update_rep_name = gentoo,calculate,container +cl_update_rep_url = git://github.com/calculatelinux/gentoo.git,git://github.com/calculatelinux/calculate.git,git://git.calculate.ru/repo/container.git +cl_update_rep_sync = mirror,mirror,mirror diff --git a/profiles/calculate/amd64/parent b/profiles/calculate/amd64/parent new file mode 100644 index 0000000..0a823a1 --- /dev/null +++ b/profiles/calculate/amd64/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/server/amd64 +.. diff --git a/profiles/calculate/calculate.env b/profiles/calculate/calculate.env new file mode 100644 index 0000000..adf1bff --- /dev/null +++ b/profiles/calculate/calculate.env @@ -0,0 +1,3 @@ +[main] +os_linux_name = 'Calculate Linux Container' +os_linux_shortname = 'container' diff --git a/profiles/calculate/parent b/profiles/calculate/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/calculate/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/calculate/x86/parent b/profiles/calculate/x86/parent new file mode 100644 index 0000000..c971f0f --- /dev/null +++ b/profiles/calculate/x86/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/server/x86 +.. diff --git a/profiles/ini.env b/profiles/ini.env new file mode 100644 index 0000000..c784d6a --- /dev/null +++ b/profiles/ini.env @@ -0,0 +1,2 @@ +[builder] +skip-sync-binpkg = app-emulation/virtualbox-guest-additions,app-emulation/virtualbox-modules,app-emulation/vmware-modules,app-laptop/tp_smapi,dev-java/oracle-jdk-bin,net-misc/dahdi,net-misc/wireguard,net-wireless/broadcom-sta,sci-libs/linux-gpib,sys-fs/vhba,sys-fs/zfs-kmod,sys-kernel/spl,x11-drivers/nvidia-drivers diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 0000000..01ac35a --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,15 @@ +############################################# +# This is a list of valid profiles for each architecture. This file is used by +# repoman when doing a repoman scan or repoman full. +# DO NOT ADD PROFILES WITH A "die" or "exit" IN THEM OR IT KILLS REPOMAN +# +#layout: +#arch profile_directory status + +# AMD64 Profiles +amd64 container/amd64 dev + +# x86 Profiles +x86 container/x86 dev + +# vim: set ts=8 diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..5d3a370 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +container diff --git a/profiles/templates/3.5/.calculate_directory b/profiles/templates/3.5/.calculate_directory new file mode 100644 index 0000000..06aa37f --- /dev/null +++ b/profiles/templates/3.5/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip cl_name==calculate-core&&cl_ver>=3.5.0 diff --git a/profiles/templates/3.5/6_ac_update_sync/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/.calculate_directory new file mode 100644 index 0000000..6cc8a04 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip env=update ac_update_sync==on diff --git a/profiles/templates/3.5/6_ac_update_sync/README-eng.txt b/profiles/templates/3.5/6_ac_update_sync/README-eng.txt new file mode 100644 index 0000000..2996b91 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/README-eng.txt @@ -0,0 +1,7 @@ +# Calculate append=skip + +The ac_update_sync event: +- Portage syncing + +Action: world update, fix system +env: install diff --git a/profiles/templates/3.5/6_ac_update_sync/README-rus.txt b/profiles/templates/3.5/6_ac_update_sync/README-rus.txt new file mode 100644 index 0000000..fe3ae65 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/README-rus.txt @@ -0,0 +1,7 @@ +# Calculate append=skip + +Событие ac_update_sync: +- обновление портежей + +Действие: обновление world файла, исправление системы +env: install diff --git a/profiles/templates/3.5/6_ac_update_sync/remerge/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/remerge/.calculate_directory new file mode 100644 index 0000000..46ccab0 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/remerge/.calculate_directory @@ -0,0 +1 @@ +# Calculate path=/var/lib name=calculate diff --git a/profiles/templates/3.5/6_ac_update_sync/remerge/0-ini b/profiles/templates/3.5/6_ac_update_sync/remerge/0-ini new file mode 100644 index 0000000..fb30e88 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/remerge/0-ini @@ -0,0 +1,5 @@ +# Calculate format=samba name=ini.env ini(overlay-container.remerge)== + +[overlay-container] +# Save the latest version, because when switching profile cl-setup-profile 3.2.2 makes a call cl-setup-system +remerge = diff --git a/profiles/templates/3.5/6_ac_update_sync/remerge/2017/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/remerge/2017/.calculate_directory new file mode 100644 index 0000000..501e76f --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/remerge/2017/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip ini(overlay-container.remerge)<20180101 diff --git a/profiles/templates/3.5/6_ac_update_sync/revision/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/revision/.calculate_directory new file mode 100644 index 0000000..46ccab0 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/revision/.calculate_directory @@ -0,0 +1 @@ +# Calculate path=/var/lib name=calculate diff --git a/profiles/templates/3.5/6_ac_update_sync/revision/2017/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/revision/2017/.calculate_directory new file mode 100644 index 0000000..fe681a9 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/revision/2017/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip ini(overlay-container.revision)<20180101 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/world/.calculate_directory new file mode 100644 index 0000000..28b07ff --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/.calculate_directory @@ -0,0 +1 @@ +# Calculate path=/var/lib name=portage \ No newline at end of file diff --git a/profiles/templates/3.5/6_ac_update_sync/world/0-ini b/profiles/templates/3.5/6_ac_update_sync/world/0-ini new file mode 100644 index 0000000..4b7496a --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/0-ini @@ -0,0 +1,4 @@ +# Calculate path=/var/lib/calculate name=ini.env format=samba cl_update_world==rebuild||cl_update_world==merge||ini(overlay-container.world)== + +[overlay-container] +world = diff --git a/profiles/templates/3.5/6_ac_update_sync/world/create/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/world/create/.calculate_directory new file mode 100644 index 0000000..efc7485 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/create/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip cl_update_world==merge||cl_update_world==rebuild diff --git a/profiles/templates/3.5/6_ac_update_sync/world/create/base b/profiles/templates/3.5/6_ac_update_sync/world/create/base new file mode 100644 index 0000000..ce0e462 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/create/base @@ -0,0 +1,11 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, container)!=# +!sys-boot/grub:2 +!sys-boot/os-prober +!sys-kernel/calculate-sources +!sys-fs/nfs-utils +!media-gfx/gfxboot-themes-calculate +!sys-apps/v86d +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/world/update/.calculate_directory new file mode 100644 index 0000000..06d9075 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip cl_update_world!=merge&&cl_update_world!=rebuild diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/.calculate_directory new file mode 100644 index 0000000..86029cf --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip ini(overlay-distros.world)<20160101 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/209 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/209 new file mode 100644 index 0000000..465455f --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/209 @@ -0,0 +1,24 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLSK)!=# +app-admin/sudo +sys-apps/memtest86+ +sys-devel/prelink +#in# + +#?in(os_linux_pkglist, CLDX+)!=# +games-action/oolite +x11-misc/idesk +x11-misc/idesk-extras +x11-misc/xvkbd +x11-wm/dwm +x11-wm/jwm +#in# + +#?in(os_linux_pkglist, CDS+)!=# +!net-p2p/btpd +sys-apps/iucode_tool +sys-apps/microcode-ctl +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/214 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/214 new file mode 100644 index 0000000..0c2c465 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/214 @@ -0,0 +1,25 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDM)!=# +!mate-extra/mate-user-guide +#in# + +#?in(os_linux_pkglist, CLDM, CLDX+)!=# +mate-extra/caja-extensions +#in# + +#?in(os_linux_pkglist, CLD+)!=# +mail-mta/ssmtp +#in# + +#?in(os_linux_pkglist, CLDX+)!=# +!media-sound/flacon +gnome-base/dconf-editor +mate-extra/caja-dropbox +mate-extra/mate-user-guide +net-im/gajim +x11-themes/smplayer-skins +x11-themes/smplayer-themes +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/218 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/218 new file mode 100644 index 0000000..8241550 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/218 @@ -0,0 +1,16 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX)!=# +!media-video/smtube +media-video/smplayer +#in# + +#?in(os_linux_pkglist, CLD, CLDX)!=# +!mate-extra/mate-user-guide +#in# + +#?in(os_linux_pkglist, CLDM)!=# +mate-extra/mate-user-guide +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/219 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/219 new file mode 100644 index 0000000..ee640e2 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/219 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLSK)!=# +kde-apps/kde-l10n +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/233 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/233 new file mode 100644 index 0000000..51666be --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/233 @@ -0,0 +1,26 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDX+, CDS+)!=# +!net-p2p/bittorrent +#in# + +#?in(os_linux_pkglist, CLDX+)!=# +!media-sound/ardour +!net-im/mcabber +games-strategy/0ad +lxqt-base/lxqt-sudo +media-gfx/freecad +media-gfx/librecad +media-video/pitivi +sys-power/powertop +www-client/vivaldi +www-plugins/adobe-flash +x11-terms/qterminal +#in# + +#?in(os_linux_pkglist, CDS+)!=# +net-misc/minidlna +www-client/w3m +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/234 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/234 new file mode 100644 index 0000000..d574fc2 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/234 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLSK)!=&&pkg(www-client/qupzilla)!=# +www-plugins/adobe-flash +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/238 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/238 new file mode 100644 index 0000000..e76763e --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/238 @@ -0,0 +1,26 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX)!=# +!x11-themes/calculate-xcursors +#in# + +#?in(os_linux_pkglist, CLD+)!=# +!www-client/qupzilla +www-plugins/adobe-flash +#in# + +#?in(os_linux_pkglist, CLDX+)!=# +app-admin/sysstat +app-benchmarks/bootchart2 +dev-db/mysql-workbench +net-analyzer/mbrowse +net-misc/badvpn +sys-fs/cryptsetup +sys-process/atop +#in# + +#?in(os_linux_pkglist, CDS+)!=# +app-benchmarks/bootchart2 +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/240 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/240 new file mode 100644 index 0000000..e50f1cf --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/240 @@ -0,0 +1,17 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLSK, CLDX+)!=# +!x11-themes/gnome-breeze +#in# + +#?in(os_linux_pkglist, CLDX+)!=# +!sci-geosciences/qgis +#in# + +#?in(os_linux_pkglist, CLSK)!=# +kde-apps/ark +kde-apps/gwenview +kde-apps/kcalc +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/241 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/241 new file mode 100644 index 0000000..4323b90 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/241 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CMC, CLSK, CLS)!=# +sys-firmware/amdgpu-ucode +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/242 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/242 new file mode 100644 index 0000000..ca3a120 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/242 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLSK)!=# +#!net-ftp/filezilla +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/243 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/243 new file mode 100644 index 0000000..bcdaa7c --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/243 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +kde-base/legacy-icons +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/245 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/245 new file mode 100644 index 0000000..5b97994 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/245 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLSK)!=# +!kde-apps/ksnapshot +kde-apps/spectacle +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/246 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/246 new file mode 100644 index 0000000..550aea5 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/246 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CMC, CLSK, CLS)!=# +!sys-firmware/amdgpu-ucode +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/248 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/248 new file mode 100644 index 0000000..e5f96b0 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/248 @@ -0,0 +1,75 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLSK, CMC)!=# +!sys-devel/prelink +#in# + +#?in(os_linux_pkglist, CLD)!=# +!kde-apps/kcontrol +!kde-apps/kde-apps-meta +!kde-apps/kde-apps-meta +!kde-apps/kdeartwork-styles +!kde-apps/kdeedu-meta +!kde-apps/kdegraphics-meta +!kde-apps/kde-meta +!kde-apps/kdepasswd +!kde-apps/kdepim-icons +!kde-apps/kdepim-icons +!kde-apps/kdepim-wizards +!kde-apps/kmix +!kde-apps/ksnapshot +!kde-apps/libkdeedu +!kde-apps/libkdepim +!kde-apps/libkgeomap +!kde-apps/libkleo +!kde-apps/libkpgp +!kde-apps/marble + +!kde-base/freespacenotifier +!kde-base/kcheckpass +!kde-base/kcminit +!kde-base/kdebase-cursors +!kde-base/kdebase-startkde +!kde-base/kdeplasma-addons +!kde-base/kdm +!kde-base/kephal +!kde-base/khotkeys +!kde-base/kinfocenter +!kde-base/klipper +!kde-base/kmenuedit +!kde-base/krunner +!kde-base/kscreensaver +!kde-base/ksmserver +!kde-base/ksplash +!kde-base/kstartupconfig +!kde-base/kstyles +!kde-base/ksysguard +!kde-base/ksystraycmd +!kde-base/kwin +!kde-base/kwrited +!kde-base/legacy-icons +!kde-base/libkworkspace +!kde-base/liboxygenstyle +!kde-base/libplasmaclock +!kde-base/libplasmagenericshell +!kde-base/libtaskmanager +!kde-base/plasma-workspace +!kde-base/powerdevil +!kde-base/solid-actions-kcm +!kde-base/systemsettings + +!kde-misc/synaptiks +!media-gfx/kdm-themes-calculate +!media-video/dvdauthor +!media-video/dvgrab +!media-video/kffmpegthumbnailer +!x11-themes/oxygen-gtk:2 +!x11-themes/oxygen-gtk:3 + +kde-apps/kde-l10n +kde-apps/spectacle +kde-plasma/plasma-meta +media-gfx/plasma-themes-calculate +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/250 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/250 new file mode 100644 index 0000000..925aa00 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/250 @@ -0,0 +1,11 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +kde-apps/okular +#in# + +#?in(os_linux_pkglist, CDS)!=# +!net-proxy/havp +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/251 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/251 new file mode 100644 index 0000000..61b8e2c --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/251 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDM, CLDX)!=# +!sys-apps/preload +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/252 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/252 new file mode 100644 index 0000000..5375f0f --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/252 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDM, CLDX)!=# +app-text/fbreader +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/253 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/253 new file mode 100644 index 0000000..9bbd3f2 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/253 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +kde-apps/kwalletd +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/254 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/254 new file mode 100644 index 0000000..85ce03d --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/254 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDM)!=# +!net-analyzer/mate-netspeed +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/255 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/255 new file mode 100644 index 0000000..c7cb05b --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/255 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +kde-apps/kmix +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/256 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/256 new file mode 100644 index 0000000..5d4f6cd --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/256 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDX)!=# +media-sound/qastools +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/257 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/257 new file mode 100644 index 0000000..738aadf --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/257 @@ -0,0 +1,12 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDL)!=# +!x11-misc/sddm +!x11-misc/xscreensaver +media-gfx/lightdm-themes-calculate +x11-misc/lightdm +x11-misc/light-locker +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/258 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/258 new file mode 100644 index 0000000..34b9cbf --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/258 @@ -0,0 +1,9 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +!kde-apps/kdepim-l10n +kde-apps/kdepim-l10n:4 +#in# + diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/259 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/259 new file mode 100644 index 0000000..1928825 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/259 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX, CDS, CLS, CSS, CMC)!=# +app-shells/bash-completion +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/260 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/260 new file mode 100644 index 0000000..1b8c20c --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/260 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDC)!=# +!media-gfx/xsane +media-gfx/simple-scan +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/261 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/261 new file mode 100644 index 0000000..1bf12e7 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/261 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX, CDS)!=# +app-vim/colorschemes +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/262 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/262 new file mode 100644 index 0000000..fd92379 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/262 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX)!=&&pkg(www-plugins/chrome-binary-plugins)==&&pkg(www-client/google-chrome)==&&pkg(www-client/google-chrome-beta)==&&pkg(www-client/google-chrome-unstable)==# +www-plugins/adobe-flash +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/263 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/263 new file mode 100644 index 0000000..d49e667 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/263 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDM)!=# +mate-extra/mate-calc +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/264 b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/264 new file mode 100644 index 0000000..9728f1e --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/100-old/264 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, calculate)!=# +!media-gfx/syslinux-themes-calculate +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2016/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/.calculate_directory new file mode 100644 index 0000000..b938c51 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip ini(overlay-distros.world)<20170101 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161220.3 b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161220.3 new file mode 100644 index 0000000..b5f54c4 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161220.3 @@ -0,0 +1,14 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, calculate)!=# +!kde-apps/kopete +#in# +#?in(os_linux_pkglist, CLD)!=# +kde-apps/kdepim-runtime +kde-apps/kmail-account-wizard +kde-apps/kontact +kde-apps/korganizer +kde-apps/plasma-telepathy-meta +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161222 b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161222 new file mode 100644 index 0000000..85e6299 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161222 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDM)!=# +!mate-extra/mate-calc +media-gfx/mate-themes-calculate +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161226 b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161226 new file mode 100644 index 0000000..57f8249 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161226 @@ -0,0 +1,9 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +!kde-apps/kde4-l10n +!kde-apps/kdepim-l10n:4 +!kde-apps/kwalletd +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161226.2 b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161226.2 new file mode 100644 index 0000000..6fc6463 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2016/20161226.2 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +kde-apps/kdepim-l10n +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/.calculate_directory b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/.calculate_directory new file mode 100644 index 0000000..ca5399e --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/.calculate_directory @@ -0,0 +1 @@ +# Calculate append=skip ini(overlay-distros.world)<20180101 diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170203 b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170203 new file mode 100644 index 0000000..8ae08fa --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170203 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLDC)!=# +gnome-extra/nemo-fileroller +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170310 b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170310 new file mode 100644 index 0000000..fb00fee --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170310 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +!app-cdr/k3b +kde-apps/k3b +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170322 b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170322 new file mode 100644 index 0000000..6a32442 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170322 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM)!=# +!sys-power/upower-pm-utils +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170324 b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170324 new file mode 100644 index 0000000..1c1f3d4 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170324 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX)!=# +media-gfx/splash-themes-calculate +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170329 b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170329 new file mode 100644 index 0000000..5c39d99 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170329 @@ -0,0 +1,7 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX)!=# +sys-power/upower +#in# diff --git a/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170424 b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170424 new file mode 100644 index 0000000..c65a1e8 --- /dev/null +++ b/profiles/templates/3.5/6_ac_update_sync/world/update/2017/20170424 @@ -0,0 +1,8 @@ +# Calculate format=world name=world ini(overlay-distros.world)<#-cut()-# + +#-ini(overlay-distros.world,#-cut()-#)-# + +#?in(os_linux_pkglist, CLD)!=# +!kde-apps/kde-l10n +!kde-apps/kdepim-l10n +#in#