diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 20:10:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 20:10:38 +0000 |
commit | 254b65a90b37199a4d771dee52fd81c92d40d647 (patch) | |
tree | dfb17db5d86b4b2a22ae2d9c9bd742e232fe207e /dev-util/hxd | |
parent | leave MAKEOPTS alone (Manifest recommit) (diff) | |
download | gentoo-2-254b65a90b37199a4d771dee52fd81c92d40d647.tar.gz gentoo-2-254b65a90b37199a4d771dee52fd81c92d40d647.tar.bz2 gentoo-2-254b65a90b37199a4d771dee52fd81c92d40d647.zip |
tidy
Diffstat (limited to 'dev-util/hxd')
-rw-r--r-- | dev-util/hxd/hxd-0.70.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
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 } |