summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-21 20:10:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-21 20:10:38 +0000
commit4bda1fcca8fa7f3775ba02d19b5c51484a0367fa (patch)
treeee22650addf8e331ef7b808ddafadff1f2f594fa /dev-util/hxd
parentleave MAKEOPTS alone (diff)
downloadhistorical-4bda1fcca8fa7f3775ba02d19b5c51484a0367fa.tar.gz
historical-4bda1fcca8fa7f3775ba02d19b5c51484a0367fa.tar.bz2
historical-4bda1fcca8fa7f3775ba02d19b5c51484a0367fa.zip
tidy
Diffstat (limited to 'dev-util/hxd')
-rw-r--r--dev-util/hxd/Manifest2
-rw-r--r--dev-util/hxd/hxd-0.70.ebuild10
2 files changed, 3 insertions, 9 deletions
diff --git a/dev-util/hxd/Manifest b/dev-util/hxd/Manifest
index b00302a1444e..d49bf57915ee 100644
--- a/dev-util/hxd/Manifest
+++ b/dev-util/hxd/Manifest
@@ -1,3 +1,3 @@
MD5 8d020634ccf1670fc4972d6db34762ea ChangeLog 693
-MD5 ef3cf282c6c97a6d1586c6cdaeae64cf hxd-0.70.ebuild 633
+MD5 e5c6dcd45db384b7f339e8cfcfd69d7b hxd-0.70.ebuild 557
MD5 59467237515852787a3a00d76dbb3ad6 files/digest-hxd-0.70 59
diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild
index 7ef42d2fc019..dc552a554bd1 100644
--- a/dev-util/hxd/hxd-0.70.ebuild
+++ b/dev-util/hxd/hxd-0.70.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.5 2004/07/02 05:08:53 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.6 2004/07/21 20:10:38 mr_bones_ Exp $
DESCRIPTION="Binary to hexadecimal converter"
HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/"
@@ -12,15 +12,9 @@ KEYWORDS="~x86 ~sparc ~mips"
IUSE=""
DEPEND="virtual/libc"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf || die
- emake || die
-}
src_install() {
dobin hxd unhxd
doman hxd.1 unhxd.1
- dodoc CHANGELOG COPYING README TODO
+ dodoc CHANGELOG README TODO
}