From d345b1a6ce36ca14ba4b7efd3e86eb6342edcfce Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Thu, 17 Apr 2014 16:31:30 +0400 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=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B2=D1=81=D0=B5=D1=85=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.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CDS/amd64/binary/parent | 2 ++ profiles/CDS/amd64/make.defaults | 6 ++++++ profiles/CDS/amd64/parent | 3 +++ profiles/CDS/binary/make.defaults | 3 +++ profiles/CDS/calculate.env | 4 ++++ profiles/CDS/parent | 1 + profiles/CDS/x86/binary/parent | 2 ++ profiles/CDS/x86/make.defaults | 6 ++++++ profiles/CDS/x86/parent | 3 +++ profiles/CLD/amd64/binary/parent | 2 ++ profiles/CLD/amd64/make.defaults | 6 ++++++ profiles/CLD/amd64/parent | 3 +++ profiles/CLD/binary/make.defaults | 3 +++ profiles/CLD/calculate.env | 4 ++++ profiles/CLD/parent | 1 + profiles/CLD/x86/binary/parent | 2 ++ profiles/CLD/x86/make.defaults | 6 ++++++ profiles/CLD/x86/parent | 3 +++ profiles/CLDX/amd64/make.defaults | 1 + profiles/CLDX/x86/make.defaults | 5 +++-- profiles/CLS/amd64/binary/parent | 2 ++ profiles/CLS/amd64/make.defaults | 6 ++++++ profiles/CLS/amd64/parent | 3 +++ profiles/CLS/binary/make.defaults | 3 +++ profiles/CLS/calculate.env | 4 ++++ profiles/CLS/parent | 1 + profiles/CLS/x86/binary/parent | 2 ++ profiles/CLS/x86/make.defaults | 6 ++++++ profiles/CLS/x86/parent | 3 +++ profiles/CMC/amd64/binary/parent | 2 ++ profiles/CMC/amd64/make.defaults | 6 ++++++ profiles/CMC/amd64/parent | 3 +++ profiles/CMC/binary/make.defaults | 3 +++ profiles/CMC/calculate.env | 4 ++++ profiles/CMC/parent | 1 + profiles/CMC/x86/binary/parent | 2 ++ profiles/CMC/x86/make.defaults | 6 ++++++ profiles/CMC/x86/parent | 3 +++ profiles/CSS/amd64/binary/parent | 2 ++ profiles/CSS/amd64/make.defaults | 6 ++++++ profiles/CSS/amd64/parent | 3 +++ profiles/CSS/binary/make.defaults | 3 +++ profiles/CSS/calculate.env | 4 ++++ profiles/CSS/parent | 1 + profiles/CSS/x86/binary/parent | 2 ++ profiles/CSS/x86/make.defaults | 6 ++++++ profiles/CSS/x86/parent | 3 +++ profiles/profiles.desc | 28 ++++++++++++++++++++++++---- 48 files changed, 178 insertions(+), 6 deletions(-) create mode 100644 profiles/CDS/amd64/binary/parent create mode 100644 profiles/CDS/amd64/make.defaults create mode 100644 profiles/CDS/amd64/parent create mode 100644 profiles/CDS/binary/make.defaults create mode 100644 profiles/CDS/calculate.env create mode 100644 profiles/CDS/parent create mode 100644 profiles/CDS/x86/binary/parent create mode 100644 profiles/CDS/x86/make.defaults create mode 100644 profiles/CDS/x86/parent create mode 100644 profiles/CLD/amd64/binary/parent create mode 100644 profiles/CLD/amd64/make.defaults create mode 100644 profiles/CLD/amd64/parent create mode 100644 profiles/CLD/binary/make.defaults create mode 100644 profiles/CLD/calculate.env create mode 100644 profiles/CLD/parent create mode 100644 profiles/CLD/x86/binary/parent create mode 100644 profiles/CLD/x86/make.defaults create mode 100644 profiles/CLD/x86/parent create mode 100644 profiles/CLS/amd64/binary/parent create mode 100644 profiles/CLS/amd64/make.defaults create mode 100644 profiles/CLS/amd64/parent create mode 100644 profiles/CLS/binary/make.defaults create mode 100644 profiles/CLS/calculate.env create mode 100644 profiles/CLS/parent create mode 100644 profiles/CLS/x86/binary/parent create mode 100644 profiles/CLS/x86/make.defaults create mode 100644 profiles/CLS/x86/parent create mode 100644 profiles/CMC/amd64/binary/parent create mode 100644 profiles/CMC/amd64/make.defaults create mode 100644 profiles/CMC/amd64/parent create mode 100644 profiles/CMC/binary/make.defaults create mode 100644 profiles/CMC/calculate.env create mode 100644 profiles/CMC/parent create mode 100644 profiles/CMC/x86/binary/parent create mode 100644 profiles/CMC/x86/make.defaults create mode 100644 profiles/CMC/x86/parent create mode 100644 profiles/CSS/amd64/binary/parent create mode 100644 profiles/CSS/amd64/make.defaults create mode 100644 profiles/CSS/amd64/parent create mode 100644 profiles/CSS/binary/make.defaults create mode 100644 profiles/CSS/calculate.env create mode 100644 profiles/CSS/parent create mode 100644 profiles/CSS/x86/binary/parent create mode 100644 profiles/CSS/x86/make.defaults create mode 100644 profiles/CSS/x86/parent diff --git a/profiles/CDS/amd64/binary/parent b/profiles/CDS/amd64/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CDS/amd64/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CDS/amd64/make.defaults b/profiles/CDS/amd64/make.defaults new file mode 100644 index 0000000..7537c82 --- /dev/null +++ b/profiles/CDS/amd64/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CDS/x86_64" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CDS/grp/x86_64" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CDS/grp/x86_64" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CDS/grp/x86_64" + diff --git a/profiles/CDS/amd64/parent b/profiles/CDS/amd64/parent new file mode 100644 index 0000000..af14308 --- /dev/null +++ b/profiles/CDS/amd64/parent @@ -0,0 +1,3 @@ +../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/amd64 +.. diff --git a/profiles/CDS/binary/make.defaults b/profiles/CDS/binary/make.defaults new file mode 100644 index 0000000..17fc442 --- /dev/null +++ b/profiles/CDS/binary/make.defaults @@ -0,0 +1,3 @@ +USE="" + +FEATURES="getbinpkg -news" diff --git a/profiles/CDS/calculate.env b/profiles/CDS/calculate.env new file mode 100644 index 0000000..8feb90c --- /dev/null +++ b/profiles/CDS/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Directory Server' +os_linux_subname = 'beta' +os_linux_shortname = CDS diff --git a/profiles/CDS/parent b/profiles/CDS/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CDS/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CDS/x86/binary/parent b/profiles/CDS/x86/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CDS/x86/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CDS/x86/make.defaults b/profiles/CDS/x86/make.defaults new file mode 100644 index 0000000..195391a --- /dev/null +++ b/profiles/CDS/x86/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CDS/i686" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CDS/grp/i686" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CDS/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CDS/grp/i686" + diff --git a/profiles/CDS/x86/parent b/profiles/CDS/x86/parent new file mode 100644 index 0000000..17b7726 --- /dev/null +++ b/profiles/CDS/x86/parent @@ -0,0 +1,3 @@ +../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/x86 +.. diff --git a/profiles/CLD/amd64/binary/parent b/profiles/CLD/amd64/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CLD/amd64/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CLD/amd64/make.defaults b/profiles/CLD/amd64/make.defaults new file mode 100644 index 0000000..99a8a19 --- /dev/null +++ b/profiles/CLD/amd64/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CLD/x86_64" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CLD/grp/x86_64" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLD/grp/x86_64" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLD/grp/x86_64" + diff --git a/profiles/CLD/amd64/parent b/profiles/CLD/amd64/parent new file mode 100644 index 0000000..af14308 --- /dev/null +++ b/profiles/CLD/amd64/parent @@ -0,0 +1,3 @@ +../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/amd64 +.. diff --git a/profiles/CLD/binary/make.defaults b/profiles/CLD/binary/make.defaults new file mode 100644 index 0000000..17fc442 --- /dev/null +++ b/profiles/CLD/binary/make.defaults @@ -0,0 +1,3 @@ +USE="" + +FEATURES="getbinpkg -news" diff --git a/profiles/CLD/calculate.env b/profiles/CLD/calculate.env new file mode 100644 index 0000000..2708b76 --- /dev/null +++ b/profiles/CLD/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Linux Desktop' +os_linux_subname = 'KDE beta' +os_linux_shortname = CLD diff --git a/profiles/CLD/parent b/profiles/CLD/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CLD/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CLD/x86/binary/parent b/profiles/CLD/x86/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CLD/x86/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CLD/x86/make.defaults b/profiles/CLD/x86/make.defaults new file mode 100644 index 0000000..e4cc837 --- /dev/null +++ b/profiles/CLD/x86/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CLD/i686" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CLD/grp/i686" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLD/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLD/grp/i686" + diff --git a/profiles/CLD/x86/parent b/profiles/CLD/x86/parent new file mode 100644 index 0000000..17b7726 --- /dev/null +++ b/profiles/CLD/x86/parent @@ -0,0 +1,3 @@ +../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/x86 +.. diff --git a/profiles/CLDX/amd64/make.defaults b/profiles/CLDX/amd64/make.defaults index 14e96c8..3ee61be 100644 --- a/profiles/CLDX/amd64/make.defaults +++ b/profiles/CLDX/amd64/make.defaults @@ -1,4 +1,5 @@ PKGDIR="/var/calculate/remote/packages/CLDX/x86_64" + #PORTAGE_BINHOST="http://93.158.155.195/calculate/CLDX/grp/x86_64" #PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLDX/grp/x86_64" PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLDX/grp/x86_64" diff --git a/profiles/CLDX/x86/make.defaults b/profiles/CLDX/x86/make.defaults index 30f9eee..159d459 100644 --- a/profiles/CLDX/x86/make.defaults +++ b/profiles/CLDX/x86/make.defaults @@ -1,5 +1,6 @@ PKGDIR="/var/calculate/remote/packages/CLDX/i686" + #PORTAGE_BINHOST="http://93.158.155.195/calculate/CLDX/grp/i686" -PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLDX/grp/i686" -#PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLDX/grp/i686" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLDX/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLDX/grp/i686" diff --git a/profiles/CLS/amd64/binary/parent b/profiles/CLS/amd64/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CLS/amd64/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CLS/amd64/make.defaults b/profiles/CLS/amd64/make.defaults new file mode 100644 index 0000000..57611a3 --- /dev/null +++ b/profiles/CLS/amd64/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CLS/x86_64" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CLS/grp/x86_64" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLS/grp/x86_64" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLS/grp/x86_64" + diff --git a/profiles/CLS/amd64/parent b/profiles/CLS/amd64/parent new file mode 100644 index 0000000..af14308 --- /dev/null +++ b/profiles/CLS/amd64/parent @@ -0,0 +1,3 @@ +../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/amd64 +.. diff --git a/profiles/CLS/binary/make.defaults b/profiles/CLS/binary/make.defaults new file mode 100644 index 0000000..17fc442 --- /dev/null +++ b/profiles/CLS/binary/make.defaults @@ -0,0 +1,3 @@ +USE="" + +FEATURES="getbinpkg -news" diff --git a/profiles/CLS/calculate.env b/profiles/CLS/calculate.env new file mode 100644 index 0000000..93d62c6 --- /dev/null +++ b/profiles/CLS/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Linux Scratch' +os_linux_subname = 'beta' +os_linux_shortname = CLS diff --git a/profiles/CLS/parent b/profiles/CLS/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CLS/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CLS/x86/binary/parent b/profiles/CLS/x86/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CLS/x86/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CLS/x86/make.defaults b/profiles/CLS/x86/make.defaults new file mode 100644 index 0000000..19de934 --- /dev/null +++ b/profiles/CLS/x86/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CLS/i686" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CLS/grp/i686" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLS/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLS/grp/i686" + diff --git a/profiles/CLS/x86/parent b/profiles/CLS/x86/parent new file mode 100644 index 0000000..17b7726 --- /dev/null +++ b/profiles/CLS/x86/parent @@ -0,0 +1,3 @@ +../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/x86 +.. diff --git a/profiles/CMC/amd64/binary/parent b/profiles/CMC/amd64/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CMC/amd64/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CMC/amd64/make.defaults b/profiles/CMC/amd64/make.defaults new file mode 100644 index 0000000..9402d2a --- /dev/null +++ b/profiles/CMC/amd64/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CMC/x86_64" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CMC/grp/x86_64" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CMC/grp/x86_64" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CMC/grp/x86_64" + diff --git a/profiles/CMC/amd64/parent b/profiles/CMC/amd64/parent new file mode 100644 index 0000000..af14308 --- /dev/null +++ b/profiles/CMC/amd64/parent @@ -0,0 +1,3 @@ +../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/amd64 +.. diff --git a/profiles/CMC/binary/make.defaults b/profiles/CMC/binary/make.defaults new file mode 100644 index 0000000..17fc442 --- /dev/null +++ b/profiles/CMC/binary/make.defaults @@ -0,0 +1,3 @@ +USE="" + +FEATURES="getbinpkg -news" diff --git a/profiles/CMC/calculate.env b/profiles/CMC/calculate.env new file mode 100644 index 0000000..a01154d --- /dev/null +++ b/profiles/CMC/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Media Center' +os_linux_subname = 'beta' +os_linux_shortname = CMC diff --git a/profiles/CMC/parent b/profiles/CMC/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CMC/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CMC/x86/binary/parent b/profiles/CMC/x86/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CMC/x86/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CMC/x86/make.defaults b/profiles/CMC/x86/make.defaults new file mode 100644 index 0000000..b2fdc8c --- /dev/null +++ b/profiles/CMC/x86/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CMC/i686" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CMC/grp/i686" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CMC/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CMC/grp/i686" + diff --git a/profiles/CMC/x86/parent b/profiles/CMC/x86/parent new file mode 100644 index 0000000..17b7726 --- /dev/null +++ b/profiles/CMC/x86/parent @@ -0,0 +1,3 @@ +../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/x86 +.. diff --git a/profiles/CSS/amd64/binary/parent b/profiles/CSS/amd64/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CSS/amd64/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CSS/amd64/make.defaults b/profiles/CSS/amd64/make.defaults new file mode 100644 index 0000000..1fb2a8d --- /dev/null +++ b/profiles/CSS/amd64/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CSS/x86_64" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CSS/grp/x86_64" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CSS/grp/x86_64" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CSS/grp/x86_64" + diff --git a/profiles/CSS/amd64/parent b/profiles/CSS/amd64/parent new file mode 100644 index 0000000..af14308 --- /dev/null +++ b/profiles/CSS/amd64/parent @@ -0,0 +1,3 @@ +../../../../../../../usr/portage/profiles/default/linux/amd64/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/amd64 +.. diff --git a/profiles/CSS/binary/make.defaults b/profiles/CSS/binary/make.defaults new file mode 100644 index 0000000..17fc442 --- /dev/null +++ b/profiles/CSS/binary/make.defaults @@ -0,0 +1,3 @@ +USE="" + +FEATURES="getbinpkg -news" diff --git a/profiles/CSS/calculate.env b/profiles/CSS/calculate.env new file mode 100644 index 0000000..d30c8c6 --- /dev/null +++ b/profiles/CSS/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Scratch Server' +os_linux_subname = 'beta' +os_linux_shortname = CSS diff --git a/profiles/CSS/parent b/profiles/CSS/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CSS/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CSS/x86/binary/parent b/profiles/CSS/x86/binary/parent new file mode 100644 index 0000000..13da8f1 --- /dev/null +++ b/profiles/CSS/x86/binary/parent @@ -0,0 +1,2 @@ +.. +../../binary diff --git a/profiles/CSS/x86/make.defaults b/profiles/CSS/x86/make.defaults new file mode 100644 index 0000000..580947e --- /dev/null +++ b/profiles/CSS/x86/make.defaults @@ -0,0 +1,6 @@ +PKGDIR="/var/calculate/remote/packages/CSS/i686" + +#PORTAGE_BINHOST="http://93.158.155.195/calculate/CSS/grp/i686" +#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CSS/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CSS/grp/i686" + diff --git a/profiles/CSS/x86/parent b/profiles/CSS/x86/parent new file mode 100644 index 0000000..17b7726 --- /dev/null +++ b/profiles/CSS/x86/parent @@ -0,0 +1,3 @@ +../../../../../../../../../../usr/portage/profiles/default/linux/x86/13.0 +../../../../calculate/profiles/calculate/desktop/CLDX/x86 +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 47fe36c..03d5293 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -8,11 +8,31 @@ # AMD64 Profiles -amd64 CLDX/amd64 dev -amd64 CLDX/amd64/binary dev +amd64 CLD/amd64 stable +amd64 CLD/amd64/binary stable +amd64 CLDX/amd64 stable +amd64 CLDX/amd64/binary stable +amd64 CLS/amd64 stable +amd64 CLS/amd64/binary stable +amd64 CMC/amd64 stable +amd64 CMC/amd64/binary stable +amd64 CDS/amd64 stable +amd64 CDS/amd64/binary stable +amd64 CSS/amd64 stable +amd64 CSS/amd64/binary stable # x86 Profiles -x86 CLDX/x86 dev -x86 CLDX/x86/binary dev +x86 CLD/x86 stable +x86 CLD/x86/binary stable +x86 CLDX/x86 stable +x86 CLDX/x86/binary stable +x86 CLS/x86 stable +x86 CLS/x86/binary stable +x86 CMC/x86 stable +x86 CMC/x86/binary stable +x86 CDS/x86 stable +x86 CDS/x86/binary stable +x86 CSS/x86 stable +x86 CSS/x86/binary stable # vim: set ts=8