Исправлены зависимости

master
parent 05a13842bb
commit 75ec8967c5

@ -1,312 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# @ECLASS: calculate-utils-r15.eclass
# @MAINTAINER:
# support@calculate.ru
# @AUTHOR:
# Author: Mir Calculate
# @BLURB: Functions for calculate-utils
# @DESCRIPTION:
# This eclass use for calculate-utils ebuild
PYTHON_COMPAT=(python3_10)
inherit distutils-r1 eutils
EXPORTED_FUNCTIONS="src_compile src_install pkg_preinst"
CALCULATE_URI="https://mirror.calculate-linux.org/source/calculate3"
MIRROR_URI=
# @ECLASS_VARIABLE: CALCULATE_MODULES
# @DESCRIPTION:
# Associative array module names and versions
# Example:
# declare -A CALCULATE_MODULES=(
# ["console-gui"]="3.2.3.4"
# )
# @ECLASS_VARIABLE: CALCULATE_MODULES_USE
# @DESCRIPTION:
# Associative array module names and use for IUSE
# Example:
# declare -A CALCULATE_MODULES_USE=(
# ["console-gui"]=""
# )
# @ECLASS_VARIABLE: CALCULATE_TARBALL
# @DESCRIPTION:
# Associative array module names and tarball archive name
# Example:
# declare -A CALCULATE_TARBALL=( ["lib"]="calculate-lib-3.2.3-r1.tar.bz2" )
# @ECLASS_VARIABLE: UTILS_PV
# @DESCRIPTION:
# Default version of all components
# Example:
: ${UTILS_PV:=$(ver_cut 1-3 ${PV})}
declare -g -A CALCULATE_TARBALL_=()
declare -g -A CALCULATE_MODULES_=(
["lib"]="$UTILS_PV"
["install"]="$UTILS_PV"
["core"]="$UTILS_PV"
["update"]="$UTILS_PV"
["console-gui"]="$UTILS_PV"
["builder"]="$UTILS_PV"
["i18n"]="$UTILS_PV"
["desktop"]="$UTILS_PV"
["client"]="$UTILS_PV"
["console"]="$UTILS_PV"
)
declare -g -A CALCULATE_MODULES_USE_=(
["console-gui"]="qt5"
["desktop"]="desktop"
["client"]="client"
["console"]="console"
)
EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
# @FUNCTION: prepare_variables
# @DESCRIPTION:
# Prepare variables for ebuild
prepare_variables() {
for module in ${!CALCULATE_MODULES[@]}
do
CALCULATE_MODULES_[$module]=${CALCULATE_MODULES[$module]}
done
for module in ${!CALCULATE_MODULES_USE[@]}
do
CALCULATE_MODULES_USE_[$module]=${CALCULATE_MODULES_USE[$module]}
done
for module in ${!CALCULATE_MODULES_[@]}
do
MODULE_PN=calculate-${module}
MODULE_PV=${CALCULATE_MODULES_[$module]}
if [[ -n ${CALCULATE_TARBALL[$module]} ]]
then
CALCULATE_TARBALL_[$module]="${MODULE_PN}/${CALCULATE_TARBALL[$module]}"
else
CALCULATE_TARBALL_[$module]="${MODULE_PN}/${MODULE_PN}-${MODULE_PV}.tar.bz2"
fi
done
for module in ${!CALCULATE_MODULES_[@]}
do
MODULE_USE=${CALCULATE_MODULES_USE_[$module]}
MODULE_URI=""
for URI in $CALCULATE_URI $MIRROR_URI
do
MODULE_URI="${MODULE_URI} ${URI}/${CALCULATE_TARBALL_[$module]}"
done
if [[ -n $MODULE_USE ]]
then
MODULE_URI="${MODULE_USE}? ( $MODULE_URI )"
fi
SRC_URI="$SRC_URI $MODULE_URI"
done
IUSE="+install dbus +gpg minimal pxe backup ${CALCULATE_MODULES_USE_[@]}"
S="${WORKDIR}"
}
# @FUNCTION: prepare_module_info
# @DESCRIPTION:
# Prepare module info for compile and install
prepare_module_info() {
MODULE_INFO=()
for module in ${!CALCULATE_MODULES_[@]}
do
MODULE_USE=${CALCULATE_MODULES_USE_[$module]}
if [[ -z $MODULE_USE ]] || use $MODULE_USE
then
MODULE_INFO+=("calculate-$module ${CALCULATE_MODULES_[$module]}")
fi
done
}
prepare_variables
# dev-libs/libbsd need to automagic depends of sys-fs/mtools
RDEPEND="
dev-libs/libbsd
install? ( >=app-cdr/cdrtools-3.01_alpha13
>=sys-boot/grub-2.00-r3
>=sys-boot/syslinux-5
sys-fs/squashfs-tools
sys-fs/dosfstools
sys-block/parted
sys-apps/gptfdisk
sys-fs/lvm2
sys-fs/mdadm
)
!minimal? (
>=sys-apps/util-linux-2.19.1
net-misc/rsync
dev-python/pyopenssl[python_targets_python3_10]
dev-python/cryptography[python_targets_python3_10]
dev-python/cffi[python_targets_python3_10]
dev-python/six[python_targets_python3_10]
dev-libs/openssl
dev-python/m2crypto[python_targets_python3_10]
dev-python/pytz[python_targets_python3_10]
)
gpg? (
app-crypt/gnupg
app-crypt/openpgp-keys-calculate-release
)
dev-python/jaraco-functools[python_targets_python3_10]
dev-python/lxml[python_targets_python3_10]
sys-apps/iproute2[-minimal]
sys-apps/pciutils
app-arch/xz-utils
app-portage/eix
app-eselect/eselect-repository
>=virtual/udev-197
!app-misc/livecd-tools
sys-apps/coreutils[xattr]
pxe? ( sys-apps/calculate-server
net-ftp/tftp-hpa
net-misc/dhcp
net-fs/nfs-utils
)
!<sys-apps/calculate-server-2.1.18-r1
qt5? (
dev-python/dbus-python[python_targets_python3_10]
media-gfx/imagemagick[jpeg]
dev-python/PyQt5[python_targets_python3_10]
dev-python/pyinotify[python_targets_python3_10]
)
dbus? (
dev-python/dbus-python[python_targets_python3_10]
)
dev-python/pexpect[python_targets_python3_10]
desktop? (
media-gfx/feh
x11-apps/xmessage
sys-apps/keyutils
sys-auth/pam_keystore
dev-lang/swig
dev-qt/qdbus
sys-apps/edid-decode
dev-python/pygobject[python_targets_python3_10]
dev-python/dbus-python[python_targets_python3_10]
)
client? (
dev-python/python-ldap[ssl,python_targets_python3_10]
sys-auth/pam_client
>=sys-auth/pam_ldap-180[ssl]
>=sys-auth/nss_ldap-239
)
backup? ( !sys-apps/calculate-server )
"
# server? (
# sys-auth/pam_ldap
# sys-auth/nss_ldap
# dev-python/python-ldap[python_targets_python3_10]
# )
#
#
# server? ( !sys-apps/calculate-server )
DEPEND="
sys-devel/gettext"
#REQUIRED_USE="client? ( desktop )"
# @FUNCTION: calculate-utils-r15_src_compile
# @DESCRIPTION:
# Compile all modules of calculate utils
calculate-utils-r15_src_compile() {
if ! use backup
then
sed -ir "s/'cl-backup'/None/" calculate-core-*/pym/core/wsdl_core.py
sed -ir "s/'cl-backup-restore'/None/" calculate-core-*/pym/core/wsdl_core.py
sed -ir "s/__('Backup')/None/g" calculate-core-*/pym/core/wsdl_core.py
fi
prepare_module_info
for MODULE in "${MODULE_INFO[@]}"
do
MODULE_DATA=( $MODULE )
MODULE_PN=${MODULE_DATA[0]}
MODULE_PV=${MODULE_DATA[1]}
if [[ $PV == "3.7.9999" ]]
then
S="${WORKDIR}/${MODULE_PN/calculate-/}-${MODULE_PV}"
else
S="${WORKDIR}/${MODULE_PN}-${MODULE_PV}"
fi
cd "$S"
if [[ $MODULE_PN == "calculate-lib" ]]
then
sed -ri "/class VariableClVer/{N;N;N;N;s/value = \".*?\"/value = \"${PV}\"/;}" \
pym/calculate/lib/variables/__init__.py
fi
distutils-r1_src_compile
done
}
# @FUNCTION: calculate-utils-r15_src_install
# @DESCRIPTION:
# Install all modules of calculate utils
calculate-utils-r15_src_install() {
prepare_module_info
for MODULE in "${MODULE_INFO[@]}"
do
MODULE_DATA=( $MODULE )
MODULE_PN=${MODULE_DATA[0]}
MODULE_PV=${MODULE_DATA[1]}
if [[ $PV == "3.7.9999" ]]
then
S="${WORKDIR}/${MODULE_PN/calculate-/}-${MODULE_PV}"
else
S="${WORKDIR}/${MODULE_PN}-${MODULE_PV}"
fi
cd "$S"
distutils-r1_src_install
done
}
python_install() {
PYTHON_INSTALL_PARAMS=
if [[ $MODULE_PN == "calculate-client" ]]
then
PYTHON_INSTALL_PARAMS="--install-scripts=/usr/sbin"
fi
if [[ $MODULE_PN == "calculate-core" ]] && use dbus
then
PYTHON_INSTALL_PARAMS="$PYTHON_INSTALL_PARAMS --dbus"
fi
distutils-r1_python_install $PYTHON_INSTALL_PARAMS
}
calculate-utils-r15_pkg_preinst() {
dosym /usr/libexec/calculate/cl-core-wrapper /usr/bin/cl-core-setup
dosym /usr/libexec/calculate/cl-core-wrapper /usr/bin/cl-core-patch
dosym /usr/libexec/calculate/cl-core-wrapper /usr/bin/cl-update
dosym /usr/libexec/calculate/cl-core-wrapper /usr/bin/cl-update-profile
dosym /usr/lib/python-exec/python3.10/cl-console /usr/bin/cl-console
if use qt5
then
dosym /usr/lib/python-exec/python3.10/cl-console-gui /usr/bin/cl-console-gui
dosym /usr/lib/python-exec/python3.10/cl-console-gui /usr/bin/cl-console-gui-install
dosym /usr/lib/python-exec/python3.10/cl-console-gui /usr/bin/cl-console-gui-update
dosym /usr/lib/python-exec/python3.10/cl-update-checker /usr/bin/cl-update-checker
fi
}

