From 8a4b005141be59d55dd58d69664e0f36d0c7f104 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 7 Jan 2021 01:22:42 +0000 Subject: app-editors/curses-hexedit: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- .../curses-hexedit/curses-hexedit-0.9.7.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild (limited to 'app-editors') diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild deleted file mode 100644 index 7eddb2375aaf..000000000000 --- a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# There's already a "hexedit" package in the tree, so name this one differently - -EAPI="5" - -inherit toolchain-funcs eutils autotools - -MY_P=${P/curses-} -DESCRIPTION="full screen curses hex editor (with insert/delete support)" -HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/" -SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="sys-libs/ncurses:=" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-ncurses-pkg-config.patch - eautoreconf -} - -src_configure() { - econf --program-prefix=curses- -} -- cgit v1.2.3-65-gdbad