diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-22 23:14:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-22 23:14:27 -0500 |
commit | 573652ffd4b81c41964b6783db89bb8b48f30cfa (patch) | |
tree | 20b5aa1950d6ec34c11eaea0e8103558eb2ef1d6 /sci-calculators/pcalc | |
parent | sci-calculators/pcalc: mark 4 ppc stable #793047 (diff) | |
download | gentoo-573652ffd4b81c41964b6783db89bb8b48f30cfa.tar.gz gentoo-573652ffd4b81c41964b6783db89bb8b48f30cfa.tar.bz2 gentoo-573652ffd4b81c41964b6783db89bb8b48f30cfa.zip |
sci-calculators/pcalc: drop old 3-r1 version
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sci-calculators/pcalc')
-rw-r--r-- | sci-calculators/pcalc/Manifest | 1 | ||||
-rw-r--r-- | sci-calculators/pcalc/pcalc-3-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sci-calculators/pcalc/Manifest b/sci-calculators/pcalc/Manifest index 03b7861110ea..08cc54e05eb6 100644 --- a/sci-calculators/pcalc/Manifest +++ b/sci-calculators/pcalc/Manifest @@ -1,2 +1 @@ -DIST pcalc-3.tar.xz 66908 BLAKE2B 40473405f564d5dc5fd43f6f7fc4a80d41d7c9b09f8f6915408313aa45ecaa860b27debe0131fa0450b9b62a7ed4157bc433c7866910211551c6b159113cecc3 SHA512 55b6644300a8eb5224df5a0885907c10847df7ab6296d012eb2bb638876687ddbe23d5b76e31ac6ff4c159e44940d5cf6ba747f2a410943fdc25c9d9855fd60e DIST pcalc-4.tar.xz 68948 BLAKE2B f7d17e3ebf76aeccd9b7c74fe6ecfa7de94d8450d302e3b094b57f4050e0be2448887ea131496ab00ee140d0a44b0dd8d5b5564feb8fdc47d2fbbe5010af73d9 SHA512 6492ca89c5f60549f9388d8b7edad21c1c912feea0ee1a1271d730a63832c3b562b1a6bc9f69a0bd3118407906646c8d8fbed6c6d9a62db6a6bbde22579c1fd0 diff --git a/sci-calculators/pcalc/pcalc-3-r1.ebuild b/sci-calculators/pcalc/pcalc-3-r1.ebuild deleted file mode 100644 index 3c4fa225091f..000000000000 --- a/sci-calculators/pcalc/pcalc-3-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit toolchain-funcs - -DESCRIPTION="the programmers calculator" -HOMEPAGE="https://github.com/vapier/pcalc" -SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="sys-devel/flex" -RDEPEND="" - -src_prepare() { - default - sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile || die -} - -src_configure() { - tc-export CC -} |