Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
Date: Wed, 28 Dec 2022 00:33:07
Message-Id: 1672187537.a0f9aaa6dc5f3b66f3b555c1985dfc7da79cbd30.sam@gentoo
1 commit: a0f9aaa6dc5f3b66f3b555c1985dfc7da79cbd30
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 27 23:52:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 00:32:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f9aaa6
7
8 sci-calculators/bc-gh: drop 5.2.1, 5.3.3
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-calculators/bc-gh/Manifest | 2 --
13 sci-calculators/bc-gh/bc-gh-5.2.1.ebuild | 18 ------------------
14 sci-calculators/bc-gh/bc-gh-5.3.3.ebuild | 18 ------------------
15 3 files changed, 38 deletions(-)
16
17 diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
18 index 3a3a27daea39..3c55a944627a 100644
19 --- a/sci-calculators/bc-gh/Manifest
20 +++ b/sci-calculators/bc-gh/Manifest
21 @@ -1,3 +1 @@
22 -DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56
23 -DIST bc-5.3.3.tar.xz 444552 BLAKE2B b5fd2b1d7fc36505209a6aac89f44b784ce52e0d955b48bbb818462aef022f7e85332d5526ab9ca405a44fcf6089a9edbd3dcdb70a5624a25ebe052bfd007f95 SHA512 94f7c35761211b4909f4bc5a2c19e7cd6589f7b6c2fa6eaf0a889d682ffd3f3ba79b3580d9e2aa4bef32b4c7874d047d0fba4e7dace05d63c87f884afbe8020f
24 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
25
26 diff --git a/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild b/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild
27 deleted file mode 100644
28 index 47aaece3ed37..000000000000
29 --- a/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Implementation of POSIX bc with GNU extensions"
38 -HOMEPAGE="https://git.yzena.com/gavin/bc"
39 -SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
40 -
41 -LICENSE="BSD-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~arm64 ~x86"
44 -
45 -S="${WORKDIR}/bc-${PV}"
46 -
47 -src_configure() {
48 - EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl -sbc.banner -sdc.tty_mode || die
49 -}
50
51 diff --git a/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild b/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild
52 deleted file mode 100644
53 index 24dbaeb6c44c..000000000000
54 --- a/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild
55 +++ /dev/null
56 @@ -1,18 +0,0 @@
57 -# Copyright 1999-2022 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=8
61 -
62 -DESCRIPTION="Implementation of POSIX bc with GNU extensions"
63 -HOMEPAGE="https://git.yzena.com/gavin/bc"
64 -SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
65 -
66 -LICENSE="BSD-2"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~arm64 ~x86"
69 -
70 -S="${WORKDIR}/bc-${PV}"
71 -
72 -src_configure() {
73 - EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl -sbc.banner -sdc.tty_mode || die
74 -}