From 59cd2718da60a844112592d1c2018dc930230df2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Apr 2023 11:08:30 +0300 Subject: [PATCH] =?UTF-8?q?Fix:=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BD=D0=BE=20=D0=B8=D0=BC=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE=D0=B9=20cl=5Fu?= =?UTF-8?q?pdate=5Fbinhost=5Fset=20=D0=B4=D0=BB=D1=8F=20cl-builder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../calculate-utils-3.7.3.2-r16.ebuild | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sys-apps/calculate-utils/calculate-utils-3.7.3.2-r16.ebuild diff --git a/sys-apps/calculate-utils/calculate-utils-3.7.3.2-r16.ebuild b/sys-apps/calculate-utils/calculate-utils-3.7.3.2-r16.ebuild new file mode 100644 index 000000000..f0263a648 --- /dev/null +++ b/sys-apps/calculate-utils/calculate-utils-3.7.3.2-r16.ebuild @@ -0,0 +1,30 @@ +# 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.10" + ["install"]="3.7.3.7" + ["core"]="3.7.3.1" + ["i18n"]="3.7.3.3" + ["client"]="3.7.3.3" + ["console"]="3.7.3" + ["console-gui"]="3.7.3" + ["update"]="3.7.3.8" + ["builder"]="3.7.3.7" +) + +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" +