summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2020-05-13 08:36:05 -0600
committerJoonas Niilola <juippis@gentoo.org>2020-05-17 19:41:52 +0300
commit613d756b43cea8dbe3cde4a19ed9e7fe567d2434 (patch)
treeb1fd76fde22579cdf0ed46c2ea4e29eca6dedbd9 /sci-calculators
parentsci-calculators/bc-gh: bump to 2.7.2 (diff)
downloadgentoo-613d756b43cea8dbe3cde4a19ed9e7fe567d2434.tar.gz
gentoo-613d756b43cea8dbe3cde4a19ed9e7fe567d2434.tar.bz2
gentoo-613d756b43cea8dbe3cde4a19ed9e7fe567d2434.zip
sci-calculators/bc-gh: remove old versions
Signed-off-by: Gavin D. Howard <yzena.tech@gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/15672 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/bc-gh/Manifest4
-rw-r--r--sci-calculators/bc-gh/bc-gh-2.3.2.ebuild19
-rw-r--r--sci-calculators/bc-gh/bc-gh-2.5.3.ebuild19
-rw-r--r--sci-calculators/bc-gh/bc-gh-2.6.1.ebuild19
-rw-r--r--sci-calculators/bc-gh/bc-gh-2.7.0.ebuild19
5 files changed, 0 insertions, 80 deletions
diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 12a82e347244..e0c8d1088923 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,5 +1 @@
-DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8
-DIST bc-2.5.3.tar.xz 162784 BLAKE2B 02fc39a3569ca9bc45534a30bc6d991d1a5177cea56add88e6e0bff0a9f99d92813a1e2c14973c315f12e764c1715605deaafbf838263d7e29175a88a5e329ff SHA512 97c0722969c4f2fd907786e0a89f9b403662b1bcdd1aab59418ab3fe140c50584b45eb346008ad94916335418f08433d2634b52b94ae1d7463b665a746f1a608
-DIST bc-2.6.1.tar.xz 165812 BLAKE2B 5eb45f6cd6059f99550fc76d6b7e32e6ba4ce93f4ff87b789ca6fbc3e4cd9bab19866f317838694d2ca52f44ac26eca9630c25bde46aecfc256ebcd296a2d2f0 SHA512 f9dbc384272a2f570fa3e8d1c3c9d7063349979e8245846a086ade4bfc3b22216e7115e95aeb13b9473939fd174aa50ea9237f7417477fd9f24477fb1f1933da
-DIST bc-2.7.0.tar.xz 188752 BLAKE2B 9c2bacaf3b911714aae2213fe5038192408935c072393be782a43baf592efa0db905dc5c2e2cd1bd42e24b2511ba192eea27f3ec96f89ab16510453281b6484c SHA512 a8ceff6455fa62e6656d1bbc7aab14db5839e980feb33c0e8f9e877b82fa73492bd51e7e460b19d04a68c8bcd45a81995f2df2bdbe45b4d411d346400592ed81
DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
diff --git a/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild b/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
deleted file mode 100644
index ff0f2ac05028..000000000000
--- a/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}
diff --git a/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild b/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild
deleted file mode 100644
index 6109a61afb44..000000000000
--- a/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}
diff --git a/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild b/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild
deleted file mode 100644
index 6109a61afb44..000000000000
--- a/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}
diff --git a/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild b/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild
deleted file mode 100644
index 6109a61afb44..000000000000
--- a/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}