diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:59:39 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:59:39 +0000 |
commit | c9ead0e8950e0345be4d0ae2ee44392a392537c0 (patch) | |
tree | ea01b7f520681b07ccde2f65e56a51821f12fa9d /app-editors | |
parent | Fixed SRC_URI, stable on x86. (diff) | |
download | historical-c9ead0e8950e0345be4d0ae2ee44392a392537c0.tar.gz historical-c9ead0e8950e0345be4d0ae2ee44392a392537c0.tar.bz2 historical-c9ead0e8950e0345be4d0ae2ee44392a392537c0.zip |
Stable on x86, bug 111302.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/Manifest | 10 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 1a060280f9e4..2c0015ade60e 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.22 2005/09/09 15:48:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.23 2005/11/03 12:59:39 nelchael Exp $ + + 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> hexedit-1.2.10.ebuild: + Stable on x86, bug 111302. 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> hexedit-1.2.10.ebuild: Mark 1.2.10 stable on alpha diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest index 786ede7c2e75..ad88950a0279 100644 --- a/app-editors/hexedit/Manifest +++ b/app-editors/hexedit/Manifest @@ -1,8 +1,8 @@ -MD5 4f3766d39553491eb432c663197e64f4 hexedit-1.2.2.ebuild 641 -MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 d9a92eef3718fcb28f82f7d39c8aa355 ChangeLog 2056 -MD5 1ce546986745a07b8f98f1d2ed89e515 hexedit-1.2.9.ebuild 650 -MD5 15ca1db2a64a15bced8ec56b04b26003 hexedit-1.2.10.ebuild 670 +MD5 8f5f0d085841fc49aa336cf6fdfbbbb3 ChangeLog 2162 MD5 f90e72c54d508c4cb1a87ce07d564959 files/digest-hexedit-1.2.10 66 MD5 6e5875f691ced8ecac86ccc41c443a3b files/digest-hexedit-1.2.2 65 MD5 44c497343ccc5a908e95b4fe44f46f5e files/digest-hexedit-1.2.9 65 +MD5 605aa0a96f2553ec390f7a43d863c2e4 hexedit-1.2.10.ebuild 669 +MD5 4f3766d39553491eb432c663197e64f4 hexedit-1.2.2.ebuild 641 +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 5cd989a0bfe2..f3fd14070681 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.8 2005/09/09 15:48:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.9 2005/11/03 12:59:39 nelchael 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" |