From 6f8dec7fd068fe7c8b70efb66159398429bfb910 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Wed, 8 Nov 2017 15:46:44 +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=20Calculate?= =?UTF-8?q?=20Linux=20Container=20(CLC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/CLC/amd64/parent | 2 ++ profiles/CLC/calculate.env | 3 +++ profiles/CLC/make.defaults | 1 + profiles/CLC/package.use | 4 ++++ profiles/CLC/parent | 1 + profiles/CLC/x86/parent | 2 ++ profiles/profiles.desc | 2 ++ 7 files changed, 15 insertions(+) create mode 100644 profiles/CLC/amd64/parent create mode 100644 profiles/CLC/calculate.env create mode 100644 profiles/CLC/make.defaults create mode 100644 profiles/CLC/package.use create mode 100644 profiles/CLC/parent create mode 100644 profiles/CLC/x86/parent diff --git a/profiles/CLC/amd64/parent b/profiles/CLC/amd64/parent new file mode 100644 index 0000000..1627eb4 --- /dev/null +++ b/profiles/CLC/amd64/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/amd64 +.. diff --git a/profiles/CLC/calculate.env b/profiles/CLC/calculate.env new file mode 100644 index 0000000..9fc4ded --- /dev/null +++ b/profiles/CLC/calculate.env @@ -0,0 +1,3 @@ +[main] +os_linux_name = 'Calculate Linux Container' +os_linux_shortname = CLC diff --git a/profiles/CLC/make.defaults b/profiles/CLC/make.defaults new file mode 100644 index 0000000..a67b1fd --- /dev/null +++ b/profiles/CLC/make.defaults @@ -0,0 +1 @@ +USE="" diff --git a/profiles/CLC/package.use b/profiles/CLC/package.use new file mode 100644 index 0000000..44e9182 --- /dev/null +++ b/profiles/CLC/package.use @@ -0,0 +1,4 @@ +# ----------------------------------------- +# Removed unnecessary dependence +# ----------------------------------------- +sys-apps/calculate-utils -client diff --git a/profiles/CLC/parent b/profiles/CLC/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/CLC/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/CLC/x86/parent b/profiles/CLC/x86/parent new file mode 100644 index 0000000..0bb9835 --- /dev/null +++ b/profiles/CLC/x86/parent @@ -0,0 +1,2 @@ +../../../../calculate/profiles/base/desktop/x86 +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 17fd278..f19ae85 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -14,6 +14,7 @@ amd64 CLDL/amd64 stable amd64 CLDM/amd64 stable amd64 CLDX/amd64 stable amd64 CDS/amd64 stable +amd64 CLC/amd64 stable amd64 CLS/amd64 stable amd64 CSS/amd64 stable amd64 Timeless/amd64 stable @@ -25,6 +26,7 @@ x86 CLDL/x86 stable x86 CLDM/x86 stable x86 CLDX/x86 stable x86 CDS/x86 stable +x86 CLC/x86 stable x86 CLS/x86 stable x86 CSS/x86 stable x86 Timeless/x86 stable