diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-11-11 22:59:18 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-11-11 22:59:18 +0000 |
commit | 81eb0544d6e78a8262a251e7b81726fb4eb203d0 (patch) | |
tree | d19166ec6820fd223aec258317b9b6c10d5dc37d /app-editors/hexedit | |
parent | dev-python/reportlab stable on ppc. (diff) | |
download | historical-81eb0544d6e78a8262a251e7b81726fb4eb203d0.tar.gz historical-81eb0544d6e78a8262a251e7b81726fb4eb203d0.tar.bz2 historical-81eb0544d6e78a8262a251e7b81726fb4eb203d0.zip |
app-editors/hexedit stable on ppc.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/Manifest | 8 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 2ca0ee7f03e5..ffc46fd5e125 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.26 2005/11/08 18:48:09 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.27 2005/11/11 22:59:18 hansmi Exp $ + + 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> hexedit-1.2.10.ebuild: + Stable on ppc. 08 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> hexedit-1.2.10.ebuild: Stable on hppa. diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest index f2a5a52d2f04..78a9262638e4 100644 --- a/app-editors/hexedit/Manifest +++ b/app-editors/hexedit/Manifest @@ -1,6 +1,6 @@ -MD5 16bc3ecca3808d8db0f1ca6ba45ca5d0 ChangeLog 2454 -MD5 4ce2332d0e6009f3db50a9ea62ebb5b5 hexedit-1.2.10.ebuild 669 -MD5 1ce546986745a07b8f98f1d2ed89e515 hexedit-1.2.9.ebuild 650 -MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 c18a5faedf140b41483a4cc21ea44f5a ChangeLog 2546 MD5 f90e72c54d508c4cb1a87ce07d564959 files/digest-hexedit-1.2.10 66 MD5 44c497343ccc5a908e95b4fe44f46f5e files/digest-hexedit-1.2.9 65 +MD5 e447ad37698bf962259d010556ed472b hexedit-1.2.10.ebuild 665 +MD5 1ce546986745a07b8f98f1d2ed89e515 hexedit-1.2.9.ebuild 650 +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 d06e132c5612..ec13a35ef513 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-2005 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.11 2005/11/08 18:48:09 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.12 2005/11/11 22:59:18 hansmi 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="alpha ~amd64 ~arm hppa ~ppc ppc-macos ppc64 sparc x86" +KEYWORDS="alpha ~amd64 ~arm hppa ppc ppc-macos ppc64 sparc x86" IUSE="" DEPEND="sys-libs/ncurses" |