Удалены предыдущие ревизии и обновления world

mhiretskiy
Alexander Tratsevskiy 10 years ago
parent e32db31c07
commit d07dcaaa69

@ -1,8 +0,0 @@
# Calculate ini(update.rev)<1 exec=/bin/bash
#-ini(update.rev,1)-#
test -f /var/db/pkg/x11-base/xorg-server-*/CONTENTS &&
sed -i /mimeapps.list/d /var/db/pkg/x11-base/xorg-server-*/CONTENTS
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<4 format=samba path=/etc/calculate name=ini.env merge=media-libs/libsdl
# create settings libsdl
[update]
rev = 4

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<5 format=samba path=/etc/calculate name=ini.env merge=sys-fs/udisks,sys-apps/shadow
# recreate settings udisks,shadow
[update]
rev = 5

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<6 format=samba path=/etc/calculate name=ini.env merge=sys-fs/udev
# refresh udev
[update]
rev = 6

@ -1,8 +0,0 @@
# Calculate ini(update.rev)<8 exec=/bin/bash
#-ini(update.rev,8)-#
test -f /var/db/pkg/net-misc/networkmanager-0*/CONTENTS &&
sed -i /default\\/NetworkManager/d /var/db/pkg/net-misc/networkmanager-0*/CONTENTS
exit 0

@ -1,9 +0,0 @@
# Calculate ini(update.rev)<9 exec=/bin/bash
#-ini(update.rev,9)-#
#?pkg(sys-apps/calculate-core)>=3.1.4_beta1#
ln -sf /usr/sbin/cl-core /usr/sbin/cl-core-patch
#pkg#
exit 0

@ -1,9 +0,0 @@
# Calculate ini(update.rev)<10 exec=/bin/bash
#-ini(update.rev,10)-#
#?pkg(app-cdr/cdrkit)!=#
mv /usr/include/scsilib /usr/include/scsilib.backup
#pkg#
exit 0

