From 78bc058cd8d6f1431d137a71b3ef6f86aca1519a Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Tue, 23 Jun 2015 19:39:26 +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=20CLDX+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CLDX+/amd64/make.defaults | 4 ++++ profiles/CLDX+/amd64/parent | 2 ++ profiles/CLDX+/calculate.env | 4 ++++ profiles/CLDX+/make.defaults | 4 ++++ profiles/CLDX+/parent | 1 + profiles/CLDX+/x86/make.defaults | 4 ++++ profiles/CLDX+/x86/parent | 2 ++ profiles/profiles.desc | 2 ++ 8 files changed, 23 insertions(+) create mode 100644 profiles/CLDX+/amd64/make.defaults create mode 100644 profiles/CLDX+/amd64/parent create mode 100644 profiles/CLDX+/calculate.env create mode 100644 profiles/CLDX+/make.defaults create mode 100644 profiles/CLDX+/parent create mode 100644 profiles/CLDX+/x86/make.defaults create mode 100644 profiles/CLDX+/x86/parent diff --git a/profiles/CLDX+/amd64/make.defaults b/profiles/CLDX+/amd64/make.defaults new file mode 100644 index 0000000..3b63686 --- /dev/null +++ b/profiles/CLDX+/amd64/make.defaults @@ -0,0 +1,4 @@ +PKGDIR="/var/calculate/remote/packages/CLDX/x86_64" + +#PORTAGE_BINHOST="http://mirror.yandex.ru/calculate/CLDX/grp/x86_64" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLDX/grp/x86_64" diff --git a/profiles/CLDX+/amd64/parent b/profiles/CLDX+/amd64/parent new file mode 100644 index 0000000..d1fbc2c --- /dev/null +++ b/profiles/CLDX+/amd64/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/x/amd64 +.. diff --git a/profiles/CLDX+/calculate.env b/profiles/CLDX+/calculate.env new file mode 100644 index 0000000..c840d29 --- /dev/null +++ b/profiles/CLDX+/calculate.env @@ -0,0 +1,4 @@ +[main] +os_linux_name = 'Calculate Linux Desktop' +os_linux_subname = 'XFCE Plus' +os_linux_shortname = CLDX+ diff --git a/profiles/CLDX+/make.defaults b/profiles/CLDX+/make.defaults new file mode 100644 index 0000000..f4d908a --- /dev/null +++ b/profiles/CLDX+/make.defaults @@ -0,0 +1,4 @@ +USE="" +CL="builder client desktop console consolegui" +THEMES="CLDX" +LIGHTDM_SESSION=xfce diff --git a/profiles/CLDX+/parent b/profiles/CLDX+/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CLDX+/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CLDX+/x86/make.defaults b/profiles/CLDX+/x86/make.defaults new file mode 100644 index 0000000..55c1336 --- /dev/null +++ b/profiles/CLDX+/x86/make.defaults @@ -0,0 +1,4 @@ +PKGDIR="/var/calculate/remote/packages/CLDX/i686" + +#PORTAGE_BINHOST="http://mirror.yandex.ru/calculate/CLDX/grp/i686" +PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLDX/grp/i686" diff --git a/profiles/CLDX+/x86/parent b/profiles/CLDX+/x86/parent new file mode 100644 index 0000000..54c256e --- /dev/null +++ b/profiles/CLDX+/x86/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/x/x86 +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index f35fe15..3a079b2 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -15,6 +15,7 @@ amd64 CLSM/amd64 stable amd64 CLS/amd64 stable amd64 CSS/amd64 stable amd64 CMC/amd64 stable +amd64 CLDX+/amd64 stable # x86 Profiles x86 CLD/x86 stable @@ -24,5 +25,6 @@ x86 CLSM/x86 stable x86 CLS/x86 stable x86 CSS/x86 stable x86 CMC/x86 stable +x86 CLDX+/x86 stable # vim: set ts=8