diff options
Diffstat (limited to 'app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild')
-rw-r--r-- | app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild | 32 |
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- -} |