public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2019-11-28 16:34 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2019-11-28 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6673ddd8470562a41d2d86bce8335e005f80e4
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Tue Nov 26 15:00:11 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 16:34:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6673dd

sci-calculators/bc-gh: new package

An implementation of dc and POSIX bc with GNU extensions meant to be as
bug-free and fast as possible.

Signed-off-by: Gavin Howard <yzena.tech <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11716
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-2.3.2.ebuild | 19 +++++++++++++++++++
 sci-calculators/bc-gh/metadata.xml       | 26 ++++++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
new file mode 100644
index 00000000000..3930fb1e205
--- /dev/null
+++ b/sci-calculators/bc-gh/Manifest
@@ -0,0 +1 @@
+DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8

diff --git a/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild b/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
new file mode 100644
index 00000000000..ff0f2ac0502
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2019 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://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
+}

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
new file mode 100644
index 00000000000..1f88059f1ec
--- /dev/null
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Gavin D. Howard</name>
+		<email>yzena.tech@gmail.com</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<name>Gavin D. Howard</name>
+			<email>yzena.tech@gmail.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/gavinhoward/bc</bugs-to>
+		<doc>https://github.com/gavinhoward/bc/tree/master/manuals</doc>
+	</upstream>
+	<longdescription lang="en">
+	An implementation of POSIX bc and Unix dc with GNU extensions and some of
+	their own extensions. It also removes the dangerous '!' dc command.
+	This bc/dc is especially useful for programmers, with extra math and a
+	larger builtin library with some hardware-oriented print functions.
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-02-20 13:27 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-02-20 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a617eb70b391ab3d813aea3fead045b4b5cd1de3
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Mon Feb 10 17:40:59 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 13:19:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a617eb70

sci-calculators/bc-gh: version bump to 2.5.3

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>
Closes: https://bugs.gentoo.org/708968
Closes: https://github.com/gentoo/gentoo/pull/14614
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-2.5.3.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 3930fb1e205..9f50db9ae5d 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1 +1,2 @@
 DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8
+DIST bc-2.5.3.tar.xz 162784 BLAKE2B 02fc39a3569ca9bc45534a30bc6d991d1a5177cea56add88e6e0bff0a9f99d92813a1e2c14973c315f12e764c1715605deaafbf838263d7e29175a88a5e329ff SHA512 97c0722969c4f2fd907786e0a89f9b403662b1bcdd1aab59418ab3fe140c50584b45eb346008ad94916335418f08433d2634b52b94ae1d7463b665a746f1a608

diff --git a/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild b/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild
new file mode 100644
index 00000000000..6109a61afb4
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 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://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-04-14  8:35 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-04-14  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     feb88c85e9ad6b44d6ac1a875b86f4c6f0939508
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 08:29:15 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 08:34:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb88c85

sci-calculators/bc-gh: drop to m-n

Closes: https://bugs.gentoo.org/701574
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
index 1f88059f1ec..ab87aab1f33 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<name>Gavin D. Howard</name>
-		<email>yzena.tech@gmail.com</email>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<maintainer>
 			<name>Gavin D. Howard</name>


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-04-16  8:11 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-04-16  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     83bec24e77ea38d5c29ce7b1bde09e7617f5f0cc
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Tue Apr 14 19:12:07 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 08:09:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bec24e

sci-calculators/bc-gh: bump to version 2.6.1

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-2.6.1.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 9f50db9ae5d..fc3289e77bb 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8
 DIST bc-2.5.3.tar.xz 162784 BLAKE2B 02fc39a3569ca9bc45534a30bc6d991d1a5177cea56add88e6e0bff0a9f99d92813a1e2c14973c315f12e764c1715605deaafbf838263d7e29175a88a5e329ff SHA512 97c0722969c4f2fd907786e0a89f9b403662b1bcdd1aab59418ab3fe140c50584b45eb346008ad94916335418f08433d2634b52b94ae1d7463b665a746f1a608
+DIST bc-2.6.1.tar.xz 165812 BLAKE2B 5eb45f6cd6059f99550fc76d6b7e32e6ba4ce93f4ff87b789ca6fbc3e4cd9bab19866f317838694d2ca52f44ac26eca9630c25bde46aecfc256ebcd296a2d2f0 SHA512 f9dbc384272a2f570fa3e8d1c3c9d7063349979e8245846a086ade4bfc3b22216e7115e95aeb13b9473939fd174aa50ea9237f7417477fd9f24477fb1f1933da

diff --git a/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild b/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild
new file mode 100644
index 00000000000..6109a61afb4
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 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://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-04-16  8:11 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-04-16  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0edd5ba0fefefe1b953575ccad16c4a253c1901b
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Tue Apr 14 19:13:38 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 08:09:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edd5ba0

sci-calculators/bc-gh: re-add upstream maintainer as maintainer

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15347
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
index ab87aab1f33..1f88059f1ec 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<name>Gavin D. Howard</name>
+		<email>yzena.tech@gmail.com</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<maintainer>
 			<name>Gavin D. Howard</name>


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-05-05  8:47 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-05-05  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c6b588e77f45948a100b5216c13d644533e14e90
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Sat May  2 03:06:53 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May  5 08:46:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b588e7

sci-calculators/bc-gh: bump to 2.7.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15605
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-2.7.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index fc3289e77bb..47795012600 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8
 DIST bc-2.5.3.tar.xz 162784 BLAKE2B 02fc39a3569ca9bc45534a30bc6d991d1a5177cea56add88e6e0bff0a9f99d92813a1e2c14973c315f12e764c1715605deaafbf838263d7e29175a88a5e329ff SHA512 97c0722969c4f2fd907786e0a89f9b403662b1bcdd1aab59418ab3fe140c50584b45eb346008ad94916335418f08433d2634b52b94ae1d7463b665a746f1a608
 DIST bc-2.6.1.tar.xz 165812 BLAKE2B 5eb45f6cd6059f99550fc76d6b7e32e6ba4ce93f4ff87b789ca6fbc3e4cd9bab19866f317838694d2ca52f44ac26eca9630c25bde46aecfc256ebcd296a2d2f0 SHA512 f9dbc384272a2f570fa3e8d1c3c9d7063349979e8245846a086ade4bfc3b22216e7115e95aeb13b9473939fd174aa50ea9237f7417477fd9f24477fb1f1933da
+DIST bc-2.7.0.tar.xz 188752 BLAKE2B 9c2bacaf3b911714aae2213fe5038192408935c072393be782a43baf592efa0db905dc5c2e2cd1bd42e24b2511ba192eea27f3ec96f89ab16510453281b6484c SHA512 a8ceff6455fa62e6656d1bbc7aab14db5839e980feb33c0e8f9e877b82fa73492bd51e7e460b19d04a68c8bcd45a81995f2df2bdbe45b4d411d346400592ed81

diff --git a/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild b/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild
new file mode 100644
index 00000000000..6109a61afb4
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020 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://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-05-17 16:42 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-05-17 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     613d756b43cea8dbe3cde4a19ed9e7fe567d2434
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed May 13 14:36:05 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 17 16:41:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613d756b

sci-calculators/bc-gh: remove old versions

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/15672
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  4 ----
 sci-calculators/bc-gh/bc-gh-2.3.2.ebuild | 19 -------------------
 sci-calculators/bc-gh/bc-gh-2.5.3.ebuild | 19 -------------------
 sci-calculators/bc-gh/bc-gh-2.6.1.ebuild | 19 -------------------
 sci-calculators/bc-gh/bc-gh-2.7.0.ebuild | 19 -------------------
 5 files changed, 80 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 12a82e34724..e0c8d108892 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,5 +1 @@
-DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8
-DIST bc-2.5.3.tar.xz 162784 BLAKE2B 02fc39a3569ca9bc45534a30bc6d991d1a5177cea56add88e6e0bff0a9f99d92813a1e2c14973c315f12e764c1715605deaafbf838263d7e29175a88a5e329ff SHA512 97c0722969c4f2fd907786e0a89f9b403662b1bcdd1aab59418ab3fe140c50584b45eb346008ad94916335418f08433d2634b52b94ae1d7463b665a746f1a608
-DIST bc-2.6.1.tar.xz 165812 BLAKE2B 5eb45f6cd6059f99550fc76d6b7e32e6ba4ce93f4ff87b789ca6fbc3e4cd9bab19866f317838694d2ca52f44ac26eca9630c25bde46aecfc256ebcd296a2d2f0 SHA512 f9dbc384272a2f570fa3e8d1c3c9d7063349979e8245846a086ade4bfc3b22216e7115e95aeb13b9473939fd174aa50ea9237f7417477fd9f24477fb1f1933da
-DIST bc-2.7.0.tar.xz 188752 BLAKE2B 9c2bacaf3b911714aae2213fe5038192408935c072393be782a43baf592efa0db905dc5c2e2cd1bd42e24b2511ba192eea27f3ec96f89ab16510453281b6484c SHA512 a8ceff6455fa62e6656d1bbc7aab14db5839e980feb33c0e8f9e877b82fa73492bd51e7e460b19d04a68c8bcd45a81995f2df2bdbe45b4d411d346400592ed81
 DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303

diff --git a/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild b/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
deleted file mode 100644
index ff0f2ac0502..00000000000
--- a/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild b/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild
deleted file mode 100644
index 6109a61afb4..00000000000
--- a/sci-calculators/bc-gh/bc-gh-2.5.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild b/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild
deleted file mode 100644
index 6109a61afb4..00000000000
--- a/sci-calculators/bc-gh/bc-gh-2.6.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild b/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild
deleted file mode 100644
index 6109a61afb4..00000000000
--- a/sci-calculators/bc-gh/bc-gh-2.7.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-05-17 16:42 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-05-17 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ebe3e61c68f107b38bfe9377061f318502b3b3d1
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed May 13 14:34:52 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 17 16:41:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe3e61c

sci-calculators/bc-gh: bump to 2.7.2

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-2.7.2.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 47795012600..12a82e34724 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -2,3 +2,4 @@ DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65e
 DIST bc-2.5.3.tar.xz 162784 BLAKE2B 02fc39a3569ca9bc45534a30bc6d991d1a5177cea56add88e6e0bff0a9f99d92813a1e2c14973c315f12e764c1715605deaafbf838263d7e29175a88a5e329ff SHA512 97c0722969c4f2fd907786e0a89f9b403662b1bcdd1aab59418ab3fe140c50584b45eb346008ad94916335418f08433d2634b52b94ae1d7463b665a746f1a608
 DIST bc-2.6.1.tar.xz 165812 BLAKE2B 5eb45f6cd6059f99550fc76d6b7e32e6ba4ce93f4ff87b789ca6fbc3e4cd9bab19866f317838694d2ca52f44ac26eca9630c25bde46aecfc256ebcd296a2d2f0 SHA512 f9dbc384272a2f570fa3e8d1c3c9d7063349979e8245846a086ade4bfc3b22216e7115e95aeb13b9473939fd174aa50ea9237f7417477fd9f24477fb1f1933da
 DIST bc-2.7.0.tar.xz 188752 BLAKE2B 9c2bacaf3b911714aae2213fe5038192408935c072393be782a43baf592efa0db905dc5c2e2cd1bd42e24b2511ba192eea27f3ec96f89ab16510453281b6484c SHA512 a8ceff6455fa62e6656d1bbc7aab14db5839e980feb33c0e8f9e877b82fa73492bd51e7e460b19d04a68c8bcd45a81995f2df2bdbe45b4d411d346400592ed81
+DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303

diff --git a/sci-calculators/bc-gh/bc-gh-2.7.2.ebuild b/sci-calculators/bc-gh/bc-gh-2.7.2.ebuild
new file mode 100644
index 00000000000..66e56800fe6
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-2.7.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 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://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-07-20 12:33 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-07-20 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e0d99959c1e0d218c2265c7debd35a1b88c21b16
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Fri Jun 19 02:10:52 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 12:33:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d99959

sci-calculators/bc-gh: bump to 3.1.3

Package-Manager: Portage-2.3.99, Repoman-2.3.22

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16620
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.1.3.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index e0c8d108892..9f363ba29e9 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1 +1,2 @@
 DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
+DIST bc-3.1.3.tar.xz 210924 BLAKE2B 9a442ad7808231bd5741a70f876dc918ac2747d07ab676f13594e14370f660b9a83a0733c7bcf818d14c2134dfa6da3a87f49b28aff1a1f803525567b3625560 SHA512 fb702e45fb994d4f1be55c2b05c4c4b4c67ae838f4f46864ba944890c1810b871fbafaa323d432f0f600f8182b4370757b75de756ae2795b595776e3fe03ba7b

diff --git a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
new file mode 100644
index 00000000000..8baa541e759
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 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://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-08-11  8:35 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2020-08-11  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3c34aebadac9c1eef2f979b2edf483c5a66689f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 08:35:16 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 08:35:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c34aeba

