summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-05-05 22:03:03 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-05-05 22:04:42 -0400
commit74413dd3dea336a59e923995581a63daf01a9f14 (patch)
treefde6648deae304ad9ae1ea076010e2f6eae86eea /dev-util/hxd
parentdev-util/scanmem: remove unused version 0.15.2. (diff)
downloadgentoo-74413dd3dea336a59e923995581a63daf01a9f14.tar.gz
gentoo-74413dd3dea336a59e923995581a63daf01a9f14.tar.bz2
gentoo-74413dd3dea336a59e923995581a63daf01a9f14.zip
dev-util/hxd: remove unused version 0.70.02-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/hxd')
-rw-r--r--dev-util/hxd/hxd-0.70.02-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/hxd/hxd-0.70.02-r1.ebuild b/dev-util/hxd/hxd-0.70.02-r1.ebuild
deleted file mode 100644
index f26130940c87..000000000000
--- a/dev-util/hxd/hxd-0.70.02-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Binary to hexadecimal converter"
-HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/"
-SRC_URI="http://linux.xulin.de/c/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc"
-IUSE=""
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-prll-flags.patch \
- "${FILESDIR}"/${P}-llong-redef.patch
- tc-export CC
-}
-
-src_install() {
- dobin hxd unhxd
- doman hxd.1 unhxd.1
- dodoc README TODO
-}