From 7d2a8722ec4af950c6e30e276e2ec113a14fcb0f Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Thu, 21 Apr 2016 15:06:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=81=D0=B1=D0=BE=D1=80=D0=BE=D1=87=D0=BD=D1=8B?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B8=20desktop?= =?UTF-8?q?=20=D0=B8=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Вместо distros/CLD+, distros/CLDX+, distros/CDS+ --- profiles/arch.list | 2 + profiles/base/desktop/calculate.env | 1 + profiles/base/server/calculate.env | 1 + profiles/calculate.env | 7 +- profiles/desktop/amd64/parent | 2 + profiles/desktop/calculate.env | 7 + profiles/desktop/make.defaults | 3 + profiles/desktop/parent | 1 + profiles/desktop/x86/parent | 2 + profiles/profiles.desc | 18 ++ profiles/server/amd64/parent | 2 + profiles/server/calculate.env | 7 + profiles/server/make.defaults | 3 + profiles/server/parent | 1 + profiles/server/x86/parent | 2 + .../world/create/applications.grp | 35 +++ .../3.3/6_ac_update_sync/world/create/base | 11 +- .../6_ac_update_sync/world/create/base.grp | 10 + .../world/create/children.grp | 5 + .../world/create/cinnamon.grp | 5 + .../world/create/decoration.grp | 26 ++ .../6_ac_update_sync/world/create/dicts.grp | 7 + .../6_ac_update_sync/world/create/drivers.grp | 6 + .../world/create/education.grp | 5 + .../world/create/emulation.grp | 16 ++ .../6_ac_update_sync/world/create/fonts.grp | 38 +++ .../6_ac_update_sync/world/create/games.grp | 16 ++ .../world/create/graphics.grp | 18 ++ .../3.3/6_ac_update_sync/world/create/ide.grp | 6 + .../world/create/kde-apps.grp | 266 ++++++++++++++++++ .../world/create/kde-frameworks.grp | 73 +++++ .../world/create/kde-misc.grp | 6 + .../world/create/kde-plasma.grp | 40 +++ .../3.3/6_ac_update_sync/world/create/lib.grp | 41 +++ .../6_ac_update_sync/world/create/lxqt.grp | 11 + .../6_ac_update_sync/world/create/mate.grp | 13 + .../world/create/microcode.grp | 5 + .../world/create/multimedia.grp | 39 +++ .../6_ac_update_sync/world/create/netapps.grp | 82 ++++++ .../3.3/6_ac_update_sync/world/create/network | 6 - .../6_ac_update_sync/world/create/network.grp | 37 +++ .../6_ac_update_sync/world/create/openbox.grp | 14 + .../6_ac_update_sync/world/create/plugins.grp | 20 ++ .../6_ac_update_sync/world/create/printer.grp | 12 + .../6_ac_update_sync/world/create/science.grp | 7 + .../6_ac_update_sync/world/create/server.grp | 42 +++ .../6_ac_update_sync/world/create/tools.grp | 197 +++++++++++++ .../world/create/wireless.grp | 11 + .../3.3/6_ac_update_sync/world/create/wm.grp | 19 ++ .../6_ac_update_sync/world/create/xfce.grp | 65 +++++ .../6_ac_update_sync/world/create/xorg.grp | 7 + 51 files changed, 1262 insertions(+), 14 deletions(-) create mode 100644 profiles/arch.list create mode 100644 profiles/desktop/amd64/parent create mode 100644 profiles/desktop/calculate.env create mode 100644 profiles/desktop/make.defaults create mode 100644 profiles/desktop/parent create mode 100644 profiles/desktop/x86/parent create mode 100644 profiles/profiles.desc create mode 100644 profiles/server/amd64/parent create mode 100644 profiles/server/calculate.env create mode 100644 profiles/server/make.defaults create mode 100644 profiles/server/parent create mode 100644 profiles/server/x86/parent create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/applications.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/base.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/children.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/cinnamon.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/decoration.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/dicts.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/drivers.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/education.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/emulation.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/fonts.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/games.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/graphics.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/ide.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/kde-apps.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/kde-frameworks.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/kde-misc.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/kde-plasma.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/lib.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/lxqt.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/mate.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/microcode.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/multimedia.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/netapps.grp delete mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/network create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/network.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/openbox.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/plugins.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/printer.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/science.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/server.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/tools.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/wireless.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/wm.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/xfce.grp create mode 100644 profiles/templates/3.3/6_ac_update_sync/world/create/xorg.grp diff --git a/profiles/arch.list b/profiles/arch.list new file mode 100644 index 000000000..1677fa6f4 --- /dev/null +++ b/profiles/arch.list @@ -0,0 +1,2 @@ +amd64 +x86 diff --git a/profiles/base/desktop/calculate.env b/profiles/base/desktop/calculate.env index e0530a589..641eb0bc1 100644 --- a/profiles/base/desktop/calculate.env +++ b/profiles/base/desktop/calculate.env @@ -1,2 +1,3 @@ [main] +os_linux_shortname = desktop os_linux_system = desktop diff --git a/profiles/base/server/calculate.env b/profiles/base/server/calculate.env index cbba0936f..1e0c4c746 100644 --- a/profiles/base/server/calculate.env +++ b/profiles/base/server/calculate.env @@ -1,2 +1,3 @@ [main] +os_linux_shortname = server os_linux_system = server diff --git a/profiles/calculate.env b/profiles/calculate.env index cbfd47a05..dce003274 100644 --- a/profiles/calculate.env +++ b/profiles/calculate.env @@ -1,10 +1,10 @@ [main] -cl_template_location = overlay,local,remote +cl_template_location = calculate,local,remote cl_template_path = /var/lib/layman/calculate/profiles/templates,/var/calculate/templates,/var/calculate/remote/templates cl_autoupdate_set = off cl_verbose_set = off os_linux_ver = 15.18 -os_linux_shortname = Calculate +os_linux_shortname = calculate os_linux_name = Calculate Linux [install] @@ -80,6 +80,9 @@ cl_update_rep_host = calculate,github,bitbucket cl_update_rep_host_url = git://git.calculate-linux.org/repo/%s.git,git://github.com/%s/overlay.git,https://bitbucket.org/%s/overlay.git cl_update_rep = rev cl_update_skip_rb_set = on +cl_update_rep_name = gentoo,calculate +cl_update_rep_url = git://github.com/calculatelinux/gentoo.git,git://github.com/calculatelinux/calculate.git +cl_update_rep_sync = mirror,mirror [builder] cl_builder_base_path = /var/calculate/remote/builder diff --git a/profiles/desktop/amd64/parent b/profiles/desktop/amd64/parent new file mode 100644 index 000000000..25f7461bb --- /dev/null +++ b/profiles/desktop/amd64/parent @@ -0,0 +1,2 @@ +../../base/desktop/amd64 +.. diff --git a/profiles/desktop/calculate.env b/profiles/desktop/calculate.env new file mode 100644 index 000000000..92fc99b01 --- /dev/null +++ b/profiles/desktop/calculate.env @@ -0,0 +1,7 @@ +[main] +os_linux_name = 'Calculate Desktop' +os_linux_subname = 'GRP' +os_linux_shortname = 'desktop' + +[update] +cl_update_branch = update diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults new file mode 100644 index 000000000..ba92cf12d --- /dev/null +++ b/profiles/desktop/make.defaults @@ -0,0 +1,3 @@ +USE="" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --buildpkg-exclude='app-emulation/virtualbox-modules app-emulation/vmware-modules app-laptop/tp_smapi net-misc/dahdi net-wireless/broadcom-sta sys-fs/vhba x11-drivers/ati-drivers x11-drivers/nvidia-drivers'" +FEATURES="-getbinpkg buildpkg" diff --git a/profiles/desktop/parent b/profiles/desktop/parent new file mode 100644 index 000000000..f3229c5b9 --- /dev/null +++ b/profiles/desktop/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/desktop/x86/parent b/profiles/desktop/x86/parent new file mode 100644 index 000000000..dac66cbeb --- /dev/null +++ b/profiles/desktop/x86/parent @@ -0,0 +1,2 @@ +../../base/desktop/x86 +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 000000000..53cd1f1d4 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,18 @@ +############################################# +# 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 desktop/amd64 dev +amd64 server/amd64 dev + +# x86 Profiles +x86 desktop/x86 dev +x86 server/x86 dev + +# vim: set ts=8 diff --git a/profiles/server/amd64/parent b/profiles/server/amd64/parent new file mode 100644 index 000000000..64c4b8074 --- /dev/null +++ b/profiles/server/amd64/parent @@ -0,0 +1,2 @@ +../../base/server/amd64 +.. diff --git a/profiles/server/calculate.env b/profiles/server/calculate.env new file mode 100644 index 000000000..ed10d4f66 --- /dev/null +++ b/profiles/server/calculate.env @@ -0,0 +1,7 @@ +[main] +os_linux_name = 'Calculate Server' +os_linux_subname = 'GRP' +os_linux_shortname = 'server' + +[update] +cl_update_branch = update diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults new file mode 100644 index 000000000..ba92cf12d --- /dev/null +++ b/profiles/server/make.defaults @@ -0,0 +1,3 @@ +USE="" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --buildpkg-exclude='app-emulation/virtualbox-modules app-emulation/vmware-modules app-laptop/tp_smapi net-misc/dahdi net-wireless/broadcom-sta sys-fs/vhba x11-drivers/ati-drivers x11-drivers/nvidia-drivers'" +FEATURES="-getbinpkg buildpkg" diff --git a/profiles/server/parent b/profiles/server/parent new file mode 100644 index 000000000..f3229c5b9 --- /dev/null +++ b/profiles/server/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/server/x86/parent b/profiles/server/x86/parent new file mode 100644 index 000000000..90d705ce6 --- /dev/null +++ b/profiles/server/x86/parent @@ -0,0 +1,2 @@ +../../base/server/x86 +.. diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/applications.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/applications.grp new file mode 100644 index 000000000..bcbee079e --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/applications.grp @@ -0,0 +1,35 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-editors/bluefish +app-editors/gedit +app-editors/gvim +app-editors/juffed +app-editors/latexila +app-editors/leafpad +#app-i18n/poedit +app-misc/rox-filer +app-misc/xmind +app-office/abiword +app-office/calligra +app-office/gnumeric +app-office/libreoffice +app-office/lyx +app-office/scribus +app-office/texmaker +app-text/fbreader +app-text/kchmviewer +app-text/keepnote +app-text/mupdf +app-text/qpdfview +app-text/xournal +dev-db/pgadmin3 +dev-util/meld +kde-misc/openofficeorg-thumbnail +sci-calculators/galculator +sci-calculators/speedcrunch +#in# + +#?in(os_linux_pkglist, server)!=# +app-text/fbless +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/base b/profiles/templates/3.3/6_ac_update_sync/world/create/base index 08e81b99c..c6d1893c1 100644 --- a/profiles/templates/3.3/6_ac_update_sync/world/create/base +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/base @@ -1,11 +1,11 @@ -# Calculate name=world format=world +# Calculate name=world format=world in(os_linux_pkglist, calculate)!= -#?in(os_linux_pkglist, base)!=# app-portage/eix app-portage/gentoolkit app-portage/layman dev-vcs/git media-gfx/gfxboot-themes-calculate +net-fs/nfs-utils sys-apps/calculate-utils:3 sys-apps/openrc sys-apps/v86d @@ -14,15 +14,14 @@ sys-boot/os-prober sys-fs/e2fsprogs sys-fs/eudev sys-kernel/calculate-sources -#in# -#?in(os_linux_pkglist, base)!=&&os_arch_machine==x86_64# +#?os_arch_machine==x86_64# sys-boot/efibootmgr sys-boot/gnu-efi app-crypt/shim-signed app-crypt/sbsigntool -#in# +#os_arch_machine# -#?in(os_linux_pkglist, base)!=&&os_linux_system==desktop# +#?in(os_linux_pkglist, desktop)!=# sys-fs/ecryptfs-utils #in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/base.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/base.grp new file mode 100644 index 000000000..f0a1d9e82 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/base.grp @@ -0,0 +1,10 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop, server)!=# +app-editors/nano +media-fonts/terminus-font +sys-apps/calculate-toolkit +sys-apps/ifplugd +sys-apps/less +sys-kernel/dracut +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/children.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/children.grp new file mode 100644 index 000000000..d26aabe54 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/children.grp @@ -0,0 +1,5 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +media-gfx/tuxpaint +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/cinnamon.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/cinnamon.grp new file mode 100644 index 000000000..be7d84de3 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/cinnamon.grp @@ -0,0 +1,5 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +gnome-extra/cinnamon +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/decoration.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/decoration.grp new file mode 100644 index 000000000..8e5877907 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/decoration.grp @@ -0,0 +1,26 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop, server)!=# +media-gfx/grub-splashes-calculate +media-gfx/syslinux-themes-calculate +#in# + +#?in(os_linux_pkglist, desktop)!=# +media-gfx/calculate-wallpapers +media-gfx/dm-themes-calculate +media-gfx/lightdm-themes-calculate +media-gfx/plasma-themes-calculate +x11-misc/nitrogen +x11-themes/audacious-themes +x11-themes/calculate-icon-theme +x11-themes/calculate-xcursors +x11-themes/claws-mail-theme-calculate +x11-themes/elementary-icon-theme +x11-themes/gnome-themes-standard +x11-themes/greybird +x11-themes/gtk-engines +x11-themes/smplayer-skins +x11-themes/smplayer-themes +x11-themes/xfwm4-themes +x11-wm/compiz-fusion +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/dicts.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/dicts.grp new file mode 100644 index 000000000..47301548d --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/dicts.grp @@ -0,0 +1,7 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +app-dicts/stardict-calculate-ru +app-text/sdcv +app-text/stardict +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/drivers.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/drivers.grp new file mode 100644 index 000000000..8ce8beae9 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/drivers.grp @@ -0,0 +1,6 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +media-video/nvidia-settings +x11-drivers/ati-drivers +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/education.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/education.grp new file mode 100644 index 000000000..04e0c47e5 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/education.grp @@ -0,0 +1,5 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +sci-astronomy/stellarium +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/emulation.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/emulation.grp new file mode 100644 index 000000000..25178d0f9 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/emulation.grp @@ -0,0 +1,16 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-emulation/playonlinux +app-emulation/q4wine +app-emulation/qemu +app-emulation/virt-manager +app-emulation/virtualbox +app-emulation/virtualbox-additions +app-emulation/virtualbox-extpack-oracle +app-emulation/wine +app-emulation/winetricks +games-emulation/dosbox +#app-emulation/lxc +sci-visualization/qtiplot +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/fonts.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/fonts.grp new file mode 100644 index 000000000..4d15c07c8 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/fonts.grp @@ -0,0 +1,38 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist,desktop)!=# +media-fonts/font-adobe-100dpi +media-fonts/font-adobe-75dpi +media-fonts/font-adobe-utopia-100dpi +media-fonts/font-adobe-utopia-75dpi +media-fonts/font-adobe-utopia-type1 +media-fonts/font-arabic-misc +media-fonts/font-bh-100dpi +media-fonts/font-bh-75dpi +media-fonts/font-bh-lucidatypewriter-100dpi +media-fonts/font-bh-lucidatypewriter-75dpi +media-fonts/font-bh-ttf +media-fonts/font-bh-type1 +media-fonts/font-bitstream-100dpi +media-fonts/font-bitstream-75dpi +media-fonts/font-bitstream-speedo +media-fonts/font-bitstream-type1 +media-fonts/font-cronyx-cyrillic +media-fonts/font-cursor-misc +media-fonts/font-daewoo-misc +media-fonts/font-dec-misc +media-fonts/font-ibm-type1 +media-fonts/font-isas-misc +media-fonts/font-jis-misc +media-fonts/font-micro-misc +media-fonts/font-misc-cyrillic +media-fonts/font-misc-ethiopic +media-fonts/font-misc-meltho +media-fonts/font-mutt-misc +media-fonts/font-schumacher-misc +media-fonts/font-screen-cyrillic +media-fonts/font-sony-misc +media-fonts/font-sun-misc +media-fonts/font-winitzki-cyrillic +media-fonts/font-xfree86-type1 +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/games.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/games.grp new file mode 100644 index 000000000..6608a4fb7 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/games.grp @@ -0,0 +1,16 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +games-action/oolite +games-action/supertuxkart +games-arcade/briquolo +games-arcade/lbreakout2 +games-arcade/supertux +games-misc/xpenguins +games-sports/xmoto +games-strategy/0ad +games-strategy/freeciv +games-util/steam-launcher +kde-apps/kbreakout +kde-apps/ktuberling +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/graphics.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/graphics.grp new file mode 100644 index 000000000..fc3848bc7 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/graphics.grp @@ -0,0 +1,18 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +media-gfx/blender +media-gfx/darktable +media-gfx/digikam +media-gfx/fotowall +media-gfx/freecad +media-gfx/gimp +media-gfx/gqview +media-gfx/gthumb +media-gfx/hugin +media-gfx/imagemagick +media-gfx/inkscape +media-gfx/librecad +media-gfx/nomacs +media-gfx/pinta +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/ide.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/ide.grp new file mode 100644 index 000000000..3848d4bab --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/ide.grp @@ -0,0 +1,6 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +dev-python/spyder +dev-util/eric +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/kde-apps.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-apps.grp new file mode 100644 index 000000000..d3d649370 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-apps.grp @@ -0,0 +1,266 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +kde-apps/akonadiconsole +kde-apps/akregator +kde-apps/amor +kde-apps/analitza +kde-apps/ark +kde-apps/artikulate +kde-apps/attica +kde-apps/audiocd-kio +kde-apps/baloo-widgets +kde-apps/blinken +kde-apps/blogilo +kde-apps/bomber +kde-apps/bovo +kde-apps/calendarjanitor +kde-apps/cantor +kde-apps/cervisia +kde-apps/dolphin +kde-apps/dolphin-plugins +kde-apps/dragon +kde-apps/drkonqi +kde-apps/ffmpegthumbs +kde-apps/filelight +kde-apps/gpgmepp +kde-apps/granatier +kde-apps/gwenview +kde-apps/jovie +kde-apps/juk +kde-apps/kabcclient +kde-apps/kaccessible +kde-apps/kaccounts-integration +kde-apps/kaddressbook +kde-apps/kajongg +kde-apps/kalarm +kde-apps/kalgebra +kde-apps/kalzium +kde-apps/kamera +kde-apps/kanagram +kde-apps/kapman +kde-apps/kapptemplate +kde-apps/kate +kde-apps/katomic +kde-apps/kblackbox +kde-apps/kblocks +kde-apps/kbounce +kde-apps/kbreakout +kde-apps/kbruch +kde-apps/kcachegrind +kde-apps/kcalc +kde-apps/kcharselect +kde-apps/kcmshell +kde-apps/kcolorchooser +#kde-apps/kcontrol +kde-apps/kcron +kde-apps/kde4-l10n +kde-apps/kdeaccessibility-meta +kde-apps/kdeadmin-meta +#kde-apps/kde-apps-meta +kde-apps/kdeartwork-colorschemes +kde-apps/kdeartwork-desktopthemes +kde-apps/kdeartwork-emoticons +kde-apps/kdeartwork-iconthemes +kde-apps/kdeartwork-kscreensaver +kde-apps/kdeartwork-meta +#kde-apps/kdeartwork-styles +kde-apps/kdeartwork-wallpapers +kde-apps/kdeartwork-weatherwallpapers +kde-apps/kde-base-artwork +kde-apps/kdebase-data +kde-apps/kdebase-desktoptheme +kde-apps/kdebase-kioslaves +kde-apps/kdebase-menu +kde-apps/kdebase-menu-icons +kde-apps/kdebase-meta +kde-apps/kdebase-runtime-meta +kde-apps/kdebugdialog +kde-apps/kdebugsettings +kde-apps/kdecore-meta +kde-apps/kde-dev-scripts +kde-apps/kde-dev-utils +kde-apps/kdeedu-data +#kde-apps/kdeedu-meta +kde-apps/kdegames-meta +#kde-apps/kdegraphics-meta +kde-apps/kdegraphics-mobipocket +kde-apps/kde-l10n +#kde-apps/kde-meta +kde-apps/kdemultimedia-meta +kde-apps/kdenetwork-filesharing +kde-apps/kdenetwork-meta +kde-apps/kdenlive +#kde-apps/kdepasswd +kde-apps/kdepim-common-libs +#kde-apps/kdepim-icons +kde-apps/kdepim-kresources +kde-apps/kdepim-l10n +kde-apps/kdepimlibs +kde-apps/kdepim-meta +kde-apps/kdepim-runtime +#kde-apps/kdepim-wizards +kde-apps/kdesdk-kioslaves +kde-apps/kdesdk-meta +kde-apps/kdesdk-strigi-analyzer +kde-apps/kdesdk-thumbnailers +kde-apps/kdesu +kde-apps/kdetoys-meta +kde-apps/kdeutils-meta +kde-apps/kde-wallpapers +kde-apps/kdewebdev-meta +kde-apps/kdf +kde-apps/kdialog +kde-apps/kdiamond +kde-apps/kdontchangethehostname +kde-apps/keditbookmarks +kde-apps/keditfiletype +kde-apps/kfile +kde-apps/kfilereplace +kde-apps/kfind +kde-apps/kfloppy +kde-apps/kfmclient +kde-apps/kfourinline +kde-apps/kgamma +kde-apps/kgeography +kde-apps/kget +kde-apps/kglobalaccel +kde-apps/kgoldrunner +kde-apps/kgpg +kde-apps/khangman +kde-apps/khelpcenter +kde-apps/kiconfinder +kde-apps/kig +kde-apps/kigo +kde-apps/killbots +kde-apps/kimagemapeditor +kde-apps/kimgio +kde-apps/kioclient +kde-apps/kio-extras +kde-apps/kiriki +kde-apps/kiten +kde-apps/kjots +kde-apps/kjumpingcube +kde-apps/kleopatra +kde-apps/klettres +kde-apps/klickety +kde-apps/klines +kde-apps/klinkstatus +kde-apps/kmag +kde-apps/kmahjongg +kde-apps/kmail +kde-apps/kmimetypefinder +kde-apps/kmines +kde-apps/kmix +kde-apps/kmousetool +kde-apps/kmouth +kde-apps/kmplot +kde-apps/knavalbattle +kde-apps/knetattach +kde-apps/knetwalk +kde-apps/knewstuff +kde-apps/knode +kde-apps/knotes +kde-apps/knotify +kde-apps/kolf +kde-apps/kollision +kde-apps/kolourpaint +kde-apps/kommander +kde-apps/kompare +kde-apps/konq-plugins +kde-apps/konqueror +kde-apps/konquest +kde-apps/konsole +kde-apps/konsolekalendar +kde-apps/konsolepart +kde-apps/kontact +kde-apps/kopete +kde-apps/korganizer +kde-apps/kpasswdserver +kde-apps/kpat +kde-apps/kppp +kde-apps/kqtquickcharts +kde-apps/kquitapp +kde-apps/krdc +kde-apps/kreadconfig +kde-apps/kremotecontrol +kde-apps/kreversi +kde-apps/krfb +kde-apps/kruler +kde-apps/ksaneplugin +kde-apps/kscd +kde-apps/kshisen +kde-apps/ksirk +kde-apps/ksnakeduel +#kde-apps/ksnapshot +kde-apps/kspaceduel +kde-apps/ksquares +kde-apps/kstars +kde-apps/kstart +kde-apps/ksudoku +kde-apps/ksystemlog +kde-apps/kteatime +kde-apps/ktimer +kde-apps/ktimetracker +kde-apps/ktimezoned +kde-apps/ktnef +kde-apps/ktouch +kde-apps/ktp-l10n +kde-apps/ktraderclient +kde-apps/ktuberling +kde-apps/kturtle +kde-apps/ktux +kde-apps/kubrick +kde-apps/kuiserver +kde-apps/kurifilter-plugins +kde-apps/kuser +kde-apps/kwalletd +kde-apps/kwalletd-pam +kde-apps/kwalletmanager +kde-apps/kwordquiz +kde-apps/kwrite +kde-apps/libkcddb +kde-apps/libkcompactdisc +kde-apps/libkdcraw +#kde-apps/libkdeedu +kde-apps/libkdegames +#kde-apps/libkdepim +kde-apps/libkeduvocdocument +kde-apps/libkexiv2 +kde-apps/libkface +#kde-apps/libkgeomap +kde-apps/libkipi +#kde-apps/libkleo +kde-apps/libkmahjongg +kde-apps/libkomparediff2 +kde-apps/libkonq +#kde-apps/libkpgp +kde-apps/libksane +kde-apps/lokalize +kde-apps/lskat +#kde-apps/marble +kde-apps/mplayerthumbs +kde-apps/nsplugins +kde-apps/okteta +kde-apps/okular +kde-apps/pairs +kde-apps/palapeli +kde-apps/parley +kde-apps/phonon-kde +kde-apps/picmi +kde-apps/plasma-apps +kde-apps/plasma-runtime +kde-apps/poxml +kde-apps/print-manager +kde-apps/renamedlg-plugins +kde-apps/rocs +kde-apps/solid-runtime +kde-apps/spectacle +kde-apps/step +kde-apps/superkaramba +kde-apps/svgpart +kde-apps/sweeper +kde-apps/thumbnailers +kde-apps/umbrello +kde-apps/zeroconf-ioslave +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/kde-frameworks.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-frameworks.grp new file mode 100644 index 000000000..c187f8ae8 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-frameworks.grp @@ -0,0 +1,73 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +kde-frameworks/attica +kde-frameworks/baloo +kde-frameworks/bluez-qt +kde-frameworks/extra-cmake-modules +kde-frameworks/frameworkintegration +kde-frameworks/kactivities +kde-frameworks/kapidox +kde-frameworks/karchive +kde-frameworks/kauth +kde-frameworks/kbookmarks +kde-frameworks/kcmutils +kde-frameworks/kcodecs +kde-frameworks/kcompletion +kde-frameworks/kconfig +kde-frameworks/kconfigwidgets +kde-frameworks/kcoreaddons +kde-frameworks/kcrash +kde-frameworks/kdbusaddons +kde-frameworks/kdeclarative +kde-frameworks/kded +kde-frameworks/kdelibs4support +kde-frameworks/kdesignerplugin +kde-frameworks/kdesu +kde-frameworks/kdewebkit +kde-frameworks/kdnssd +kde-frameworks/kdoctools +kde-frameworks/kemoticons +kde-frameworks/kf-env +kde-frameworks/kfilemetadata +kde-frameworks/kglobalaccel +kde-frameworks/kguiaddons +kde-frameworks/khtml +kde-frameworks/ki18n +kde-frameworks/kiconthemes +kde-frameworks/kidletime +kde-frameworks/kimageformats +kde-frameworks/kinit +kde-frameworks/kio +kde-frameworks/kitemmodels +kde-frameworks/kitemviews +kde-frameworks/kjobwidgets +kde-frameworks/kjs +kde-frameworks/kjsembed +kde-frameworks/kmediaplayer +kde-frameworks/knewstuff +kde-frameworks/knotifications +kde-frameworks/knotifyconfig +kde-frameworks/kpackage +kde-frameworks/kparts +kde-frameworks/kpeople +kde-frameworks/kplotting +kde-frameworks/kpty +kde-frameworks/kross +kde-frameworks/krunner +kde-frameworks/kservice +kde-frameworks/ktexteditor +kde-frameworks/ktextwidgets +kde-frameworks/kunitconversion +kde-frameworks/kwallet +kde-frameworks/kwidgetsaddons +kde-frameworks/kwindowsystem +kde-frameworks/kxmlgui +kde-frameworks/kxmlrpcclient +kde-frameworks/modemmanager-qt +kde-frameworks/networkmanager-qt +kde-frameworks/plasma +kde-frameworks/solid +kde-frameworks/sonnet +kde-frameworks/threadweaver +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/kde-misc.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-misc.grp new file mode 100644 index 000000000..17955871d --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-misc.grp @@ -0,0 +1,6 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +kde-misc/kdirstat +kde-misc/yakuake +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/kde-plasma.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-plasma.grp new file mode 100644 index 000000000..d3b9bf01c --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/kde-plasma.grp @@ -0,0 +1,40 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +kde-plasma/bluedevil +kde-plasma/breeze +kde-plasma/kde-cli-tools +kde-plasma/kdecoration +kde-plasma/kde-gtk-config +kde-plasma/kdeplasma-addons +kde-plasma/kgamma +kde-plasma/khotkeys +kde-plasma/kinfocenter +kde-plasma/kmenuedit +kde-plasma/kscreen +kde-plasma/ksshaskpass +kde-plasma/ksysguard +kde-plasma/kwallet-pam +kde-plasma/kwayland +kde-plasma/kwayland-integration +kde-plasma/kwin +kde-plasma/kwrited +kde-plasma/libkscreen +kde-plasma/libksysguard +kde-plasma/milou +kde-plasma/oxygen +kde-plasma/oxygen-fonts +kde-plasma/plasma-desktop +kde-plasma/plasma-mediacenter +kde-plasma/plasma-meta +kde-plasma/plasma-nm +kde-plasma/plasma-pa +kde-plasma/plasma-sdk +kde-plasma/plasma-workspace +kde-plasma/plasma-workspace-wallpapers +kde-plasma/polkit-kde-agent +kde-plasma/powerdevil +kde-plasma/sddm-kcm +kde-plasma/systemsettings +kde-plasma/user-manager +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/lib.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/lib.grp new file mode 100644 index 000000000..a1fb14083 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/lib.grp @@ -0,0 +1,41 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +dev-python/Kivy + +dev-python/PyQt5 +dev-python/xlwt + +dev-qt/assistant:5 +dev-qt/designer:5 +dev-qt/linguist:5 +dev-qt/pixeltool:5 +dev-qt/qdbusviewer:5 +dev-qt/qdoc:5 +dev-qt/qtbluetooth:5 +dev-qt/qtconcurrent:5 +dev-qt/qtcore:5 +dev-qt/qtdbus:5 +dev-qt/qtdeclarative:5 +dev-qt/qtdiag:5 +dev-qt/qtgui:5 +dev-qt/qthelp:5 +dev-qt/qtopengl:5 +dev-qt/qtpositioning:5 +dev-qt/qtprintsupport:5 +dev-qt/qtquick1:5 +dev-qt/qtquickcontrols:5 +dev-qt/qtscript:5 +dev-qt/qtsensors:5 +dev-qt/qtserialport:5 +dev-qt/qtsql:5 +dev-qt/qtsvg:5 +dev-qt/qttest:5 +dev-qt/qttranslations:5 +dev-qt/qtwayland:5 +dev-qt/qtwebchannel:5 +dev-qt/qtwebkit:5 +dev-qt/qtwebsockets:5 +dev-qt/qtx11extras:5 +dev-qt/qtxmlpatterns:5 +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/lxqt.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/lxqt.grp new file mode 100644 index 000000000..8a7b1c8be --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/lxqt.grp @@ -0,0 +1,11 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +lxqt-base/lxqt-admin +lxqt-base/lxqt-meta +lxqt-base/lxqt-openssh-askpass +lxqt-base/lxqt-powermanagement +lxqt-base/lxqt-sudo +media-gfx/lximage-qt +x11-terms/qterminal +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/mate.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/mate.grp new file mode 100644 index 000000000..32ac0f566 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/mate.grp @@ -0,0 +1,13 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +mate-base/mate +mate-extra/caja-dropbox +mate-extra/caja-extensions +mate-extra/mate-sensors-applet +mate-extra/mate-user-guide +net-analyzer/mate-netspeed +x11-misc/mate-notification-daemon +x11-misc/parcellite +x11-themes/mate-icon-theme-faenza +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/microcode.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/microcode.grp new file mode 100644 index 000000000..b9fc2ec49 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/microcode.grp @@ -0,0 +1,5 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, server)!=# +sys-apps/microcode-ctl +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/multimedia.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/multimedia.grp new file mode 100644 index 000000000..7d4f82b3a --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/multimedia.grp @@ -0,0 +1,39 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-cdr/brasero +app-cdr/k3b +app-cdr/xfburn +media-gfx/shotwell +media-plugins/qmmp-plugin-pack +media-radio/radiotray +media-sound/alsa-utils +media-sound/amarok +media-sound/audacious +media-sound/audacity +media-sound/clementine +media-sound/easytag +#media-sound/lxmusic +media-sound/qmmp +media-sound/rhythmbox +media-sound/soundconverter +#media-sound/xmms2 +media-tv/kodi +media-video/avidemux +media-video/devede +media-video/dvdauthor +media-video/dvgrab +media-video/gtk-recordmydesktop +media-video/istanbul +media-video/kaffeine +media-video/kffmpegthumbnailer +media-video/kino +media-video/mpv +media-video/openshot +media-video/pitivi +media-video/qt-recordmydesktop +media-video/smplayer +media-video/smtube +media-video/totem +media-video/vlc +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/netapps.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/netapps.grp new file mode 100644 index 000000000..6f195ab94 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/netapps.grp @@ -0,0 +1,82 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-text/wgetpaste +mail-client/claws-mail +mail-client/geary +mail-client/sylpheed +mail-client/thunderbird +mail-client/trojita +net-analyzer/nmap +net-analyzer/traceroute +net-analyzer/wireshark +net-ftp/filezilla +net-im/choqok +net-im/corebird +net-im/gajim +net-im/licq +net-im/pidgin +net-im/psi +net-im/psimedia +net-im/qutim +net-im/skype +net-irc/hexchat +net-irc/konversation +net-irc/kvirc +net-misc/dropbox +net-misc/modem-manager-gui +net-misc/remmina +net-misc/whois +net-misc/yandex-disk +net-p2p/amule +net-p2p/deluge +net-p2p/ktorrent +#net-p2p/mldonkey +net-p2p/qbittorrent +net-p2p/rtorrent +net-p2p/transmission +net-voip/ekiga +net-voip/linphone +www-client/chromium +www-client/epiphany +www-client/firefox +www-client/midori +www-client/otter +www-client/qupzilla +www-client/rekonq +www-client/seamonkey +www-client/uget +www-plugins/chrome-ublock +x11-misc/x11vnc +x11-plugins/pidgin-hotkeys +x11-plugins/pidgin-libnotify +x11-plugins/purple-plugin_pack +#in# + +#?in(os_linux_pkglist, desktop)!=&&os_arch_machine==x86_64# +www-client/opera +www-plugins/chrome-binary-plugins +#in# + +#?in(os_linux_pkglist, server)!=# +net-analyzer/bmon +net-analyzer/ettercap +net-analyzer/fail2ban +net-analyzer/iptraf-ng +net-analyzer/macchanger +net-analyzer/sarg +net-analyzer/tcpdump +net-analyzer/traceroute +net-analyzer/trafshow +net-analyzer/vnstat +net-analyzer/wireshark +net-dialup/minicom +net-ftp/tftp-hpa +net-irc/weechat +net-misc/youtube-dl +net-p2p/mldonkey +www-client/elinks +www-client/links +www-client/lynx +www-client/w3m +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/network b/profiles/templates/3.3/6_ac_update_sync/world/create/network deleted file mode 100644 index 437f0c17a..000000000 --- a/profiles/templates/3.3/6_ac_update_sync/world/create/network +++ /dev/null @@ -1,6 +0,0 @@ -# Calculate name=world format=world - -#?in(os_linux_pkglist, base)!=# -net-fs/nfs-utils -#in# - diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/network.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/network.grp new file mode 100644 index 000000000..41fca55ae --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/network.grp @@ -0,0 +1,37 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +net-misc/networkmanager +net-misc/networkmanager-l2tp +net-misc/networkmanager-openvpn +net-misc/networkmanager-pptp +net-misc/networkmanager-vpnc +gnome-extra/nm-applet +net-firewall/fwbuilder +net-misc/cmst +net-misc/connman +net-misc/connman-gtk +net-misc/wicd +#in# + +#?in(os_linux_pkglist, server)!=# +net-dialup/ppp +net-dialup/pptpclient +net-dialup/pptpd +net-dialup/rp-pppoe +net-dialup/xl2tpd +net-dns/bind-tools +net-dns/ddclient +net-firewall/firehol +net-firewall/ipsec-tools +net-firewall/iptables +net-firewall/sanewall +net-firewall/shorewall +net-fs/samba +net-misc/bridge-utils +net-misc/ifenslave +net-misc/ntp +net-misc/tor +net-misc/vconfig +net-misc/wol +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/openbox.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/openbox.grp new file mode 100644 index 000000000..f3a87ce63 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/openbox.grp @@ -0,0 +1,14 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +x11-misc/compton +x11-misc/gmrun +#x11-misc/notification-daemon +x11-misc/obconf +x11-misc/pcmanfm +x11-misc/screengrab +x11-misc/tint2 +x11-misc/tintwizard +x11-misc/xxkb +x11-wm/openbox +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/plugins.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/plugins.grp new file mode 100644 index 000000000..5898f82fc --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/plugins.grp @@ -0,0 +1,20 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +x11-plugins/pidgin-birthday-reminder +x11-plugins/pidgin-bot-sentry +x11-plugins/pidgin-encryption +x11-plugins/pidgin-extprefs +x11-plugins/pidgin-indicator +x11-plugins/pidgin-latex +x11-plugins/pidgin-led-notification +x11-plugins/pidgin-mbpurple +x11-plugins/pidgin-mpris +x11-plugins/pidgin-musictracker +x11-plugins/pidgin-opensteamworks +x11-plugins/pidgin-otr +x11-plugins/pidgin-rhythmbox +x11-plugins/pidgin-sipe +x11-plugins/pidgintex +x11-themes/pidgin-penguins-smileys +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/printer.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/printer.grp new file mode 100644 index 000000000..b90436742 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/printer.grp @@ -0,0 +1,12 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +media-gfx/xsane +net-print/cnijfilter +net-print/cups +net-print/gutenprint +net-print/hplip +net-print/hplip-plugin +net-print/splix +net-print/xerox-drivers +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/science.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/science.grp new file mode 100644 index 000000000..84b51e220 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/science.grp @@ -0,0 +1,7 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +sci-astronomy/celestia +#sci-geosciences/qgis +#sci-libs/openfoam +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/server.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/server.grp new file mode 100644 index 000000000..2d6d995fa --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/server.grp @@ -0,0 +1,42 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +mail-mta/ssmtp +net-wireless/hostapd +#in# + +#?in(os_linux_pkglist, server)!=# +dev-db/mariadb +dev-db/mongodb +dev-db/pg_top +dev-db/postgresql +dev-db/redis +dev-lang/php +dev-vcs/gitolite +mail-filter/clamsmtp +mail-filter/opendkim +mail-filter/postgrey +mail-filter/procmail +mail-filter/spamassassin +mail-mta/postfix +net-dns/bind +net-fs/netatalk +net-fs/samba +net-ftp/ftp +net-ftp/proftpd +net-ftp/vsftpd +net-im/ejabberd +net-mail/dovecot +net-mail/fetchmail +net-misc/asterisk +net-misc/dhcp +net-misc/hylafaxplus +net-misc/minidlna +net-proxy/havp +net-proxy/squid +net-proxy/squidguard +sys-apps/calculate-server +sys-apps/most +www-servers/lighttpd +www-servers/nginx +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/tools.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/tools.grp new file mode 100644 index 000000000..702df950d --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/tools.grp @@ -0,0 +1,197 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-admin/conky +app-admin/hardinfo +app-admin/keepassx +app-admin/sysstat +app-arch/arj +app-arch/p7zip +app-arch/rar +app-arch/unrar +app-arch/unzip +app-benchmarks/bootchart2 +app-cdr/gcdemu +app-editors/emacs +app-editors/ghex +app-editors/vim +app-laptop/tpb +app-laptop/tp_smapi +app-misc/anki +app-misc/mc +app-misc/screen +app-misc/screenfetch +app-misc/workrave +app-mobilephone/wammu +app-pda/usbmuxd +app-portage/cpuinfo2cpuflags +app-text/texlive +app-text/xournal +dev-db/mysql-workbench +dev-db/sqlitebrowser +dev-lang/mono +dev-libs/libcgroup +dev-python/gst-python +dev-python/ipython +dev-qt/qt-creator +dev-util/android-tools +dev-util/geany +dev-util/geany-plugins +dev-util/gource +dev-util/strace +gnome-base/dconf-editor +mail-client/evolution +mail-client/mutt +mail-client/sylpheed +media-gfx/cellwriter +media-gfx/dispcalgui +media-radio/fldigi +media-sound/mac +media-sound/picard +net-analyzer/iftop +net-analyzer/mbrowse +net-misc/badvpn +net-misc/clipgrab +net-misc/putty +net-news/quiterss +sys-apps/acl +sys-apps/gsmartcontrol +sys-apps/keyexec +sys-apps/mlocate +sys-apps/preload +sys-apps/usb_modeswitch +sys-auth/thinkfinger +sys-block/gparted +sys-block/partitionmanager +sys-devel/prelink +sys-fs/cryptsetup +sys-power/apcupsd +sys-power/upower-pm-utils +www-plugins/adobe-flash +x11-libs/gksu +x11-misc/devilspie +x11-misc/dmenu +x11-misc/gcolor2 +x11-misc/i3lock +x11-misc/i3status +x11-misc/idesk +x11-misc/idesk-extras +x11-misc/openbox-menu +x11-misc/oroborus-desklaunch +x11-misc/oroborus-deskmenu +x11-misc/oroborus-keylaunch +x11-misc/qlipper +x11-misc/slim +x11-misc/spacefm +x11-misc/sunflower +x11-misc/wmctrl +x11-misc/xrestop +x11-misc/xsnow +x11-misc/xvkbd +x11-terms/guake +x11-terms/rxvt-unicode +x11-terms/terminator +x11-terms/tilda +x11-themes/geany-themes +#in# + +#?in(os_linux_pkglist, desktop, server)!=# +app-admin/hddtemp +app-admin/logrotate +app-admin/sudo +app-admin/syslog-ng +app-admin/testdisk +app-antivirus/clamav +app-arch/dump +app-arch/lbzip2 +app-arch/pbzip2 +app-arch/pigz +app-arch/pixz +app-arch/plzip +app-arch/pxz +app-arch/star +app-benchmarks/bootchart2 +app-benchmarks/stress +app-cdr/cdrtools +app-cdr/dvd+rw-tools +app-crypt/pgpdump +app-editors/vim +app-i18n/enca +app-misc/mc +app-misc/screenfetch +app-misc/tmux +app-portage/genlop +app-portage/gentoolkit-dev +app-portage/portage-utils +app-portage/ufed +dev-libs/klibc +dev-python/psycopg +dev-python/pyserial +dev-util/ccache +dev-vcs/bzr +dev-vcs/cvs +dev-vcs/mercurial +dev-vcs/subversion +net-analyzer/iftop +net-analyzer/jnettop +net-analyzer/mtr +net-analyzer/nethogs +net-analyzer/nload +net-analyzer/speedtest-cli +net-fs/davfs2 +net-misc/aria2 +net-misc/iaxmodem +net-misc/iperf +net-nds/shelldap +sci-libs/fftw +sys-apps/acl +sys-apps/dmidecode +sys-apps/ethtool +sys-apps/gptfdisk +sys-apps/hdparm +sys-apps/inxi +sys-apps/ipmitool +sys-apps/iproute2 +sys-apps/iucode_tool +sys-apps/kexec-tools +sys-apps/lm_sensors +sys-apps/lshw +sys-apps/memtest86+ +sys-apps/pciutils +sys-apps/pcmciautils +sys-apps/pv +sys-apps/setserial +sys-apps/smartmontools +sys-apps/usbutils +sys-auth/nss_ldap +sys-auth/pam_ldap +sys-auth/pam_update +sys-block/fio +sys-block/parted +sys-block/tw_cli +sys-fs/avfs +sys-fs/btrfs-progs +sys-fs/cryptsetup +sys-fs/dmraid +sys-fs/dosfstools +sys-fs/e4rat +sys-fs/exfat-utils +sys-fs/fuse-exfat +sys-fs/mdadm +sys-fs/mtools +sys-fs/nilfs-utils +sys-fs/ntfs3g +sys-fs/reiserfsprogs +sys-fs/xfsdump +sys-fs/xfsprogs +sys-power/acpi +sys-power/cpupower +sys-power/powernowd +sys-power/powertop +sys-process/atop +sys-process/htop +sys-process/iotop +sys-process/lsof +sys-process/nmon +sys-process/vixie-cron +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/wireless.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/wireless.grp new file mode 100644 index 000000000..cc9ddf1e4 --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/wireless.grp @@ -0,0 +1,11 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +net-wireless/aircrack-ng +net-wireless/blueman +net-wireless/wireless-tools +net-wireless/wpa_supplicant +sys-firmware/b43-firmware +sys-firmware/ipw2100-firmware +sys-firmware/ipw2200-firmware +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/wm.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/wm.grp new file mode 100644 index 000000000..cb243768a --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/wm.grp @@ -0,0 +1,19 @@ +# Calculate name=world format=world + +#in(os_linux_pkglist, desktop)!=# +x11-wm/afterstep +x11-wm/awesome +x11-wm/blackbox +x11-wm/dwm +x11-wm/enlightenment +x11-wm/enlightenment:0.17 +x11-wm/evilwm +x11-wm/fluxbox +x11-wm/fvwm +x11-wm/i3 +x11-wm/icewm +x11-wm/jwm +x11-wm/oroborus +x11-wm/twm +x11-wm/windowmaker +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/xfce.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/xfce.grp new file mode 100644 index 000000000..c56b62aeb --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/xfce.grp @@ -0,0 +1,65 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-arch/xarchiver +dev-util/catfish +media-sound/pavucontrol +media-sound/volumeicon +x11-misc/light-locker +x11-misc/sw-notify-send +x11-terms/xfce4-terminal +xfce-base/xfce4-meta +xfce-extra/thunar-archive-plugin +xfce-extra/thunar-media-tags-plugin +xfce-extra/thunar-volman +xfce-extra/tumbler +xfce-extra/xfce4-battery-plugin +xfce-extra/xfce4-cellmodem-plugin +xfce-extra/xfce4-clipman-plugin +xfce-extra/xfce4-cpufreq-plugin +xfce-extra/xfce4-cpugraph-plugin +xfce-extra/xfce4-datetime-plugin +xfce-extra/xfce4-dict +xfce-extra/xfce4-diskperf-plugin +xfce-extra/xfce4-embed-plugin +xfce-extra/xfce4-equake-plugin +xfce-extra/xfce4-eyes-plugin +xfce-extra/xfce4-fsguard-plugin +xfce-extra/xfce4-genmon-plugin +xfce-extra/xfce4-gvfs-mount +xfce-extra/xfce4-hdaps +xfce-extra/xfce4-kbdleds-plugin +xfce-extra/xfce4-linelight-plugin +xfce-extra/xfce4-mailwatch-plugin +xfce-extra/xfce4-messenger-plugin +xfce-extra/xfce4-mixer +xfce-extra/xfce4-modemlights-plugin +xfce-extra/xfce4-mount-plugin +xfce-extra/xfce4-mpc-plugin +xfce-extra/xfce4-netload-plugin +xfce-extra/xfce4-netspeed-plugin +xfce-extra/xfce4-notes-plugin +xfce-extra/xfce4-notifyd +xfce-extra/xfce4-places-plugin +xfce-extra/xfce4-playercontrol-plugin +xfce-extra/xfce4-power-manager +xfce-extra/xfce4-pulseaudio-plugin +xfce-extra/xfce4-quicklauncher-plugin +xfce-extra/xfce4-screenshooter +xfce-extra/xfce4-sensors-plugin +xfce-extra/xfce4-smartbookmark-plugin +xfce-extra/xfce4-soundmenu-plugin +xfce-extra/xfce4-taskmanager +xfce-extra/xfce4-time-out-plugin +xfce-extra/xfce4-timer-plugin +xfce-extra/xfce4-verve-plugin +xfce-extra/xfce4-volumed +xfce-extra/xfce4-volumed-pulse +xfce-extra/xfce4-wavelan-plugin +xfce-extra/xfce4-weather-plugin +xfce-extra/xfce4-whiskermenu-plugin +xfce-extra/xfce4-windowck-plugin +xfce-extra/xfce4-wmdock-plugin +xfce-extra/xfce4-xkb-plugin +xfce-extra/xfdashboard +#in# diff --git a/profiles/templates/3.3/6_ac_update_sync/world/create/xorg.grp b/profiles/templates/3.3/6_ac_update_sync/world/create/xorg.grp new file mode 100644 index 000000000..a2a5b106f --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/world/create/xorg.grp @@ -0,0 +1,7 @@ +# Calculate name=world format=world + +#?in(os_linux_pkglist, desktop)!=# +app-misc/xorg-meta +x11-base/xorg-server +x11-misc/lightdm +#in#