@ -11,7 +11,7 @@
# @DESCRIPTION:
# This eclass use for calculate-utils ebuild
PYTHON_COMPAT=(python3_10)
PYTHON_COMPAT=(python3_11)
inherit distutils-r1 eutils
@ -151,26 +151,26 @@ RDEPEND="
!minimal? (
>=sys-apps/util-linux-2.19.1
net-misc/rsync
dev-python/pyopenssl[python_targets_python3_10]
dev-python/cryptography[python_targets_python3_10]
dev-python/cffi[python_targets_python3_10]
dev-python/six[python_targets_python3_10]
dev-python/pyopenssl[python_targets_python3_11]
dev-python/cryptography[python_targets_python3_11]
dev-python/cffi[python_targets_python3_11]
dev-python/six[python_targets_python3_11]
dev-libs/openssl
dev-python/m2crypto[python_targets_python3_10]
dev-python/pytz[python_targets_python3_10]
dev-python/m2crypto[python_targets_python3_11]
dev-python/pytz[python_targets_python3_11]
)
gpg? (
app-crypt/gnupg
app-crypt/openpgp-keys-calculate-release
)
dev-python/jaraco-functools[python_targets_python3_10]
dev-python/lxml[python_targets_python3_10]
dev-python/aiohttp
dev-python/jaraco-functools[python_targets_python3_11]
dev-python/lxml[python_targets_python3_11]
dev-python/aiohttp
sys-apps/iproute2[-minimal]
sys-apps/pciutils
app-arch/xz-utils
app-portage/eix
app-portage/portage-utils
app-portage/portage-utils
app-eselect/eselect-repository
>=virtual/udev-197
@ -186,17 +186,17 @@ RDEPEND="
!<sys-apps/calculate-server-2.1.18-r1
qt5? (
dev-python/dbus-python[python_targets_python3_10]
dev-python/dbus-python[python_targets_python3_11]
media-gfx/imagemagick[jpeg]
dev-python/PyQt5[python_targets_python3_10]
dev-python/pyinotify[python_targets_python3_10]
dev-python/PyQt5[python_targets_python3_11]
dev-python/pyinotify[python_targets_python3_11]
)
dbus? (
dev-python/dbus-python[python_targets_python3_10]
dev-python/dbus-python[python_targets_python3_11]
)
dev-python/pexpect[python_targets_python3_10]
dev-python/pexpect[python_targets_python3_11]
desktop? (
media-gfx/feh
@ -206,12 +206,12 @@ RDEPEND="
dev-lang/swig
dev-qt/qdbus
sys-apps/edid-decode
dev-python/pygobject[python_targets_python3_10]
dev-python/dbus-python[python_targets_python3_10]
dev-python/pygobject[python_targets_python3_11]
dev-python/dbus-python[python_targets_python3_11]
)
client? (
dev-python/python-ldap[ssl,python_targets_python3_10]
dev-python/python-ldap[ssl,python_targets_python3_11]
sys-auth/pam_client
>=sys-auth/pam_ldap-180[ssl]
>=sys-auth/nss_ldap-239
@ -221,7 +221,7 @@ RDEPEND="
# server? (
# sys-auth/pam_ldap
# sys-auth/nss_ldap
# dev-python/python-ldap[python_targets_python3_10]
# dev-python/python-ldap[python_targets_python3_11]
# )
#
#

@ -1,9 +1,6 @@
# Calculate format=kde path=/usr/share/dbus-1/system-services cl_ver>=3.6.8.8
[D-BUS Service]
Name=org.calculate.Core
#?pkg(dev-lang/python:3.8)!=&&pkg(dev-python/pygobject[python_targets_python3_8])!=&&pkg(dev-python/dbus-python[python_targets_python3_8])!=#
Exec=/usr/bin/python3.8 /usr/libexec/calculate/cl-dbus-core.py
#pkg#
#?pkg(dev-lang/python:3.9)!=&&pkg(dev-python/pygobject[python_targets_python3_9])!=&&pkg(dev-python/dbus-python[python_targets_python3_9])!=#
Exec=/usr/bin/python3.9 /usr/libexec/calculate/cl-dbus-core.py
#pkg#
@ -13,4 +10,7 @@ Exec=/usr/bin/python3.10 /usr/libexec/calculate/cl-dbus-core.py
#?pkg(dev-lang/python:3.11)!=&&pkg(dev-python/pygobject[python_targets_python3_11])!=&&pkg(dev-python/dbus-python[python_targets_python3_11])!=#
Exec=/usr/bin/python3.11 /usr/libexec/calculate/cl-dbus-core.py
#pkg#
#?pkg(dev-lang/python:3.11)!=&&pkg(dev-python/pygobject[python_targets_python3_12])!=&&pkg(dev-python/dbus-python[python_targets_python3_12])!=#
Exec=/usr/bin/python3.12 /usr/libexec/calculate/cl-dbus-core.py
#pkg#
User=root

@ -1,2 +1 @@
DIST calculate-server-2.3.8.tar.bz2 238546 BLAKE2B ef2e07b2967406dbae66422650f3d60ff8b233bd302622670dc7933cf158ffa28cecab6080d2cedee9a13eea008d2032f36a615b98ebd24c0d8cf88bc86fcdc9 SHA512 6434263139651e68ab0d2869cbafeed31f1bb4bb595806509d5b45fa283f59665c2a3fe7b7ad7a5f7eb22c2e7dfa756eda45faefe3e87e999632852df0645e2b
DIST calculate-server-2.3.9.tar.bz2 238504 BLAKE2B c7a593200180cd412a5c4fe6b63e55446bff06fe16b62e9e2f426a2bbe8dedb9810d0ad98307510030720870c0e25c80459ec303855db35d5175e9a57e6883af SHA512 989b15ae5597c9d3de8797ec6ffb05e7dab960faa11c20b63662f9dbea4ff71ad206f82e9c89947ef4467d2a56a851c2642b53c32ccaafa998bf50b1b231852b

@ -1,193 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
SRC_URI="https://mirror.calculate-linux.org/source/calculate2/${PN}/${P}.tar.bz2"
DESCRIPTION="Configuration utility for Linux services"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="calculate_nomail
calculate_nodhcp
calculate_noftp
calculate_nojabber
calculate_nonamed
calculate_nosamba
calculate_noproxy"
DEPEND="!sys-apps/calculate-lib
acct-group/ldap
acct-user/ldap
>=net-nds/openldap-2.3[-minimal]
<net-nds/openldap-2.6
>=sys-auth/pam_ldap-180[ssl]
>=sys-auth/nss_ldap-239
!<sys-apps/calculate-utils-3.5.0_alpha44
!calculate_nosamba? (
|| (
<net-fs/samba-4[acl,client,cups,ldap,netapi,pam,server,smbclient]
>=net-fs/samba-4[acl,client,cups,ldap,pam]
)
)
!calculate_nomail? (
|| ( <net-mail/dovecot-1.2.0[pop3d,ldap,pam,ssl]
>=net-mail/dovecot-1.2.0[ldap,pam,ssl(+)]
)
>=mail-filter/procmail-3.22
|| ( dev-python/pymilter[python_targets_python3_10]
dev-python/pymilter[python_targets_python3_10] )
>=mail-mta/postfix-2.2[ldap,pam,ssl,sasl,dovecot-sasl]
)
!calculate_noftp? (
|| ( <net-ftp/proftpd-1.3.3[-acl,ldap,ncurses,nls,pam,ssl]
>=net-ftp/proftpd-1.3.3[-acl,ident,ldap,ncurses,nls,pam,ssl]
)
)
!calculate_nojabber? (
|| ( >=net-im/ejabberd-2.1.8[mod_pubsub,ldap]
>=net-im/ejabberd-16.04-r1[ldap] )
|| ( media-gfx/imagemagick
media-gfx/graphicsmagick )
)
!calculate_nonamed? ( >=net-dns/bind-9.6.1_p1[sdb-ldap] )
!calculate_noproxy? ( >=net-proxy/squid-3.0.14[ldap,pam,ssl] )
!calculate_nodhcp? ( >=net-misc/dhcp-3.1.2_p1 )
|| ( dev-python/python-ldap[ssl,python_targets_python3_10]
dev-python/python-ldap[ssl,python_targets_python3_10] )
|| ( dev-python/lxml[python_targets_python3_10]
dev-python/lxml[python_targets_python3_10] )
"
RDEPEND="${DEPEND}"
pkg_postinst() {
if [ -d /var/calculate/server-data/mail/imap ] || \
[ -d /var/calculate/server-data/samba/win/profiles ] || \
[ -d /var/calculate/server-data/samba/unix/profiles ] || \
[ -d /var/calculate/server-data/samba/win/netlogon ];
then
ewarn "Data found in directories of previous version calculate-server"
fi
if [ -d /var/calculate/server-data/mail/imap ];
then
if ! [ -d /var/calculate/server-data/mail~ ];
then
if mv /var/calculate/server-data/mail/imap \
/var/calculate/server-data/mail~ && \
rmdir /var/calculate/server-data/mail && \
mv /var/calculate/server-data/mail~ \
/var/calculate/server-data/mail;
then
ewarn
ewarn "Data from /var/calculate/server-data/mail/imap"
ewarn "was moved to /var/calculate/server-data/mail"
MAILUPDATE="TRUE"
fi
fi
if ! [ "${MAILUPDATE}" == "TRUE" ];
then
eerror "Cannot move /var/calculate/server-data/mail/imap"
eerror "Please manualy move /var/calculate/server-data/mail/imap"
eerror "to /var/calculate/server-data/mail"
fi
fi
if [ -d /var/calculate/server-data/samba/win/profiles ];
then
SAMBAUPDATE=""
if ! [ -d /var/calculate/server-data/samba/profiles/win ];
then
if mkdir -p /var/calculate/server-data/samba/profiles && \
mv /var/calculate/server-data/samba/win/profiles \
/var/calculate/server-data/samba/profiles/win;
then
ewarn
ewarn "Data from /var/calculate/server-data/samba/win/profiles"
ewarn "was moved to /var/calculate/server-data/samba/profiles/win"
SAMBAUPDATE="TRUE"
fi
fi
if ! [ "${SAMBAUPDATE}" == "TRUE" ];
then
eerror "Cannot move /var/calculate/server-data/samba/win/profiles"
eerror "Please manualy move "
eerror "/var/calculate/server-data/samba/win/profiles"
eerror "to /var/calculate/server-data/samba/profiles/win"
fi
fi
if [ -d /var/calculate/server-data/samba/unix/profiles ]; \
then
SAMBAUPDATE=""
if ! [ -d /var/calculate/server-data/samba/profiles/unix ];
then
if mkdir -p /var/calculate/server-data/samba/profiles && \
mv -f /var/calculate/server-data/samba/unix/profiles \
/var/calculate/server-data/samba/profiles/unix;
then
rmdir /var/calculate/server-data/samba/unix
ewarn
ewarn "Data from /var/calculate/server-data/samba/unix/profiles"
ewarn "was moved to /var/calculate/server-data/samba/profiles/unix"
SAMBAUPDATE="TRUE"
fi
fi
if ! [ "${SAMBAUPDATE}" == "TRUE" ];
then
eerror "Cannot move /var/calculate/server-data/samba/unix/profiles"
eerror "Please manualy move "
eerror "/var/calculate/server-data/samba/unix/profiles"
eerror "to /var/calculate/server-data/samba/profiles/unix"
fi
fi
if [ -d /var/calculate/server-data/samba/win/netlogon ];
then
SAMBAUPDATE=""
if ! [ -d /var/calculate/server-data/samba/netlogon ];
then
if mv -f /var/calculate/server-data/samba/win/netlogon \
/var/calculate/server-data/samba/netlogon;
then
rmdir /var/calculate/server-data/samba/win
ewarn
ewarn "Data form /var/calculate/server-data/samba/win/netlogon"
ewarn "was moved to /var/calculate/server-data/samba/netlogon"
SAMBAUPDATE="TRUE"
fi
fi
if ! [ "${SAMBAUPDATE}" == "TRUE" ];
then
eerror "Cannot move /var/calculate/server-data/samba/win/netlogon"
eerror "Please manualy move "
eerror "/var/calculate/server-data/samba/win/netlogon"
eerror "/var/calculate/server-data/samba/netlogon"
fi
fi
if [ "${MAILUPDATE}" == "TRUE" ];
then
ewarn
ewarn "Please update mail service by the command:"
ewarn "\tcl-update mail"
fi
if [ "${SAMBAUPDATE}" == "TRUE" ];
then
ewarn
ewarn "Please update samba service by the command:"
ewarn "\tcl-update samba"
fi
ewarn
ewarn "WARNING!!! If you have the samba service, then update it by the command:"
ewarn "\tcl-update samba"
}

@ -3,7 +3,7 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1
@ -41,8 +41,8 @@ DEPEND="!sys-apps/calculate-lib
>=net-mail/dovecot-1.2.0[ldap,pam,ssl(+)]
)
>=mail-filter/procmail-3.22
|| ( dev-python/pymilter[python_targets_python3_10]
dev-python/pymilter[python_targets_python3_10] )
|| ( dev-python/pymilter[python_targets_python3_11]
dev-python/pymilter[python_targets_python3_11] )
>=mail-mta/postfix-2.2[ldap,pam,ssl,sasl,dovecot-sasl]
)
!calculate_noftp? (
@ -59,10 +59,10 @@ DEPEND="!sys-apps/calculate-lib
!calculate_nonamed? ( >=net-dns/bind-9.6.1_p1[sdb-ldap] )
!calculate_noproxy? ( >=net-proxy/squid-3.0.14[ldap,pam,ssl] )
!calculate_nodhcp? ( >=net-misc/dhcp-3.1.2_p1 )
|| ( dev-python/python-ldap[ssl,python_targets_python3_10]
dev-python/python-ldap[ssl,python_targets_python3_10] )
|| ( dev-python/lxml[python_targets_python3_10]
dev-python/lxml[python_targets_python3_10] )
|| ( dev-python/python-ldap[ssl,python_targets_python3_11]
dev-python/python-ldap[ssl,python_targets_python3_11] )
|| ( dev-python/lxml[python_targets_python3_11]
dev-python/lxml[python_targets_python3_11] )
"
RDEPEND="${DEPEND}"

@ -3,7 +3,7 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1 git-r3
@ -39,8 +39,8 @@ DEPEND="!sys-apps/calculate-lib
>=net-mail/dovecot-1.2.0[ldap,pam,ssl(+)]
)
>=mail-filter/procmail-3.22
|| ( dev-python/pymilter[python_targets_python3_10]
dev-python/pymilter[python_targets_python3_10] )
|| ( dev-python/pymilter[python_targets_python3_11]
dev-python/pymilter[python_targets_python3_11] )
>=mail-mta/postfix-2.2[ldap,pam,ssl,sasl,dovecot-sasl]
)
!calculate_noftp? (
@ -57,10 +57,10 @@ DEPEND="!sys-apps/calculate-lib
!calculate_nonamed? ( >=net-dns/bind-9.6.1_p1[sdb-ldap] )
!calculate_noproxy? ( >=net-proxy/squid-3.0.14[ldap,pam,ssl] )
!calculate_nodhcp? ( >=net-misc/dhcp-3.1.2_p1 )
|| ( dev-python/python-ldap[ssl,python_targets_python3_10]
dev-python/python-ldap[ssl,python_targets_python3_10] )
|| ( dev-python/lxml[python_targets_python3_10]
dev-python/lxml[python_targets_python3_10] )
|| ( dev-python/python-ldap[ssl,python_targets_python3_11]
dev-python/python-ldap[ssl,python_targets_python3_11] )
|| ( dev-python/lxml[python_targets_python3_11]
dev-python/lxml[python_targets_python3_11] )
"
RDEPEND="${DEPEND}"

@ -1,2 +1 @@
DIST calculate-toolkit-0.2.7-r1.tar.bz2 18448 BLAKE2B cafbfefc9cfc3912b4cba9c140dfd24331b6f0f1d40721b395a6b04a64c3d5b6104e25bfeecc6c76e6f14a2541b295666ec20d355dfc92bd272f6da0bc8db64f SHA512 032d313bbfaff7174d1f57c158338b594a049b0f5a6c69c68910c36157ef73eb3f260b097aa0c484a96df9dbcf88235b78d5a36a79dd508efde8702c46c63b7a
DIST calculate-toolkit-0.3.2.tar.gz 29107 BLAKE2B 566c35680809753025caaabee01f3142caeb725514e67337b66d8ddf9f88003a79123b545e2a4cb09b6e334c7c0106d06d434b89eb909b3596e45832d521d5d8 SHA512 2938bb58e04233f8f1a71029ce0e412d650f2b1b0cee99e281775fc427eb9e50515abd27aec53f9ed3311312e9f438bb161c9014235c4b984f506bea80e288ab

@ -1,25 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=( python3_{9..10} )
SRC_URI="https://mirror.calculate-linux.org/source/${PN}/${PF}.tar.bz2"
DESCRIPTION="Collection of administration scripts for Calculate"
HOMEPAGE="https://www.calculate-linux.org/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
RDEPEND=">=sys-apps/calculate-utils-3.7.1
app-arch/zstd
app-arch/xz-utils"
S=${WORKDIR}/${PF}
src_unpack() {
unpack $A
}

@ -3,7 +3,7 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..12} )
SRC_URI="https://git.calculate-linux.org/calculate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

