diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:48:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:48:34 +0000 |
commit | 8902defdb8e9a6f96af61196c01ceaa64965058e (patch) | |
tree | 50622913b7a1752f4c6448af9e432147fd9e8e1f /dev-util/hxd | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.gz historical-8902defdb8e9a6f96af61196c01ceaa64965058e.tar.bz2 historical-8902defdb8e9a6f96af61196c01ceaa64965058e.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-util/hxd')
-rw-r--r-- | dev-util/hxd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/hxd/hxd-0.70.02.ebuild | 4 | ||||
-rw-r--r-- | dev-util/hxd/hxd-0.70.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/hxd/ChangeLog b/dev-util/hxd/ChangeLog index 5b7998e6b69f..6dd8d5f708bc 100644 --- a/dev-util/hxd/ChangeLog +++ b/dev-util/hxd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/hxd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.10 2009/08/23 04:31:47 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.11 2009/09/23 17:45:18 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hxd-0.70.ebuild, + hxd-0.70.02.ebuild: + Remove virtual/libc *hxd-0.70.02 (23 Aug 2009) diff --git a/dev-util/hxd/hxd-0.70.02.ebuild b/dev-util/hxd/hxd-0.70.02.ebuild index 73225e05c382..240e82ca4cc0 100644 --- a/dev-util/hxd/hxd-0.70.02.ebuild +++ b/dev-util/hxd/hxd-0.70.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.02.ebuild,v 1.1 2009/08/23 04:31:47 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.02.ebuild,v 1.2 2009/09/23 17:45:18 patrick Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_unpack() { diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild index 85347519dc6d..6fed9c0844c3 100644 --- a/dev-util/hxd/hxd-0.70.ebuild +++ b/dev-util/hxd/hxd-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.8 2008/12/27 05:46:19 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.9 2009/09/23 17:45:18 patrick Exp $ DESCRIPTION="Binary to hexadecimal converter" HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_install() { dobin hxd unhxd |