sci-calculators/bc-gh: arm64 keyworded (bug #736404)

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
index 8baa541e759..31daa94bd5c 100644
--- a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-08-21  7:15 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-08-21  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b7d8265951d59d180f720ebc966909cb3e498026
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed Aug  5 04:52:58 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:14:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d82659

sci-calculators/bc-gh: bump to 3.1.5

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://github.com/gentoo/gentoo/pull/17005
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.1.5.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 9f363ba29e9..6149c2c0616 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
 DIST bc-3.1.3.tar.xz 210924 BLAKE2B 9a442ad7808231bd5741a70f876dc918ac2747d07ab676f13594e14370f660b9a83a0733c7bcf818d14c2134dfa6da3a87f49b28aff1a1f803525567b3625560 SHA512 fb702e45fb994d4f1be55c2b05c4c4b4c67ae838f4f46864ba944890c1810b871fbafaa323d432f0f600f8182b4370757b75de756ae2795b595776e3fe03ba7b
+DIST bc-3.1.5.tar.xz 211632 BLAKE2B f5a38bd87d3c8d674d79141ee00a071e474e7c1ccb2e1fc9944b4496ae8a4613d57cc0b6dfbad5ea35bd59300c23f307364b96cdbffef4b07b10863df413cecd SHA512 34be1c186df5906ab7a966739220a20afd7e3b227a5c7ba32a77256a36e097bbcc39b99ce6d6855de3e6e2296612f8fbe63dc0983ad91d4eb4c1e630dbb587a0

diff --git a/sci-calculators/bc-gh/bc-gh-3.1.5.ebuild b/sci-calculators/bc-gh/bc-gh-3.1.5.ebuild
new file mode 100644
index 00000000000..31daa94bd5c
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.1.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-10-13 12:06 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-10-13 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     622e37f1b10b2f9207cc474cf3ec4da34e7e0590
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Mon Oct 12 16:49:14 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 12:06:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622e37f1

sci-calculators/bc-gh: remove some old versions

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Closes: https://github.com/gentoo/gentoo/pull/17768
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 --
 sci-calculators/bc-gh/bc-gh-2.7.2.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-3.1.3.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b504e268337..b707fba0ff2 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,2 @@
-DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
-DIST bc-3.1.3.tar.xz 210924 BLAKE2B 9a442ad7808231bd5741a70f876dc918ac2747d07ab676f13594e14370f660b9a83a0733c7bcf818d14c2134dfa6da3a87f49b28aff1a1f803525567b3625560 SHA512 fb702e45fb994d4f1be55c2b05c4c4b4c67ae838f4f46864ba944890c1810b871fbafaa323d432f0f600f8182b4370757b75de756ae2795b595776e3fe03ba7b
 DIST bc-3.1.5.tar.xz 211632 BLAKE2B f5a38bd87d3c8d674d79141ee00a071e474e7c1ccb2e1fc9944b4496ae8a4613d57cc0b6dfbad5ea35bd59300c23f307364b96cdbffef4b07b10863df413cecd SHA512 34be1c186df5906ab7a966739220a20afd7e3b227a5c7ba32a77256a36e097bbcc39b99ce6d6855de3e6e2296612f8fbe63dc0983ad91d4eb4c1e630dbb587a0
 DIST bc-3.1.6.tar.xz 210976 BLAKE2B 3d3c3102cb97b83e09e3ed61b4bf5862791b4ea8131b5c8dfa6a55bbb42d423b627cd9c5ac8ba6ed6fc7f58f1e92e662541fbd1ea2fdf834292271a16c193564 SHA512 1219a074845b8c66a431ddb78bab643793f5275c26404e92e360e655418d70d1aafa02be2fc4dec25d99a85ae2da1aab7d615de893f85913ca8834448dcade53

diff --git a/sci-calculators/bc-gh/bc-gh-2.7.2.ebuild b/sci-calculators/bc-gh/bc-gh-2.7.2.ebuild
deleted file mode 100644
index 66e56800fe6..00000000000
--- a/sci-calculators/bc-gh/bc-gh-2.7.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
deleted file mode 100644
index 31daa94bd5c..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-10-13 12:06 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-10-13 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9fcb84f2b4a41149b8a9c2c5689f004bd2fc2141
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Mon Oct 12 16:46:25 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 12:06:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcb84f2

sci-calculators/bc-gh: bump to 3.1.6

Signed-off-by: Gavin D. Howard <yzena.tech <AT> gmail.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.1.6.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 6149c2c0616..b504e268337 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-2.7.2.tar.xz 189020 BLAKE2B 6b4d78deeb6a4724e4a336f51d9489610b9f1069c723a398c30885ebfdf0ba849172bc4b2b5561592b5b004cc5e450da3845bed51751e2d487bcf613ea3606bc SHA512 c2014b16165bf5f8bdadf42bb60ea967a060753c17e13a7c3569d16d218bb3fb644e6a46950e9e7b3aa5a9f6bee4da9b158694909a0ab1fe390b7bb4dc20b303
 DIST bc-3.1.3.tar.xz 210924 BLAKE2B 9a442ad7808231bd5741a70f876dc918ac2747d07ab676f13594e14370f660b9a83a0733c7bcf818d14c2134dfa6da3a87f49b28aff1a1f803525567b3625560 SHA512 fb702e45fb994d4f1be55c2b05c4c4b4c67ae838f4f46864ba944890c1810b871fbafaa323d432f0f600f8182b4370757b75de756ae2795b595776e3fe03ba7b
 DIST bc-3.1.5.tar.xz 211632 BLAKE2B f5a38bd87d3c8d674d79141ee00a071e474e7c1ccb2e1fc9944b4496ae8a4613d57cc0b6dfbad5ea35bd59300c23f307364b96cdbffef4b07b10863df413cecd SHA512 34be1c186df5906ab7a966739220a20afd7e3b227a5c7ba32a77256a36e097bbcc39b99ce6d6855de3e6e2296612f8fbe63dc0983ad91d4eb4c1e630dbb587a0
+DIST bc-3.1.6.tar.xz 210976 BLAKE2B 3d3c3102cb97b83e09e3ed61b4bf5862791b4ea8131b5c8dfa6a55bbb42d423b627cd9c5ac8ba6ed6fc7f58f1e92e662541fbd1ea2fdf834292271a16c193564 SHA512 1219a074845b8c66a431ddb78bab643793f5275c26404e92e360e655418d70d1aafa02be2fc4dec25d99a85ae2da1aab7d615de893f85913ca8834448dcade53

diff --git a/sci-calculators/bc-gh/bc-gh-3.1.6.ebuild b/sci-calculators/bc-gh/bc-gh-3.1.6.ebuild
new file mode 100644
index 00000000000..31daa94bd5c
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-11-03  9:17 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-11-03  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7a2f9eb3ab688e758dadea4530a44040bf9a6d93
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Mon Nov  2 16:18:00 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 09:17:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2f9eb3

sci-calculators/bc-gh: update maintainer email

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/18111
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
index 1f88059f1ec..0b15b497384 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<name>Gavin D. Howard</name>
-		<email>yzena.tech@gmail.com</email>
+		<email>gavin@yzena.com</email>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-12-09  9:42 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-12-09  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     65da436e4f34a9a2bf18280cddbede59014030c3
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Thu Dec  3 02:45:15 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 09:42:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65da436e

sci-calculators/bc-gh: bump to 3.2.3

Signed-off-by: Gavin Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/18479
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.2.3.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b707fba0ff2..3af8bac2f0a 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-3.1.5.tar.xz 211632 BLAKE2B f5a38bd87d3c8d674d79141ee00a071e474e7c1ccb2e1fc9944b4496ae8a4613d57cc0b6dfbad5ea35bd59300c23f307364b96cdbffef4b07b10863df413cecd SHA512 34be1c186df5906ab7a966739220a20afd7e3b227a5c7ba32a77256a36e097bbcc39b99ce6d6855de3e6e2296612f8fbe63dc0983ad91d4eb4c1e630dbb587a0
 DIST bc-3.1.6.tar.xz 210976 BLAKE2B 3d3c3102cb97b83e09e3ed61b4bf5862791b4ea8131b5c8dfa6a55bbb42d423b627cd9c5ac8ba6ed6fc7f58f1e92e662541fbd1ea2fdf834292271a16c193564 SHA512 1219a074845b8c66a431ddb78bab643793f5275c26404e92e360e655418d70d1aafa02be2fc4dec25d99a85ae2da1aab7d615de893f85913ca8834448dcade53
+DIST bc-3.2.3.tar.xz 225420 BLAKE2B 6d1ec825a03f77a8024ff69f80eaa09301effc1281663aaf33c530d89c917b9cad41813aca731577fae1eb8dfb1c6e3023e54da0cfd89ea2e5aa413f84c347b3 SHA512 efd040d46f2ed1eff5a2eb336e55fd465176c23c728935ee488a474b2f0c8dddd275805ee3be79f20afc523a183adb3d88a0e7bee095047912cf70741e2c0b32

diff --git a/sci-calculators/bc-gh/bc-gh-3.2.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.2.3.ebuild
new file mode 100644
index 00000000000..31daa94bd5c
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.2.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2020-12-09  9:42 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2020-12-09  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f60a6bfce568e83de148fdc76e5cda0fac867f0d
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Thu Dec  3 02:42:47 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 09:42:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60a6bfc

sci-calculators/bc-gh: update upstream email

Signed-off-by: Gavin Howard <gavin <AT> yzena.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
index 0b15b497384..bda1b039e3a 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -12,7 +12,7 @@
 	<upstream>
 		<maintainer>
 			<name>Gavin D. Howard</name>
-			<email>yzena.tech@gmail.com</email>
+			<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>


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-02-10 14:55 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-02-10 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b3782df5ec8f30818292b7ef1b7f4bbeb6977502
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Tue Feb  2 19:49:07 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 14:55:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3782df5

sci-calculators/bc-gh: bump to 3.2.6

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19310
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.2.6.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b56d664f1fc..edc91716d38 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1 +1,2 @@
 DIST bc-3.2.3.tar.xz 225420 BLAKE2B 6d1ec825a03f77a8024ff69f80eaa09301effc1281663aaf33c530d89c917b9cad41813aca731577fae1eb8dfb1c6e3023e54da0cfd89ea2e5aa413f84c347b3 SHA512 efd040d46f2ed1eff5a2eb336e55fd465176c23c728935ee488a474b2f0c8dddd275805ee3be79f20afc523a183adb3d88a0e7bee095047912cf70741e2c0b32
+DIST bc-3.2.6.tar.xz 234964 BLAKE2B 4127d1910ee33f7f113c8dd3604bf7c5efacbcb3ae163d943ca9c62e6b1e9769f32766034931aaa3f2251f825cef86e812aaf1974fec643dbe355156c33a8054 SHA512 4b1f43bb0bcd720d2140d41e089aa78fe8d07903fb745ed1a641ffe25fe46f439e480a1e11b687b7555881bd1ee4044c071c50e4bacd579b8909c704db7a6ede

diff --git a/sci-calculators/bc-gh/bc-gh-3.2.6.ebuild b/sci-calculators/bc-gh/bc-gh-3.2.6.ebuild
new file mode 100644
index 00000000000..89c8c7658af
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.2.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-02-22 14:47 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-02-22 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c043fee3e6a40c2be5d04153abdcbb4f6e3bb165
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed Feb 17 17:37:00 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 14:47:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c043fee3

sci-calculators/bc-gh: bump to 3.3.0

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19506
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.3.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index edc91716d38..b0fa7134816 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-3.2.3.tar.xz 225420 BLAKE2B 6d1ec825a03f77a8024ff69f80eaa09301effc1281663aaf33c530d89c917b9cad41813aca731577fae1eb8dfb1c6e3023e54da0cfd89ea2e5aa413f84c347b3 SHA512 efd040d46f2ed1eff5a2eb336e55fd465176c23c728935ee488a474b2f0c8dddd275805ee3be79f20afc523a183adb3d88a0e7bee095047912cf70741e2c0b32
 DIST bc-3.2.6.tar.xz 234964 BLAKE2B 4127d1910ee33f7f113c8dd3604bf7c5efacbcb3ae163d943ca9c62e6b1e9769f32766034931aaa3f2251f825cef86e812aaf1974fec643dbe355156c33a8054 SHA512 4b1f43bb0bcd720d2140d41e089aa78fe8d07903fb745ed1a641ffe25fe46f439e480a1e11b687b7555881bd1ee4044c071c50e4bacd579b8909c704db7a6ede
+DIST bc-3.3.0.tar.xz 229580 BLAKE2B 0528d50f566fce648561276434eed45a82fb1dc2d3c56a684758daa866802e7a3781a0e0d6a0993cdc356b416f5ff998de5c51a5e203d2ff415d6b098fb1743a SHA512 b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de

diff --git a/sci-calculators/bc-gh/bc-gh-3.3.0.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.0.ebuild
new file mode 100644
index 00000000000..89c8c7658af
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-03-04 14:09 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-03-04 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     661772b048cbe471d91389b237504f29babcb0d0
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed Mar  3 16:29:54 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 14:09:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661772b0

sci-calculators/bc-gh: bump to 3.3.2

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.3.2.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b0fa7134816..afceebc3c98 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-3.2.3.tar.xz 225420 BLAKE2B 6d1ec825a03f77a8024ff69f80eaa09301effc1281663aaf33c530d89c917b9cad41813aca731577fae1eb8dfb1c6e3023e54da0cfd89ea2e5aa413f84c347b3 SHA512 efd040d46f2ed1eff5a2eb336e55fd465176c23c728935ee488a474b2f0c8dddd275805ee3be79f20afc523a183adb3d88a0e7bee095047912cf70741e2c0b32
 DIST bc-3.2.6.tar.xz 234964 BLAKE2B 4127d1910ee33f7f113c8dd3604bf7c5efacbcb3ae163d943ca9c62e6b1e9769f32766034931aaa3f2251f825cef86e812aaf1974fec643dbe355156c33a8054 SHA512 4b1f43bb0bcd720d2140d41e089aa78fe8d07903fb745ed1a641ffe25fe46f439e480a1e11b687b7555881bd1ee4044c071c50e4bacd579b8909c704db7a6ede
 DIST bc-3.3.0.tar.xz 229580 BLAKE2B 0528d50f566fce648561276434eed45a82fb1dc2d3c56a684758daa866802e7a3781a0e0d6a0993cdc356b416f5ff998de5c51a5e203d2ff415d6b098fb1743a SHA512 b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de
+DIST bc-3.3.2.tar.xz 228892 BLAKE2B 013e4708afbe93b3a17ecce002a6e393cd53b28659fb66aec1d857f2d5bef97341b90ca119ba7efdee88545af95d2223e3a4cb0f1c3b04739496053e1c81c00a SHA512 ae3e99c49137e1335c6c6c0f5a39a5488d174b98bdf85ce1c9311546ea093cd6ed2d8d0a3e6d401cdf093d509717ae01ec71e6e60d580e71101c673da5efc953

diff --git a/sci-calculators/bc-gh/bc-gh-3.3.2.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.2.ebuild
new file mode 100644
index 00000000000..89c8c7658af
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.3.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-03-04 14:09 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-03-04 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c2ced18e7517c249a3762e80fcdf322eba398d1e
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed Mar  3 16:30:53 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 14:09:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ced18e

sci-calculators/bc-gh: remove old versions

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19679
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 --
 sci-calculators/bc-gh/bc-gh-3.2.3.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-3.2.6.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index afceebc3c98..c87de5400e8 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,2 @@
-DIST bc-3.2.3.tar.xz 225420 BLAKE2B 6d1ec825a03f77a8024ff69f80eaa09301effc1281663aaf33c530d89c917b9cad41813aca731577fae1eb8dfb1c6e3023e54da0cfd89ea2e5aa413f84c347b3 SHA512 efd040d46f2ed1eff5a2eb336e55fd465176c23c728935ee488a474b2f0c8dddd275805ee3be79f20afc523a183adb3d88a0e7bee095047912cf70741e2c0b32
-DIST bc-3.2.6.tar.xz 234964 BLAKE2B 4127d1910ee33f7f113c8dd3604bf7c5efacbcb3ae163d943ca9c62e6b1e9769f32766034931aaa3f2251f825cef86e812aaf1974fec643dbe355156c33a8054 SHA512 4b1f43bb0bcd720d2140d41e089aa78fe8d07903fb745ed1a641ffe25fe46f439e480a1e11b687b7555881bd1ee4044c071c50e4bacd579b8909c704db7a6ede
 DIST bc-3.3.0.tar.xz 229580 BLAKE2B 0528d50f566fce648561276434eed45a82fb1dc2d3c56a684758daa866802e7a3781a0e0d6a0993cdc356b416f5ff998de5c51a5e203d2ff415d6b098fb1743a SHA512 b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de
 DIST bc-3.3.2.tar.xz 228892 BLAKE2B 013e4708afbe93b3a17ecce002a6e393cd53b28659fb66aec1d857f2d5bef97341b90ca119ba7efdee88545af95d2223e3a4cb0f1c3b04739496053e1c81c00a SHA512 ae3e99c49137e1335c6c6c0f5a39a5488d174b98bdf85ce1c9311546ea093cd6ed2d8d0a3e6d401cdf093d509717ae01ec71e6e60d580e71101c673da5efc953

diff --git a/sci-calculators/bc-gh/bc-gh-3.2.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.2.3.ebuild
deleted file mode 100644
index 31daa94bd5c..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.2.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2020 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://github.com/gavinhoward/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/bc-gh-3.2.6.ebuild b/sci-calculators/bc-gh/bc-gh-3.2.6.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.2.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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://github.com/gavinhoward/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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-03-05 16:18 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-03-05 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     aa5a9f0ec7bc12e94593b152700221129ac3a6be
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Thu Mar  4 23:55:33 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 16:17:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5a9f0e

sci-calculators/bc-gh: bump to 3.3.3

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19766
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.3.3.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index c87de5400e8..6b52150c491 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-3.3.0.tar.xz 229580 BLAKE2B 0528d50f566fce648561276434eed45a82fb1dc2d3c56a684758daa866802e7a3781a0e0d6a0993cdc356b416f5ff998de5c51a5e203d2ff415d6b098fb1743a SHA512 b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de
 DIST bc-3.3.2.tar.xz 228892 BLAKE2B 013e4708afbe93b3a17ecce002a6e393cd53b28659fb66aec1d857f2d5bef97341b90ca119ba7efdee88545af95d2223e3a4cb0f1c3b04739496053e1c81c00a SHA512 ae3e99c49137e1335c6c6c0f5a39a5488d174b98bdf85ce1c9311546ea093cd6ed2d8d0a3e6d401cdf093d509717ae01ec71e6e60d580e71101c673da5efc953
+DIST bc-3.3.3.tar.xz 229688 BLAKE2B 7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20 SHA512 dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde

diff --git a/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild
new file mode 100644
index 00000000000..89c8c7658af
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-03-19  7:35 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-03-19  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     593581eca3db6d15f8de75e268b373a317627679
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Fri Mar 19 03:11:36 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 07:34:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593581ec

sci-calculators/bc-gh: bump to 3.3.4

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-3.3.4.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 6b52150c491..3b821cb9828 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-3.3.0.tar.xz 229580 BLAKE2B 0528d50f566fce648561276434eed45a82fb1dc2d3c56a684758daa866802e7a3781a0e0d6a0993cdc356b416f5ff998de5c51a5e203d2ff415d6b098fb1743a SHA512 b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de
 DIST bc-3.3.2.tar.xz 228892 BLAKE2B 013e4708afbe93b3a17ecce002a6e393cd53b28659fb66aec1d857f2d5bef97341b90ca119ba7efdee88545af95d2223e3a4cb0f1c3b04739496053e1c81c00a SHA512 ae3e99c49137e1335c6c6c0f5a39a5488d174b98bdf85ce1c9311546ea093cd6ed2d8d0a3e6d401cdf093d509717ae01ec71e6e60d580e71101c673da5efc953
 DIST bc-3.3.3.tar.xz 229688 BLAKE2B 7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20 SHA512 dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde
+DIST bc-3.3.4.tar.xz 230264 BLAKE2B 38a6689a76c30127d5e27004c424cf4f9d1922129ab5235ab72f62f63f319e6b7d64c27a5f7a3ecd4a44001bb6eaa3990f5d0134548008233e7f28ae297f8fcd SHA512 212b36a3fafbda28c6416d29e2d9e49272c42d95dcdc3bbbb3691e4686ca3f0a9fec883a099d059c5bd21a9b08bf5b2eff01169de20df9777c2fce66a8cda783

diff --git a/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild
new file mode 100644
index 00000000000..89c8c7658af
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 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://github.com/gavinhoward/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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-03-19  7:35 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-03-19  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2493434b8c364d1c387a288d9fbb48db9c8f1bf7
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Fri Mar 19 03:12:43 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 07:34:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2493434b

sci-calculators/bc-gh: remove old versions

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19999
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 --
 sci-calculators/bc-gh/bc-gh-3.3.0.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-3.3.2.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 3b821cb9828..dd51b7f5cbf 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,2 @@
-DIST bc-3.3.0.tar.xz 229580 BLAKE2B 0528d50f566fce648561276434eed45a82fb1dc2d3c56a684758daa866802e7a3781a0e0d6a0993cdc356b416f5ff998de5c51a5e203d2ff415d6b098fb1743a SHA512 b8d0b6d6d9c5d4fc62df62d1b9b7e7006a8b430e063fe0d5f646cfaeb4c6fc9c7037b644e853b7ae7d5c5f42f079221e9cdc32564d70c9ddd6bb867ddc7056de
-DIST bc-3.3.2.tar.xz 228892 BLAKE2B 013e4708afbe93b3a17ecce002a6e393cd53b28659fb66aec1d857f2d5bef97341b90ca119ba7efdee88545af95d2223e3a4cb0f1c3b04739496053e1c81c00a SHA512 ae3e99c49137e1335c6c6c0f5a39a5488d174b98bdf85ce1c9311546ea093cd6ed2d8d0a3e6d401cdf093d509717ae01ec71e6e60d580e71101c673da5efc953
 DIST bc-3.3.3.tar.xz 229688 BLAKE2B 7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20 SHA512 dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde
 DIST bc-3.3.4.tar.xz 230264 BLAKE2B 38a6689a76c30127d5e27004c424cf4f9d1922129ab5235ab72f62f63f319e6b7d64c27a5f7a3ecd4a44001bb6eaa3990f5d0134548008233e7f28ae297f8fcd SHA512 212b36a3fafbda28c6416d29e2d9e49272c42d95dcdc3bbbb3691e4686ca3f0a9fec883a099d059c5bd21a9b08bf5b2eff01169de20df9777c2fce66a8cda783

diff --git a/sci-calculators/bc-gh/bc-gh-3.3.0.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.0.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.3.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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://github.com/gavinhoward/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/bc-gh-3.3.2.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.2.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.3.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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://github.com/gavinhoward/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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-05-04 13:30 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-05-04 13:30 UTC (permalink / raw
  To: gentoo-commits

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>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


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-06-02 12:59 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-06-02 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     47c060bdc26e15af09d82805276ad7c602d42cb1
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed May 12 04:38:40 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 12:59:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c060bd

sci-calculators/bc-gh: bump to 4.0.2

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-4.0.2.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index c4239b8bae0..6d5f8d5936d 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 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
+DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059

diff --git a/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild
new file mode 100644
index 00000000000..d44ebce73e5
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-4.0.2.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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-06-02 12:59 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2021-06-02 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8feca869bccd896f2b6637f41e44c4d6088a073e
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed May 12 04:39:42 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 12:59:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8feca869

sci-calculators/bc-gh: remove old versions

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/20780
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  3 ---
 sci-calculators/bc-gh/bc-gh-3.3.3.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-3.3.4.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-4.0.0.ebuild | 18 ------------------
 4 files changed, 57 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 6d5f8d5936d..e241bcd9b85 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1 @@
-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
 DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059

diff --git a/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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://github.com/gavinhoward/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/bc-gh-3.3.4.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 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://github.com/gavinhoward/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/bc-gh-4.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
deleted file mode 100644
index d44ebce73e5..00000000000
--- a/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-08-10  9:51 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2021-08-10  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d7676bdba1d19cafe5084b885febff1e3a646156
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Mon Aug  9 18:42:08 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 09:50:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7676bdb

sci-calculators/bc-gh: bump to 5.0.0

This also adds some configure arguments based on upstream changes. (I am
the upstream author.) These changes make bc more like GNU bc.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/21935
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-5.0.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index e241bcd9b85..46ffb9fdeee 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1 +1,2 @@
 DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059
+DIST bc-5.0.0.tar.xz 429376 BLAKE2B 8e184270e18ccabe2c1b6b95df7110dfd29cb4357667380fb5d71991b98f78c48f49e0f9176df89e058b00d2998a727ff95c166ce69085f17bb1914e957d870e SHA512 3ac4639922398e633aae3c3679ee3e53f3688da3992c55c120165b5718860f9857b7f46c43a9e18da0dd67ac92c8855f7449dfdfdfd11c419dc4ab6683550740

diff --git a/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild
new file mode 100644
index 00000000000..47aaece3ed3
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-5.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 -sbc.banner -sdc.tty_mode || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-10-19  3:04 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2021-10-19  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f7e4c03e308dee9f5e1e2d6c0be7e68144a3f8c1
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Mon Oct  4 18:44:59 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 19 03:00:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e4c03e

sci-calculators/bc-gh: bump to 5.1.1

Signed-off-by: Gavin Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/22487
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-5.1.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 46ffb9fdeee..a380f5f0942 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059
 DIST bc-5.0.0.tar.xz 429376 BLAKE2B 8e184270e18ccabe2c1b6b95df7110dfd29cb4357667380fb5d71991b98f78c48f49e0f9176df89e058b00d2998a727ff95c166ce69085f17bb1914e957d870e SHA512 3ac4639922398e633aae3c3679ee3e53f3688da3992c55c120165b5718860f9857b7f46c43a9e18da0dd67ac92c8855f7449dfdfdfd11c419dc4ab6683550740
+DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69

diff --git a/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild
new file mode 100644
index 00000000000..47aaece3ed3
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-5.1.1.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 -sbc.banner -sdc.tty_mode || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-11-10 10:59 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2021-11-10 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a9286bc5cdc02a55a7cb41f8f3c5247bf40c2ef0
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Tue Nov  9 21:40:35 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 10:52:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9286bc5

sci-calculators/bc-gh: Bump to 5.2.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/22876
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-5.2.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index badd6c04f5b..937d8bbc72a 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1 +1,2 @@
 DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69
+DIST bc-5.2.0.tar.xz 435820 BLAKE2B babcd26a69b845fa1f50b0f65dc536bdcd7603102224379387e6dc60aaf94faebc30088d429206100e053cfa34945117b090cd75c7d0dcf377467204572b9358 SHA512 f5fcaef5a963baa344972432e20c9747cba7b08b2dd7beac5c783da250abcde37cf85c23bfb3273432c31b292c9c470c836daf990c69f83bd6c7e565a46859e2

diff --git a/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild b/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild
new file mode 100644
index 00000000000..47aaece3ed3
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-5.2.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 -sbc.banner -sdc.tty_mode || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-11-10 10:59 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2021-11-10 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d99b01de42050bf81c5222381b2104236774385e
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Tue Nov  9 21:35:05 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 10:52:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99b01de

sci-calculators/bc-gh: Remove old versions

Signed-off-by: Gavin Howard <gavin <AT> yzena.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 --
 sci-calculators/bc-gh/bc-gh-4.0.2.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-5.0.0.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index a380f5f0942..badd6c04f5b 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1 @@
-DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059
-DIST bc-5.0.0.tar.xz 429376 BLAKE2B 8e184270e18ccabe2c1b6b95df7110dfd29cb4357667380fb5d71991b98f78c48f49e0f9176df89e058b00d2998a727ff95c166ce69085f17bb1914e957d870e SHA512 3ac4639922398e633aae3c3679ee3e53f3688da3992c55c120165b5718860f9857b7f46c43a9e18da0dd67ac92c8855f7449dfdfdfd11c419dc4ab6683550740
 DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69

diff --git a/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild
deleted file mode 100644
index d44ebce73e5..00000000000
--- a/sci-calculators/bc-gh/bc-gh-4.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/bc-gh-5.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild
deleted file mode 100644
index 47aaece3ed3..00000000000
--- a/sci-calculators/bc-gh/bc-gh-5.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 -sbc.banner -sdc.tty_mode || die
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2021-11-28  0:20 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2021-11-28  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4f878a894d22801164c84a7d538b2372ba0b338c
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Tue Nov 23 05:49:34 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 00:19:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f878a89

sci-calculators/bc-gh: bump to 5.2.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/23045
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-5.2.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 937d8bbc72ad..bec1995c4ae6 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69
 DIST bc-5.2.0.tar.xz 435820 BLAKE2B babcd26a69b845fa1f50b0f65dc536bdcd7603102224379387e6dc60aaf94faebc30088d429206100e053cfa34945117b090cd75c7d0dcf377467204572b9358 SHA512 f5fcaef5a963baa344972432e20c9747cba7b08b2dd7beac5c783da250abcde37cf85c23bfb3273432c31b292c9c470c836daf990c69f83bd6c7e565a46859e2
+DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56

diff --git a/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild b/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild
new file mode 100644
index 000000000000..47aaece3ed37
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-5.2.1.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 -sbc.banner -sdc.tty_mode || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-06-24 13:04 Andrew Ammerlaan
  0 siblings, 0 replies; 86+ messages in thread
From: Andrew Ammerlaan @ 2022-06-24 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ebb7d2a856ea10d9fe3cbc78ff66a899f7fe868b
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Fri Jun 24 04:08:41 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 13:01:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb7d2a8

sci-calculators/bc-gh: remove old versions

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/26023
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 --
 sci-calculators/bc-gh/bc-gh-5.1.1.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-5.2.0.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 5683211671eb..6d2e5e3c1ed1 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,2 @@
-DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69
-DIST bc-5.2.0.tar.xz 435820 BLAKE2B babcd26a69b845fa1f50b0f65dc536bdcd7603102224379387e6dc60aaf94faebc30088d429206100e053cfa34945117b090cd75c7d0dcf377467204572b9358 SHA512 f5fcaef5a963baa344972432e20c9747cba7b08b2dd7beac5c783da250abcde37cf85c23bfb3273432c31b292c9c470c836daf990c69f83bd6c7e565a46859e2
 DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56
 DIST bc-5.3.3.tar.xz 444552 BLAKE2B b5fd2b1d7fc36505209a6aac89f44b784ce52e0d955b48bbb818462aef022f7e85332d5526ab9ca405a44fcf6089a9edbd3dcdb70a5624a25ebe052bfd007f95 SHA512 94f7c35761211b4909f4bc5a2c19e7cd6589f7b6c2fa6eaf0a889d682ffd3f3ba79b3580d9e2aa4bef32b4c7874d047d0fba4e7dace05d63c87f884afbe8020f

diff --git a/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild
deleted file mode 100644
index 47aaece3ed37..000000000000
--- a/sci-calculators/bc-gh/bc-gh-5.1.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 -sbc.banner -sdc.tty_mode || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild b/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild
deleted file mode 100644
index 47aaece3ed37..000000000000
--- a/sci-calculators/bc-gh/bc-gh-5.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 -sbc.banner -sdc.tty_mode || die
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-06-24 13:04 Andrew Ammerlaan
  0 siblings, 0 replies; 86+ messages in thread
From: Andrew Ammerlaan @ 2022-06-24 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fc47e2f157bfc8ad6c4aa3711dfbc82f2f062033
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Fri Jun 24 04:07:38 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 13:01:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc47e2f1

sci-calculators/bc-gh: bump to 5.3.3

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-5.3.3.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index bec1995c4ae6..5683211671eb 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-5.1.1.tar.xz 433944 BLAKE2B d46ae9de6358b3acd1afe9f7013286d8678e26a985664d65e78b51077b494d2b1c1271044170d3488ececeaed5e97df15da2734070a2fbf39b33ab9c01543558 SHA512 d8774fb1e654520abdf7d790783d4a3c04fa8f4982fc1cd0d92331e7e4b5889efa022cafb5e1286b6c82a74c9388f47657c7b9d78888b5d8056fa40d3d5e5c69
 DIST bc-5.2.0.tar.xz 435820 BLAKE2B babcd26a69b845fa1f50b0f65dc536bdcd7603102224379387e6dc60aaf94faebc30088d429206100e053cfa34945117b090cd75c7d0dcf377467204572b9358 SHA512 f5fcaef5a963baa344972432e20c9747cba7b08b2dd7beac5c783da250abcde37cf85c23bfb3273432c31b292c9c470c836daf990c69f83bd6c7e565a46859e2
 DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56
+DIST bc-5.3.3.tar.xz 444552 BLAKE2B b5fd2b1d7fc36505209a6aac89f44b784ce52e0d955b48bbb818462aef022f7e85332d5526ab9ca405a44fcf6089a9edbd3dcdb70a5624a25ebe052bfd007f95 SHA512 94f7c35761211b4909f4bc5a2c19e7cd6589f7b6c2fa6eaf0a889d682ffd3f3ba79b3580d9e2aa4bef32b4c7874d047d0fba4e7dace05d63c87f884afbe8020f

diff --git a/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild b/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild
new file mode 100644
index 000000000000..24dbaeb6c44c
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 -sbc.banner -sdc.tty_mode || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-11-18  8:17 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2022-11-18  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     09aa2dfde8e8e12afdc544408b3a61b593e80295
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Wed Nov  2 13:27:55 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 08:17:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aa2dfd

sci-calculators/bc-gh: bump to 6.1.1

Signed-off-by: Gavin Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/28104
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.1.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 6d2e5e3c1ed1..3a3a27daea39 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56
 DIST bc-5.3.3.tar.xz 444552 BLAKE2B b5fd2b1d7fc36505209a6aac89f44b784ce52e0d955b48bbb818462aef022f7e85332d5526ab9ca405a44fcf6089a9edbd3dcdb70a5624a25ebe052bfd007f95 SHA512 94f7c35761211b4909f4bc5a2c19e7cd6589f7b6c2fa6eaf0a889d682ffd3f3ba79b3580d9e2aa4bef32b4c7874d047d0fba4e7dace05d63c87f884afbe8020f
+DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild
new file mode 100644
index 000000000000..abe79823cd94
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 -pGNU || die
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-11-19  6:04 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2022-11-19  6:04 UTC (permalink / raw
  To: gentoo-commits

commit:     90ba515866bc943a546856ea028ee843374e98ca
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 05:59:04 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 06:03:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ba5158

sci-calculators/bc-gh: revbump for pre-strip fix

Not super important, but people could be missing e.g. splitdebug,
and it's quick to build.

Bug: https://bugs.gentoo.org/881779
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/{bc-gh-6.1.1.ebuild => bc-gh-6.1.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
similarity index 100%
rename from sci-calculators/bc-gh/bc-gh-6.1.1.ebuild
rename to sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild


^ permalink raw reply	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-11-19  6:04 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2022-11-19  6:04 UTC (permalink / raw
  To: gentoo-commits

commit:     af57a51586af3149c49d1584dfc724f74312eaff
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Fri Nov 18 14:41:12 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 06:03:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af57a515

sci-calculators/bc-gh: Fix QA issues with pre-stripping

The problem was that the argument for disabling pre-stripping came
*before* the predefined build, which then overrode it. I just reversed
the arguments; this is what I should have done at the beginning anyway
since that's how the predefined build arguments were designed.

Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://bugs.gentoo.org/881777
Closes: https://bugs.gentoo.org/881779
Closes: https://github.com/gentoo/gentoo/pull/28325
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild
index abe79823cd94..33766bb56a93 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild
@@ -14,5 +14,5 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 S="${WORKDIR}/bc-${PV}"
 
 src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl -pGNU || die
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -pGNU -GTl || die
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-16 18:26 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-12-16 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c89e29e765168a35ca997dbffb7a90be5c879bca
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 18:26:31 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 18:26:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89e29e7

sci-calculators/bc-gh: Keyword 6.1.1-r1 ia64, #886247

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 144ca8bfa88f..63cd765370e8 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-16 21:19 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-12-16 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ef70f41207eb3dc6a96436a37ce67ccc92be52f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:18:21 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:18:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef70f412

sci-calculators/bc-gh: Keyword 6.1.1-r1 s390, #886247

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index c540aadd198b..c5f82a47a00d 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~s390 ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-16 21:19 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-12-16 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2fdfa34811adc7497d3f78070b9f357b500e4f15
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:18:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:18:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdfa348

sci-calculators/bc-gh: Keyword 6.1.1-r1 ppc64, #886247

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index c5f82a47a00d..4ed8dd73e6d3 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-16 21:19 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-12-16 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     590be86b62249d1d71b79578273d5343301de6c2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 21:18:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 21:18:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590be86b

sci-calculators/bc-gh: Keyword 6.1.1-r1 sparc, #886247

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 63cd765370e8..c540aadd198b 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-18  1:50 Yixun Lan
  0 siblings, 0 replies; 86+ messages in thread
From: Yixun Lan @ 2022-12-18  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7952522a237cbb844653effe41a612141ea390e3
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 01:44:00 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 01:44:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7952522a

sci-calculators/bc-gh: Keyword 6.1.1-r1 riscv, #886247

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 4ed8dd73e6d3..b1f91f1ef92d 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-18 11:45 James Le Cuirot
  0 siblings, 0 replies; 86+ messages in thread
From: James Le Cuirot @ 2022-12-18 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     84112576bbdbd53c7b9e575423d4f82ee4a5d4f4
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:43:39 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:45:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84112576

sci-calculators/bc-gh: Keyword 6.1.1-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index b1f91f1ef92d..9225417410ea 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-27 11:31 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-12-27 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     934d8bc03d2d5551013b7801e097ca29ffbc6cec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 11:31:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 11:31:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934d8bc0

sci-calculators/bc-gh: Stabilize 6.1.1-r1 amd64, #886017

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 9225417410ea..b7269513b90b 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-27 13:40 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-12-27 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     86ba9281cc8a5df66433ecd7f316ceb2b557c8e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 13:39:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 13:39:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ba9281

sci-calculators/bc-gh: Stabilize 6.1.1-r1 arm64, #886017

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 4082ce69591f..78640e5358c1 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-27 19:45 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-12-27 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     594551ec9b12ead267cc7a50e632db868f0cdfcf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 19:36:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 19:45:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594551ec

sci-calculators/bc-gh: Stabilize 6.1.1-r1 hppa, #886017

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index a83cf53a7463..91fa0c51cd98 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-27 19:53 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-12-27 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5515799956da40721624556fcdc38f2d7b503292
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 19:47:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 19:53:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55157999

sci-calculators/bc-gh: Stabilize 6.1.1-r1 ppc64, #886017

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 928bd8f6710c..1d81a7cffbbd 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 
 S="${WORKDIR}/bc-${PV}"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2022-12-28  0:33 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-12-28  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a0f9aaa6dc5f3b66f3b555c1985dfc7da79cbd30
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 23:52:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 00:32:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f9aaa6

sci-calculators/bc-gh: drop 5.2.1, 5.3.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 --
 sci-calculators/bc-gh/bc-gh-5.2.1.ebuild | 18 ------------------
 sci-calculators/bc-gh/bc-gh-5.3.3.ebuild | 18 ------------------
 3 files changed, 38 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 3a3a27daea39..3c55a944627a 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1 @@
-DIST bc-5.2.1.tar.xz 437096 BLAKE2B 9ec13897b3489c00761c1478de8ad9428e966ecba4f4582e37ede17cb6d97d492c928f7f931c8e412deb6cdb86e2092b17c5c1b0a31527964a522fd2929e8472 SHA512 8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56
-DIST bc-5.3.3.tar.xz 444552 BLAKE2B b5fd2b1d7fc36505209a6aac89f44b784ce52e0d955b48bbb818462aef022f7e85332d5526ab9ca405a44fcf6089a9edbd3dcdb70a5624a25ebe052bfd007f95 SHA512 94f7c35761211b4909f4bc5a2c19e7cd6589f7b6c2fa6eaf0a889d682ffd3f3ba79b3580d9e2aa4bef32b4c7874d047d0fba4e7dace05d63c87f884afbe8020f
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39

diff --git a/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild b/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild
deleted file mode 100644
index 47aaece3ed37..000000000000
--- a/sci-calculators/bc-gh/bc-gh-5.2.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 -sbc.banner -sdc.tty_mode || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild b/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild
deleted file mode 100644
index 24dbaeb6c44c..000000000000
--- a/sci-calculators/bc-gh/bc-gh-5.3.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 -sbc.banner -sdc.tty_mode || die
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-01-01 21:10 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-01-01 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3b6b4a0bb16351f76c857f6beb0b9b95dc6565
Author:     Gavin Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Sun Jan  1 05:05:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 21:08:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3b6b4a

sci-calculators/bc-gh: update to 6.2.2

This commit does two more things besides just update:

* The MissingRemoteId pkgcheck warning is resolved by adding the proper
  remote ID to metadata.xml.
* The `readline` and `libedit` USE flags are added since this bc now
  supports both as options.
* The src_test() function was added to avoid crashes found with the Arch
  package.

There are also some style fixes, as requested.

Signed-off-by: Gavin Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/28910
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.2.2.ebuild | 75 ++++++++++++++++++++++++++++++++
 sci-calculators/bc-gh/metadata.xml       |  1 +
 3 files changed, 77 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 3c55a944627a..3d0aae049524 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1 +1,2 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
+DIST bc-6.2.2.tar.xz 456672 BLAKE2B 02a6b9012f3b2d6b87be9112c6ccaea84bb121b1de4ebe1276b2151ff24ff445de0cf5a591c2802069e8c9a69c29ca4985a52117761cbb40bc129b70c6f98a49 SHA512 11389ebd522dddb4b255856452d4ff851915331e36682899e946a3eee46e6a3b7ac7d28a0be8b86fc79c230f8ea3d8f335a4722a0c49daa68c51b6c667e1d1fe

diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
new file mode 100644
index 000000000000..3296ff1b6942
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.yzena.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	./configure.sh "${myconf[@]}" || die
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C make check
+}

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
index cf7960fcff59..b16dce8c90eb 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -16,6 +16,7 @@
 		</maintainer>
 		<bugs-to>https://git.yzena.com/gavin/bc</bugs-to>
 		<doc>https://git.yzena.com/gavin/bc/src/branch/master/manuals</doc>
+		<remote-id type="github">gavinhoward/bc</remote-id>
 	</upstream>
 	<longdescription lang="en">
 	An implementation of POSIX bc and Unix dc with GNU extensions and some of


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-01-01 21:10 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-01-01 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b96b143c369598fab0ddbb18b3a50207a1392707
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 21:09:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 21:09:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96b143c

sci-calculators/bc-gh: use emake

Respects MAKEOPTS & dies on failure.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
index 3296ff1b6942..16361a1854fa 100644
--- a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
@@ -71,5 +71,5 @@ src_test() {
 	# locales, which might be different since the new locale files are not
 	# installed yet. (It is impossible to use uninstalled locales because of the
 	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C make check
+	env LANG=C LC_ALL=C emake check
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-02-01  7:27 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-02-01  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c8d9f25cd4138fbb44558ec906f0dae080221e7b
Author:     Gavin D. Howard <gavin <AT> yzena <DOT> com>
AuthorDate: Wed Feb  1 06:09:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 07:26:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d9f25c

sci-calculators/bc-gh: change upstream URL and email

This is a necessary change on my end. I apologize.

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/29368
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +-
 sci-calculators/bc-gh/bc-gh-6.2.2.ebuild    | 2 +-
 sci-calculators/bc-gh/metadata.xml          | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
index 1d81a7cffbbd..8640d2c4096e 100644
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="https://git.yzena.com/gavin/bc"
+HOMEPAGE="https://git.gavinhoward.com/gavin/bc"
 SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
 
 LICENSE="BSD-2"

diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
index 16361a1854fa..c881bdb9c149 100644
--- a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 MY_P="bc-${PV}"
 DESCRIPTION="Implementation of POSIX bc with GNU extensions"
 HOMEPAGE="
-	https://git.yzena.com/gavin/bc/
+	https://git.gavinhoward.com/gavin/bc/
 	https://github.com/gavinhoward/bc/
 "
 SRC_URI="

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
index b16dce8c90eb..83cc4b097767 100644
--- a/sci-calculators/bc-gh/metadata.xml
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person" proxied="yes">
 		<name>Gavin D. Howard</name>
-		<email>gavin@yzena.com</email>
+		<email>gavin@gavinhoward.com</email>
 	</maintainer>
 	<maintainer type="project" proxied="proxy">
 		<email>proxy-maint@gentoo.org</email>
@@ -12,10 +12,10 @@
 	<upstream>
 		<maintainer>
 			<name>Gavin D. Howard</name>
-			<email>gavin@yzena.com</email>
+			<email>gavin@gavinhoward.com</email>
 		</maintainer>
-		<bugs-to>https://git.yzena.com/gavin/bc</bugs-to>
-		<doc>https://git.yzena.com/gavin/bc/src/branch/master/manuals</doc>
+		<bugs-to>https://git.gavinhoward.com/gavin/bc</bugs-to>
+		<doc>https://git.gavinhoward.com/gavin/bc/src/branch/master/manuals</doc>
 		<remote-id type="github">gavinhoward/bc</remote-id>
 	</upstream>
 	<longdescription lang="en">


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-02-13  3:41 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2023-02-13  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     9502cda8ae066b90345cdf39dc3da3813f586a77
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 03:41:41 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 03:41:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9502cda8

sci-calculators/bc-gh: Keyword 6.2.2 alpha, #886247

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
index c881bdb9c149..7b4e6bc4cbf5 100644
--- a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-02-19 19:56 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-02-19 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     621963fc5bb7b2285d3501ea212a9f222bf0c32b
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Sat Feb 18 22:55:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 19:55:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621963fc

sci-calculators/bc-gh: bump to 6.2.6

This should fix #895086. This is also why I'm removing 6.2.2: it doesn't
install on mksh.

Closes: https://bugs.gentoo.org/895086

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/29654
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest                                   | 2 +-
 sci-calculators/bc-gh/{bc-gh-6.2.2.ebuild => bc-gh-6.2.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 3d0aae049524..77f7e0f9d946 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,2 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
-DIST bc-6.2.2.tar.xz 456672 BLAKE2B 02a6b9012f3b2d6b87be9112c6ccaea84bb121b1de4ebe1276b2151ff24ff445de0cf5a591c2802069e8c9a69c29ca4985a52117761cbb40bc129b70c6f98a49 SHA512 11389ebd522dddb4b255856452d4ff851915331e36682899e946a3eee46e6a3b7ac7d28a0be8b86fc79c230f8ea3d8f335a4722a0c49daa68c51b6c667e1d1fe
+DIST bc-6.2.6.tar.xz 457640 BLAKE2B ab134928292d73ebd41921d8931420b037837f82fe8338a7b5f84137bd05d8d6db1cfce19b506dc2b470a44aa277b73202b599866343d6978c219d65c9f27bf6 SHA512 f3631ff2378e93f9758a133400749973681f142f3eeaf1ae8ffc60f1a31b9ca9a9bcdf14435b72fea8b8ea486d0fb6b53954a511c5db62d834bf6cf270d7e4a5

diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.6.ebuild
similarity index 100%
rename from sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
rename to sci-calculators/bc-gh/bc-gh-6.2.6.ebuild


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-02-28  5:34 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-02-28  5:34 UTC (permalink / raw
  To: gentoo-commits

commit:     59b403eab876706d31aaf5acb67cce0768b4cc0b
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Tue Feb 28 04:47:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 05:31:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b403ea

sci-calculators/bc-gh: Bump to 6.3.1

Closes: https://bugs.gentoo.org/898128
Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/29849
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.3.1.ebuild | 75 ++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 77f7e0f9d946..d05a497499b0 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
 DIST bc-6.2.6.tar.xz 457640 BLAKE2B ab134928292d73ebd41921d8931420b037837f82fe8338a7b5f84137bd05d8d6db1cfce19b506dc2b470a44aa277b73202b599866343d6978c219d65c9f27bf6 SHA512 f3631ff2378e93f9758a133400749973681f142f3eeaf1ae8ffc60f1a31b9ca9a9bcdf14435b72fea8b8ea486d0fb6b53954a511c5db62d834bf6cf270d7e4a5
+DIST bc-6.3.1.tar.xz 457868 BLAKE2B 1bb4e2b3e776e6d30194805b7b695d704a749d227a6228cb1835777bfd0b4d48f09ed65f15f6208674007e9f629e0593e700235d3420626a016569824a90a56d SHA512 a2904fa120b3a891fbb0cf5052596fb9b727143882dc838fa49978a7d05c709ba1ae4d9a976a353b6311cd0d8483b208aa4967d0fd553a3079b80f7ccb879582

diff --git a/sci-calculators/bc-gh/bc-gh-6.3.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.3.1.ebuild
new file mode 100644
index 000000000000..7b4e6bc4cbf5
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.3.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	./configure.sh "${myconf[@]}" || die
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-03-10  6:53 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-03-10  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     68bb8a1fe263b56cbdfb66d2327018860bf56291
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Mar 10 06:22:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 06:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb8a1f

sci-calculators/bc-gh: bump to 6.4.0

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.4.0.ebuild | 75 ++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index d05a497499b0..692c02ce8143 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
 DIST bc-6.2.6.tar.xz 457640 BLAKE2B ab134928292d73ebd41921d8931420b037837f82fe8338a7b5f84137bd05d8d6db1cfce19b506dc2b470a44aa277b73202b599866343d6978c219d65c9f27bf6 SHA512 f3631ff2378e93f9758a133400749973681f142f3eeaf1ae8ffc60f1a31b9ca9a9bcdf14435b72fea8b8ea486d0fb6b53954a511c5db62d834bf6cf270d7e4a5
 DIST bc-6.3.1.tar.xz 457868 BLAKE2B 1bb4e2b3e776e6d30194805b7b695d704a749d227a6228cb1835777bfd0b4d48f09ed65f15f6208674007e9f629e0593e700235d3420626a016569824a90a56d SHA512 a2904fa120b3a891fbb0cf5052596fb9b727143882dc838fa49978a7d05c709ba1ae4d9a976a353b6311cd0d8483b208aa4967d0fd553a3079b80f7ccb879582
+DIST bc-6.4.0.tar.xz 460460 BLAKE2B 91d70f3907fde6d3c97c37872d57ac67e98990ab1e37324801a95184d7961002b68f2b6904520ab4c77c45a571c369fb0a6455553bb3db79553e01aece28e212 SHA512 6c7a86c534214e765e3890dffe77fb85ddf0764cde0c6ceb0385cce7de4c0d2db0815faf6bcf161fad75591461c346811a61c42c5eced7c3d84fe5b7eb719b60

diff --git a/sci-calculators/bc-gh/bc-gh-6.4.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.4.0.ebuild
new file mode 100644
index 000000000000..7b4e6bc4cbf5
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.4.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	./configure.sh "${myconf[@]}" || die
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-03-10  6:53 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-03-10  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d35e16b3a64e07e786568bd53efa76c6ea08df27
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Mar 10 06:24:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 06:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35e16b3

sci-calculators/bc-gh: remove old versions

I am *not* removing 6.1.1-r1 because that is the one approved by the
Gentoo team.

But Gentoo team, there are two known memory bugs in 6.1.1 (see
https://git.gavinhoward.com/gavin/bc/src/branch/master/MEMORY_BUGS.md),
so please approve the latest version at earliest convenience.

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/30037
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 -
 sci-calculators/bc-gh/bc-gh-6.2.6.ebuild | 75 --------------------------------
 sci-calculators/bc-gh/bc-gh-6.3.1.ebuild | 75 --------------------------------
 3 files changed, 152 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 692c02ce8143..48d6feacf306 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,2 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
-DIST bc-6.2.6.tar.xz 457640 BLAKE2B ab134928292d73ebd41921d8931420b037837f82fe8338a7b5f84137bd05d8d6db1cfce19b506dc2b470a44aa277b73202b599866343d6978c219d65c9f27bf6 SHA512 f3631ff2378e93f9758a133400749973681f142f3eeaf1ae8ffc60f1a31b9ca9a9bcdf14435b72fea8b8ea486d0fb6b53954a511c5db62d834bf6cf270d7e4a5
-DIST bc-6.3.1.tar.xz 457868 BLAKE2B 1bb4e2b3e776e6d30194805b7b695d704a749d227a6228cb1835777bfd0b4d48f09ed65f15f6208674007e9f629e0593e700235d3420626a016569824a90a56d SHA512 a2904fa120b3a891fbb0cf5052596fb9b727143882dc838fa49978a7d05c709ba1ae4d9a976a353b6311cd0d8483b208aa4967d0fd553a3079b80f7ccb879582
 DIST bc-6.4.0.tar.xz 460460 BLAKE2B 91d70f3907fde6d3c97c37872d57ac67e98990ab1e37324801a95184d7961002b68f2b6904520ab4c77c45a571c369fb0a6455553bb3db79553e01aece28e212 SHA512 6c7a86c534214e765e3890dffe77fb85ddf0764cde0c6ceb0385cce7de4c0d2db0815faf6bcf161fad75591461c346811a61c42c5eced7c3d84fe5b7eb719b60

diff --git a/sci-calculators/bc-gh/bc-gh-6.2.6.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.6.ebuild
deleted file mode 100644
index 7b4e6bc4cbf5..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.2.6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	./configure.sh "${myconf[@]}" || die
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}

diff --git a/sci-calculators/bc-gh/bc-gh-6.3.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.3.1.ebuild
deleted file mode 100644
index 7b4e6bc4cbf5..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.3.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	./configure.sh "${myconf[@]}" || die
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-03-19  3:22 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-03-19  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9ea979a8d6ad01624cb4f3210c9e43021ea2eb06
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Mar 17 05:09:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:10:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea979a8

sci-calculators/bc-gh: bump to 6.5.0

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/30168
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 75 ++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 48d6feacf306..ec318471a456 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
 DIST bc-6.4.0.tar.xz 460460 BLAKE2B 91d70f3907fde6d3c97c37872d57ac67e98990ab1e37324801a95184d7961002b68f2b6904520ab4c77c45a571c369fb0a6455553bb3db79553e01aece28e212 SHA512 6c7a86c534214e765e3890dffe77fb85ddf0764cde0c6ceb0385cce7de4c0d2db0815faf6bcf161fad75591461c346811a61c42c5eced7c3d84fe5b7eb719b60
+DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
new file mode 100644
index 000000000000..7b4e6bc4cbf5
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	./configure.sh "${myconf[@]}" || die
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:41 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2023-04-16  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1e3b49006c1115fae4257201b08282adbc70320b
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:40:31 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:40:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3b4900

sci-calculators/bc-gh: Stabilize 6.5.0 x86, #904374

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 7b4e6bc4cbf5..98ad54e82a17 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:41 Joonas Niilola
  0 siblings, 0 replies; 86+ messages in thread
From: Joonas Niilola @ 2023-04-16  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4012a962c7e2f8f92895025feb0d4276770aeb04
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:40:48 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:40:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4012a962

sci-calculators/bc-gh: Stabilize 6.5.0 amd64, #904374

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 98ad54e82a17..24272a1a45ed 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:56 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-16  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     cc24db6ca6ba3831f66500cc6969c517380ac0b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:50:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:55:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc24db6c

sci-calculators/bc-gh: Stabilize 6.5.0 ppc, #904374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 728f003dd5e9..620bb04ca4ee 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:56 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-16  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c99be3ea00635e168dbb02ef1a8b01049b990a4c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:50:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:54:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99be3ea

sci-calculators/bc-gh: Stabilize 6.5.0 ppc64, #904374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 3a386bb069d5..11e8af5a65e2 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:56 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-16  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8c37c88d5a4042efa8865d7116ac13cd57d31b09
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:50:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:55:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c37c88d

sci-calculators/bc-gh: Stabilize 6.5.0 sparc, #904374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 620bb04ca4ee..0a35269367a0 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:56 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-16  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bb9e4d0dd159cc1f6042bf661ce02224fc135b42
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:50:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:55:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9e4d0d

sci-calculators/bc-gh: Stabilize 6.5.0 arm, #904374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 11e8af5a65e2..728f003dd5e9 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  6:56 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-16  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9b14788df6dac2ebe9a25b8070eff640608be0a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:50:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:54:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b14788d

sci-calculators/bc-gh: Stabilize 6.5.0 arm64, #904374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 24272a1a45ed..3a386bb069d5 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-04-16  7:18 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-16  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     886ccbba4c327075a83af08e1a43a21b0bd081f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 07:02:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 07:17:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ccbba

sci-calculators/bc-gh: Stabilize 6.5.0 hppa, #904374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
index 0a35269367a0..e33c38ade0c4 100644
--- a/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.5.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-06-04  3:47 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-06-04  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     60ae3649a6d0b3a8df530a1b7b1759b5c8293396
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Sun Jun  4 02:45:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 03:46:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ae3649

sci-calculators/bc-gh: add 6.6.0

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.6.0.ebuild | 75 ++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index ec318471a456..fc9156a19ec7 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
 DIST bc-6.4.0.tar.xz 460460 BLAKE2B 91d70f3907fde6d3c97c37872d57ac67e98990ab1e37324801a95184d7961002b68f2b6904520ab4c77c45a571c369fb0a6455553bb3db79553e01aece28e212 SHA512 6c7a86c534214e765e3890dffe77fb85ddf0764cde0c6ceb0385cce7de4c0d2db0815faf6bcf161fad75591461c346811a61c42c5eced7c3d84fe5b7eb719b60
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
+DIST bc-6.6.0.tar.xz 465272 BLAKE2B 489f6e20a06f2903421a2c8ba7249f52a52dadfd354de920bac098c6181d79e944c696aa787a143d72a12af1c1893b7b48341cf6e6c4003ceace88812dc72c96 SHA512 5d8e32a7e8bf34d36919f9ab4a84d410747bcaf66d8846c536e41b8a447fe0066d8b0de5a10011d77d50a880290423bae6dea1404f01edf6dfd5247d41ca19a0

diff --git a/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
new file mode 100644
index 000000000000..e33c38ade0c4
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	./configure.sh "${myconf[@]}" || die
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-06-04  3:47 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-06-04  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d704086ff1b61d00310df46cdabca7d2766fb0e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 03:47:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 03:47:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d704086f

sci-calculators/bc-gh: destabilize 6.6.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
index e33c38ade0c4..7b4e6bc4cbf5 100644
--- a/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-06-04  3:47 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-06-04  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f68b2fb3d494b4c8a39fcbaba0c95bccd0bddb39
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Sun Jun  4 02:46:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 03:46:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68b2fb3

sci-calculators/bc-gh: drop 6.4.0

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/31296
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 -
 sci-calculators/bc-gh/bc-gh-6.4.0.ebuild | 75 --------------------------------
 2 files changed, 76 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index fc9156a19ec7..b175ff439d06 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,3 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
-DIST bc-6.4.0.tar.xz 460460 BLAKE2B 91d70f3907fde6d3c97c37872d57ac67e98990ab1e37324801a95184d7961002b68f2b6904520ab4c77c45a571c369fb0a6455553bb3db79553e01aece28e212 SHA512 6c7a86c534214e765e3890dffe77fb85ddf0764cde0c6ceb0385cce7de4c0d2db0815faf6bcf161fad75591461c346811a61c42c5eced7c3d84fe5b7eb719b60
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.6.0.tar.xz 465272 BLAKE2B 489f6e20a06f2903421a2c8ba7249f52a52dadfd354de920bac098c6181d79e944c696aa787a143d72a12af1c1893b7b48341cf6e6c4003ceace88812dc72c96 SHA512 5d8e32a7e8bf34d36919f9ab4a84d410747bcaf66d8846c536e41b8a447fe0066d8b0de5a10011d77d50a880290423bae6dea1404f01edf6dfd5247d41ca19a0

diff --git a/sci-calculators/bc-gh/bc-gh-6.4.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.4.0.ebuild
deleted file mode 100644
index 7b4e6bc4cbf5..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.4.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	./configure.sh "${myconf[@]}" || die
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-09-22  6:51 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-09-22  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     062c03184abdae1332838163c9d653ca78c264ae
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Thu Sep 21 02:54:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 06:51:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062c0318

sci-calculators/bc-gh: add 6.6.1

I am going to wait until stabilizing 6.6.1 to remove old versions so
that the latest version is stable.

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/32956
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.6.1.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b175ff439d06..59b442925a85 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.6.0.tar.xz 465272 BLAKE2B 489f6e20a06f2903421a2c8ba7249f52a52dadfd354de920bac098c6181d79e944c696aa787a143d72a12af1c1893b7b48341cf6e6c4003ceace88812dc72c96 SHA512 5d8e32a7e8bf34d36919f9ab4a84d410747bcaf66d8846c536e41b8a447fe0066d8b0de5a10011d77d50a880290423bae6dea1404f01edf6dfd5247d41ca19a0
+DIST bc-6.6.1.tar.xz 466420 BLAKE2B ddf22c13e33e5526a07824900ad8294913a76ae2bc7e8a6489ee3dc5dd0c18005f74abeaf39ce81ac686fe82889f708e2e581307709966adb15355199aaf046a SHA512 5459ac61dc3fe39be9687616a801ecaf60caabb76cccc76d9e2e5aa4dc3efbb1cc33e2ad059d037c71ad3cce0cd9571d68bc13d09696cb43e5c3dfcdee117f9c

diff --git a/sci-calculators/bc-gh/bc-gh-6.6.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.6.1.ebuild
new file mode 100644
index 000000000000..5a1b0d786bf9
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.6.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-10-01  7:34 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-10-01  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d6ee8ce83315f4b95a25cd7e3ea8f43259f8fb10
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Sep 29 19:44:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 07:32:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ee8ce8

sci-calculators/bc-gh: add 6.7.0

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.7.0.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 59b442925a85..b7f35d4ca35e 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -2,3 +2,4 @@ DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce97
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.6.0.tar.xz 465272 BLAKE2B 489f6e20a06f2903421a2c8ba7249f52a52dadfd354de920bac098c6181d79e944c696aa787a143d72a12af1c1893b7b48341cf6e6c4003ceace88812dc72c96 SHA512 5d8e32a7e8bf34d36919f9ab4a84d410747bcaf66d8846c536e41b8a447fe0066d8b0de5a10011d77d50a880290423bae6dea1404f01edf6dfd5247d41ca19a0
 DIST bc-6.6.1.tar.xz 466420 BLAKE2B ddf22c13e33e5526a07824900ad8294913a76ae2bc7e8a6489ee3dc5dd0c18005f74abeaf39ce81ac686fe82889f708e2e581307709966adb15355199aaf046a SHA512 5459ac61dc3fe39be9687616a801ecaf60caabb76cccc76d9e2e5aa4dc3efbb1cc33e2ad059d037c71ad3cce0cd9571d68bc13d09696cb43e5c3dfcdee117f9c
+DIST bc-6.7.0.tar.xz 466672 BLAKE2B 65e72095a1282d0861ad76b18aed2bf96bb3e92b2e9ec90cffce00ad70219071d6203e80b251dbcd13a7908a4219fe16b7120e29ac6924794ae1c217a3c3ca46 SHA512 a4b8c0b0ba8a214e2fdd271f5090d2977c8ee3053dc52d28cbd031a4a935f0e5d9c7be8df8e1cf106ac68c18faf136917a241f5e89597e271bf127df3d6d3f9f

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.0.ebuild
new file mode 100644
index 000000000000..5a1b0d786bf9
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.7.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-10-01  7:34 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-10-01  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a947b0012f48d2da4fcaaaacb73d0405f39700f5
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Sep 29 19:45:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 07:32:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a947b001

sci-calculators/bc-gh: drop 6.1.1-r1, 6.6.0, 6.6.1

Keep one stable and one unstable version.

I will stabilize 6.7.0 in a month.

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/33127
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest              |  3 --
 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 18 -------
 sci-calculators/bc-gh/bc-gh-6.6.0.ebuild    | 75 ----------------------------
 sci-calculators/bc-gh/bc-gh-6.6.1.ebuild    | 77 -----------------------------
 4 files changed, 173 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b7f35d4ca35e..9fa4216e2395 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,5 +1,2 @@
-DIST bc-6.1.1.tar.xz 455456 BLAKE2B 7945ac623740abd9cbd894c20b8a03006caf64d2ce9770ade930d912c52b4e29b107b524d4a95ebea99e31921b7940e39e1afdeec837b4a03d3ed4e11b9f517b SHA512 0e7fb4d4223ace8ba5c1961cc0d7eba475174f92b75529fde64446b5d80db5729f848fd95507570711d2b8928996c87e837e926d31028f32e3f97cad47567d39
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
-DIST bc-6.6.0.tar.xz 465272 BLAKE2B 489f6e20a06f2903421a2c8ba7249f52a52dadfd354de920bac098c6181d79e944c696aa787a143d72a12af1c1893b7b48341cf6e6c4003ceace88812dc72c96 SHA512 5d8e32a7e8bf34d36919f9ab4a84d410747bcaf66d8846c536e41b8a447fe0066d8b0de5a10011d77d50a880290423bae6dea1404f01edf6dfd5247d41ca19a0
-DIST bc-6.6.1.tar.xz 466420 BLAKE2B ddf22c13e33e5526a07824900ad8294913a76ae2bc7e8a6489ee3dc5dd0c18005f74abeaf39ce81ac686fe82889f708e2e581307709966adb15355199aaf046a SHA512 5459ac61dc3fe39be9687616a801ecaf60caabb76cccc76d9e2e5aa4dc3efbb1cc33e2ad059d037c71ad3cce0cd9571d68bc13d09696cb43e5c3dfcdee117f9c
 DIST bc-6.7.0.tar.xz 466672 BLAKE2B 65e72095a1282d0861ad76b18aed2bf96bb3e92b2e9ec90cffce00ad70219071d6203e80b251dbcd13a7908a4219fe16b7120e29ac6924794ae1c217a3c3ca46 SHA512 a4b8c0b0ba8a214e2fdd271f5090d2977c8ee3053dc52d28cbd031a4a935f0e5d9c7be8df8e1cf106ac68c18faf136917a241f5e89597e271bf127df3d6d3f9f

diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
deleted file mode 100644
index 8640d2c4096e..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="https://git.gavinhoward.com/gavin/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
-	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -pGNU -GTl || die
-}

diff --git a/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
deleted file mode 100644
index 7b4e6bc4cbf5..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.6.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	./configure.sh "${myconf[@]}" || die
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}

diff --git a/sci-calculators/bc-gh/bc-gh-6.6.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.6.1.ebuild
deleted file mode 100644
index 5a1b0d786bf9..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.6.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	edo ./configure.sh "${myconf[@]}"
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2023-10-27  8:17 Andrew Ammerlaan
  0 siblings, 0 replies; 86+ messages in thread
From: Andrew Ammerlaan @ 2023-10-27  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8d13af47b81cafc5c7c7605fff359980d5f90041
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Mon Oct 16 20:07:25 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 08:15:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d13af47

sci-calculators/bc-gh: add 6.7.2

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/33364
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.7.2.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 9fa4216e2395..02a89289eb80 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.7.0.tar.xz 466672 BLAKE2B 65e72095a1282d0861ad76b18aed2bf96bb3e92b2e9ec90cffce00ad70219071d6203e80b251dbcd13a7908a4219fe16b7120e29ac6924794ae1c217a3c3ca46 SHA512 a4b8c0b0ba8a214e2fdd271f5090d2977c8ee3053dc52d28cbd031a4a935f0e5d9c7be8df8e1cf106ac68c18faf136917a241f5e89597e271bf127df3d6d3f9f
+DIST bc-6.7.2.tar.xz 466432 BLAKE2B b0159a3171c2b21eb07832ed70e90a9d692f98a15bc1f3ef3aea502acf9bd1dcd12fba6f276b4c725a4bbff09fa5a3513d1f457f485808359e5b7774bd5afe3a SHA512 8614277acd6b0b923a37fd84a22d868b33a44fcfdcc05e5e7a1637b7fd3c03e80bb9f578db9799c1c6d74a30c5c26bf53bd8f2328d7cb7f16f9e105ca98ff8a3

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.2.ebuild
new file mode 100644
index 000000000000..5a1b0d786bf9
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.7.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-01-10 13:12 Andrew Ammerlaan
  0 siblings, 0 replies; 86+ messages in thread
From: Andrew Ammerlaan @ 2024-01-10 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a24093edbb0ab8e7749bafffbeb93b3997033396
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Tue Dec  5 02:37:37 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 13:10:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24093ed

sci-calculators/bc-gh: add 6.7.5

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 02a89289eb80..16119980a873 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.7.0.tar.xz 466672 BLAKE2B 65e72095a1282d0861ad76b18aed2bf96bb3e92b2e9ec90cffce00ad70219071d6203e80b251dbcd13a7908a4219fe16b7120e29ac6924794ae1c217a3c3ca46 SHA512 a4b8c0b0ba8a214e2fdd271f5090d2977c8ee3053dc52d28cbd031a4a935f0e5d9c7be8df8e1cf106ac68c18faf136917a241f5e89597e271bf127df3d6d3f9f
 DIST bc-6.7.2.tar.xz 466432 BLAKE2B b0159a3171c2b21eb07832ed70e90a9d692f98a15bc1f3ef3aea502acf9bd1dcd12fba6f276b4c725a4bbff09fa5a3513d1f457f485808359e5b7774bd5afe3a SHA512 8614277acd6b0b923a37fd84a22d868b33a44fcfdcc05e5e7a1637b7fd3c03e80bb9f578db9799c1c6d74a30c5c26bf53bd8f2328d7cb7f16f9e105ca98ff8a3
+DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
new file mode 100644
index 000000000000..5a1b0d786bf9
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-01-10 13:12 Andrew Ammerlaan
  0 siblings, 0 replies; 86+ messages in thread
From: Andrew Ammerlaan @ 2024-01-10 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     95e8f915b2ab9af0402d563b27d4d0eaebcaa168
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Thu Jan  4 17:58:13 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 13:10:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e8f915

sci-calculators/bc-gh: drop 6.7.0, 6.7.2

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/34130
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  2 -
 sci-calculators/bc-gh/bc-gh-6.7.0.ebuild | 77 --------------------------------
 sci-calculators/bc-gh/bc-gh-6.7.2.ebuild | 77 --------------------------------
 3 files changed, 156 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 16119980a873..b949909ea6f0 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,2 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
-DIST bc-6.7.0.tar.xz 466672 BLAKE2B 65e72095a1282d0861ad76b18aed2bf96bb3e92b2e9ec90cffce00ad70219071d6203e80b251dbcd13a7908a4219fe16b7120e29ac6924794ae1c217a3c3ca46 SHA512 a4b8c0b0ba8a214e2fdd271f5090d2977c8ee3053dc52d28cbd031a4a935f0e5d9c7be8df8e1cf106ac68c18faf136917a241f5e89597e271bf127df3d6d3f9f
-DIST bc-6.7.2.tar.xz 466432 BLAKE2B b0159a3171c2b21eb07832ed70e90a9d692f98a15bc1f3ef3aea502acf9bd1dcd12fba6f276b4c725a4bbff09fa5a3513d1f457f485808359e5b7774bd5afe3a SHA512 8614277acd6b0b923a37fd84a22d868b33a44fcfdcc05e5e7a1637b7fd3c03e80bb9f578db9799c1c6d74a30c5c26bf53bd8f2328d7cb7f16f9e105ca98ff8a3
 DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.0.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.0.ebuild
deleted file mode 100644
index 5a1b0d786bf9..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.7.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	edo ./configure.sh "${myconf[@]}"
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.2.ebuild
deleted file mode 100644
index 5a1b0d786bf9..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.7.2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	edo ./configure.sh "${myconf[@]}"
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12  8:55 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b9120528e565f8193f4593d32383c7711d954657
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 08:54:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 08:54:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9120528

sci-calculators/bc-gh: Stabilize 6.7.5 arm, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index a7a031f5c6be..cd3cf80000a9 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12  8:55 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     620c1c407c5db4c2241250f0045a27616a2e80a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 08:54:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 08:54:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620c1c40

sci-calculators/bc-gh: Stabilize 6.7.5 arm64, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index cd3cf80000a9..2a46239f0d52 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12  8:55 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b87e317dd06c6bb31a4f78ab2296f1db2a7ea5dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 08:54:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 08:54:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87e317d

sci-calculators/bc-gh: Stabilize 6.7.5 ppc64, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index 5a1b0d786bf9..e13fd475e43d 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12  8:55 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     615c13d6f42c75141d4b1d72c6d40ce28819e425
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 08:54:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 08:54:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615c13d6

sci-calculators/bc-gh: Stabilize 6.7.5 sparc, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index 2a46239f0d52..ebe551a3f501 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12  8:55 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7a2168833af6fff8122b9fded4b7426dc74a1d8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 08:54:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 08:54:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a216883

sci-calculators/bc-gh: Stabilize 6.7.5 hppa, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index e13fd475e43d..a7a031f5c6be 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12 13:05 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8566370b102f51d97a59c4326c436ef800d94b1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 13:04:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 13:04:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8566370b

sci-calculators/bc-gh: Stabilize 6.7.5 amd64, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index ebe551a3f501..9305332468a5 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-12 13:05 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-12 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7cdeb97a349481d85d93fb8b4c054b4b0e5c8df9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 13:04:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 13:04:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdeb97a

sci-calculators/bc-gh: Stabilize 6.7.5 x86, #924325

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index 9305332468a5..4751f8f0ba6f 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-02-28  2:32 Ionen Wolkens
  0 siblings, 0 replies; 86+ messages in thread
From: Ionen Wolkens @ 2024-02-28  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ba511d9fb47282621e9c24a795ee4bcdcf71df42
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Feb 27 20:33:53 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 02:32:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba511d9f

sci-calculators/bc-gh: Stabilize 6.7.5 ppc, #924325

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sci-calculators/bc-gh/bc-gh-6.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
index 4751f8f0ba6f..cdc41bcabca8 100644
--- a/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
+++ b/sci-calculators/bc-gh/bc-gh-6.7.5.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="libedit readline"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-07-08  3:19 Eli Schwartz
  0 siblings, 0 replies; 86+ messages in thread
From: Eli Schwartz @ 2024-07-08  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6942dabd89785758c98a1d5b7b972ff57b4a42bf
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Sat Jun 15 05:48:23 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 03:18:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6942dabd

sci-calculators/bc-gh: add 6.7.6

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/37170
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-6.7.6.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index b949909ea6f0..e9f5245f83e7 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,2 +1,3 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4
+DIST bc-6.7.6.tar.xz 473104 BLAKE2B 447cf15d94e8800ad81d734efef5a6b4dfdc4930eeb0bff3a4c093e31d65a8449cf3e685af077ae3397a1a730c4345fb7e95c82446d09b692f4fd6ef6e90ea88 SHA512 418ce61e8151a548627b794692325f48c68f8cedca7a0cb8d896bb74510f55b33486214af0af1b160c1f387f3d034300dff6fbc29c2d44d7b304a7a37c3c478b

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.6.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.6.ebuild
new file mode 100644
index 000000000000..f60e406b8630
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.7.6.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-08-23  4:10 Eli Schwartz
  0 siblings, 0 replies; 86+ messages in thread
From: Eli Schwartz @ 2024-08-23  4:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4c28e5fc4403d18dbf25851866a172cce9224943
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Aug 23 03:30:35 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 04:10:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c28e5fc

sci-calculators/bc-gh: drop 6.7.6

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/38252
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 -
 sci-calculators/bc-gh/bc-gh-6.7.6.ebuild | 77 --------------------------------
 2 files changed, 78 deletions(-)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 008a6d3635e0..dd7d47ba3ed0 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1,3 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4
-DIST bc-6.7.6.tar.xz 473104 BLAKE2B 447cf15d94e8800ad81d734efef5a6b4dfdc4930eeb0bff3a4c093e31d65a8449cf3e685af077ae3397a1a730c4345fb7e95c82446d09b692f4fd6ef6e90ea88 SHA512 418ce61e8151a548627b794692325f48c68f8cedca7a0cb8d896bb74510f55b33486214af0af1b160c1f387f3d034300dff6fbc29c2d44d7b304a7a37c3c478b
 DIST bc-7.0.0.tar.xz 474468 BLAKE2B 2905f96639558a7f1203a0f63207f26b5e4cb75a91c4b848a4ef7f0313dfaa698499f948eb7ecdbc5eb3fcd0bd3ecf8c2f005256e48a58615fa8b69ec19932ae SHA512 ef89525eea8773dddb7efd3dd33f589de287ac807b772480e884bd666f29b2b0b362c999029cc6d82733f830195ca3f6fd867f15190fbcbf807ddbc4b24abb65

diff --git a/sci-calculators/bc-gh/bc-gh-6.7.6.ebuild b/sci-calculators/bc-gh/bc-gh-6.7.6.ebuild
deleted file mode 100644
index f60e406b8630..000000000000
--- a/sci-calculators/bc-gh/bc-gh-6.7.6.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo
-
-MY_P="bc-${PV}"
-DESCRIPTION="Implementation of POSIX bc with GNU extensions"
-HOMEPAGE="
-	https://git.gavinhoward.com/gavin/bc/
-	https://github.com/gavinhoward/bc/
-"
-SRC_URI="
-	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libedit readline"
-
-DEPEND="
-	!readline? (
-		libedit? ( dev-libs/libedit:= )
-	)
-	readline? (
-		sys-libs/readline:=
-		sys-libs/ncurses:=
-	)
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local myconf=(
-		# GNU and BSD bc's have slightly different behavior. This bc can act
-		# like both, changing at runtime with environment variables, but it
-		# needs defaults, which can be set at compile time. This option sets all
-		# of the defaults to match the GNU bc/dc since it's common on Linux.
-		-pGNU
-		# A lot of test results are generated first by a bc compatible with the
-		# GNU bc. If there is no GNU bc installed, then those tests should be
-		# skipped. That's what this option does. Without it, we would have a
-		# dependency cycle. Those tests are super long, anyway.
-		-G
-		# Disables the automatic stripping of binaries.
-		-T
-		# Enables installing all locales, which is important for packages.
-		-l
-		# Disables some "problematic" tests that need specific options on Linux
-		# to not trigger the OOM killer because malloc() lies.
-		-P
-	)
-	if use readline ; then
-		myconf+=( -r )
-	elif use libedit ; then
-		myconf+=( -e )
-	fi
-
-	local -x EXECSUFFIX="-gh"
-	local -x PREFIX="${EPREFIX}/usr"
-	edo ./configure.sh "${myconf[@]}"
-}
-
-src_test() {
-	# This is to fix a bug encountered on Arch. It is to ensure we don't get
-	# segfaults on `make check` when the error messages change because the error
-	# messages are passed to printf(); they have format specifiers. With these
-	# env vars, the internal error messages are used, instead of the installed
-	# locales, which might be different since the new locale files are not
-	# installed yet. (It is impossible to use uninstalled locales because of the
-	# poor design of POSIX locales.)
-	env LANG=C LC_ALL=C emake check
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-08-23  4:10 Eli Schwartz
  0 siblings, 0 replies; 86+ messages in thread
From: Eli Schwartz @ 2024-08-23  4:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7ddff7fe0d7817e30215be831f49737b52181bd4
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Fri Aug 23 03:29:40 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 04:09:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddff7fe

sci-calculators/bc-gh: add 7.0.0

Closes: https://bugs.gentoo.org/937152
Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-7.0.0.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index e9f5245f83e7..008a6d3635e0 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4
 DIST bc-6.7.6.tar.xz 473104 BLAKE2B 447cf15d94e8800ad81d734efef5a6b4dfdc4930eeb0bff3a4c093e31d65a8449cf3e685af077ae3397a1a730c4345fb7e95c82446d09b692f4fd6ef6e90ea88 SHA512 418ce61e8151a548627b794692325f48c68f8cedca7a0cb8d896bb74510f55b33486214af0af1b160c1f387f3d034300dff6fbc29c2d44d7b304a7a37c3c478b
+DIST bc-7.0.0.tar.xz 474468 BLAKE2B 2905f96639558a7f1203a0f63207f26b5e4cb75a91c4b848a4ef7f0313dfaa698499f948eb7ecdbc5eb3fcd0bd3ecf8c2f005256e48a58615fa8b69ec19932ae SHA512 ef89525eea8773dddb7efd3dd33f589de287ac807b772480e884bd666f29b2b0b362c999029cc6d82733f830195ca3f6fd867f15190fbcbf807ddbc4b24abb65

diff --git a/sci-calculators/bc-gh/bc-gh-7.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-7.0.0.ebuild
new file mode 100644
index 000000000000..f60e406b8630
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-7.0.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-09-02  5:08 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-09-02  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     27c48d672662aa4af60e3722ec76230aaa48a86a
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Mon Sep  2 03:57:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 05:07:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c48d67

sci-calculators/bc-gh: add 7.0.1

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/38375
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-7.0.1.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index dd7d47ba3ed0..8009bee745eb 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,3 +1,4 @@
 DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9a3ca1c32e9a717db682ce88cc6ba453d5e9b09539dcb8ddbb258b7b7dbdd2e27279355e3c35028d56130 SHA512 1cb03038d828a0b10734c29931777add8b22f194c507b8ff538ec1aa52a2a97a4ac2733d72cdb0710fdc6937807074e929f7918c56aaf5be8fbe908ea7c5a401
 DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4
 DIST bc-7.0.0.tar.xz 474468 BLAKE2B 2905f96639558a7f1203a0f63207f26b5e4cb75a91c4b848a4ef7f0313dfaa698499f948eb7ecdbc5eb3fcd0bd3ecf8c2f005256e48a58615fa8b69ec19932ae SHA512 ef89525eea8773dddb7efd3dd33f589de287ac807b772480e884bd666f29b2b0b362c999029cc6d82733f830195ca3f6fd867f15190fbcbf807ddbc4b24abb65
+DIST bc-7.0.1.tar.xz 474272 BLAKE2B ed83854828a917c5e5cdfcb46d2b0a2769f937c45cb454533ad42c3037331fcf4a668acaffb11acde733f587270d121ed3f6677f50b751de25835bd9b267f63a SHA512 376ef1b4a72a64ee114ee5a835ea36ad4f26fdd06662df2db387e645c7ab86b49b019461928e891455daeae9afddb496959c4b2aebeafb1b37051c379c62a888

diff --git a/sci-calculators/bc-gh/bc-gh-7.0.1.ebuild b/sci-calculators/bc-gh/bc-gh-7.0.1.ebuild
new file mode 100644
index 000000000000..f60e406b8630
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-7.0.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
@ 2024-09-19 23:54 Eli Schwartz
  0 siblings, 0 replies; 86+ messages in thread
From: Eli Schwartz @ 2024-09-19 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     65aceba01ac1611a944e4223e181b55b0536ec9b
Author:     Gavin D. Howard <gavin <AT> gavinhoward <DOT> com>
AuthorDate: Wed Sep 18 03:28:24 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 23:51:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65aceba0

sci-calculators/bc-gh: add 7.0.2

Someone found another bug. Sorry.

Will clean up when we stabilize.

Signed-off-by: Gavin D. Howard <gavin <AT> gavinhoward.com>
Closes: https://github.com/gentoo/gentoo/pull/38655
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-7.0.2.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 8009bee745eb..f4ff0def93f3 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -2,3 +2,4 @@ DIST bc-6.5.0.tar.xz 461380 BLAKE2B e4aa633162d03fc5723e967ba81f985ab1b16e47b3c9
 DIST bc-6.7.5.tar.xz 468572 BLAKE2B 3942cfbbc2b8a307bc24b9f7c3e037bce374bd17332b236a8c76ccacef1177e36669b7f61944a5c5791b0a436dec171991cfc821526865a816fba91e65aa1f04 SHA512 5f689fd20801ea7ede725ae5dc4e8744bdf2d72424bffef99c53193a950f4bd83b6eb4c5a07556576d0b3f5b6cd7f9fc7cbcb41d27891f488bb2e97a186f76a4
 DIST bc-7.0.0.tar.xz 474468 BLAKE2B 2905f96639558a7f1203a0f63207f26b5e4cb75a91c4b848a4ef7f0313dfaa698499f948eb7ecdbc5eb3fcd0bd3ecf8c2f005256e48a58615fa8b69ec19932ae SHA512 ef89525eea8773dddb7efd3dd33f589de287ac807b772480e884bd666f29b2b0b362c999029cc6d82733f830195ca3f6fd867f15190fbcbf807ddbc4b24abb65
 DIST bc-7.0.1.tar.xz 474272 BLAKE2B ed83854828a917c5e5cdfcb46d2b0a2769f937c45cb454533ad42c3037331fcf4a668acaffb11acde733f587270d121ed3f6677f50b751de25835bd9b267f63a SHA512 376ef1b4a72a64ee114ee5a835ea36ad4f26fdd06662df2db387e645c7ab86b49b019461928e891455daeae9afddb496959c4b2aebeafb1b37051c379c62a888
+DIST bc-7.0.2.tar.xz 475084 BLAKE2B f4d17f9669eb941e0314a174b17dfde46040eafc31fc0f45930a78920a92aee306031e57ff310e2485a1d77074760c992587ed0251a20e084a1e4df14060a46a SHA512 deac1ffa11562b71ec9c238d375e16d46b63b7330092ef43e38f087fc5f9c813adb6fa352aab45cb96a17206de3d2d2e62825aef19ff9aed72ea63fc3b9ea603

diff --git a/sci-calculators/bc-gh/bc-gh-7.0.2.ebuild b/sci-calculators/bc-gh/bc-gh-7.0.2.ebuild
new file mode 100644
index 000000000000..9617ad8ff871
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-7.0.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo
+
+MY_P="bc-${PV}"
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="
+	https://git.gavinhoward.com/gavin/bc/
+	https://github.com/gavinhoward/bc/
+"
+SRC_URI="
+	https://github.com/gavinhoward/bc/releases/download/${PV}/${MY_P}.tar.xz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="libedit readline"
+
+DEPEND="
+	!readline? (
+		libedit? ( dev-libs/libedit:= )
+	)
+	readline? (
+		sys-libs/readline:=
+		sys-libs/ncurses:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local myconf=(
+		# GNU and BSD bc's have slightly different behavior. This bc can act
+		# like both, changing at runtime with environment variables, but it
+		# needs defaults, which can be set at compile time. This option sets all
+		# of the defaults to match the GNU bc/dc since it's common on Linux.
+		-pGNU
+		# A lot of test results are generated first by a bc compatible with the
+		# GNU bc. If there is no GNU bc installed, then those tests should be
+		# skipped. That's what this option does. Without it, we would have a
+		# dependency cycle. Those tests are super long, anyway.
+		-G
+		# Disables the automatic stripping of binaries.
+		-T
+		# Enables installing all locales, which is important for packages.
+		-l
+		# Disables some "problematic" tests that need specific options on Linux
+		# to not trigger the OOM killer because malloc() lies.
+		-P
+	)
+	if use readline ; then
+		myconf+=( -r )
+	elif use libedit ; then
+		myconf+=( -e )
+	fi
+
+	local -x EXECSUFFIX="-gh"
+	local -x PREFIX="${EPREFIX}/usr"
+	edo ./configure.sh "${myconf[@]}"
+}
+
+src_test() {
+	# This is to fix a bug encountered on Arch. It is to ensure we don't get
+	# segfaults on `make check` when the error messages change because the error
+	# messages are passed to printf(); they have format specifiers. With these
+	# env vars, the internal error messages are used, instead of the installed
+	# locales, which might be different since the new locale files are not
+	# installed yet. (It is impossible to use uninstalled locales because of the
+	# poor design of POSIX locales.)
+	env LANG=C LC_ALL=C emake check
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread

end of thread, other threads:[~2024-09-19 23:54 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23  4:10 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/ Eli Schwartz
  -- strict thread matches above, loose matches on Subject: below --
2024-09-19 23:54 Eli Schwartz
2024-09-02  5:08 Sam James
2024-08-23  4:10 Eli Schwartz
2024-07-08  3:19 Eli Schwartz
2024-02-28  2:32 Ionen Wolkens
2024-02-12 13:05 Sam James
2024-02-12 13:05 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-01-10 13:12 Andrew Ammerlaan
2024-01-10 13:12 Andrew Ammerlaan
2023-10-27  8:17 Andrew Ammerlaan
2023-10-01  7:34 Sam James
2023-10-01  7:34 Sam James
2023-09-22  6:51 Arthur Zamarin
2023-06-04  3:47 Sam James
2023-06-04  3:47 Sam James
2023-06-04  3:47 Sam James
2023-04-16  7:18 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:41 Joonas Niilola
2023-04-16  6:41 Joonas Niilola
2023-03-19  3:22 Sam James
2023-03-10  6:53 Sam James
2023-03-10  6:53 Sam James
2023-02-28  5:34 Sam James
2023-02-19 19:56 Sam James
2023-02-13  3:41 Matt Turner
2023-02-01  7:27 Sam James
2023-01-01 21:10 Sam James
2023-01-01 21:10 Sam James
2022-12-28  0:33 Sam James
2022-12-27 19:53 Sam James
2022-12-27 19:45 Sam James
2022-12-27 13:40 Sam James
2022-12-27 11:31 Sam James
2022-12-18 11:45 James Le Cuirot
2022-12-18  1:50 Yixun Lan
2022-12-16 21:19 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-16 18:26 Arthur Zamarin
2022-11-19  6:04 Ionen Wolkens
2022-11-19  6:04 Ionen Wolkens
2022-11-18  8:17 Joonas Niilola
2022-06-24 13:04 Andrew Ammerlaan
2022-06-24 13:04 Andrew Ammerlaan
2021-11-28  0:20 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-10-19  3:04 Ionen Wolkens
2021-08-10  9:51 Ionen Wolkens
2021-06-02 12:59 Joonas Niilola
2021-06-02 12:59 Joonas Niilola
2021-05-04 13:30 Joonas Niilola
2021-03-19  7:35 Joonas Niilola
2021-03-19  7:35 Joonas Niilola
2021-03-05 16:18 Joonas Niilola
2021-03-04 14:09 Joonas Niilola
2021-03-04 14:09 Joonas Niilola
2021-02-22 14:47 Joonas Niilola
2021-02-10 14:55 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-11-03  9:17 Joonas Niilola
2020-10-13 12:06 Joonas Niilola
2020-10-13 12:06 Joonas Niilola
2020-08-21  7:15 Joonas Niilola
2020-08-11  8:35 Sam James
2020-07-20 12:33 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2020-05-05  8:47 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-04-14  8:35 Joonas Niilola
2020-02-20 13:27 Joonas Niilola
2019-11-28 16:34 Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox