Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
Date: Fri, 24 Jun 2022 13:04:04
Message-Id: 1656075670.ebb7d2a856ea10d9fe3cbc78ff66a899f7fe868b.andrewammerlaan@gentoo
1 commit: ebb7d2a856ea10d9fe3cbc78ff66a899f7fe868b
2 Author: Gavin Howard <gavin <AT> yzena <DOT> com>
3 AuthorDate: Fri Jun 24 04:08:41 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 13:01:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb7d2a8
7
8 sci-calculators/bc-gh: remove old versions
9
10 Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
13 Closes: https://github.com/gentoo/gentoo/pull/26023
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
15
16 sci-calculators/bc-gh/Manifest | 2 --
17 sci-calculators/bc-gh/bc-gh-5.1.1.ebuild | 18 ------------------
18 sci-calculators/bc-gh/bc-gh-5.2.0.ebuild | 18 ------------------
19 3 files changed, 38 deletions(-)
20
21 diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
22 index 5683211671eb..6d2e5e3c1ed1 100644
23 --- a/sci-calculators/bc-gh/Manifest
24 +++ b/sci-calculators/bc-gh/Manifest
25 @@ -1,4 +1,2 @@
26 -DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69
27 -DIST bc-5.2.0.tar.xz 435820 BLAKE2B babcd26a69b845fa1f50b0f65dc536bdcd7603102224379387e6dc60aaf94faebc30088d429206100e053cfa34945117b090cd75c7d0dcf377467204572b9358 SHA512 f5fcaef5a963baa344972432e20c9747cba7b08b2dd7beac5c783da250abcde37cf85c23bfb3273432c31b292c9c470c836daf990c69f83bd6c7e565a46859e2
28 DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56
29 DIST bc-5.3.3.tar.xz 444552 BLAKE2B b5fd2b1d7fc36505209a6aac89f44b784ce52e0d955b48bbb818462aef022f7e85332d5526ab9ca405a44fcf6089a9edbd3dcdb70a5624a25ebe052bfd007f95 SHA512 94f7c35761211b4909f4bc5a2c19e7cd6589f7b6c2fa6eaf0a889d682ffd3f3ba79b3580d9e2aa4bef32b4c7874d047d0fba4e7dace05d63c87f884afbe8020f
30
31 diff --git a/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild
32 deleted file mode 100644
33 index 47aaece3ed37..000000000000
34 --- a/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild
35 +++ /dev/null
36 @@ -1,18 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -DESCRIPTION="Implementation of POSIX bc with GNU extensions"
43 -HOMEPAGE="https://git.yzena.com/gavin/bc"
44 -SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
45 -
46 -LICENSE="BSD-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -
50 -S="${WORKDIR}/bc-${PV}"
51 -
52 -src_configure() {
53 - EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl -sbc.banner -sdc.tty_mode || die
54 -}
55
56 diff --git a/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild b/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild
57 deleted file mode 100644
58 index 47aaece3ed37..000000000000
59 --- a/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild
60 +++ /dev/null
61 @@ -1,18 +0,0 @@
62 -# Copyright 1999-2021 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=7
66 -
67 -DESCRIPTION="Implementation of POSIX bc with GNU extensions"
68 -HOMEPAGE="https://git.yzena.com/gavin/bc"
69 -SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
70 -
71 -LICENSE="BSD-2"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~arm64 ~x86"
74 -
75 -S="${WORKDIR}/bc-${PV}"
76 -
77 -src_configure() {
78 - EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl -sbc.banner -sdc.tty_mode || die
79 -}