@ -1,6 +0,0 @@
# Calculate path=/usr/lib/calculate-2.2/calculate-builder/pym name=cl_kernel.py ini(update.rev)<11 format=patch merge=sys-boot/grub
#-ini(update.rev,11)-#
<reg>if filter\(lambda x:x.startswith\("grub-1.99"\),</reg>
<text>if filter(lambda x:x.startswith("grub-1.99") or x.startswith("grub-2"),</text>

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<12 format=samba path=/etc/calculate name=ini.env merge=x11-themes/gnome-themes-standard
# recreate gtk-theme Calculate
[update]
rev = 12

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<14 format=samba path=/etc/calculate name=ini.env merge=sys-fs/udisks
# update rules for udisks (good work for two slot)
[update]
rev = 14

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<15 format=samba path=/etc/calculate name=ini.env merge=media-gfx/feh,net-irc/hexchat,kde-base/kdeplasma-addons,kde-base/kdebase-desktoptheme
# update feh and hexchat, kde packages
[update]
rev = 15

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<17 format=samba path=/etc/calculate name=ini.env merge=media-libs/fontconfig,media-fonts/droid
# update font configs
[update]
rev = 17

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<18 format=samba path=/etc/calculate name=ini.env merge=media-tv/xbmc
# update rules polkit for xmbc reboot
[update]
rev = 18

@ -1,10 +0,0 @@
# Calculate ini(update.rev)<19 exec=/bin/bash
#-ini(update.rev,19)-#
test -f /var/db/pkg/sys-apps/baselayout-*/CONTENTS &&
sed -i /etc\\/timezone/d /var/db/pkg/sys-apps/baselayout-*/CONTENTS
test -f /var/db/pkg/sys-apps/baselayout-*/CONTENTS &&
sed -i /etc\\/fstab/d /var/db/pkg/sys-apps/baselayout-*/CONTENTS
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<20 format=samba path=/etc/calculate name=ini.env merge=x11-base/xorg-server,sys-apps/dbus,sys-auth/consolekit,sys-auth/nss_ldap,x11-themes/gnome-themes-standard,sys-apps/openrc,sys-auth/pambase
# update rules xorg,dbus,consolekit
[update]
rev = 20

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<21 format=samba path=/etc/calculate name=ini.env merge=x11-base/xorg-server,sys-auth/nss_ldap,sys-apps/preload
# update rules
[update]
rev = 21

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<22 format=samba path=/etc/calculate name=ini.env merge=xfce-base/xfce4-session,gnome-extra/gnome-screensaver
# update rules
[update]
rev = 22

@ -1,27 +0,0 @@
# Calculate ini(update.rev)<23 exec=/bin/bash
#-ini(update.rev,23)-#
#?install.cl_migrate_user!=#
echo "Fix /var/db/pkg and user profiles"
for i in $(echo #-install.cl_migrate_user-# | sed -r 's/,|\[|\]/ /g');
do
grep -Hr /home/$i/ /var/db/pkg | awk -F: '{print $1}' | sort | uniq |
while read line;
do
sed -i "/\/home\/$i/d" $line
done
done
#install.cl_migrate_user#
grep -Hr " /root" /var/db/pkg | awk -F: '{print $1}' | sort | uniq |
while read line;
do
sed -i "/ \/root/d" $line
done
grep -Hr " /home$" /var/db/pkg | awk -F: '{print $1}' | sort | uniq |
while read line;
do
sed -i "/ \/home$/d" $line
done
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<24 format=samba path=/etc/calculate name=ini.env merge=sys-auth/pambase
# update rules
[update]
rev = 24

@ -1,11 +0,0 @@
# Calculate ini(update.rev)<25 exec=/bin/bash merge=app-admin/sudo
#-ini(update.rev,25)-#
if [[ -L /etc/runlevels/boot/calculate-core ]]
then
rc-update del calculate-core boot &>/dev/null
rc-update add calculate-core default &>/dev/null
fi
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<26 format=samba path=/etc/calculate name=ini.env merge=net-print/cups
# remove cups ru templates
[update]
rev = 26

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<27 format=samba path=/etc/calculate name=ini.env merge=sys-fs/ecryptfs-utils,sys-auth/pambase
# update ecryptfs pam configuration
[update]
rev = 27

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<31 format=samba path=/etc/calculate name=ini.env merge=kde-base/khotkeys
# update rules
[update]
rev = 31

@ -1,8 +0,0 @@
# Calculate ini(update.rev)<38 exec=/bin/bash
#-ini(update.rev,38)-#
rmFile="/etc/portage/repos.conf/._cfg0000_gentoo.cfg"
[[ -f $rmFile ]] && rm -f $rmFile
exit 0

@ -1,20 +0,0 @@
# Calculate ini(update.rev)<39 exec=/bin/bash
#-ini(update.rev,39)-#
#?pkg(sys-fs/udisks)>=2.1.0#
contentFile=/var/db/pkg/sys-fs/udisks-2.1.0/CONTENTS
udisksDest=/usr/share/bash-completion/udisksctl
if [[ -f /udisksctl ]]
then
mv /udisksctl $udisksDest
if [[ -f $contentFile ]] && grep -q udisksctl $contentFile
then
(echo -n obj $udisksDest
echo " $(md5sum $udisksDest | awk '{print $1}') $(stat -c%Y $udisksDest)"
) >> $contentFile
fi
fi
#pkg#
exit 0

@ -1,6 +0,0 @@
# Calculate ini(update.rev)<41 exec=/bin/bash merge=gnome-extra/gnome-screensaver
#-ini(update.rev,41)-#
rm -f /xfautolock &>/dev/null
exit 0

@ -1,7 +0,0 @@
# Calculate ini(update.rev)<43 exec=/bin/bash
#-ini(update.rev,43)-#
rm -f /etc/init.d/vnstat &>/dev/null
rm -f /etc/runlevels/boot/calculate3 &>/dev/null
exit 0

@ -1,9 +0,0 @@
# Calculate ini(update.rev)<44 exec=/bin/bash merge=media-fonts/droid
#-ini(update.rev,44)-#
#?pkg(media-libs/fontconfig)!=&&pkg(media-fonts/droid)!=#
rm -f /etc/fonts/conf.d/59-google-droid-s*
/usr/bin/fc-cache -srf
#pkg#
exit 0

@ -1,6 +0,0 @@
# Calculate ini(update.rev)<45 exec=/bin/bash
#-ini(update.rev,45)-#
rm -f /etc/portage/package.use/1
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<46 format=samba path=/etc/calculate name=ini.env merge=media-libs/fontconfig
# update fontconfig
[update]
rev = 46

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<47 format=samba path=/etc/calculate name=ini.env merge=sys-auth/pambase
# update rules
[update]
rev = 47

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<48 format=samba path=/etc/calculate name=ini.env merge=xfce-base/xfce4-session
# update rules
[update]
rev = 48

@ -1,24 +0,0 @@
# Calculate ini(update.rev)<49&&cl_chroot_status==on exec=/bin/bash
#-ini(update.rev,49)-#
migrate_to_run()
{
src="$1"
dst="$2"
if [ -L $src -a "$(readlink -f $src)" != $dst ]; then
rm $src
elif [ ! -L $src -a -d $src ]; then
cp -a $src/* $dst/ &>/dev/null
rm -rf $src &>/dev/null
fi
# If $src doesn't exist at all, just run this
if [ ! -e $src ]; then
ln -s $dst $src
fi
}
migrate_to_run /var/lock /run/lock
migrate_to_run /var/run /run
exit 0

@ -1,7 +0,0 @@
# Calculate ini(update.rev)<50 format=samba path=/etc/calculate name=ini.env merge=sys-apps/openrc,gnome-extra/nm-applet,sys-power/upower
# updating init.sh in sys-apps/openrc to fix the rare boot fail
# update nm-applet.desktop (2 sec delay)
# update upower for fix suspend with lock session in XFCE
[update]
rev = 50

@ -1,4 +0,0 @@
# Calculate ini(update.rev)<51 format=samba path=/etc/calculate name=ini.env merge=sys-apps/memtest86+
[update]
rev = 51

@ -1,9 +0,0 @@
# Calculate ini(update.rev)<52 exec=/bin/bash merge=sys-auth/pambase
#-ini(update.rev,52)-#
# remove pam.d/su from shadow contents (file belongs to pambase)
test -f /var/db/pkg/sys-apps/shadow-*/CONTENTS &&
sed -i /pam.d\\/su/d /var/db/pkg/sys-apps/shadow-*/CONTENTS
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<53 format=samba path=/etc/calculate name=ini.env merge=sys-apps/baselayout
# update /etc/issue for version update
[update]
rev = 53

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<55 format=samba path=/etc/calculate name=ini.env merge=gnome-extra/gnome-screensaver
# update rules
[update]
rev = 55

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<56 format=samba path=/etc/calculate name=ini.env merge=app-portage/eix
# update eix-checkout script
[update]
rev = 56

@ -1,43 +0,0 @@
# Calculate path=/etc/portage/package.use name=gnome ini(update.rev)<57&&os_linux_shortname==CLDG
app-admin/system-config-printer-gnome gnome-keyring
app-arch/file-roller nautilus
app-cdr/brasero nautilus
app-misc/geoclue networkmanager
app-office/libreoffice gnome gstreamer
app-text/evince gnome gnome-keyring nautilus
dev-libs/libgdata gnome
dev-qt/qtgui gtkstyle
dev-vcs/git gnome-keyring
gnome-base/gdm gnome-keyring
gnome-base/gnome-applets gstreamer networkmanager
gnome-base/gnome-menus python
gnome-base/gnome-panel networkmanager
gnome-base/gvfs gnome-keyring cdda
gnome-base/nautilus gnome
gnome-extra/evolution-data-server gnome-keyring
gnome-extra/nm-applet bluetooth
mail-client/evolution gstreamer networkmanager
media-gfx/gimp gnome
media-gfx/ufraw gnome
media-libs/harfbuzz icu
media-libs/libcanberra gnome gstreamer
media-libs/swfdec gstreamer
media-plugins/gst-plugins-meta cdda
media-sound/rhythmbox gnome-keyring
media-video/totem nautilus
net-im/pidgin networkmanager
net-libs/gupnp networkmanager
net-libs/libproxy gnome networkmanager
net-libs/webkit-gtk geoloc introspection
net-misc/vino gnome-keyring networkmanager
net-p2p/deluge webinterface
net-print/gutenprint gimp
net-wireless/bluez gstreamer
sys-apps/calculate-utilities cl_client
sys-auth/pambase gnome-keyring
sys-block/gparted dmraid fat jfs ntfs reiserfs xfs
virtual/notification-daemon gnome
www-client/chromium gnome gnome-keyring
x11-libs/gksu gnome
x11-libs/wxGTK gnome gstreamer
x11-themes/calculate-icon-theme themes_CLDG -themes_CLS

@ -1,58 +0,0 @@
# Calculate path=/etc/portage/package.mask name=gnome ini(update.rev)<57&&os_linux_shortname==CLDG
>=app-admin/system-config-printer-gnome-1.4.0
>=app-admin/system-config-printer-gnome-3.3.13
>=app-arch/file-roller-3.8.4
>=app-cdr/brasero-3.8.0
>=app-crypt/gcr-3.8.2
>=app-crypt/libsecret-0.15
>=app-crypt/seahorse-3.8.2
>=app-editors/gedit-3.8.3
>=app-text/evince-3.8.3
>=dev-libs/libgdata-0.14.0
>=dev-libs/libgweather-3.8.2
>=dev-libs/totem-pl-parser-3.4.5
>=dev-python/pygobject-3.8.3
>=gnome-base/gconf-3.2.6
>=gnome-base/gdm-3.8.4
>=gnome-base/gnome-control-center-3.8.6
>=gnome-base/gnome-keyring-3.6.0
>=gnome-base/gnome-menus-3.0.1
>=gnome-base/gnome-panel-3.8.0
>=gnome-base/gnome-session-3.8.4
>=gnome-base/gnome-settings-daemon-3.8.6
>=gnome-base/gnome-shell-3.8.4
>=gnome-base/gvfs-1.14.2
>=gnome-base/libgnomekbd-3.6.0
>=gnome-base/libgnome-keyring-3.6.0
>=gnome-base/nautilus-3.8.2
>=gnome-extra/evolution-data-server-3.8.5
>=gnome-extra/gconf-editor-3.0.1
>=gnome-extra/gnome-media-3.4.0
>=gnome-extra/gnome-power-manager-3.8.2
>=gnome-extra/gnome-screensaver-3.6.1
>=gnome-extra/gnome-system-monitor-3.8.2.1
>=gnome-extra/gnome-user-docs-3.8.2
>=gnome-extra/gnome-utils-3.8.0
>=gnome-extra/gucharmap-3.8.2
>=gnome-extra/nm-applet-0.9.8.8
>=gnome-extra/sushi-3.8.1
>=gnome-extra/yelp-3.8.1
>=mail-client/evolution-3.8.5
>=media-gfx/eog-3.8.2
>=media-gfx/gnome-font-viewer-3.8.0
>=media-sound/rhythmbox-3.0.1
>=media-sound/sound-juicer-3.5.1_pre20130826
>=media-video/cheese-3.8.3
>=media-video/totem-3.8.2
>=net-analyzer/gnome-nettool-3.8.1
>=net-libs/webkit-gtk-2.0.4
>=net-misc/vinagre-3.8.3
>=net-misc/vino-3.8.1
>=x11-libs/gtk+-3.5
>=x11-misc/alacarte-3.7.90
>=x11-terms/gnome-terminal-3.8.4
>=x11-themes/gnome-backgrounds-3.8.1
>=x11-themes/gnome-icon-theme-3.8.3
>=x11-themes/gnome-icon-theme-extras-3.6.2
>=x11-themes/gnome-icon-theme-symbolic-3.8.3
>=x11-themes/gnome-themes-standard-3.8.4

@ -1,10 +0,0 @@
# Calculate exec=/bin/bash ini(update.rev)<57&&os_linux_shortname==CLDG
#-ini(update.rev,57)-#
#?os_arch_machine==x86_64#
eselect profile set calculate:calculate/desktop/CLS/amd64/binary
#os_arch_machine#
#?os_arch_machine==i686#
eselect profile set calculate:calculate/desktop/CLS/x86/binary
#os_arch_machine#

@ -1,18 +0,0 @@
# Calculate ini(update.rev)<58 exec=/bin/bash
#-ini(update.rev,58)-#
#?cl_chroot_status==off#
# принудительное обновление пакетов для решения зависимостей по субслотам
if readlink /etc/make.profile | grep -qP "(CLDX|CLD).*binary";then
PKGDB=/var/db/pkg
[[ -d $PKGDB/media-gfx/sane-backends-1.0.23-r2 ]] && mv $PKGDB/media-gfx/sane-backends-1.0.23-r2 $PKGDB/media-gfx/sane-backends-1.0.23-r1
[[ -d $PKGDB/media-gfx/shotwell-0.14.1 ]] && mv $PKGDB/media-gfx/shotwell-0.14.1 $PKGDB/media-gfx/shotwell-0.14.0
[[ -d $PKGDB/www-client/chromium-31.0.1650.57 ]] && mv $PKGDB/www-client/chromium-31.0.1650.57 $PKGDB/www-client/chromium-31.0.1650.56
[[ -d $PKGDB/app-office/libreoffice-4.1.2.3 ]] && mv $PKGDB/app-office/libreoffice-4.1.2.3 $PKGDB/app-office/libreoffice-4.1.2.2
[[ -d $PKGDB/media-libs/flac-1.2.1-r3 ]] && mv $PKGDB/media-libs/flac-1.2.1-r3 $PKGDB/media-libs/flac-1.2.1-r2
[[ -d $PKGDB/virtual/libffi-3.0.11 ]] && mv $PKGDB/virtual/libffi-3.0.11 $PKGDB/virtual/libffi-3.0.10
[[ -d $PKGDB/virtual/libiconv-0 ]] && mv $PKGDB/virtual/libiconv-0 $PKGDB/virtual/libiconv-0_rc1
fi
#cl_chroot_status#
true

@ -1,22 +0,0 @@
# Calculate ini(update.rev)<59 run=/bin/bash merge=sys-apps/openrc,app-emulation/virtualbox-modules
#-ini(update.rev,59)-#
#?cl_chroot_status==off#
MODDIR=/etc/modules-load.d
# backup modules autoload configuration
cp /etc/conf.d/modules /etc/conf.d/modules.old
# get cpufreq kernel modules names
FREQ_MODULES="$(ls -1 $(find /lib/modules/$(uname -r) -name cpufreq) | tr "\n" " " | sed 's/.ko /|/g' | sed 's/|$//' )"
# migrate user modules
if sed -nr 's/^modules[^"]+="([^"]+)"/\1/;T;s/ /\n/g;p;' /etc/conf.d/modules | sort | uniq |
grep -qvP "$FREQ_MODULES"; then
# create autoload directory
[[ -e $MODDIR ]] || mkdir $MODDIR
sed -nr 's/^modules[^"]+="([^"]+)"/\1/;T;s/ /\n/g;p;' /etc/conf.d/modules | sort | uniq |
grep -vP "$FREQ_MODULES" >$MODDIR/migrate.conf
fi
rm -f /etc/init.d/calculate-builder
#cl_chroot_status#
true

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<61 format=samba path=/etc/calculate name=ini.env merge=sys-apps/openrc
# update openrc for fix conf.d/modules
[update]
rev = 61

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<62 format=samba path=/etc/calculate name=ini.env merge=sys-kernel/calckernel
# add patch for calckernel
[update]
rev = 62

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<64 format=samba path=/etc/calculate name=ini.env merge=sys-auth/pambase
# update system-auth
[update]
rev = 64

@ -1,52 +0,0 @@
# Calculate ini(update.rev)<65 exec=/bin/bash cl_chroot_status==off
#
# Скрипт исправляет CONTENTS файлы пакетов, к которым ошибочно привязаны
# файлы изменяемые clt шаблонами.
# (c) 2013 Calculate Ltd. http://www.calculate-linux.org
#-ini(update.rev,65)-#
# получить содержимое всех функций merge в шаблонах clt
find_merge_func_values() {
local search_path=$1
find ${search_path} -name "*.clt" | xargs grep -hoP "(?<=merge\()[^)]+"
}
# получить имена всех файлов которые изменяются шаблонами clt
find_clt_target_files() {
local search_path=$1
while read cltfile;
do
local target_path=$(
sed -nr '/\s+path/{s/^.*path=([^ ]+).*/\1/p}' $cltfile)
local target_name=$(
sed -nr '/\s+name/{s/^.*name=([^ ]+).*/\1/p}' $cltfile)
[[ -n $target_path ]] || target_path=$(dirname $cltfile)
[[ -n $target_name ]] || target_name=$(basename $cltfile .clt)
# исключить из удаления файлы которые содержат merge функцию
head -1 $cltfile | grep -q merge\( || echo "${target_path}/${target_name}"
done < <(find ${search_path} -name "*.clt")
}
# исключить "чужие" файлы из CONTENTS пакета
fix_contents() {
local package=$1
local cltpath=$2
for content in /var/db/pkg/$package-*/CONTENTS;do
[[ -f $content ]] || continue
# исключить похожие по названию пакеты (например если ищем calculate-console
# исключаем calculate-console-gui)
local real_package=$((bunzip2 -dc $(dirname $content)/environment.bz2 |
grep -e "declare -x PN=" -e "declare -x CATEGORY=";
echo echo \$CATEGORY/\$PN ) | bash)
[[ $package == $real_package ]] || continue
# сформировать сценарий для sed который исключит из CONTENTS все указанные файлы
sed -i -f <(find_clt_target_files $cltpath |
sed 's/\//\\\//g' |
sed -r 's/.*/\/obj & \/d/') $content
done
}
while read package;do
fix_contents $package /etc
done < <(find_merge_func_values /etc)

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<66 format=samba path=/etc/calculate name=ini.env merge=kde-base/kdm
# update kdm config
[update]
rev = 66

@ -1,24 +0,0 @@
# Calculate ini(update.rev)<67 exec=/bin/bash
#
# Скрипт удаляет принадлежность файлов /lib/modules пакетам calculate-sources
# (c) 2014 Calculate Ltd. http://www.calculate-linux.org
#-ini(update.rev,67)-#
# исключить "чужие" файлы из CONTENTS пакета
fix_contents() {
local package=$1
for content in /var/db/pkg/$package-*/CONTENTS;do
[[ -f $content ]] || continue
# исключить похожие по названию пакеты (например если ищем calculate-console
# исключаем calculate-console-gui)
local real_package=$((bunzip2 -dc $(dirname $content)/environment.bz2 |
grep -e "declare -x PN=" -e "declare -x CATEGORY=";
echo echo \$CATEGORY/\$PN ) | bash)
[[ $package == $real_package ]] || continue
# сформировать сценарий для sed который исключит из CONTENTS все указанные файлы
sed -i '/ \/lib\/modules/d' $content
done
}
fix_contents sys-kernel/calculate-sources

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<68 format=samba path=/etc/calculate name=ini.env merge=app-shells/bash,app-editors/vim
# reconfigure bash (configuration for tmux)
[update]
rev = 68

@ -1,11 +0,0 @@
# Calculate ini(update.rev)<69 exec=/bin/bash
#
# Скрипт исправляет права на файлы /usr/share/applications/calculate-*.destkop,
# (c) 2014 Calculate Ltd. http://www.calculate-linux.org
#-ini(update.rev,69)-#
#?cl_chroot_status==off#
/bin/chown root:root /usr/share/applications/calculate-*.desktop &>/dev/null
#cl_chroot_status#
exit 0

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<70 format=samba path=/etc/calculate name=ini.env merge=app-shells/bash
# reconfigure bash (configuration for colorize)
[update]
rev = 70

@ -1,54 +0,0 @@
# Calculate ini(update.rev)<71 exec=/bin/bash
#-ini(update.rev,71)-#
PKGDB=/var/db/pkg
#?cl_chroot_status==off#
for depfile in DEPEND RDEPEND PDEPEND
do
for pkg in dev-libs/boost-1.52.0-r6 dev-python/dbus-python-1.2.0 dev-python/jinja-2.7 \
dev-python/markupsafe-0.15-r1 dev-python/psycopg-2.5.1 dev-python/pyasn1-0.1.7 \
dev-python/pycairo-1.10.0-r4 dev-python/pycups-1.9.63 dev-python/pycurl-7.19.0-r3 \
dev-python/pyinotify-0.9.4-r1 dev-python/pyopenssl-0.13.1 dev-python/PyQt4-4.10.2 \
dev-python/pyrex-0.9.9-r1 dev-python/pyxdg-0.25 dev-python/pyxml-0.8.4-r3 \
dev-python/reportlab-2.6 dev-python/setuptools-0.8-r1 dev-python/sip-4.14.7 \
dev-python/sudsds-1.0.1-r1 media-libs/gexiv2-0.6.1 media-libs/mesa-9.1.6 \
net-libs/dslib-3.0-r1 sys-libs/tevent-0.9.19 sys-process/iotop-0.6 \
virtual/python-argparse-1 x11-libs/libxcb-1.9.1 x11-proto/xcb-proto-1.8-r3
do
fullpath="$PKGDB/$pkg/$depfile"
[[ -f $fullpath ]] && sed -ri 's/dev-python\/python-exec[^ ]+ ?//' $fullpath
done
done
#cl_chroot_status#
#?cl_chroot_status==on#
# принудительное обновление пакетов для решения зависимостей по субслотам
[[ -d $PKGDB/dev-libs/boost-1.52.0-r6 ]] && mv $PKGDB/dev-libs/boost-1.52.0-r6 $PKGDB/dev-libs/boost-1.52.0-r5
[[ -d $PKGDB/dev-python/dbus-python-1.2.0 ]] && mv $PKGDB/dev-python/dbus-python-1.2.0 $PKGDB/dev-python/dbus-python-1.2.0_rc1
[[ -d $PKGDB/dev-python/jinja-2.7 ]] && mv $PKGDB/dev-python/jinja-2.7 $PKGDB/dev-python/jinja-2.7_rc1
[[ -d $PKGDB/dev-python/markupsafe-0.15-r1 ]] && mv $PKGDB/dev-python/markupsafe-0.15-r1 $PKGDB/dev-python/markupsafe-0.15
[[ -d $PKGDB/dev-python/psycopg-2.5.1 ]] && mv $PKGDB/dev-python/psycopg-2.5.1 $PKGDB/dev-python/psycopg-2.5.1_rc1
[[ -d $PKGDB/dev-python/pyasn1-0.1.7 ]] && mv $PKGDB/dev-python/pyasn1-0.1.7 $PKGDB/dev-python/pyasn1-0.1.7_rc1
[[ -d $PKGDB/dev-python/pycairo-1.10.0-r4 ]] && mv $PKGDB/dev-python/pycairo-1.10.0-r4 $PKGDB/dev-python/pycairo-1.10.0-r3
[[ -d $PKGDB/dev-python/pycups-1.9.63 ]] && mv $PKGDB/dev-python/pycups-1.9.63 $PKGDB/dev-python/pycups-1.9.63_rc1
[[ -d $PKGDB/dev-python/pycurl-7.19.0-r3 ]] && mv $PKGDB/dev-python/pycurl-7.19.0-r3 $PKGDB/dev-python/pycurl-7.19.0-r2
[[ -d $PKGDB/dev-python/pyinotify-0.9.4-r1 ]] && mv $PKGDB/dev-python/pyinotify-0.9.4-r1 $PKGDB/dev-python/pyinotify-0.9.4
[[ -d $PKGDB/dev-python/pyopenssl-0.13.1 ]] && mv $PKGDB/dev-python/pyopenssl-0.13.1 $PKGDB/dev-python/pyopenssl-0.13.1_rc1
[[ -d $PKGDB/dev-python/PyQt4-4.10.2 ]] && mv $PKGDB/dev-python/PyQt4-4.10.2 $PKGDB/dev-python/PyQt4-4.10.2_rc1
[[ -d $PKGDB/dev-python/pyrex-0.9.9-r1 ]] && mv $PKGDB/dev-python/pyrex-0.9.9-r1 $PKGDB/dev-python/pyrex-0.9.9
[[ -d $PKGDB/dev-python/pyxdg-0.25 ]] && mv $PKGDB/dev-python/pyxdg-0.25 $PKGDB/dev-python/pyxdg-0.25_rc1
[[ -d $PKGDB/dev-python/pyxml-0.8.4-r3 ]] && mv $PKGDB/dev-python/pyxml-0.8.4-r3 $PKGDB/dev-python/pyxml-0.8.4-r2
[[ -d $PKGDB/dev-python/reportlab-2.6 ]] && mv $PKGDB/dev-python/reportlab-2.6 $PKGDB/dev-python/reportlab-2.6_rc1
[[ -d $PKGDB/dev-python/setuptools-0.8-r1 ]] && mv $PKGDB/dev-python/setuptools-0.8-r1 $PKGDB/dev-python/setuptools-0.8
[[ -d $PKGDB/dev-python/sip-4.14.7 ]] && mv $PKGDB/dev-python/sip-4.14.7 $PKGDB/dev-python/sip-4.14.7_rc1
[[ -d $PKGDB/dev-python/sudsds-1.0.1-r1 ]] && mv $PKGDB/dev-python/sudsds-1.0.1-r1 $PKGDB/dev-python/sudsds-1.0.1
[[ -d $PKGDB/media-libs/gexiv2-0.6.1 ]] && mv $PKGDB/media-libs/gexiv2-0.6.1 $PKGDB/media-libs/gexiv2-0.6.1_rc1
[[ -d $PKGDB/media-libs/mesa-9.1.6 ]] && mv $PKGDB/media-libs/mesa-9.1.6 $PKGDB/media-libs/mesa-9.1.6_rc1
[[ -d $PKGDB/net-libs/dslib-3.0-r1 ]] && mv $PKGDB/net-libs/dslib-3.0-r1 $PKGDB/net-libs/dslib-3.0
[[ -d $PKGDB/sys-libs/tevent-0.9.19 ]] && mv $PKGDB/sys-libs/tevent-0.9.19 $PKGDB/sys-libs/tevent-0.9.19_rc1
[[ -d $PKGDB/sys-process/iotop-0.6 ]] && mv $PKGDB/sys-process/iotop-0.6 $PKGDB/sys-process/iotop-0.6_rc1
[[ -d $PKGDB/virtual/python-argparse-1 ]] && mv $PKGDB/virtual/python-argparse-1 $PKGDB/virtual/python-argparse-1_rc1
[[ -d $PKGDB/x11-libs/libxcb-1.9.1 ]] && mv $PKGDB/x11-libs/libxcb-1.9.1 $PKGDB/x11-libs/libxcb-1.9.1_rc1
[[ -d $PKGDB/x11-proto/xcb-proto-1.8-r3 ]] && mv $PKGDB/x11-proto/xcb-proto-1.8-r3 $PKGDB/x11-proto/xcb-proto-1.8-r2
#cl_chroot_status#
true

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<72 format=samba path=/etc/calculate name=ini.env merge=app-shells/bash
# reconfigure bash (configuration for colorize)
[update]
rev = 72

@ -1,8 +0,0 @@
# Calculate ini(update.rev)<73 exec=/bin/bash
#-ini(update.rev,73)-#
PKGDB=/var/db/pkg
[[ -d $PKGDB/xfce-extra/xfce4-power-manager-1.2.0-r2 ]] && mv $PKGDB/xfce-extra/xfce4-power-manager-1.2.0-r2 $PKGDB/xfce-extra/xfce4-power-manager-1.2.0
true

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<75 format=samba path=/etc/calculate name=ini.env merge=sys-apps/sandbox
# reconfigure sandbox to remove sandbox.desktop
[update]
rev = 75

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<77 format=samba path=/etc/calculate name=ini.env merge=x11-themes/gnome-themes-standard
# reconfigure gnome-themes-standard
[update]
rev = 77

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<78 format=samba path=/etc/calculate name=ini.env merge=sys-fs/udev
# reconfigure udev (for fix 80-net-setup-link)
[update]
rev = 78

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<79 format=samba path=/etc/calculate name=ini.env merge=kde-base/kdm
# reconfigure kdm
[update]
rev = 79

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<80 format=samba path=/etc/calculate name=ini.env merge=app-portage/eix
# reconfigure eix
[update]
rev = 80

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<81 format=samba path=/etc/calculate name=ini.env merge=sys-auth/pambase
# reconfigure pam
[update]
rev = 81

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<82 format=samba path=/etc/calculate name=ini.env merge=media-sound/pulseaudio
# reconfigure pulseaudio
[update]
rev = 82

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<83 format=samba path=/etc/calculate name=ini.env merge=sys-apps/calculate-utilities
# reconfigure bashrc emerge script
[update]
rev = 83

@ -1,7 +0,0 @@
# Calculate ini(update.rev)<84 exec=/bin/bash merge=gnome-base/gnome-keyring
#
#-ini(update.rev,84)-#
rm -rf /etc/xdg/autostart/gnome-keyring
rm -rf /etc/xdg/autostart/pnmixer.desktop
true

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<85 format=samba path=/etc/calculate name=ini.env merge=net-misc/modemmanager
# reconfigure modemmanager for fix 3G modems configuring
[update]
rev = 85

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<86 format=samba path=/etc/calculate name=ini.env merge=sys-apps/baselayout
# update /etc/issue for version update
[update]
rev = 86

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<87 format=samba path=/etc/calculate name=ini.env merge=media-libs/freetype
# update freetype
[update]
rev = 87

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<88 exists(/var/db/pkg/sys-kernel/calculate-sources-3.15.5)!= path=/etc/portage/package.keywords name=kernel
#-ini(update.rev,88)-#
~sys-kernel/calculate-sources-3.15.5 ~amd64 ~x86

@ -1,33 +0,0 @@
# Calculate ini(update.rev)<89 run=/bin/bash merge=sys-apps/portage
#
#-ini(update.rev,89)-#
# migrate /etc/make.conf to /etc/portage/make.conf/
#
echo "Migrate make.conf"
old_make_conf="/etc/make.conf"
new_make_conf="/etc/portage/make.conf"
custom_make_conf="${new_make_conf}/custom"
need_migrate() {
[[ -f $old_make_conf ]] ||
[[ -f $new_make_conf ]] ||
[[ -f ${new_make_conf}.old ]]
}
# new make.conf is file
[[ -f $new_make_conf ]] && mv -f $new_make_conf ${new_make_conf}.old
# create make.conf directory
[[ -e $new_make_conf ]] || mkdir -p $new_make_conf
# rename current custom
[[ -f $custom_make_conf ]] && need_migrate && mv -f $custom_make_conf ${custom_make_conf}.old
# copy old make files to new make.conf directory
( [[ -f $old_make_conf ]] && cat $old_make_conf;
[[ -f ${new_make_conf}.old ]] && cat ${new_make_conf}.old ) | grep -P -v ^source.*layman >$custom_make_conf
# remove old
rm -f $old_make_conf
rm -f ${new_make_conf}.old
true

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<90 pkg(sys-kernel/calculate-sources)>=3.15 path=/etc/portage/package.keywords name=kernel
#-ini(update.rev,90)-#
~sys-kernel/calculate-sources-3.15.9 ~amd64 ~x86

@ -1,8 +0,0 @@
# Calculate ini(update.rev)<91 run=/bin/bash
#
#-ini(update.rev,91)-#
[[ -L /etc/runlevels/default/alsasound ]] && /sbin/rc-update del alsasound default &>/dev/null
[[ -e /.config ]] && rm -rf /.config
true

@ -1,7 +0,0 @@
# Calculate ini(update.rev)<99&&pkg(sys-apps/calculate-utilities)>=3.2.0_beta1-r2 run=/bin/bash
#-ini(update.rev,99)-#
/usr/sbin/cl-core --method update_profile --force --url distros #-os_linux_shortname-# &>/dev/null
true

@ -1,9 +0,0 @@
# Calculate ini(update.rev)<100 run=/bin/bash
#-ini(update.rev,100)-#
#?cl_chroot_status==off#
/usr/sbin/cl-core --method desktop root --force &>/dev/null
#cl_chroot_status#
true

@ -1,9 +0,0 @@
# Calculate ini(update.rev)<101 run=/bin/bash merge=sys-boot/grub,sys-process/vixie-cron
#-ini(update.rev,101)-#
#?cl_chroot_status==off#
rm -f /boot/*SafeMode*SafeMode*
#cl_chroot_status#
true

@ -1,5 +0,0 @@
# Calculate ini(update.rev)<102 format=samba path=/etc/calculate name=ini.env merge=sys-kernel/dracut
# reconfigure dracut
[update]
rev = 102

@ -1 +1 @@
# Calculate path=/var/lib name=portage cl_ver>=3.2&&os_linux_ver>=14
# Calculate path=/var/lib name=portage

@ -1,4 +1,4 @@
# Calculate path=/etc/calculate format=samba
[update]
[update-distros]
world = 0

@ -2,34 +2,11 @@
#?in(os_linux_pkglist, base)!=#
app-editors/nano
app-portage/eix
app-portage/gentoolkit
app-portage/layman
dev-vcs/git
media-fonts/terminus-font
sys-apps/calculate-utilities:0
sys-apps/calculate-utilities:3
sys-apps/ifplugd
sys-apps/less
sys-apps/openrc
sys-apps/v86d
sys-boot/calcboot
sys-boot/grub:2
sys-boot/os-prober
sys-fs/btrfs-progs
sys-fs/nilfs-utils
sys-fs/reiserfsprogs
sys-kernel/calckernel
sys-kernel/calculate-sources
#in#
#?in(os_linux_pkglist, base)!=&&os_arch_machine==x86_64#
sys-boot/efibootmgr
sys-boot/gnu-efi
app-crypt/shim-signed
app-crypt/sbsigntool
#in#
#?in(os_linux_pkglist, base)!=&&os_linux_system==desktop#
sys-fs/ecryptfs-utils
#in#

@ -1,4 +1,4 @@
# Calculate path=/etc/calculate format=samba
[update]
world = 60
[update-distros]
world = 0

@ -1,9 +1,5 @@
# Calculate name=world format=world
#?in(os_linux_pkglist, base)!=#
net-fs/nfs-utils
#in#
#?in(os_linux_pkglist, CLD, CLDX, CDS, CMC)!=#
net-dns/bind-tools
net-firewall/shorewall

@ -0,0 +1,7 @@
# Calculate format=world name=world ini(update-distros.world)<1
#-ini(update-distros.world,1)-#
#?in(os_linux_pkglist, base)!=#
!sys-kernel/calckernel
#in#

@ -1,12 +0,0 @@
# Calculate format=world name=world ini(update.world)<2
#-ini(update.world,2)-#
#?os_linux_pkglist==CLDX#
dev-util/catfish
media-gfx/shotwell
#os_linux_pkglist#
#?os_linux_pkglist==CLDG#
!media-gfx/geeqie
#os_linux_pkglist#

@ -1,6 +0,0 @@
# Calculate format=world name=world ini(update.world)<3
#-ini(update.world,3)-#
!net-wireless/madwifi-ng
!net-wireless/madwifi-ng-tools

@ -1,9 +0,0 @@
# Calculate format=world name=world ini(update.world)<4
#-ini(update.world,4)-#
#?os_linux_pkglist==CLDG#
gnome-extra/cinnamon
gnome-extra/cinnamon-extensions
!gnome-extra/gnome-shell-calculate
#os_linux_pkglist#

@ -1,123 +0,0 @@
# Calculate format=world name=world ini(update.world)<5
#-ini(update.world,5)-#
#?os_linux_pkglist==CLD#
!kde-base/system-config-printer-kde
!kde-base/printer-applet
kde-base/print-manager
#os_linux_pkglist#
#?os_linux_pkglist==CLDG#
!app-crypt/gcr
!app-misc/tracker
!gnome-base/gnome-fallback
!gnome-base/gnome-core-libs
!gnome-base/gnome-menus:3
!gnome-base/gnome-shell
!gnome-base/gvfs
!gnome-extra/cinnamon
!gnome-extra/cinnamon-extensions
!gnome-extra/gnome-contacts
!gnome-extra/gnome-documents
!gnome-extra/gnome-search-tool
!gnome-extra/gnome-tweak-tool
!gnome-extra/gucharmap:2.90
!gnome-extra/sushi
!media-gfx/gnome-font-viewer
!media-gfx/gnome-screenshot
!media-gfx/shotwell
!media-plugins/gst-plugins-vp8
!x11-themes/gnome-icon-theme-extras
!x11-themes/gnome-icon-theme-symbolic
!x11-themes/gnome-themes-standard
!x11-themes/gtk-engines:2
!x11-themes/sound-theme-freedesktop
!x11-wm/mutter
app-admin/system-config-printer-gnome
app-arch/file-roller
app-cdr/brasero
app-crypt/seahorse
app-editors/gedit
app-text/evince
dev-libs/atk
dev-libs/glib:2
dev-libs/libgweather:2
dev-libs/libIDL
dev-libs/libxml2
dev-libs/libxslt
dev-libs/totem-pl-parser
gnome-base/gconf
gnome-base/gdm
gnome-base/gnome-applets
gnome-base/gnome-control-center
gnome-base/gnome-desktop:2
gnome-base/gnome-keyring
gnome-base/gnome-menus:0
gnome-base/gnome-panel
gnome-base/gnome-session
gnome-base/gnome-settings-daemon
gnome-base/libbonobo
gnome-base/libbonoboui
gnome-base/libglade
gnome-base/libgnome
gnome-base/libgnome-keyring
gnome-base/libgnomecanvas
gnome-base/libgnomekbd
gnome-base/libgnomeprint
gnome-base/libgnomeprintui
gnome-base/libgtop
gnome-base/librsvg
gnome-base/nautilus
gnome-base/orbit
gnome-extra/deskbar-applet
gnome-extra/evolution-data-server
gnome-extra/evolution-webcal
gnome-extra/gcalctool
gnome-extra/gconf-editor
gnome-extra/gnome-media
gnome-extra/gnome-power-manager
gnome-extra/gnome-screensaver
gnome-extra/gnome-system-monitor
gnome-extra/gnome-user-docs
gnome-extra/gnome-utils
gnome-extra/gtkhtml
gnome-extra/gucharmap
gnome-extra/hamster-applet
gnome-extra/polkit-gnome
gnome-extra/swfdec-gnome
gnome-extra/yelp
gnome-extra/zenity
mail-client/evolution
media-gfx/eog
media-gfx/gdm-themes-calculate
media-libs/audiofile
media-libs/gst-plugins-base
media-libs/gst-plugins-good
media-libs/gstreamer
media-libs/libart_lgpl
media-sound/sound-juicer
media-video/cheese
media-video/totem
net-analyzer/gnome-netstatus
net-analyzer/gnome-nettool
net-libs/libsoup
net-misc/vinagre
net-misc/vino
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
x11-libs/gtksourceview:2.0
x11-libs/libwnck
x11-libs/libxklavier
x11-libs/pango
x11-libs/startup-notification
x11-libs/vte
x11-misc/alacarte
x11-terms/gnome-terminal
x11-themes/gnome-backgrounds
x11-themes/gnome-icon-theme
x11-themes/gnome-themes
x11-themes/gtk-engines
x11-wm/metacity
#os_linux_pkglist#

@ -1,15 +0,0 @@
# Calculate format=world name=world ini(update.world)<7
#-ini(update.world,7)-#
#?in(os_linux_pkglist, CLD, CLDG, CLDX, CMC, CLS)!=#
!net-wireless/bluez-firmware
!net-wireless/prism54-firmware
!net-wireless/rtl8192su-firmware
!net-wireless/zd1201-firmware
!net-wireless/ipw2100-firmware
!net-wireless/ipw2200-firmware
!net-wireless/zd1201-firmware
!net-wireless/zd1211-firmware
#in#

@ -1,7 +0,0 @@
# Calculate format=world name=world ini(update.world)<8
#-ini(update.world,8)-#
#?in(os_linux_pkglist, CLDG)!=#
x11-themes/gnome-themes-standard
#in#

@ -1,14 +0,0 @@
# Calculate format=world name=world ini(update.world)<9
#-ini(update.world,9)-#
!app-cdr/cdrkit
#?in(os_linux_pkglist, CDS, CLD, CLDG, CLDX, CMC)!=#
app-cdr/cdrtools
#in#
#?os_arch_machine==x86_64#
sys-boot/efibootmgr
sys-boot/gnu-efi
app-crypt/shim-signed
app-crypt/sbsigntool
#os_arch_machine#

@ -1,7 +0,0 @@
# Calculate format=world name=world ini(update.world)<10
#-ini(update.world,10)-#
#?in(os_linux_pkglist, CLDG)!=#
!net-misc/gwibber
#in#

@ -1,7 +0,0 @@
# Calculate format=world name=world ini(update.world)<11
#-ini(update.world,11)-#
#?in(os_linux_pkglist, CLD, CLDG, CLDX, CMC, CLS)!=#
sys-apps/usbutils
#in#

@ -1,9 +0,0 @@
# Calculate format=world name=world ini(update.world)<12
#-ini(update.world,12)-#
#?in(os_linux_pkglist, CLDG, CLDX)!=#
!net-irc/xchat
net-irc/hexchat
#in#

@ -1,9 +0,0 @@
# Calculate format=world name=world ini(update.world)<13
#-ini(update.world,13)-#
#?in(os_linux_pkglist, CLD)!=#
!sys-block/partitionmanager
sys-block/gparted
#in#

@ -1,14 +0,0 @@
# Calculate format=world name=world ini(update.world)<14
#-ini(update.world,14)-#
#?in(os_linux_pkglist, CLDX, CLD, CLDG)!=#
media-gfx/imagemagick
#in#
#?in(os_linux_pkglist, CLDX)!=#
!lxde-base/lxdm
!media-gfx/lxdm-themes-calculate
x11-misc/lightdm-gtk-greeter
#in#

@ -1,26 +0,0 @@
# Calculate format=world name=world ini(update.world)<16
#-ini(update.world,16)-#
!app-arch/dump
#?in(os_linux_pkglist, CMC, CDS, CLS)!=#
!app-arch/arj
!app-arch/p7zip
!app-arch/rar
!app-arch/unace
!app-arch/unarj
!app-arch/unzip
!app-arch/zip
#in#
#?in(os_linux_pkglist, CMC)!=#
!app-misc/mc
!dev-python/ipython
!net-p2p/rtorrent
!sys-apps/acl
!sys-apps/keyexec
!sys-apps/preload
!sys-auth/thinkfinger
#in#

@ -1,8 +0,0 @@
# Calculate format=world name=world ini(update.world)<17
#-ini(update.world,17)-#
#?in(os_linux_pkglist, CLDX)!=#
gnome-extra/gnome-screensaver
#in#

@ -1,10 +0,0 @@
# Calculate format=world name=world ini(update.world)<18
#-ini(update.world,18)-#
#?in(os_linux_pkglist, CMC)!=#
!dev-tcltk/expect
!net-misc/dhcp
!sys-apps/usb_modeswitch
#in#

@ -1,7 +0,0 @@
# Calculate format=world name=world ini(update.world)<19
#-ini(update.world,19)-#
#?in(os_linux_pkglist, CLDX)!=#
sys-apps/mlocate
#in#

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save