Добавлена ревизия миграции профиля CMC на CLS. Добавлен профиль Timeless.

mhiretskiy 196
Alexander Tratsevskiy 8 years ago
parent 3c4c479d50
commit d825d8fb7a

@ -0,0 +1,2 @@
../../../../calculate/profiles/base/server/amd64
..

@ -0,0 +1,3 @@
[main]
os_linux_name = 'Timeless'
os_linux_shortname = 'Timeless'

@ -0,0 +1 @@
<sys-apps/calculate-utils-3.5.0_alpha100 **

@ -0,0 +1,4 @@
# -----------------------------------------
# Removed unnecessary dependence
# -----------------------------------------
sys-apps/calculate-utils -console -pxe server backup

@ -0,0 +1 @@
sys-apps/calculate-utils -server

@ -0,0 +1,2 @@
../../../../calculate/profiles/base/server/x86
..

@ -0,0 +1,16 @@
# Calculate exec=/bin/bash ini(overlay-distros.revision)<4
#-ini(overlay-distros.revision,4)-#
if [ ! -f /etc/portage/make.profile ]; then
if file /etc/portage/make.profile | grep /var/lib/layman/distros/profiles/CMC/amd64 > /dev/null
then
rm /etc/portage/make.profile
ln -sf ../../var/lib/layman/distros/profiles/CLS/amd64 /etc/portage/make.profile
fi
if file /etc/portage/make.profile | grep /var/lib/layman/distros/profiles/CMC/x86 > /dev/null
then
rm /etc/portage/make.profile
ln -sf ../../var/lib/layman/distros/profiles/CLS/x86 /etc/portage/make.profile
fi
fi

@ -8,6 +8,6 @@ sys-apps/less
sys-kernel/dracut
#in#
#?in(os_linux_pkglist, CLS, CSS, CMC)!=#
#?in(os_linux_pkglist, CLS, CSS, CMC, Timeless)!=#
app-editors/nano
#in#

@ -1,6 +1,6 @@
# Calculate name=world format=world
#?in(os_linux_pkglist, CDS, CSS)!=#
#?in(os_linux_pkglist, CDS, CSS, Timeless)!=#
net-misc/dhcp
#in#

@ -1,6 +1,6 @@
# Calculate name=world format=world
#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX, CDS, CLS, CSS, CMC)!=#
#?in(os_linux_pkglist, CLD, CLDC, CLDL, CLDM, CLDX, CDS, CLS, CSS, CMC, Timeless)!=#
app-arch/lbzip2
app-arch/pigz
app-misc/tmux

Loading…
Cancel
Save