From eb231593441c930c9593d623f12dbf554c13eae3 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Fri, 22 Aug 2014 09:39:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B4=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=B8=D0=B1=D1=83=D1=82=D0=B8=D0=B2=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B8=D0=B7=20overlay=20=D0=B2=20distros?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CDS/amd64/parent | 3 +- profiles/CDS/make.defaults | 24 +++ profiles/CDS/package.keywords | 1 + profiles/CDS/package.use | 27 ++- profiles/CDS/virtuals | 5 + profiles/CDS/x86/parent | 3 +- profiles/CLD/amd64/parent | 3 +- profiles/CLD/make.defaults | 23 +++ profiles/CLD/package.keywords | 314 +++++++++++++++++++++++++++++++++ profiles/CLD/package.use | 85 +++++++++ profiles/CLD/virtuals | 2 + profiles/CLD/x86/parent | 3 +- profiles/CLDX/package.keywords | 6 +- profiles/CLDX/package.use | 2 - profiles/CLS/amd64/parent | 3 +- profiles/CLS/make.defaults | 4 + profiles/CLS/package.use | 5 + profiles/CLS/x86/parent | 3 +- profiles/CMC/amd64/parent | 3 +- profiles/CMC/make.defaults | 17 ++ profiles/CMC/package.keywords | 4 + profiles/CMC/package.use | 23 +++ profiles/CMC/x86/parent | 3 +- profiles/CSS/amd64/parent | 3 +- profiles/CSS/make.defaults | 4 + profiles/CSS/package.use | 4 - profiles/CSS/x86/parent | 3 +- 27 files changed, 548 insertions(+), 32 deletions(-) create mode 100644 profiles/CDS/package.keywords create mode 100644 profiles/CDS/virtuals create mode 100644 profiles/CLD/package.keywords create mode 100644 profiles/CLD/package.use create mode 100644 profiles/CLD/virtuals create mode 100644 profiles/CLS/package.use create mode 100644 profiles/CMC/package.keywords create mode 100644 profiles/CMC/package.use delete mode 100644 profiles/CSS/package.use diff --git a/profiles/CDS/amd64/parent b/profiles/CDS/amd64/parent index 9df2170..ded7bb3 100644 --- a/profiles/CDS/amd64/parent +++ b/profiles/CDS/amd64/parent @@ -1,3 +1,2 @@ -../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 -../../../../calculate/profiles/calculate/server/CDS/amd64 +../../../../calculate/profiles/calculate/server/amd64 .. diff --git a/profiles/CDS/make.defaults b/profiles/CDS/make.defaults index e69de29..1010396 100644 --- a/profiles/CDS/make.defaults +++ b/profiles/CDS/make.defaults @@ -0,0 +1,24 @@ +# Guard and Security +#USE="${USE} hardened kerberos sasl system" + +# Image +USE="${USE} exif gif jpeg jpeg2k png tiff" + +# Locale and Fonts +USE="${USE} -spell" + +# Mail +USE="${USE} imap maildir" + +# Network protocols +#USE="${USE} ldap radius" + +# Print +USE="${USE} cups" + +# Window managers and speciality +USE="${USE} -gnome -gtk -kde -qt3 -qt4 -qt3support -X" + +CL="builder console server" +THEMES="CDS" + diff --git a/profiles/CDS/package.keywords b/profiles/CDS/package.keywords new file mode 100644 index 0000000..8748f8d --- /dev/null +++ b/profiles/CDS/package.keywords @@ -0,0 +1 @@ +~net-p2p/btpd-0.15 amd64 x86 diff --git a/profiles/CDS/package.use b/profiles/CDS/package.use index b9a0760..7ff7ddd 100644 --- a/profiles/CDS/package.use +++ b/profiles/CDS/package.use @@ -1,4 +1,25 @@ -# временное изменение, потом перейдет в настройки -# по умолчанию для серверов в calculate overlay -sys-kernel/calculate-sources -themes -plymouth +app-misc/cds-meta ldap +app-misc/cl-tools-meta ldap +dev-lang/php apache2 xml -fdftk session -berkdb dba mysql +dev-vcs/git cgi curl perl webdav +mail-mta/postfix ldap sasl dovecot-sasl +net-dns/bind ldap sdb-ldap dlz +net-im/ejabberd ldap mod_muc mod_pubsub mod_srl +net-mail/dovecot pop3d ldap +net-nds/openldap syslog +net-proxy/squid icap-client ldap +net-ftp/proftpd -ipv6 -acl ldap openssl +net-fs/samba ldap + +net-misc/asterisk alsa dahdi span speex vorbis +net-misc/asterisk-extra-sounds alaw g722 g729 siren14 siren7 sln16 ulaw wav +net-misc/asterisk-moh-opsound alaw g722 g729 siren14 siren7 sln16 ulaw wav +net-misc/asterisk-core-sounds alaw g722 g729 siren14 siren7 sln16 ulaw wav + +sys-apps/calculate-install pxe + +www-apps/redmine -mysql git mongrel openid postgres imagemagick + +#fix compile +net-dns/bind static-libs diff --git a/profiles/CDS/virtuals b/profiles/CDS/virtuals new file mode 100644 index 0000000..5e653a7 --- /dev/null +++ b/profiles/CDS/virtuals @@ -0,0 +1,5 @@ +virtual/editor app-editors/nano +virtual/imapd net-mail/dovecot +virtual/jabber-server net-im/ejabberd +virtual/logger app-admin/syslog-ng +virtual/mta mail-mta/postfix diff --git a/profiles/CDS/x86/parent b/profiles/CDS/x86/parent index abd4b5a..6a5f139 100644 --- a/profiles/CDS/x86/parent +++ b/profiles/CDS/x86/parent @@ -1,3 +1,2 @@ -../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 -../../../../calculate/profiles/calculate/server/CDS/x86 +../../../../calculate/profiles/calculate/server/x86 .. diff --git a/profiles/CLD/amd64/parent b/profiles/CLD/amd64/parent index ea0f747..5a3a97e 100644 --- a/profiles/CLD/amd64/parent +++ b/profiles/CLD/amd64/parent @@ -1,3 +1,2 @@ -../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 -../../../../calculate/profiles/calculate/desktop/CLD/amd64 +../../../../calculate/profiles/calculate/desktop/amd64 .. diff --git a/profiles/CLD/make.defaults b/profiles/CLD/make.defaults index e69de29..7afe3a9 100644 --- a/profiles/CLD/make.defaults +++ b/profiles/CLD/make.defaults @@ -0,0 +1,23 @@ +USE="" + +# Audio +USE="${USE} cdda pulseaudio" + +# Network protocols +USE="${USE} rdesktop" + +# Sql support +#USE="${USE} mysql" +#USE="${USE} postgres" + +# System +USE="${USE} networkmanager" + +# Web +USE="${USE} webkit" + +# Window manager and speciality +USE="${USE} -eds -gnome kde semantic-desktop qt4 qt3support -qt3" + +CL="builder client desktop console consolegui" +THEMES="CLD" diff --git a/profiles/CLD/package.keywords b/profiles/CLD/package.keywords new file mode 100644 index 0000000..6a5d152 --- /dev/null +++ b/profiles/CLD/package.keywords @@ -0,0 +1,314 @@ +~app-office/akonadi-server-1.12.1 amd64 x86 +~dev-libs/libical-1.0 amd64 x86 +~dev-python/PyQt4-4.11.1 amd64 x86 +~dev-python/sip-4.16.2 amd64 x86 +~kde-misc/baloo-kcmadv-2014.04.27 amd64 x86 +~media-gfx/digikam-4.2.0 amd64 x86 +~media-libs/jasper-1.900.1 amd64 x86 +~media-libs/lcms-2.6 amd64 x86 +~media-libs/libraw-0.16.0_beta1 amd64 x86 +~media-libs/phonon-4.7.2 amd64 x86 +~media-libs/phonon-gstreamer-4.7.2 amd64 x86 +~media-libs/tiff-4.0.3 amd64 x86 +~media-plugins/kipi-plugins-4.2.0 amd64 x86 +~media-sound/amarok-2.8.0 amd64 x86 + +=sys-libs/zlib-1.2.6 minizip static-libs + +#remove dependency on gnome +net-misc/networkmanager-vpnc -gtk +net-misc/networkmanager-pptp -gtk +net-misc/networkmanager-openvpn -gtk +net-misc/networkmanager-openconnect -gtk + +# required by kde-base/libkexiv2-4.11.1 +media-gfx/exiv2 xmp + +kde-misc/plasma-nm modemmanager +net-libs/libnm-qt modemmanager + diff --git a/profiles/CLD/virtuals b/profiles/CLD/virtuals new file mode 100644 index 0000000..7d0e8a3 --- /dev/null +++ b/profiles/CLD/virtuals @@ -0,0 +1,2 @@ +virtual/bittorrent net-p2p/ktorrent +virtual/editor app-editors/nano diff --git a/profiles/CLD/x86/parent b/profiles/CLD/x86/parent index 534ebd5..86ba994 100644 --- a/profiles/CLD/x86/parent +++ b/profiles/CLD/x86/parent @@ -1,3 +1,2 @@ -../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 -../../../../calculate/profiles/calculate/desktop/CLD/x86 +../../../../calculate/profiles/calculate/desktop/x86 .. diff --git a/profiles/CLDX/package.keywords b/profiles/CLDX/package.keywords index 2a3bc9b..c425c91 100644 --- a/profiles/CLDX/package.keywords +++ b/profiles/CLDX/package.keywords @@ -1,13 +1,13 @@ ~app-arch/xarchiver-0.5.3 amd64 x86 ~dev-util/xfce4-dev-tools-4.11.0 amd64 x86 ~mail-client/claws-mail-3.9.0 amd64 x86 -~media-gfx/shotwell-0.18.0 amd64 x86 +~media-gfx/shotwell-0.18.1 amd64 x86 ~media-libs/libmygpo-qt-1.0.7 amd64 x86 -~media-sound/clementine-1.2.2 amd64 x86 +~media-sound/clementine-1.2.3 amd64 x86 ~net-fs/smbnetfs-0.5.3b amd64 x86 ~net-misc/freerdp-1.1.0_beta1_p20130710 amd64 x86 ~net-misc/remmina-1.0.0_p20130723 amd64 x86 -~net-wireless/blueman-1.23_p20140627 amd64 x86 +~net-wireless/blueman-1.23_p20140717 amd64 x86 ~x11-libs/libtinynotify-0.2.1 amd64 x86 ~x11-libs/libtinynotify-cli-1.2.1 amd64 x86 ~x11-libs/libtinynotify-systemwide-0.1 amd64 x86 diff --git a/profiles/CLDX/package.use b/profiles/CLDX/package.use index 2824a39..6283c60 100644 --- a/profiles/CLDX/package.use +++ b/profiles/CLDX/package.use @@ -1,11 +1,9 @@ -lxde-base/lxdm gtk3 mail-client/claws-mail imap ldap media-sound/audacious chardet net-misc/networkmanager-pptp gnome net-misc/networkmanager-openvpn gnome net-misc/networkmanager-vpnc gnome net-misc/remmina ssh freerdp -net-p2p/deluge webinterface net-print/gutenprint gimp sys-apps/calculate-client xfce sys-apps/calculate-desktop xfce diff --git a/profiles/CLS/amd64/parent b/profiles/CLS/amd64/parent index 7e12491..5a3a97e 100644 --- a/profiles/CLS/amd64/parent +++ b/profiles/CLS/amd64/parent @@ -1,3 +1,2 @@ -../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 -../../../../calculate/profiles/calculate/desktop/CLS/amd64 +../../../../calculate/profiles/calculate/desktop/amd64 .. diff --git a/profiles/CLS/make.defaults b/profiles/CLS/make.defaults index e69de29..8c7330f 100644 --- a/profiles/CLS/make.defaults +++ b/profiles/CLS/make.defaults @@ -0,0 +1,4 @@ +USE="" + +CL="builder desktop console consolegui" +THEMES="CLS" diff --git a/profiles/CLS/package.use b/profiles/CLS/package.use new file mode 100644 index 0000000..09c0ed2 --- /dev/null +++ b/profiles/CLS/package.use @@ -0,0 +1,5 @@ +#to display the icons in the menu +x11-wm/openbox imlib +# disable for discard ruby by depend sys-block/thin-provisioning-tools +>=sys-fs/lvm2-2.02.103 -thin + diff --git a/profiles/CLS/x86/parent b/profiles/CLS/x86/parent index d8f502e..86ba994 100644 --- a/profiles/CLS/x86/parent +++ b/profiles/CLS/x86/parent @@ -1,3 +1,2 @@ -../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 -../../../../calculate/profiles/calculate/desktop/CLS/x86 +../../../../calculate/profiles/calculate/desktop/x86 .. diff --git a/profiles/CMC/amd64/parent b/profiles/CMC/amd64/parent index 213efd0..5a3a97e 100644 --- a/profiles/CMC/amd64/parent +++ b/profiles/CMC/amd64/parent @@ -1,3 +1,2 @@ -../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 -../../../../calculate/profiles/calculate/desktop/CMC/amd64 +../../../../calculate/profiles/calculate/desktop/amd64 .. diff --git a/profiles/CMC/make.defaults b/profiles/CMC/make.defaults index e69de29..518518b 100644 --- a/profiles/CMC/make.defaults +++ b/profiles/CMC/make.defaults @@ -0,0 +1,17 @@ +USE="" + +# Hardware +USE="${USE} lirc" + +# Languages support +USE="${USE} -tk" + +# Printing +USE="${USE} -cups" + +# Window manager and speciality +USE="${USE} -gtk" + +CL="builder console desktop" +THEMES="CMC" + diff --git a/profiles/CMC/package.keywords b/profiles/CMC/package.keywords new file mode 100644 index 0000000..e2a09f5 --- /dev/null +++ b/profiles/CMC/package.keywords @@ -0,0 +1,4 @@ +~media-tv/xbmc-13.0_p2 amd64 x86 +~media-video/ffmpeg-2.2.2 amd64 x86 +~x11-misc/lightdm-1.10.0 amd64 x86 + diff --git a/profiles/CMC/package.use b/profiles/CMC/package.use new file mode 100644 index 0000000..ba91690 --- /dev/null +++ b/profiles/CMC/package.use @@ -0,0 +1,23 @@ +dev-db/sqlite extensions +media-tv/xbmc airplay bluray webserver -projectm +net-p2p/rtorrent daemon xmlrpc +net-misc/dhcp minimal + +#required by media-tv/xbmc-11.0 +dev-lang/python sqlite + +# required by media-tv/xbmc-12.1[webserver] +# required by xbmc (argument) +net-libs/libmicrohttpd messages + +x11-drivers/nvidia-drivers -tools + +#исключим зависимость от tk и perl +dev-vcs/git -tk -perl +net-dialup/rp-pppoe -X + +# disable for discard ruby by depend sys-block/thin-provisioning-tools +>=sys-fs/lvm2-2.02.103 -thin + +x11-misc/lightdm -introspection gtk + diff --git a/profiles/CMC/x86/parent b/profiles/CMC/x86/parent index 842dc21..86ba994 100644 --- a/profiles/CMC/x86/parent +++ b/profiles/CMC/x86/parent @@ -1,3 +1,2 @@ -../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 -../../../../calculate/profiles/calculate/desktop/CMC/x86 +../../../../calculate/profiles/calculate/desktop/x86 .. diff --git a/profiles/CSS/amd64/parent b/profiles/CSS/amd64/parent index a205064..ded7bb3 100644 --- a/profiles/CSS/amd64/parent +++ b/profiles/CSS/amd64/parent @@ -1,3 +1,2 @@ -../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 -../../../../calculate/profiles/calculate/server/CSS/amd64 +../../../../calculate/profiles/calculate/server/amd64 .. diff --git a/profiles/CSS/make.defaults b/profiles/CSS/make.defaults index e69de29..75136de 100644 --- a/profiles/CSS/make.defaults +++ b/profiles/CSS/make.defaults @@ -0,0 +1,4 @@ +USE="" +CL="builder" +THEMES="CSS" + diff --git a/profiles/CSS/package.use b/profiles/CSS/package.use deleted file mode 100644 index b9a0760..0000000 --- a/profiles/CSS/package.use +++ /dev/null @@ -1,4 +0,0 @@ -# временное изменение, потом перейдет в настройки -# по умолчанию для серверов в calculate overlay -sys-kernel/calculate-sources -themes -plymouth - diff --git a/profiles/CSS/x86/parent b/profiles/CSS/x86/parent index 63c6de3..6a5f139 100644 --- a/profiles/CSS/x86/parent +++ b/profiles/CSS/x86/parent @@ -1,3 +1,2 @@ -../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 -../../../../calculate/profiles/calculate/server/CSS/x86 +../../../../calculate/profiles/calculate/server/x86 ..