Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/curses-hexedit/
Date: Thu, 07 Jan 2021 01:24:11
Message-Id: 1609982562.8a4b005141be59d55dd58d69664e0f36d0c7f104.sam@gentoo
1 commit: 8a4b005141be59d55dd58d69664e0f36d0c7f104
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:22:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:22:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4b0051
7
8 app-editors/curses-hexedit: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../curses-hexedit/curses-hexedit-0.9.7.ebuild | 32 ----------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
17 deleted file mode 100644
18 index 7eddb2375aa..00000000000
19 --- a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -# There's already a "hexedit" package in the tree, so name this one differently
26 -
27 -EAPI="5"
28 -
29 -inherit toolchain-funcs eutils autotools
30 -
31 -MY_P=${P/curses-}
32 -DESCRIPTION="full screen curses hex editor (with insert/delete support)"
33 -HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/"
34 -SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
35 -
36 -LICENSE="GPL-2+"
37 -SLOT="0"
38 -KEYWORDS="amd64 x86"
39 -IUSE=""
40 -
41 -RDEPEND="sys-libs/ncurses:="
42 -DEPEND="${RDEPEND}"
43 -
44 -S=${WORKDIR}/${MY_P}
45 -
46 -src_prepare() {
47 - epatch "${FILESDIR}"/${P}-ncurses-pkg-config.patch
48 - eautoreconf
49 -}
50 -
51 -src_configure() {
52 - econf --program-prefix=curses-
53 -}