Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
Date: Tue, 04 May 2021 13:30:23
Message-Id: 1620134900.e0c6b6e000fbdd9b0f648c13983ed73d32a5b807.juippis@gentoo
1 commit: e0c6b6e000fbdd9b0f648c13983ed73d32a5b807
2 Author: striker.sh <strikersh <AT> disroot <DOT> org>
3 AuthorDate: Mon Apr 19 09:56:06 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 13:28:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c6b6e0
7
8 sci-calculators/bc-gh: bump to 4.0.0
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Jules de Sartiges <desartij <AT> protonmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/20453
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sci-calculators/bc-gh/Manifest | 1 +
16 sci-calculators/bc-gh/bc-gh-4.0.0.ebuild | 18 ++++++++++++++++++
17 sci-calculators/bc-gh/metadata.xml | 4 ++--
18 3 files changed, 21 insertions(+), 2 deletions(-)
19
20 diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
21 index dd51b7f5cbf..c4239b8bae0 100644
22 --- a/sci-calculators/bc-gh/Manifest
23 +++ b/sci-calculators/bc-gh/Manifest
24 @@ -1,2 +1,3 @@
25 DIST bc-3.3.3.tar.xz 229688 BLAKE2B 7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20 SHA512 dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde
26 DIST bc-3.3.4.tar.xz 230264 BLAKE2B 38a6689a76c30127d5e27004c424cf4f9d1922129ab5235ab72f62f63f319e6b7d64c27a5f7a3ecd4a44001bb6eaa3990f5d0134548008233e7f28ae297f8fcd SHA512 212b36a3fafbda28c6416d29e2d9e49272c42d95dcdc3bbbb3691e4686ca3f0a9fec883a099d059c5bd21a9b08bf5b2eff01169de20df9777c2fce66a8cda783
27 +DIST bc-4.0.0.tar.xz 235496 BLAKE2B 434fa63f51646270ea9c0d7d31ef82df51539095fa53277df6e63fe5677e19f2c236dbdb88974906e2f63768e23c411c1bf5677e126fd21a6994912c40ef772e SHA512 e25f4377df81c14f7036fdcbcd503a10ebb4e2663b182da78928aad871b22940c503d54f9a7942798d4e1f38e0487047f492348041a229f18e0fd0e45aab33b3
28
29 diff --git a/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
30 new file mode 100644
31 index 00000000000..d44ebce73e5
32 --- /dev/null
33 +++ b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
34 @@ -0,0 +1,18 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +DESCRIPTION="Implementation of POSIX bc with GNU extensions"
41 +HOMEPAGE="https://git.yzena.com/gavin/bc"
42 +SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
43 +
44 +LICENSE="BSD-2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +
48 +S="${WORKDIR}/bc-${PV}"
49 +
50 +src_configure() {
51 + EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die
52 +}
53
54 diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
55 index 696a84148f4..365ebff4915 100644
56 --- a/sci-calculators/bc-gh/metadata.xml
57 +++ b/sci-calculators/bc-gh/metadata.xml
58 @@ -14,8 +14,8 @@
59 <name>Gavin D. Howard</name>
60 <email>gavin@×××××.com</email>
61 </maintainer>
62 - <bugs-to>https://github.com/gavinhoward/bc</bugs-to>
63 - <doc>https://github.com/gavinhoward/bc/tree/master/manuals</doc>
64 + <bugs-to>https://git.yzena.com/gavin/bc</bugs-to>
65 + <doc>https://git.yzena.com/gavin/bc/src/branch/master/manuals</doc>
66 </upstream>
67 <longdescription lang="en">
68 An implementation of POSIX bc and Unix dc with GNU extensions and some of