diff options
author | David Holm <dholm@gentoo.org> | 2005-05-07 14:50:39 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-07 14:50:39 +0000 |
commit | 45abf745cb830e881a0406de785650cb32a026cb (patch) | |
tree | fd7fab3b3b28a39598e637145740864338343977 /dev-util/hxd | |
parent | Revision bump with a patch to finally kill bug #88831, and close bug #87708. (diff) | |
download | gentoo-2-45abf745cb830e881a0406de785650cb32a026cb.tar.gz gentoo-2-45abf745cb830e881a0406de785650cb32a026cb.tar.bz2 gentoo-2-45abf745cb830e881a0406de785650cb32a026cb.zip |
Added to ~ppc
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-util/hxd')
-rw-r--r-- | dev-util/hxd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/hxd/hxd-0.70.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/hxd/ChangeLog b/dev-util/hxd/ChangeLog index 4e073b2a408a..090ae521f1e0 100644 --- a/dev-util/hxd/ChangeLog +++ b/dev-util/hxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/hxd -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.5 2004/07/02 05:08:53 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.6 2005/05/07 14:50:39 dholm Exp $ + + 07 May 2005; David Holm <dholm@gentoo.org> hxd-0.70.ebuild: + Added to ~ppc. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> hxd-0.70.ebuild: virtual/glibc -> virtual/libc diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild index dc552a554bd1..774649dba660 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 +# Copyright 1999-2005 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.6 2004/07/21 20:10:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.7 2005/05/07 14:50:39 dholm Exp $ DESCRIPTION="Binary to hexadecimal converter" HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" @@ -8,7 +8,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/file/hex/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="~x86 ~sparc ~mips ~ppc" IUSE="" DEPEND="virtual/libc" |