diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-17 21:36:18 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-17 21:36:18 +0000 |
commit | 1701f95f8851341cc1d253392797364bcbd1e152 (patch) | |
tree | cec9c5ce52fe89768f653e934dea7b944e27d9d6 /app-editors/hexedit | |
parent | version bump (diff) | |
download | historical-1701f95f8851341cc1d253392797364bcbd1e152.tar.gz historical-1701f95f8851341cc1d253392797364bcbd1e152.tar.bz2 historical-1701f95f8851341cc1d253392797364bcbd1e152.zip |
stable on ppc64
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/Manifest | 4 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index b0e8031b6556..299c2774b4eb 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.18 2004/11/15 20:13:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.19 2004/12/17 21:36:18 corsair Exp $ + + 17 Dec 2004; Markus Rothe <corsair@gentoo.org> hexedit-1.2.10.ebuild: + Stable on ppc64 15 Nov 2004; Markus Rothe <corsair@gentoo.org> hexedit-1.2.10.ebuild: Marked ~ppc64; bug #71168 diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest index a79b170d788e..9c72b8178737 100644 --- a/app-editors/hexedit/Manifest +++ b/app-editors/hexedit/Manifest @@ -1,5 +1,5 @@ -MD5 401e1099c302f9a949af1f2506d8c8cb ChangeLog 1754 -MD5 3861c9276259e812707028410fcc9db6 hexedit-1.2.10.ebuild 671 +MD5 2e12b4b3dbe52388e0d0bb35a6111565 ChangeLog 1845 +MD5 dfeeddbd8764aa9e9eefb2a5f76b6462 hexedit-1.2.10.ebuild 670 MD5 7696455a08c82a81746299ca64f8dbd7 hexedit-1.2.2.ebuild 639 MD5 fcffafd3bce0b0279a055730806edc0e hexedit-1.2.9.ebuild 648 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 diff --git a/app-editors/hexedit/hexedit-1.2.10.ebuild b/app-editors/hexedit/hexedit-1.2.10.ebuild index 37f7fedb4b37..c5cb27f957b1 100644 --- a/app-editors/hexedit/hexedit-1.2.10.ebuild +++ b/app-editors/hexedit/hexedit-1.2.10.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/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.5 2004/11/15 20:13:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.6 2004/12/17 21:36:18 corsair Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ppc-macos ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ppc-macos ppc64" IUSE="" DEPEND="sys-libs/ncurses" |