@ -1,74 +1,23 @@
DIST calculate-builder-3.7.1.6.tar.bz2 42841 BLAKE2B fbe88aa1cd1e3de59a108529ce6a13eae129663a8f4c928840b82043132a98d75e60b3e9a9726fc91765cb1d22322d81e570b88cddcc80a02b97c099c893a8f5 SHA512 8603ff983abfdd0d8ed46dd47ee43650044d9a63beecc334f0e39cbe19f44999adde0e948a4c6122c8fb6b6210969f36add55e5df2fef831fd6f5884ee302a69
DIST calculate-builder-3.7.2.11.tar.bz2 43173 BLAKE2B 91414c19cc6ad5b2f00e08a4dbf53ae0c9400ec9803d459fcf0c139faadc40f3193984570b229f02ecc293d3bc75016b4a67a3151e4655a7ce5485e6d2455176 SHA512 ce111c1ae41a60cccdde39bd0231cb2b581fa32101cbd0bd842f5d4d6c7913ede008d0629438ff162487c5511ac3fcc0c2475e33b666eb6d37273753a5d23091
DIST calculate-builder-3.7.2.12.tar.bz2 43274 BLAKE2B 7658e58bc634699dcb3f5d4835604c698fa33d5b6bc66feced669778aae15e0e53ecb32fa576fca699f35432de1c104894b0aa3f664ffba3efbcfbc857602738 SHA512 db5a90fd8372ebcddce560d8e3b565777c97f6ef0c7dda94ff9d057f71052151c0c75e36f60bd33df7ee219b517cade62621eef4575e8b46f7d0dac1083ba936
DIST calculate-builder-3.7.2.50.tar.bz2 43514 BLAKE2B 67d219db35d4be76bfd5e61af79444b8215f4aaa50014d90ac17c4da2c860ac5396aac49ff6bc27a655f8d535d3f2ad0162fd49c52d14423336e2d36d18727f4 SHA512 a78f5ff82f10100478f2ba8172490d5eb8c659c4a7d527253b20650bed7ce1f9d464fa74819e6bbc4d22a3f05fe2188aabfe220b8169d2e5ce9065881fb06271
DIST calculate-builder-3.7.2.7.tar.bz2 43165 BLAKE2B 353de7db604e8ec8c39bb294ac371c882a64b5041b6d1fc8e54c4fa75523a14daa29b2c21e84579aefe44b0726756186c25e036a5a4dc531cd1ec4a32444cf1e SHA512 d93a10d3bdd9a1e56d826ea948f2a34bf4d5005ad711a3d5032b4e51b155ad1d3a38e7274fe16f9bd7ad5717473caa7fc58c48f1bebe922aa4fcf3a49712ff8d
DIST calculate-builder-3.7.2.8.tar.bz2 43248 BLAKE2B e4ed42d3cc650af56bfbde3d0d00ca080f9b0cf1aa3d83bdf5b3809b008f71a53e31376405dd876799765fefa78fe3f7dc051559b8d77a58b223eab886ec052f SHA512 395b13c59797b1460f2eb2461788f2e1efd03eec499a0d9a3f2ee5638150e2fe70918b697d033e6cded0adbf28de4577b6ca8f9e6fdaccb497592689c2ac544e
DIST calculate-builder-3.7.2.9.tar.bz2 43220 BLAKE2B 3d9e72d73d36c2ad9c95a8fa972bccaf3403acd498ab29e3fe500c40b06d5937c47dd55210128ab07fbac63228ec418386a03787001e42e13ed0ff02c3aaefc8 SHA512 f3785c70666bb45ee0fef6a54ee5e47f263effce39235c56525d0289085b2fc9b6080acbc56be092f4ae4c6a2c60ac8722461c155473d9049658390c2c054f0a
DIST calculate-builder-3.7.3.3.tar.bz2 43601 BLAKE2B c0acb3bccdeb7f7a7f934c20e182b5b8eff8de2901cf6ac4fcd6f92c766ceb3ee2154a0fa0c29e913900a9b11833998c820d9fc8723673e3e098d456c03977eb SHA512 ab0a7d7be5f82ff3cda19afcb8df6b5336bb1e49d83425b95a101d9bc8ba270887c006cdcbfdc47da44837c517051fca9720a1a101470707a01d08905245fbdb
DIST calculate-builder-3.7.3.5.tar.bz2 43589 BLAKE2B decc204f5368a7ede2c52a0898d7d71edcc34d0b3efcdd05688fa16c7a9dba1cc0b8d4f4d0cc20db70c12365e47c10086a391c79bec8b3f95a619df4c5ee6f02 SHA512 12a378da6bcb4a3c03f4f67bb4623666267d21a7eb98c2e66fe1bd38e216edda796dffd112a17b71722f614e25ffdee1771f3fcf7f4a4b1eff87c97a593401ee
DIST calculate-builder-3.7.3.7.tar.bz2 43787 BLAKE2B 97d223e9f11abc4225700477abd7227fabc3d995281b0cc46c0bdbdba15fca59f9d8200b0c9456706ac436c7eb92a06400decc73e5ab0e27f74b6f4ff4653c2b SHA512 452661cf2ef6289be44f7d8ffd009672c590f638e18e191a63af7a7347e018fa0e755a43edf88ce02487d33672449b87863c307d14a85c4b24b0e661f56fafed
DIST calculate-client-3.7.1.2.tar.bz2 33285 BLAKE2B ba2240452a37a0c71bd6943ed00a7f4f161909815f4a3add100331115b9b2c8c232f138734d77db4ae6026f25c7201c77a2087e402dff97e89c090d7c6b5db6f SHA512 e1d5ae2d026079d54b230e080e060db907acc3a8e1f39d647f96d184c90493ad366972e32f3069e022972b18d3bfeb24313cda90afa8da53522610afa823b650
DIST calculate-client-3.7.2.3.tar.bz2 33323 BLAKE2B dcfcfa2e16ad48003d459f2294805b941ca41d13018440bcd35f253ddf2dd9184bc60b7cc107cc2548a344c8f48c86f7bbd2b789d0993ce8b255e9116eff6eac SHA512 1c2ede5af6ec492ef45b5d3072515a3dd81248f63aea291ac16277cbd0468284bdb445e0938b97ef253c5d491e586c6312dcb4d15a59f27039bfa05ba821e645
DIST calculate-client-3.7.2.4.tar.bz2 33347 BLAKE2B 00d37d4c92d6345130f891294f2eb34159af5e40ee78eeb28437beb938d38ab885d4c6e0c50012199017e2dd366450188e534c371251c6dd21303a4fa25eb668 SHA512 90dead6eb8f6dcac56855b158f1f72b4eb8aba90f63de770b60d54132667ad9a4090fe5a693ec3b13f32c5514d247b61484501d965b4b349772d5f1d736ea964
DIST calculate-client-3.7.2.5.tar.bz2 33359 BLAKE2B 701b77cb7c03296411702224df8bbf513779da73d94a3b905adc1ce3b6555e680cfa628d2ced07dfe66020aee1daaa962ecd996ad48fbfb5cfbf7c07987badf9 SHA512 5b48efd8ba0c2001e2f24511a2a1c9eb7939c37c6e0fd1d626af77ba967942ead5502de6e9aee0fa33726720c4d52894fcd72127933b228a520d274bc2fed2d4
DIST calculate-client-3.7.2.6.tar.bz2 33514 BLAKE2B 95367618dd6d252d5922142185a93958ea929d251e2c9bce15969fbb2203d3644fb22dc99ce95f4f239ee5567ad000275eecd66f56b338acb97944e7ff95a2c5 SHA512 2714f75f7ec744211964bf21767f7040171173f358913cbcde59be4e73af6309d74d12fa43f1a36ca0a33c4c1f5f110ae1f9b3137501c9d38aaf9092d78d8bba
DIST calculate-client-3.7.3.2.tar.bz2 33790 BLAKE2B 8abd87fa050abf5ef4db2eaf494a7bb6ba5ab0f884cda495ebd6050d4132bfb7841228ce45a9018d303b3d77ee4c7903e4dc12f75904057a0f28eb57654ff399 SHA512 cb9c330ef8aab001391d6544cc39da484889f1e675028171a68abb67da55f0e0629b17de6852df3d143a14978eba1e811eb8b5ebe69ff8496ab5018297243852
DIST calculate-client-3.7.3.3.tar.bz2 33782 BLAKE2B 01d8ceafbea40dbea7bb29acaab85b603109d741c63c1e173ec5ae1c96e781237275725451b3102e764b9c042e658046d94302a3269e7b334a52f83b6d43e72a SHA512 55ee5c3a7f1a4e82e47dfb437a5f001cda42486b1f812448b807ab514ac17a38ba6adf44c0d7a5d44b5ff82a6a5c43ff38de724bc61cdce908665863667d9519
DIST calculate-client-3.7.3.4.tar.bz2 33687 BLAKE2B 52baf162eca5ae024e51a28d55beca210b28404112717ed3d227184224af80dfdf23d2ae65a045367babd02c9cb1e5978baaf5941c2fb76904f087fa0017f89b SHA512 9fcaa3cf3e1f1af83026d10168d6921089fb77a1d8426a88ea2d18f7a1c61ba6fe5ec32cfc6bfff7e7d35067346a886fc2bdc09d8c2563c8ddbd9a7391ba920d
DIST calculate-console-3.7.1.2.tar.bz2 27071 BLAKE2B 13484fac5f8c944e50177246fcd157c54e880692b639ade5765a2d0144f8763507002d10f73749e4b408067937309be217215383c9b7016612552c36845bd547 SHA512 6c30ad0eafd72e4800712e69bb814d53723d3c5ff6639afe4e9be60b05bb33159f29bad8688743462c5678e63eb3d3f7fe71ae37702e5ddd2b149e3561899bfa
DIST calculate-console-3.7.2.2.tar.bz2 27063 BLAKE2B 90a182acca9e342bad9f61924df2dfdc9aa94053bb09459acacab7c884f67dcd4811b396f2a785d31b3f399e0db79fa39283b8599b2e3393bdcba189897459f9 SHA512 a9b9a01066b7f7406c355f9afc865cb5f433e65dda3d335bb8886c1f2f4cc2cd86709265cd4e260347d1aa1943f8c37e09afa9ad4da01e05019ac1ca8ff747a4
DIST calculate-console-3.7.2.tar.bz2 27089 BLAKE2B 45d238669deba3f81eb030b867cb1c177fd7e583b922221ebaee42f0d46c1c1a4b75986b984ca51d7ab138b60d558dded8d08ff9482227e715416c41fd722bb8 SHA512 9aaba6cac7c7a3ccc2fd712eb0fb62746a3ec4f79116b8f92d362d736ce3b3012e237e9b006a961bf0cf6b4fe9280dd2766b6de5bd28ad2d248c98a11a2812cb
DIST calculate-console-3.7.3.tar.bz2 27077 BLAKE2B 80e33ce38388ee5e034ca2512aaa300a79baaa98b5cc7bee56e72b596c4027bc7d0d617feb76a05be6a72c8d6e1193e48125251c651ebf4f5e67fa2580215fcc SHA512 71d41ecd70eec0b38f37c19062639e413aa27bf3f71a596fea423a61a9d5c866414941dfa575b7e36d37eef8d0f9839ed570e96fafacdad5e3aebc056e18b893
DIST calculate-console-gui-3.7.1.2.tar.bz2 420413 BLAKE2B 45f146df22c03f7c259837a877da3afcbb1c41ef72ea6313da1dde15357db0dacb7aec1d678e02cc2376c8f0da2f8a07a458890f2ddbae96975c052092400fd0 SHA512 deedd8352d6fa8064b93724a201c6955bb5d66110b059ec847c4d440e60d74d6cc0148d180304ba1e77561b3d055df915245c92d02d9ad233bdf8bd011b0ee78
DIST calculate-console-gui-3.7.2.1.tar.bz2 421080 BLAKE2B 30dcd00ef770e596e1fd6944655a664f5a621b0aa5038cc46fc1c90bc69ac435541a91254528692231fe3c937252f70128900313ce835cd842387fc021997e23 SHA512 40ad57c957400279e572d8064e0d6c674f1bd437ebaa6747c52a9c2e9d6ef639ac3851b3e184a4a7f4bd5b4ef6298519fef4dbec8661729ea006dcc3a72e1b8b
DIST calculate-console-gui-3.7.2.5.tar.bz2 420452 BLAKE2B cb2e745561767762a69288744b5841365760662a88ce270e6548ae98f12ce40c5ad3a3164b013ce786fe97e70ee9abb2c159c5881a246812e50090618474da22 SHA512 fcc2b77562697f2d2f28ba7d062155155ccec67a0b2151e166b8e294008d01d5f918c76278084560ecf095651f9cf74c58341225729ba80b293671ad85d8b86d
DIST calculate-console-gui-3.7.3.1.tar.bz2 420824 BLAKE2B acd04f97ca999447484202042f0490a3f727b0412fbfae45db969b2b840d847d86f969ad371f457acfdf899fdefb76b4acfb1dd2e5ac7d113b6a25b92d7ac914 SHA512 5c094db750cc519fcac3cc150e9cce7865d56597e7e61727806a6367ce15dc794d71f1c058525c71723b3d614cd9b6ccfab2a3f06ae64670978dddfdbff0b12f
DIST calculate-console-gui-3.7.3.tar.bz2 420857 BLAKE2B 3b37b206e54adebd7b505836c88b4314bb881cbf2ffdcc54c577dfd13d550850392ad2d39b359ac701d819378ae89e5d95481d6f80ade7daec63d668b8dbd5f3 SHA512 8cc50bd3a3242a1011f1fea4866d1c3e7db54d65f3a8ed91879380df451adf67246d489e2ca29c11ba7128a23741a4b1ae3951e44be7217ab12c66984cfb2d86
DIST calculate-core-3.7.1.5.tar.bz2 100664 BLAKE2B acfdfc4b7c714034cc80f9e1de13c05cc09f40ab82284b1961ffb00057db0603eaee545a9ffe2e8197d3dd2557cb4ff9d4c034275c018ded6de7504cb44926b7 SHA512 2a170b90af9a2800e2901886125550edb67aabae8c0d74dc148fe52e256cec0e309d4823c6793880ee69dcca2c8eca86283f5c96be9c01f6531a2a8ba8b1665e
DIST calculate-core-3.7.2.3.tar.bz2 100886 BLAKE2B d8c3d988e5cbc4fc8c96f08d592288dd9e262ca8ddf68bcae72b776b2bd0c093947c6947d5f2bbbf5675340e3561acf2c555c6f550fe6015637f3ca5dd5b418c SHA512 a3bf55c77265ea9e9d38ac57ecde16fdd897d8c2a05d8cdaabff404099fd207d9203ccb233adf403d3e97ee3025a3c4d8ce03f3a3515647324b1f508e9e6c0d2
DIST calculate-core-3.7.2.4.tar.bz2 100777 BLAKE2B 290528c62cf3b39607e46226777a2413e6a7eb1157f6f44ecce449d583a55d1dfa129471a957d7f4dac5e6b5fa29a6ec928b1d9cd4594572eadd69819b4c9ea9 SHA512 f9ef826668e186468929348885c1cec0fa53f32f24022696a6de04adf91ae0a828554cd0a8befe74e63663de7117efe5e628406ca3e46212c74eae6078e9465b
DIST calculate-core-3.7.2.7.tar.bz2 100913 BLAKE2B 3527a4c6f089f1ad4bed224751617d9274a973a42430eedac40dde6d9de52acdef3e852c5396ff59a13681af0f0563cdebc03302ebd1a49407a7b506cee3bc3c SHA512 ce83a8e7c8b4ddecb83542b223ca27d9dee217900344adc5325dc05925c23305ae07e5905dea43fbafe82eebeb5f3dfbd3954fe45cf110070db1e5094cb96413
DIST calculate-core-3.7.2.8.tar.bz2 100894 BLAKE2B de5156cdc97c15917d485c95929ee2dc357fef07ff72604cd757c2f81c0657c0218eca02ee20957ac4198543d0714a9019ab3f262307ec8eb17fa62ae66b11af SHA512 325f61be58964bb0ba6136577aab7dc2391de4c730283c2fb9f9d90709c9e9a349460716943e765ed36c87a205c911dbcd8bdbce55e1469d4370af65b633c557
DIST calculate-core-3.7.3.1.tar.bz2 100938 BLAKE2B fdf433a8167c87e7fcf6940269fa6799dfd899f97fff97550a58b8108ec14b27c4cebc5a6b9aacd00aa0ab33e79d20ca49ffd0d296d7e4a2d0f611af56d8de14 SHA512 879e497bafe8f4ffa0fc8212dcc52adf4941fbdada6040206e66c00e7973d399e507682d6c6b4dec307fa319f1a312a978790b32cb6c34b88cdd9923cfe94d9c
DIST calculate-core-3.7.3.tar.bz2 101003 BLAKE2B 9b7ed75ddff332d3f44b65845b84bbdddb6bfd0ccdc67d665e63da1449fe244dcee95a54cca021d4711200c8962bab38f79ae8dc5a66105c46c3088e82a3ebd8 SHA512 0449a37b2c540291c291b4b2cfb7da3de64fa79e664c1636e9d56c164184ef4f33a8a0fe0dc53ae88095f6e4e5dbed6bc44ea5130f83e4307fbd82b1350459af
DIST calculate-desktop-3.7.1.tar.bz2 20172 BLAKE2B 41b7c18be0fd9db497b4d3221430a9eb1f46fbbbd4563c8ef987d6d558afdfa7ccdbfc55ff7640d475059e6b04cab45be6846d936a57b358c515486f20cf7474 SHA512 6a1c2ad7974d3db9843da3be61f8d281417e99de0f8ef0ac8a52ea29183f1c770f53baa6130d14dd926a98508a1bdbd29d9f05b655ef0fed3127d5624a7c807c
DIST calculate-desktop-3.7.2.1.tar.bz2 20227 BLAKE2B c61cdd26e20d5f5467057e0cd854b7a2f2642eb557d3507d768aed0b86ea704ba6b27aa3e222f40716d840d7f987d260e50cc4686add6fee84589a699272c1d6 SHA512 73fb147f8ae7c054219520738d78a16edb9019a3a6db5d2cb4ec4587e037f0b1b0059c2094a551c20321f47659421b8388c3efce1701147e22a4e07009033308
DIST calculate-desktop-3.7.2.tar.bz2 20163 BLAKE2B b6ac2ff5cc7ab3ddd42613ec1fb7158981b43f30b2e642f6ce2ad6a70db076b4e1ed2bbc53e33c72adcdf0ff8e487e39a040f1a37555f7f1fc9a2ce216e50f0b SHA512 8875cdeaee44505197edabe12632d2edda7501ed574bc9614429a9c426e84ff9b3ec73234292a6c7810b3ab6e9a37188d1791079f8093f13ab07c8dad961b3af
DIST calculate-desktop-3.7.3.tar.bz2 20208 BLAKE2B bc8f90fa76f9e01cbbe9a0c1b460e1afe3420020f8a4691d2348d09669f16ed2ebb53634a6c06950afb0175a9563daf123474694c1bc4e3738982030e806d57e SHA512 1191f2825c56b313032626197441974d4417d6e17a76602f61f9d6bc85ca0c82f5a5ebd7268c1db3ff0e05b3c5b7d21fcd9bd5deae11e49e3eab4968de1b72b0
DIST calculate-i18n-3.7.1.1.tar.bz2 840537 BLAKE2B 503077cee4b2663aa310bfbcd40a5db1297502c4d30a1c0f7811b6d411a0a12d44567fec7fc1c8215ee3017f9733220b8d9150cc8468b3b8f7fd2140646e4399 SHA512 bbddc07c535b69957919d334ef69360ea7c5b7242d12a87b03d2df857c6dff134fa36650c28a880b043a46a65cd59411b07922590615406c8c133a557589d768
DIST calculate-i18n-3.7.2.10.tar.bz2 1080702 BLAKE2B 7c595b4773c3a970c0ad1bdebdfccdf510aed99c97b59f4e2e2cc512a5cbbb2b724b22a2b4ff4b21776b951f32a3f5492f50fb7cd4fb1248ba8dcf990fe9dfe6 SHA512 a9776bd6d97709fc415d7cfa448e1b9bf4de234eaa0cebc58aa6b7caf461064b704895357b6e184d36153d334b812be9889614261497ca33700703116ef2c067
DIST calculate-i18n-3.7.2.22.tar.bz2 1089636 BLAKE2B 596f844ac8a743cf9150301be062ba1032c49137ac1c92582b7027796271f85322457812aef326f1b3186acb1f1018c2c1568314aa9782dc35deb424b4a7677d SHA512 011723ed94c669b01d1d34966d2239b3536bcf514eece1833c504eb8df9ccfd049c892a0cdcb9573558132ddefbc11293d9c54840f6ac9aac80d94fcbab17207
DIST calculate-i18n-3.7.2.7.tar.bz2 902261 BLAKE2B 24b20233765945006d50e7451c8a18a7e97fcfd697a81bd0a8f58aa779ed47a293859bbce0a6cf15ead02e9973123340cc267f90bbc2c18c29b2dda6178b7942 SHA512 ef980a676adcfae0b06e404d3bfd8c11c502e9999104dc7dc86ab02280254324093804f0d273b476fa74a8ea0c296df72c27dd046564027bfa36010f8b574749
DIST calculate-i18n-3.7.3.1.tar.bz2 1090023 BLAKE2B ab7072c38a4869183d4b2e59af0b0cd8e2223d1ad697eb2c4945aeeedd95162b4cfbf90c7e1371b29c7fe1d3517809dd9b543e7b09e0aca4636e26f77adcda44 SHA512 671e27fca515d1e2a22c9fb47ae458b9937429a0e26a2e61ea60e0bde1f53857269598cd2b93890766c4d0650b52fc096f23527876a5be2e60b28fd0e630e3d5
DIST calculate-i18n-3.7.3.2.tar.bz2 1089431 BLAKE2B d0fa25e64cfeb9e8f71149f9021520de4482a435f1024eda80f1da2c31387b4ea71bb4ab845b2907f52d3a4d0f859fa219552122b27350f82acfb4bda31a084d SHA512 bd1f9eaba4ec3faca903bfee8d326fc47df88aca8d35496abd79a5c71a11568d8db1d620c0d10df356649e9938a9fbe3e9b10fed96cef60e73253889f732b2e0
DIST calculate-i18n-3.7.3.3.tar.bz2 1089994 BLAKE2B 70416c5cb4cb7432f7f111e553324b56ccd89bb9651d4aac941944d3e984e117198ce93dd5435a3ce1fa40f43febd3b92f92bde4de065775878b46a8ff4c875b SHA512 a4ec68825a70ee358d58951072fae825fa4a1d70f36c26d8301138ee586fe4d22368b2cfd55fcae45fa59f3f6055cc03bd340b809549f61179ef86f0037b999e
DIST calculate-i18n-3.7.3.5.tar.bz2 1089964 BLAKE2B b41a5395d15dfabd707930b3eb96918c5967b0615fb970531ccc2ff2afc56c9f5b821aac2d859afb249c97d2a087057f5e0cf92ddea37ed9b68f005a66d33efe SHA512 031c8223c231712e6453d3251e7491cbc6f10e7fbe2d885a475fad40d7795a4beb9ce2dd275734713a898fd87b396f40e0cf234178711f02ba1c42d7fff09546
DIST calculate-install-3.7.1.10.tar.bz2 86425 BLAKE2B e7345d21d9635eefa45e2b6c44a0169565e8ff6d206dd43c68038a4a33069770de15f6196305876a9b82213f566a51b754371c50eccb30afb9c446c49a6320f8 SHA512 a734521ab7195fee3f53190023a0e8cf0178a2184157a7db0c2b33bf06b43817506541ef6c2db498e9224745dde2f110ab5aa0a33eeb4e2b19c071d42a251b81
DIST calculate-install-3.7.2.12.tar.bz2 86601 BLAKE2B f2614bb28c70a862efb9012dfd7265a7cdfe259376811dc8bc5bbe90f44f6399ce9a7a3c207c9e0f687a1d89c7cf85725be1571867141a12a78476b92c4d8b15 SHA512 9d3231094e8ba5ae392077183bef6cd64648d2f6897101917f64a007939e3c7fc1898b3dc13b5ef19926761cc9e4b90beb5ae214afe8efa53151c16c2eef8cfd
DIST calculate-install-3.7.2.14.tar.bz2 86723 BLAKE2B 61625a658f7eef163bbc27cb9427b13ae0e3b11ba826bae3cbdb75959c79162ad1a203d7ddfcfc8901b0f142c7b5f63da98c791318642c052bc297bcf60a74f1 SHA512 b560da6548b0a7da123bc8361ced4408d4d6cd9753c4ad37a8381574c54b3251587fb6965ca193d98eb7bfb85a2b2a29caf5c741033e961d32bfee8741bd1de2
DIST calculate-install-3.7.2.19.tar.bz2 86738 BLAKE2B e8f99311f120b4bf8339c4d3046d6087cfeb314532d9981394d88582b1ce1462eea5215a5a628056e84f476e057052ebb3f551ddaf5995fda35a26d0838c284c SHA512 25a29bcc269cc241272ca63fc2e8034ba5adba430560d42aee4a1d0082d7b3a9ca0919d0c4e51147d38c38146d65b95c03408a6e1f95c60162007c088a038412
DIST calculate-install-3.7.2.6.tar.bz2 86466 BLAKE2B c83fd556a561bc2b4509f41c1bc10474f5be639830dd08356214658042003fdb8b2e83e1e3c84cf5f3662d8a02a46dd00a725f5adc8b96595d19b9f0f8695efc SHA512 cf93ba02bf3124d15053fb3df16bd81400331351dee024e0be37b6778d9c8a567b9cc4157adf442936b6de62283790aebf75990a22f7c1105e28af902192ed4d
DIST calculate-install-3.7.2.9.tar.bz2 86553 BLAKE2B de4a4a88ca4aed8afbce103e862beb2e9e83af9f3f79f5806cbac1f1e9b1c0899728d8c20e1f92721f883d9b5ec0b85d95981ce2b554856182f46dd78954bfae SHA512 96ad6ed2e05b4c0fee7732fc26a29bc1608c18f6b0e8973490d0e7525b142b32cf9f96548bd302b56bf3d45b0e90fbc2f5dfbb272d4cd962daf56cc90a8c6c64
DIST calculate-install-3.7.3.1.tar.bz2 86796 BLAKE2B dde3014bca2e7f21ebd43db4cdc839083aa45d70174ee540dae224f6ef0280035e3c5352e9bb72f6e5e7d82c439abacadf8a6b5e9d40ab1622c31cb5e986fc73 SHA512 e332f225913ed6f45172e0eaba44d304de911d772ab5afc1e570c785d768334ece0e46cb8407c98d5641b52150924f4cc523934e947419f84a26800612f76f50
DIST calculate-install-3.7.3.2.tar.bz2 86995 BLAKE2B 7572148be6435e3239b2bccf448bcb4a3137bf8149ee40b4aaf64371f082f65116330e3fdb2bcfdeafc1c9f6dd37adf98388e5abe0c497d9d0ae3385083c3016 SHA512 9fb1527ec1bd74fb4d3e3a53b561dd8bd730439a435b931884b784ecb426b791fae650a53d4d359b0a539cca4f89bde9ffadb1053746983ffb3b56b1ad54e1fa
DIST calculate-install-3.7.3.7.tar.bz2 86813 BLAKE2B 985fcf0192d9fe69dd681cdf41f52889f5ae24cdb6074220443e3252aff4a878edd93292485254045a60ccfeeaa9260a9c67be1eb4b046ca4869e6a71880c185 SHA512 0e152163d412d1671d457617cfc90ca21f9f6c146cb775823f24f39168dd79bc3baf1b3bca53fbf14a63da861d6b30ca3da737aba9de597611eab707171d1ada
DIST calculate-install-3.7.3.8.tar.bz2 86725 BLAKE2B 346bed9d46b33283f78dc61fcb108ab3b807fb683b246683fdbe94251173afcce48c3bc12d1725dce8fce37f4e7f9a375b5659615d7dfde0cbaec9f714411224 SHA512 ff09ceed43e32a9418074519fb0a456fe42caa7021135eee4610fbb353aab51e6c20340fb920ee2192bbda26a31104e4ac2ea26a6ce2039ff95d4e307dc7ab19
DIST calculate-lib-3.7.1.23.tar.bz2 1222579 BLAKE2B aecf182b214f18dc9d857a16aad890e69f5ff2b64eb385bfbe5dc1155b6c4a9536380141de6b00efd9ca3bf90be72cfc80d2dec040638bb657ee5830c8983880 SHA512 d944c6d10b85d5954b6893804dc6bf60b058d3a9dab11024e4934b0589a56667f4b49fc4064cf38e3e81b25a9d63c642de436da528f6cbc8cd116d3016bb9365
DIST calculate-lib-3.7.2.14.tar.bz2 1223386 BLAKE2B 4bb0ad059b23397a3b82fe688b793fd01d2690366b1ba5334e736223a03205117c5e9273b66e749d1281bbf01e17833c3db4932df408baf0155ccbc187004aa3 SHA512 cd0bbb6cd3f12dcc2771edfc2c840d06592cb466d8fe20fa4f93a96226acac181a7d788a392a70c3ee14fdc3734f1e512dd78af26211816dc8cb305831b9160d
DIST calculate-lib-3.7.2.22.tar.bz2 1223504 BLAKE2B c008fb07bd1ac2df4c0b3501f60052260ae1b1b6c51e1d8f819765ea42c9e75074d602c9692c0b1d641ca1575b0d7432dd27959e09d813fa1d62e86a1b25a76f SHA512 a00ed335f8629a7938c50fa2293f03ad25fbc6957dab11154db584397c9ce19b6bc46f4cca05e28111a1421ba2c37c25d89369aecb01bff7d22ced231ceba70e
DIST calculate-lib-3.7.2.30.tar.bz2 1224168 BLAKE2B 2817e20f04d61c696c1d18733d9abb47ce22b5c39529d1eb42736c0fe34274b2d88c8566aade4daecc936002b717d52cc428d44fe14ec604ab866514985364be SHA512 01b2c4bb6fd109ac854731af4077e199280a4114144b737da5b446643b8341e41d58811afbe945f7a121d304cc8665d6b1ded4ca65f1adfcf962003723d310a4
DIST calculate-lib-3.7.2.34.tar.bz2 1223341 BLAKE2B cba35ee26909317906bc74a3070b57ff40884d64e38b2442b10cfe4d1c4f773873091ba7977a1b35ff7fb61925242ef0794301e70ca71fda7da6c8ab4b57aeba SHA512 6639622b9b50523e1edd68e2f39256b74c6622954262ee38ab3adc5a2cdd91c8ad007a3a46013f3118676592a0dacb4d49312a2be02b6db340f4d73321f11a07
DIST calculate-lib-3.7.2.38.tar.bz2 1224794 BLAKE2B 114ef570ebb17839b980a082381ee3d902b8759ca70b5dccb0033a0152cd7fce0062217b4431a6de58df62834e0556eb1553fb71ae9b47d61e4e00b65fbafead SHA512 0da6ebbb7be454116b14c6c57773df33925a37dbe2ddf8a79d2395b82a75e7af14c84d0e0432330e0dbb6fe94d520ac4ea39638fe4457d63df32fe61f361133a
DIST calculate-lib-3.7.3.1.tar.bz2 1224155 BLAKE2B e564f91e01a186efe08c8ec5e8f5f0277f13c16f8e5518ce719cca99943e4e02fea51f51e89d5ea02bd06607e9b347fb13d2c0ca9a7e7e8239c5546ec0ac95e9 SHA512 69b7c66ce161e319e238185e2e7dead48777ab9bda3f48f9efad28fd5c07f1e23ebd999cc49220f19b8aceaf655754345c572accd2295e861718e5493bb5340f
DIST calculate-lib-3.7.3.10.tar.bz2 1224832 BLAKE2B 52dd07c044f954dbf4b85ce89027696f16073cb5ead3c978031d59e3a895cf97189cb2d6f208e4661ca17be919176c0a0d3b6e9a015392fb124996c46b1c4db7 SHA512 d8d0fa15e33108437be61fbce62745e2eba7a76775c0cd01b54313288d87e59a68d2f189f5601073599596a8dfb59dd2853aa516dde463e0720abe61c546efe2
DIST calculate-lib-3.7.3.17.tar.bz2 1224983 BLAKE2B 2ba63169e298d1b98a47feb083afe3c995ef247307200580bb5170b56ae334bc1225e7819ef66316181a1adf3c8e06e486b20091e515d4a9fba1e0d1faa9b4b8 SHA512 d301b2d8536c956b7053af0a6aba01dd8bed1effdc22c6ac7df142e55edb0ba8595d474fa21d98e5bcae904fb3b4c2aa2ae15f421344c92f7cc7959d6b00d261
DIST calculate-lib-3.7.3.18.tar.bz2 1225609 BLAKE2B 8a33a451f3f681d86c68396cc9c19d4c6d9d292566009f5e0102ed477a59f9c198573386f08c6754d85e1568eed1cc610c6b9b8538c51157a3dfc9769a4f2765 SHA512 ea52aeb2aecca25adebe1ec09665a0f71e4081a0aafe8498faafccd3fa23ab047190881ce8cd02b0839e30117f4dd4e122f7e76ef21c95a753c0120e197cbf29
DIST calculate-update-3.7.1.8.tar.bz2 38954 BLAKE2B 752ff70368b6ef08c41bd150bf017531bdbd83ecdbb948dca1175acc855e68b6ace983ed716ae6bd56296a3f3515dce6b5e85b8400309d74c6921dbb530a41fe SHA512 6b0c396a39c8dd26d895c8e560a2c92291a66136b4f9f832ec8cfb93b6dd11ba1eb5beff00ed62d093702b3e5d49c491094a708391adb85f9adf897e34f84a4b
DIST calculate-update-3.7.2.20.tar.bz2 41093 BLAKE2B 3c90e0cda7dec98ccd0b2baa130a84e8398b7da0167e5b02f167e93b544fb80fd0b32b665c12a1d87af8a1f076b520de95267b3e1dd1e70de4bffd54ea1bfcb8 SHA512 624286962f0e7129102bd3653b7a9acef9e8a74e76ae7efad8ac21f54ed2f0bd3fc64464dff0b68f74d6a94bc5cf84429fee5ca0f81e8797cfb8dea17b7ef544
DIST calculate-update-3.7.2.23.tar.bz2 41127 BLAKE2B c626999c500c47883a2bc37ad9b45e57cf86b0f6d620442159f6bbfab651edd87e19e03c7e3dd65151c79aa498ae5dec85c050533798af69b7dee67007b0aaa2 SHA512 63ba248333a8cad996069f836e3227ee1bc960c5dfa5e7cd43b731f770fa9e3b6c492275fca4191ceb6d26c2f1b45f9a9c189801ba82415bedd829772d09b166
DIST calculate-update-3.7.2.26.tar.bz2 41161 BLAKE2B 37cc9275cb4493c31ef856f56f09ab189a84a9f1aa0f0e78fc2e9a9e5995d9de46acab01bfde694641f2c71a754cd34455f4aa6a25742d2345f2d9cdbb218292 SHA512 d5c29ed67583fc1b93853be050a7574da47d901c8b73c3d563622141f215153f27221d4362e35348bd6393f5203cbb4f98da6a65884366201fc3a709c4f462e9
DIST calculate-update-3.7.2.28.tar.bz2 41157 BLAKE2B b3bdfe4855bd4d5861f0dc901a3ec4d7bd638b97d9b9d2574b934cfb1007cc95e8c90b5adcaa6d32ff383bcb14e192fb965a30ae374af2282011e889af395d8a SHA512 cfc65bff26f21564d8f2f37006cae5944fb83783fc32e878c17e724267fb0f6e100a6f472ac18a12dcc912be73776e58b4cfe67cb8a5d36695cfd5c9026d467a
DIST calculate-update-3.7.2.71.tar.bz2 43372 BLAKE2B 035fd808d98712425091975b491510084f3f9eec182628b3d8c87faf1e2d3acec6016340efecb1c9461bb371daadf51bfa3b2862cf7d676e8e4bdbc69104417d SHA512 fb250877987a03914b3cbeb7dc4e60da0356c299e3bf8b7e62bb10258fafca7581f35a8054a4acb172f7c227d8761f1fa2c208bf472b390c48452ed6abe11ef8
DIST calculate-update-3.7.3.5.tar.bz2 43403 BLAKE2B 9b0aea2afc86bac065244e7838e6c3398a0d035dc12ebe17171d9d21d71d9c24871c5f7d43d550f4da14f1097d88069be6c5f691d0ffb6131a320e253d949440 SHA512 f0ce148131acdd474815f08dee253e8a86785012c4e0c40a03f693be0971b75c88e5b7c299e91e8344ebe6e7446a9486a0634e96b6d0c7b48ce1bb0ce0d02196
DIST calculate-update-3.7.3.8.tar.bz2 43456 BLAKE2B 93b9358aae807b15ca368edf2f6aa9e39d0ba592a8d5801e3e171c59b311f69db080dac451c7f2b238155cde776d3ec6f2a364744a94b9a9e4daca29f83904b9 SHA512 30856fa79f61a379180d436d98c186b1a56638cf8e62740a613625d2a993df92a869545a81e7c8f13ff5744b3368f27de0fccb3089199b04a9a6b68ecc78db3f

