diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:50:20 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-05-08 04:50:20 +0000 |
commit | dc23551cbe9f46179cff1e8984001dab934fe4dc (patch) | |
tree | d03b39ccb0ea3b867068e543c1e969e42c09cee2 /app-editors/hexcurse | |
parent | Removed INSTALL from dodoc. (diff) | |
download | historical-dc23551cbe9f46179cff1e8984001dab934fe4dc.tar.gz historical-dc23551cbe9f46179cff1e8984001dab934fe4dc.tar.bz2 historical-dc23551cbe9f46179cff1e8984001dab934fe4dc.zip |
Stable on alpha.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-editors/hexcurse')
-rw-r--r-- | app-editors/hexcurse/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexcurse/Manifest | 4 | ||||
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/hexcurse/ChangeLog b/app-editors/hexcurse/ChangeLog index 9d0483ef4cf5..cf5c501bba75 100644 --- a/app-editors/hexcurse/ChangeLog +++ b/app-editors/hexcurse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexcurse # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.8 2006/05/08 04:50:20 tcort Exp $ + + 08 May 2006; <tcort@gentoo.org> hexcurse-1.55.ebuild: + Stable on alpha. 03 Apr 2006; Thomas Cort <tcort@gentoo.org> hexcurse-1.55.ebuild: Added ~alpha keyword. diff --git a/app-editors/hexcurse/Manifest b/app-editors/hexcurse/Manifest index 8d8f7740c9b8..4af4f7b60408 100644 --- a/app-editors/hexcurse/Manifest +++ b/app-editors/hexcurse/Manifest @@ -1,5 +1,5 @@ -MD5 4c56447467f55a431edf80175bb43dd2 ChangeLog 754 +MD5 f6684c38e8de08757eac86e847d3e732 ChangeLog 830 MD5 840257c8cd7a545511437500924be4c5 files/1.55-gcc.patch 334 MD5 f2612b71c6e5c2d976c704ed7f1e51fb files/digest-hexcurse-1.55 65 -MD5 ef56289ed3aa54f051e29588be149914 hexcurse-1.55.ebuild 712 +MD5 fa5c36f8deba466e9e7f40512e38bcdf hexcurse-1.55.ebuild 711 MD5 d516054daaa4513c52b473b66c6e762a metadata.xml 340 diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index be487bfaaf2f..026338696fb4 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -1,6 +1,6 @@ # 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.11 2006/04/03 16:17:34 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.12 2006/05/08 04:50:20 tcort Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha 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" |