From 90ba515866bc943a546856ea028ee843374e98ca Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 19 Nov 2022 00:59:04 -0500 Subject: 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 --- sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 18 ++++++++++++++++++ sci-calculators/bc-gh/bc-gh-6.1.1.ebuild | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild delete mode 100644 sci-calculators/bc-gh/bc-gh-6.1.1.ebuild (limited to 'sci-calculators') 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 new file mode 100644 index 000000000000..33766bb56a93 --- /dev/null +++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.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 -pGNU -GTl || die +} diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1.ebuild deleted file mode 100644 index 33766bb56a93..000000000000 --- a/sci-calculators/bc-gh/bc-gh-6.1.1.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 -pGNU -GTl || die -} -- cgit v1.2.3-65-gdbad