From 6b484d3fb6cf01ddf33d2b376d3847bd115cd906 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Fri, 10 Jul 2015 19:10:43 +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=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8C=20CLDM,=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B4=D0=B2=D0=B0=D1=80=D0=B8=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BE=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=B2=20=D0=9F=D0=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CLDM/amd64/parent | 2 ++ profiles/CLDM/calculate.env | 4 ++++ profiles/CLDM/make.defaults | 4 ++++ profiles/CLDM/package.use | 4 ++++ profiles/CLDM/parent | 1 + profiles/CLDM/x86/parent | 2 ++ profiles/CLSM/make.defaults | 4 ++-- profiles/profiles.desc | 2 ++ .../3.2/6_ac_update_sync/world/0-ini | 2 +- .../world/create/applications | 4 ++-- .../6_ac_update_sync/world/create/decoration | 20 ++++++++++------- .../world/create/{dicts => dicts+} | 0 .../world/create/{drivers => drivers+} | 0 .../world/create/{emulation => emulation+} | 0 .../world/create/{games => games+} | 0 .../6_ac_update_sync/world/create/graphics | 4 ++-- .../world/create/{lib => lib+} | 0 .../3.2/6_ac_update_sync/world/create/mate | 2 +- .../6_ac_update_sync/world/create/multimedia | 14 ++++++------ .../3.2/6_ac_update_sync/world/create/netapps | 8 +++---- .../3.2/6_ac_update_sync/world/create/network | 13 +++++------ .../3.2/6_ac_update_sync/world/create/printer | 4 ++-- .../3.2/6_ac_update_sync/world/create/server | 2 +- .../3.2/6_ac_update_sync/world/create/tools | 22 +++++++++---------- .../6_ac_update_sync/world/create/wireless | 4 ++-- .../6_ac_update_sync/world/create/{wm => wm+} | 0 .../3.2/6_ac_update_sync/world/create/xorg | 4 ++-- .../3.2/6_ac_update_sync/world/update/73 | 12 ++++++++++ 28 files changed, 85 insertions(+), 53 deletions(-) create mode 100644 profiles/CLDM/amd64/parent create mode 100644 profiles/CLDM/calculate.env create mode 100644 profiles/CLDM/make.defaults create mode 100644 profiles/CLDM/package.use create mode 100644 profiles/CLDM/parent create mode 100644 profiles/CLDM/x86/parent rename profiles/templates/3.2/6_ac_update_sync/world/create/{dicts => dicts+} (100%) rename profiles/templates/3.2/6_ac_update_sync/world/create/{drivers => drivers+} (100%) rename profiles/templates/3.2/6_ac_update_sync/world/create/{emulation => emulation+} (100%) rename profiles/templates/3.2/6_ac_update_sync/world/create/{games => games+} (100%) rename profiles/templates/3.2/6_ac_update_sync/world/create/{lib => lib+} (100%) rename profiles/templates/3.2/6_ac_update_sync/world/create/{wm => wm+} (100%) create mode 100644 profiles/templates/3.2/6_ac_update_sync/world/update/73 diff --git a/profiles/CLDM/amd64/parent b/profiles/CLDM/amd64/parent new file mode 100644 index 0000000..d1fbc2c --- /dev/null +++ b/profiles/CLDM/amd64/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/x/amd64 +.. diff --git a/profiles/CLDM/calculate.env b/profiles/CLDM/calculate.env new file mode 100644 index 0000000..221516a --- /dev/null +++ b/profiles/CLDM/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Linux Desktop' +os_linux_subname = 'MATE' +os_linux_shortname = CLDM diff --git a/profiles/CLDM/make.defaults b/profiles/CLDM/make.defaults new file mode 100644 index 0000000..13ea246 --- /dev/null +++ b/profiles/CLDM/make.defaults @@ -0,0 +1,4 @@ +USE="" +CL="builder client desktop console consolegui" +THEMES="CLDM" +LIGHTDM_SESSION=mate diff --git a/profiles/CLDM/package.use b/profiles/CLDM/package.use new file mode 100644 index 0000000..44e9182 --- /dev/null +++ b/profiles/CLDM/package.use @@ -0,0 +1,4 @@ +# ----------------------------------------- +# Removed unnecessary dependence +# ----------------------------------------- +sys-apps/calculate-utils -client diff --git a/profiles/CLDM/parent b/profiles/CLDM/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CLDM/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CLDM/x86/parent b/profiles/CLDM/x86/parent new file mode 100644 index 0000000..54c256e --- /dev/null +++ b/profiles/CLDM/x86/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/x/x86 +.. diff --git a/profiles/CLSM/make.defaults b/profiles/CLSM/make.defaults index 675605e..8dee099 100644 --- a/profiles/CLSM/make.defaults +++ b/profiles/CLSM/make.defaults @@ -1,4 +1,4 @@ USE="" -CL="builder client desktop console consolegui" -THEMES="CLDX" +CL="builder desktop console consolegui" +THEMES="CLDM" LIGHTDM_SESSION=mate diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 76e9519..1993d1d 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -9,6 +9,7 @@ # AMD64 Profiles amd64 CLD/amd64 stable +amd64 CLDM/amd64 stable amd64 CLDX/amd64 stable amd64 CDS/amd64 stable amd64 CLSM/amd64 stable @@ -21,6 +22,7 @@ amd64 CDS+/amd64 stable # x86 Profiles x86 CLD/x86 stable +x86 CLDM/x86 stable x86 CLDX/x86 stable x86 CDS/x86 stable x86 CLSM/x86 stable diff --git a/profiles/templates/3.2/6_ac_update_sync/world/0-ini b/profiles/templates/3.2/6_ac_update_sync/world/0-ini index 5121bb5..0114c48 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/0-ini +++ b/profiles/templates/3.2/6_ac_update_sync/world/0-ini @@ -1,4 +1,4 @@ # Calculate path=/etc/calculate name=ini.env format=samba cl_update_world==rebuild||cl_update_world==merge||ini(overlay-distros.world)== [overlay-distros] -world = 72 +world = 73 diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/applications b/profiles/templates/3.2/6_ac_update_sync/world/create/applications index eabd74d..3b62441 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/applications +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/applications @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLD+, CLDX+)!=# app-editors/vim app-office/libreoffice #in# -#?in(os_linux_pkglist, CLD, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLDX+)!=# app-text/fbreader #in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/decoration b/profiles/templates/3.2/6_ac_update_sync/world/create/decoration index 7b0a9a1..7bd7723 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/decoration +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/decoration @@ -5,25 +5,29 @@ media-gfx/grub-splashes-calculate media-gfx/syslinux-themes-calculate #in# -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLD+, CLDX+)!=# media-gfx/calculate-wallpapers media-gfx/dm-themes-calculate -x11-themes/calculate-icon-theme x11-themes/calculate-xcursors #in# -#?in(os_linux_pkglist, CLD, CLD+)!=# -media-gfx/kdm-themes-calculate -x11-themes/oxygen-gtk:2 -x11-themes/oxygen-gtk:3 +#?in(os_linux_pkglist, CLD, CLDX, CLD+, CLDX+)!=# +x11-themes/calculate-icon-theme #in# -#?in(os_linux_pkglist, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLDM, CLDX, CLDX+)!=# media-gfx/lightdm-themes-calculate x11-themes/claws-mail-theme-calculate +#in# + +#?in(os_linux_pkglist, CLDX, CLDX+)!=# x11-themes/gnome-themes-standard x11-themes/gtk-engines x11-themes/xfwm4-themes #in# - +#?in(os_linux_pkglist, CLD, CLD+)!=# +media-gfx/kdm-themes-calculate +x11-themes/oxygen-gtk:2 +x11-themes/oxygen-gtk:3 +#in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/dicts b/profiles/templates/3.2/6_ac_update_sync/world/create/dicts+ similarity index 100% rename from profiles/templates/3.2/6_ac_update_sync/world/create/dicts rename to profiles/templates/3.2/6_ac_update_sync/world/create/dicts+ diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/drivers b/profiles/templates/3.2/6_ac_update_sync/world/create/drivers+ similarity index 100% rename from profiles/templates/3.2/6_ac_update_sync/world/create/drivers rename to profiles/templates/3.2/6_ac_update_sync/world/create/drivers+ diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/emulation b/profiles/templates/3.2/6_ac_update_sync/world/create/emulation+ similarity index 100% rename from profiles/templates/3.2/6_ac_update_sync/world/create/emulation rename to profiles/templates/3.2/6_ac_update_sync/world/create/emulation+ diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/games b/profiles/templates/3.2/6_ac_update_sync/world/create/games+ similarity index 100% rename from profiles/templates/3.2/6_ac_update_sync/world/create/games rename to profiles/templates/3.2/6_ac_update_sync/world/create/games+ diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/graphics b/profiles/templates/3.2/6_ac_update_sync/world/create/graphics index eb82c79..b81e10e 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/graphics +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/graphics @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLDX+)!=# media-gfx/gimp media-gfx/imagemagick #in# -#?in(os_linux_pkglist, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLDM, CLDX, CLDX+)!=# media-gfx/nomacs #in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/lib b/profiles/templates/3.2/6_ac_update_sync/world/create/lib+ similarity index 100% rename from profiles/templates/3.2/6_ac_update_sync/world/create/lib rename to profiles/templates/3.2/6_ac_update_sync/world/create/lib+ diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/mate b/profiles/templates/3.2/6_ac_update_sync/world/create/mate index 14b928d..654eaca 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/mate +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/mate @@ -1,3 +1,3 @@ -# Calculate name=world format=world in(os_linux_pkglist,CLSM,CLDX+)!= +# Calculate name=world format=world in(os_linux_pkglist,CLDM,CLSM,CLDX+)!= mate-base/mate diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/multimedia b/profiles/templates/3.2/6_ac_update_sync/world/create/multimedia index 5164709..1c43f8f 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/multimedia +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/multimedia @@ -1,14 +1,15 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+)!=# -media-sound/alsa-utils -#in# - -#?in(os_linux_pkglist, CLD, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLDX+)!=# media-video/smplayer media-video/smtube #in# +#?in(os_linux_pkglist, CLDM, CLDX, CLDX+)!=# +media-sound/clementine +media-video/gtk-recordmydesktop +#in# + #?in(os_linux_pkglist, CLD, CLD+)!=# app-cdr/k3b media-sound/amarok @@ -20,8 +21,6 @@ media-video/qt-recordmydesktop #?in(os_linux_pkglist, CLDX, CLDX+)!=# app-cdr/xfburn -media-sound/clementine -media-video/gtk-recordmydesktop #in# #?in(os_linux_pkglist, CMC, CLDX+)!=# @@ -34,6 +33,7 @@ media-video/vlc #?in(os_linux_pkglist, CLDX+)!=# media-radio/radiotray +media-sound/alsa-utils media-sound/audacious media-sound/audacity media-sound/qmmp diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/netapps b/profiles/templates/3.2/6_ac_update_sync/world/create/netapps index d3f23d7..b519c1d 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/netapps +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/netapps @@ -1,16 +1,16 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLDX, CLDX+, CDS, CMC)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CMC, CLDX+)!=# app-text/wgetpaste #in# -#?in(os_linux_pkglist, CLD, CLDX, CLDX+, CDS)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CLDX+)!=# net-analyzer/nmap net-analyzer/traceroute net-misc/whois #in# -#?in(os_linux_pkglist, CLD, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLDX+)!=# net-im/skype www-client/chromium www-plugins/chrome-binary-plugins @@ -23,7 +23,7 @@ net-irc/konversation net-p2p/ktorrent #in# -#?in(os_linux_pkglist, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLDM, CLDX, CLDX+)!=# net-ftp/filezilla mail-client/claws-mail net-im/pidgin diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/network b/profiles/templates/3.2/6_ac_update_sync/world/create/network index 896baa9..e01596f 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/network +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/network @@ -1,25 +1,22 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLDX, CDS, CDS+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CDS+)!=# +net-dialup/pptpclient +net-dialup/rp-pppoe net-dns/bind-tools net-firewall/shorewall net-misc/ntp net-misc/vconfig #in# -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+, CDS, CDS+)!=# -net-dialup/pptpclient -net-dialup/rp-pppoe -#in# - -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLD+, CLDX+)!=# net-misc/networkmanager net-misc/networkmanager-openvpn net-misc/networkmanager-pptp net-misc/networkmanager-vpnc #in# -#?in(os_linux_pkglist, CLDX, CLDX+, CLSM)!=# +#?in(os_linux_pkglist, CLDM, CLDX, CLSM, CLDX+)!=# gnome-extra/nm-applet #in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/printer b/profiles/templates/3.2/6_ac_update_sync/world/create/printer index 7b38cc8..2706484 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/printer +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/printer @@ -1,11 +1,11 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLD+, CLDX+)!=# net-print/cups net-print/hplip #in# -#?in(os_linux_pkglist, CLD, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLDX+)!=# media-gfx/xsane net-print/cnijfilter net-print/gutenprint diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/server b/profiles/templates/3.2/6_ac_update_sync/world/create/server index 9fc98db..22d7ba1 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/server +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/server @@ -1,6 +1,6 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CDS, CDS+, CSS)!=# +#?in(os_linux_pkglist, CDS, CSS, CDS+)!=# net-misc/dhcp #in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/tools b/profiles/templates/3.2/6_ac_update_sync/world/create/tools index a604fad..3228b2e 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/tools +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/tools @@ -4,14 +4,14 @@ dev-util/ccache #in# -#?in(os_linux_pkglist, CLD, CLDX, CDS, CDS+, CLSM, CLS, CSS, CMC)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CLSM, CLS, CSS, CMC, CDS+)!=# app-misc/tmux sys-auth/pam_update sys-fs/btrfs-progs sys-fs/reiserfsprogs #in# -#?in(os_linux_pkglist, CLD, CLDX, CDS, CDS+, CLSM, CLS, CMC)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CLSM, CLS, CMC, CDS+)!=# app-admin/logrotate app-admin/syslog-ng sys-apps/ethtool @@ -19,7 +19,7 @@ sys-apps/usbutils sys-process/vixie-cron #in# -#?in(os_linux_pkglist, CLD, CLDX, CDS, CDS+, CMC)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CMC, CDS+)!=# app-admin/hddtemp app-admin/sudo app-cdr/cdrtools @@ -43,11 +43,11 @@ sys-process/htop sys-process/lsof #in# -#?in(os_linux_pkglist, CLD, CLDX, CDS, CDS+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CDS+)!=# app-admin/testdisk #in# -#?in(os_linux_pkglist, CLD, CLDX, CMC, CDS+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CMC, CDS+)!=# app-portage/gentoolkit-dev sys-apps/hdparm sys-apps/pcmciautils @@ -59,20 +59,20 @@ sys-power/powernowd sys-power/powertop #in# -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+, CDS, CDS+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CDS, CLD+, CLDX+, CDS+)!=# sys-apps/acl app-misc/mc #in# -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLD+, CLDX+)!=# sys-apps/keyexec #in# -#?in(os_linux_pkglist, CLD, CLDX, CMC, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CMC, CLDX+)!=# sys-devel/prelink #in# -#?in(os_linux_pkglist, CLD, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLDX+)!=# app-arch/p7zip app-arch/rar app-arch/unzip @@ -81,7 +81,7 @@ sys-apps/usb_modeswitch x11-libs/gksu #in# -#?in(os_linux_pkglist, CLD, CLD+, CMC)!=# +#?in(os_linux_pkglist, CLD, CMC, CLD+)!=# sys-power/upower-pm-utils #in# @@ -93,7 +93,7 @@ net-misc/dhcp sys-block/partitionmanager #in# -#?in(os_linux_pkglist, CLDX, CLDX+)!=# +#?in(os_linux_pkglist, CLDM, CLDX, CLDX+)!=# app-admin/hardinfo app-pda/usbmuxd dev-python/gst-python diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/wireless b/profiles/templates/3.2/6_ac_update_sync/world/create/wireless index 446b9a7..af00d84 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/wireless +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/wireless @@ -1,12 +1,12 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLDX, CLDX+, CLSM, CLS)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLSM, CLS, CLDX+)!=# sys-firmware/b43-firmware net-wireless/wireless-tools net-wireless/wpa_supplicant #in# -#?in(os_linux_pkglist, CLD, CLDX, CLSM, CLS)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLSM, CLS)!=# net-wireless/broadcom-sta #in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/wm b/profiles/templates/3.2/6_ac_update_sync/world/create/wm+ similarity index 100% rename from profiles/templates/3.2/6_ac_update_sync/world/create/wm rename to profiles/templates/3.2/6_ac_update_sync/world/create/wm+ diff --git a/profiles/templates/3.2/6_ac_update_sync/world/create/xorg b/profiles/templates/3.2/6_ac_update_sync/world/create/xorg index ad833ee..9619ff0 100644 --- a/profiles/templates/3.2/6_ac_update_sync/world/create/xorg +++ b/profiles/templates/3.2/6_ac_update_sync/world/create/xorg @@ -1,9 +1,9 @@ # Calculate name=world format=world -#?in(os_linux_pkglist, CLD, CLD+, CLDX, CLDX+, CLSM, CLS, CMC)!=# +#?in(os_linux_pkglist, CLD, CLDM, CLDX, CLSM, CLS, CMC, CLD+, CLDX+)!=# app-misc/xorg-meta #in# -#?in(os_linux_pkglist, CLDX, CLDX+, CLSM)!=# +#?in(os_linux_pkglist, CLDM, CLDX, CLSM, CLDX+)!=# x11-misc/lightdm #in# diff --git a/profiles/templates/3.2/6_ac_update_sync/world/update/73 b/profiles/templates/3.2/6_ac_update_sync/world/update/73 new file mode 100644 index 0000000..96d8186 --- /dev/null +++ b/profiles/templates/3.2/6_ac_update_sync/world/update/73 @@ -0,0 +1,12 @@ +# Calculate format=world name=world ini(overlay-distros.world)<73 + +#-ini(overlay-distros.world,73)-# + +#?in(os_linux_pkglist, CLD, CLDX)!=# +!media-sound/alsa-utils +#in# + +#?in(os_linux_pkglist, CLD+, CLDX+)!=# +!net-dialup/pptpclient +!net-dialup/rp-pppoe +#in#