diff options
author | 2005-01-20 11:31:45 +0000 | |
---|---|---|
committer | 2005-01-20 11:31:45 +0000 | |
commit | 2178c47969bc3d20bcfade21acff289d9343e74d (patch) | |
tree | d19864aa5692436c1dadca2efb82175a2681138c /app-editors | |
parent | policy cleanup (diff) | |
download | historical-2178c47969bc3d20bcfade21acff289d9343e74d.tar.gz historical-2178c47969bc3d20bcfade21acff289d9343e74d.tar.bz2 historical-2178c47969bc3d20bcfade21acff289d9343e74d.zip |
Keyworded ~ppc-macos.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexcurse/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexcurse/Manifest | 6 | ||||
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-editors/hexcurse/ChangeLog b/app-editors/hexcurse/ChangeLog index 7fdd285c305d..171fc385f65f 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.4 2005/01/01 13:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.5 2005/01/20 11:31:45 gongloo Exp $ + + 20 Jan 2005; <gongloo@gentoo.org> hexcurse-1.55.ebuild: + Keyworded ~ppc-macos. 09 Aug 2004; Mike Frysinger <vapier@gentoo.org> +files/1.55-gcc.patch, hexcurse-1.55.ebuild: diff --git a/app-editors/hexcurse/Manifest b/app-editors/hexcurse/Manifest index 797f37580e1c..290f8f1c4ee2 100644 --- a/app-editors/hexcurse/Manifest +++ b/app-editors/hexcurse/Manifest @@ -1,5 +1,5 @@ -MD5 5e2641c70c2eacf076fd15097affe7ad ChangeLog 501 -MD5 8a86aca642777f0f3bb393ead3b36d80 hexcurse-1.55.ebuild 672 +MD5 e6d36939b5b48c34eb361613fcfc0c71 ChangeLog 581 +MD5 32945cf0b94264a15f20960b886f6d45 hexcurse-1.55.ebuild 680 MD5 d516054daaa4513c52b473b66c6e762a metadata.xml 340 -MD5 f2612b71c6e5c2d976c704ed7f1e51fb files/digest-hexcurse-1.55 65 MD5 840257c8cd7a545511437500924be4c5 files/1.55-gcc.patch 334 +MD5 f2612b71c6e5c2d976c704ed7f1e51fb files/digest-hexcurse-1.55 65 diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index 93ad8215d998..ac109c6998db 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 # 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.7 2005/01/01 13:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.8 2005/01/20 11:31:45 gongloo Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc arm hppa amd64" +KEYWORDS="x86 ppc sparc arm hppa amd64 ~ppc-macos" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |