Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/pcalc/
Date: Wed, 23 Feb 2022 04:15:07
Message-Id: 1645589667.573652ffd4b81c41964b6783db89bb8b48f30cfa.vapier@gentoo
1 commit: 573652ffd4b81c41964b6783db89bb8b48f30cfa
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 04:14:27 2022 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 04:14:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573652ff
7
8 sci-calculators/pcalc: drop old 3-r1 version
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 sci-calculators/pcalc/Manifest | 1 -
13 sci-calculators/pcalc/pcalc-3-r1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/sci-calculators/pcalc/Manifest b/sci-calculators/pcalc/Manifest
17 index 03b7861110ea..08cc54e05eb6 100644
18 --- a/sci-calculators/pcalc/Manifest
19 +++ b/sci-calculators/pcalc/Manifest
20 @@ -1,2 +1 @@
21 -DIST pcalc-3.tar.xz 66908 BLAKE2B 40473405f564d5dc5fd43f6f7fc4a80d41d7c9b09f8f6915408313aa45ecaa860b27debe0131fa0450b9b62a7ed4157bc433c7866910211551c6b159113cecc3 SHA512 55b6644300a8eb5224df5a0885907c10847df7ab6296d012eb2bb638876687ddbe23d5b76e31ac6ff4c159e44940d5cf6ba747f2a410943fdc25c9d9855fd60e
22 DIST pcalc-4.tar.xz 68948 BLAKE2B f7d17e3ebf76aeccd9b7c74fe6ecfa7de94d8450d302e3b094b57f4050e0be2448887ea131496ab00ee140d0a44b0dd8d5b5564feb8fdc47d2fbbe5010af73d9 SHA512 6492ca89c5f60549f9388d8b7edad21c1c912feea0ee1a1271d730a63832c3b562b1a6bc9f69a0bd3118407906646c8d8fbed6c6d9a62db6a6bbde22579c1fd0
23
24 diff --git a/sci-calculators/pcalc/pcalc-3-r1.ebuild b/sci-calculators/pcalc/pcalc-3-r1.ebuild
25 deleted file mode 100644
26 index 3c4fa225091f..000000000000
27 --- a/sci-calculators/pcalc/pcalc-3-r1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="6"
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="the programmers calculator"
38 -HOMEPAGE="https://github.com/vapier/pcalc"
39 -SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
44 -IUSE=""
45 -
46 -DEPEND="sys-devel/flex"
47 -RDEPEND=""
48 -
49 -src_prepare() {
50 - default
51 - sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile || die
52 -}
53 -
54 -src_configure() {
55 - tc-export CC
56 -}