commit:     e0c6b6e000fbdd9b0f648c13983ed73d32a5b807
Author:     striker.sh <strikersh <AT> disroot <DOT> org>
AuthorDate: Mon Apr 19 09:56:06 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May  4 13:28:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c6b6e0

sci-calculators/bc-gh: bump to 4.0.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jules de Sartiges <desartij <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20453
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-4.0.0.ebuild | 18 ++++++++++++++++++
 sci-calculators/bc-gh/metadata.xml       |  4 ++--
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index dd51b7f5cbf..c4239b8bae0 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-3.3.3.tar.xz 229688 BLAKE2B 
7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20
 SHA512 
dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde
 DIST bc-3.3.4.tar.xz 230264 BLAKE2B 
38a6689a76c30127d5e27004c424cf4f9d1922129ab5235ab72f62f63f319e6b7d64c27a5f7a3ecd4a44001bb6eaa3990f5d0134548008233e7f28ae297f8fcd
 SHA512 
212b36a3fafbda28c6416d29e2d9e49272c42d95dcdc3bbbb3691e4686ca3f0a9fec883a099d059c5bd21a9b08bf5b2eff01169de20df9777c2fce66a8cda783
+DIST bc-4.0.0.tar.xz 235496 BLAKE2B 
434fa63f51646270ea9c0d7d31ef82df51539095fa53277df6e63fe5677e19f2c236dbdb88974906e2f63768e23c411c1bf5677e126fd21a6994912c40ef772e
 SHA512 
e25f4377df81c14f7036fdcbcd503a10ebb4e2663b182da78928aad871b22940c503d54f9a7942798d4e1f38e0487047f492348041a229f18e0fd0e45aab33b3

diff --git a/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild 
b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
new file mode 100644
index 00000000000..d44ebce73e5
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
@@ -0,0 +1,18 @@
+# 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/metadata.xml 
b/sci-calculators/bc-gh/metadata.xml
index 696a84148f4..365ebff4915 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -14,8 +14,8 @@
                        <name>Gavin D. Howard</name>
                        <email>ga...@yzena.com</email>
                </maintainer>
-               <bugs-to>https://github.com/gavinhoward/bc</bugs-to>
-               <doc>https://github.com/gavinhoward/bc/tree/master/manuals</doc>
+               <bugs-to>https://git.yzena.com/gavin/bc</bugs-to>
+               
<doc>https://git.yzena.com/gavin/bc/src/branch/master/manuals</doc>
        </upstream>
        <longdescription lang="en">
        An implementation of POSIX bc and Unix dc with GNU extensions and some 
of

Reply via email to