@ -1,27 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_10)
declare -A CALCULATE_MODULES=(
["lib"]="3.7.1.23"
["install"]="3.7.1.10"
["core"]="3.7.1.5"
["i18n"]="3.7.1.1"
["client"]="3.7.1.2"
["console"]="3.7.1.2"
["console-gui"]="3.7.1.2"
["update"]="3.7.1.8"
["builder"]="3.7.1.6"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,26 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_10)
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.14"
["install"]="3.7.2.6"
["core"]="3.7.2.3"
["i18n"]="3.7.2.7"
["client"]="3.7.2.3"
["console-gui"]="3.7.2.1"
["update"]="3.7.2.20"
["builder"]="3.7.2.7"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,27 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_10)
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.14"
["install"]="3.7.2.9"
["core"]="3.7.2.3"
["i18n"]="3.7.2.10"
["client"]="3.7.2.3"
["console"]="3.7.2.2"
["console-gui"]="3.7.2.1"
["update"]="3.7.2.23"
["builder"]="3.7.2.7"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,28 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_10)
UTILS_PV="3.7.2.1"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.22"
["install"]="3.7.2.12"
["core"]="3.7.2.4"
["i18n"]="3.7.2.10"
["client"]="3.7.2.4"
["console"]="3.7.2.2"
["update"]="3.7.2.26"
["builder"]="3.7.2.8"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,29 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.2.1"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.30"
["install"]="3.7.2.14"
["core"]="3.7.2.7"
["i18n"]="3.7.2.10"
["client"]="3.7.2.4"
["console"]="3.7.2.2"
["console-gui"]="3.7.2.5"
["update"]="3.7.2.28"
["builder"]="3.7.2.11"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,28 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_10)
UTILS_PV="3.7.2.1"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.22"
["install"]="3.7.2.12"
["core"]="3.7.2.4"
["i18n"]="3.7.2.10"
["client"]="3.7.2.4"
["console"]="3.7.2.2"
["update"]="3.7.2.26"
["builder"]="3.7.2.9"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,29 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.2.1"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.34"
["install"]="3.7.2.14"
["core"]="3.7.2.7"
["i18n"]="3.7.2.10"
["client"]="3.7.2.4"
["console"]="3.7.2.2"
["console-gui"]="3.7.2.5"
["update"]="3.7.2.28"
["builder"]="3.7.2.12"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,29 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.2.1"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.34"
["install"]="3.7.2.14"
["core"]="3.7.2.7"
["i18n"]="3.7.2.10"
["client"]="3.7.2.5"
["console"]="3.7.2.2"
["console-gui"]="3.7.2.5"
["update"]="3.7.2.28"
["builder"]="3.7.2.12"
)
inherit calculate-utils-r15
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,31 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.2.1"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.2.38"
["install"]="3.7.2.19"
["core"]="3.7.2.8"
["i18n"]="3.7.2.22"
["client"]="3.7.2.6"
["console"]="3.7.2.2"
["console-gui"]="3.7.2.5"
["update"]="3.7.2.71"
["builder"]="3.7.2.50"
)
inherit calculate-utils-r16
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -1,30 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.3.1"
["install"]="3.7.3.1"
["core"]="3.7.3"
["i18n"]="3.7.3.1"
["client"]="3.7.3.2"
["console"]="3.7.3"
["console-gui"]="3.7.3"
["update"]="3.7.3.5"
["builder"]="3.7.3.3"
)
inherit calculate-utils-r16
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -3,7 +3,6 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"

@ -1,30 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"
declare -A CALCULATE_MODULES=(
["lib"]="3.7.3.1"
["install"]="3.7.3.2"
["core"]="3.7.3"
["i18n"]="3.7.3.2"
["client"]="3.7.3.2"
["console"]="3.7.3"
["console-gui"]="3.7.3"
["update"]="3.7.3.5"
["builder"]="3.7.3.5"
)
inherit calculate-utils-r16
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"

@ -3,7 +3,6 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"

@ -3,7 +3,6 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"

@ -3,7 +3,6 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"

@ -3,7 +3,6 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_9)
UTILS_PV="3.7.3"

@ -3,9 +3,8 @@
# $Header: $
EAPI="7"
PYTHON_COMPAT=(python3_10)
inherit calculate-utils-r15 git-r3
inherit calculate-utils-r16 git-r3
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="https://www.calculate-linux.org/main/en/calculate_utilities"

Loading…
Cancel
Save