summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-07 01:22:42 +0000
committerSam James <sam@gentoo.org>2021-01-07 01:22:42 +0000
commit8a4b005141be59d55dd58d69664e0f36d0c7f104 (patch)
tree02846a7882060e57a0559c41fe0ac23f1966d886 /app-editors/curses-hexedit
parentx11-plugins/hexchat-javascript: cleanup old (diff)
downloadgentoo-8a4b005141be59d55dd58d69664e0f36d0c7f104.tar.gz
gentoo-8a4b005141be59d55dd58d69664e0f36d0c7f104.tar.bz2
gentoo-8a4b005141be59d55dd58d69664e0f36d0c7f104.zip
app-editors/curses-hexedit: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/curses-hexedit')
-rw-r--r--app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild32
1 files changed, 0 insertions, 32 deletions
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-
-}