diff options
-rw-r--r-- | app-editors/hexcurse/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/hexcurse/Manifest | 18 | ||||
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 6 |
3 files changed, 12 insertions, 19 deletions
diff --git a/app-editors/hexcurse/ChangeLog b/app-editors/hexcurse/ChangeLog index 009592ab2400..9d0483ef4cf5 100644 --- a/app-editors/hexcurse/ChangeLog +++ b/app-editors/hexcurse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexcurse -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.6 2005/02/20 05:04:25 gongloo Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.7 2006/04/03 16:17:34 tcort Exp $ + + 03 Apr 2006; Thomas Cort <tcort@gentoo.org> hexcurse-1.55.ebuild: + Added ~alpha keyword. 19 Feb 2005; <gongloo@gentoo.org> hexcurse-1.55.ebuild: Stable on ppc-macos. diff --git a/app-editors/hexcurse/Manifest b/app-editors/hexcurse/Manifest index 5c6bdb901734..8d8f7740c9b8 100644 --- a/app-editors/hexcurse/Manifest +++ b/app-editors/hexcurse/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 057103039f72dd99eb1631f428d22dd5 hexcurse-1.55.ebuild 706 -MD5 d516054daaa4513c52b473b66c6e762a metadata.xml 340 -MD5 70ba8f7a9d2ea103a36cc0c0f9bc4688 ChangeLog 663 -MD5 f2612b71c6e5c2d976c704ed7f1e51fb files/digest-hexcurse-1.55 65 +MD5 4c56447467f55a431edf80175bb43dd2 ChangeLog 754 MD5 840257c8cd7a545511437500924be4c5 files/1.55-gcc.patch 334 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDC7uGgIKl8Uu19MoRAqOHAJ92cEepk7HjJDNe7s157d/OnqFCIgCfeRA4 -KIctzHyG6pBEsKbzl9fczqM= -=q6tu ------END PGP SIGNATURE----- +MD5 f2612b71c6e5c2d976c704ed7f1e51fb files/digest-hexcurse-1.55 65 +MD5 ef56289ed3aa54f051e29588be149914 hexcurse-1.55.ebuild 712 +MD5 d516054daaa4513c52b473b66c6e762a metadata.xml 340 diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 31c081cb8435..be487bfaaf2f 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.10 2005/08/24 00:12:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.11 2006/04/03 16:17:34 tcort Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ppc-macos sparc x86" +KEYWORDS="~alpha amd64 arm hppa ppc ppc-macos sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |