From d99b01de42050bf81c5222381b2104236774385e Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Tue, 9 Nov 2021 14:35:05 -0700 Subject: sci-calculators/bc-gh: Remove old versions Signed-off-by: Gavin Howard Signed-off-by: Ionen Wolkens --- sci-calculators/bc-gh/Manifest | 2 -- sci-calculators/bc-gh/bc-gh-4.0.2.ebuild | 18 ------------------ sci-calculators/bc-gh/bc-gh-5.0.0.ebuild | 18 ------------------ 3 files changed, 38 deletions(-) delete mode 100644 sci-calculators/bc-gh/bc-gh-4.0.2.ebuild delete mode 100644 sci-calculators/bc-gh/bc-gh-5.0.0.ebuild (limited to 'sci-calculators') diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest index a380f5f0942a..badd6c04f5b1 100644 --- a/sci-calculators/bc-gh/Manifest +++ b/sci-calculators/bc-gh/Manifest @@ -1,3 +1 @@ -DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059 -DIST bc-5.0.0.tar.xz 429376 BLAKE2B 8e184270e18ccabe2c1b6b95df7110dfd29cb4357667380fb5d71991b98f78c48f49e0f9176df89e058b00d2998a727ff95c166ce69085f17bb1914e957d870e SHA512 3ac4639922398e633aae3c3679ee3e53f3688da3992c55c120165b5718860f9857b7f46c43a9e18da0dd67ac92c8855f7449dfdfdfd11c419dc4ab6683550740 DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69 diff --git a/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild deleted file mode 100644 index d44ebce73e55..000000000000 --- a/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Implementation of POSIX bc with GNU extensions" -HOMEPAGE="https://git.yzena.com/gavin/bc" -SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -S="${WORKDIR}/bc-${PV}" - -src_configure() { - EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die -} diff --git a/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild deleted file mode 100644 index 47aaece3ed37..000000000000 --- a/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Implementation of POSIX bc with GNU extensions" -HOMEPAGE="https://git.yzena.com/gavin/bc" -SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -S="${WORKDIR}/bc-${PV}" - -src_configure() { - EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl -sbc.banner -sdc.tty_mode || die -} -- cgit v1.2.3-65-gdbad