summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstriker.sh <strikersh@disroot.org>2021-04-19 11:56:06 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-05-04 16:28:20 +0300
commite0c6b6e000fbdd9b0f648c13983ed73d32a5b807 (patch)
treea5adea32e0e9959bc38191de9559961446632385
parentapp-emulation/genymotion-bin: removed old (diff)
downloadgentoo-e0c6b6e000fbdd9b0f648c13983ed73d32a5b807.tar.gz
gentoo-e0c6b6e000fbdd9b0f648c13983ed73d32a5b807.tar.bz2
gentoo-e0c6b6e000fbdd9b0f648c13983ed73d32a5b807.zip
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@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/20453 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sci-calculators/bc-gh/Manifest1
-rw-r--r--sci-calculators/bc-gh/bc-gh-4.0.0.ebuild18
-rw-r--r--sci-calculators/bc-gh/metadata.xml4
3 files changed, 21 insertions, 2 deletions
diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index dd51b7f5cbf5..c4239b8bae0d 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 000000000000..d44ebce73e55
--- /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 696a84148f45..365ebff4915a 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>gavin@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