diff options
author | 2021-03-30 20:33:38 +0200 | |
---|---|---|
committer | 2021-03-30 20:33:44 +0200 | |
commit | f32d37a02f0d212dab60b828e1e407b06e450f16 (patch) | |
tree | db4fdeb6689b5342be487bbd6568a92a98a5a339 /app-editors/dhex/dhex-0.68.ebuild | |
parent | app-editors/dhex: Stabilize 0.69 amd64, #776259 (diff) | |
download | gentoo-f32d37a02f0d212dab60b828e1e407b06e450f16.tar.gz gentoo-f32d37a02f0d212dab60b828e1e407b06e450f16.tar.bz2 gentoo-f32d37a02f0d212dab60b828e1e407b06e450f16.zip |
app-editors/dhex: Drop 0.68, EAPI5--
Closes: https://bugs.gentoo.org/776259
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/dhex/dhex-0.68.ebuild')
-rw-r--r-- | app-editors/dhex/dhex-0.68.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-editors/dhex/dhex-0.68.ebuild b/app-editors/dhex/dhex-0.68.ebuild deleted file mode 100644 index bce05d75ad52..000000000000 --- a/app-editors/dhex/dhex-0.68.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -MY_P=${PN}_${PV} - -DESCRIPTION="ncurses-based hex-editor with diff mode" -HOMEPAGE="http://www.dettus.net/dhex/" -SRC_URI="http://www.dettus.net/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~mips x86" -IUSE="" - -DEPEND="sys-libs/ncurses:=" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.63-Makefile.patch -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" -} - -src_install() { - dobin dhex - dodoc README.txt - doman dhex.1 dhex_markers.5 dhex_searchlog.5 dhexrc.5 -} |