diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-10-17 10:03:15 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-10-17 10:03:15 +0000 |
commit | 56267d70a6654894078ac58a071d6079528384a2 (patch) | |
tree | 5ad898594d51810c6158dea1a45d8b6ba51a2084 /dev-lang/gauche | |
parent | Added to ~ppc (diff) | |
download | historical-56267d70a6654894078ac58a071d6079528384a2.tar.gz historical-56267d70a6654894078ac58a071d6079528384a2.tar.bz2 historical-56267d70a6654894078ac58a071d6079528384a2.zip |
stable on ia64
Diffstat (limited to 'dev-lang/gauche')
-rw-r--r-- | dev-lang/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/gauche/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/gauche/gauche-0.8.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog index 98437ae30e7e..441c672300b7 100644 --- a/dev-lang/gauche/ChangeLog +++ b/dev-lang/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gauche # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.5 2004/09/07 12:35:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.6 2004/10/17 10:03:15 hattya Exp $ + + 17 Oct 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild: + stable on ia64. 07 Sep 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild: add ~ia64 diff --git a/dev-lang/gauche/Manifest b/dev-lang/gauche/Manifest index c5c41cc4e73a..539a4d793d94 100644 --- a/dev-lang/gauche/Manifest +++ b/dev-lang/gauche/Manifest @@ -1,5 +1,5 @@ -MD5 0943ff393505115954131cd4a02e60f2 ChangeLog 4548 -MD5 4e973bd9a56c60b9dbe921ac028dfc62 gauche-0.8.1.ebuild 1242 +MD5 4e8dca1fbd378318f3adfabe7703a858 ChangeLog 4639 +MD5 5488663eaedea107edc4fcf3a15d75db gauche-0.8.1.ebuild 1241 MD5 a08e54bf1ab1228df32c4cab6d362c9b gauche-0.8.ebuild 1261 MD5 e9fa98743d1cf3b213a4b04f52baf5f8 metadata.xml 619 MD5 0f8ed13a6cb96a582a2cb357dd817608 files/digest-gauche-0.8 60 diff --git a/dev-lang/gauche/gauche-0.8.1.ebuild b/dev-lang/gauche/gauche-0.8.1.ebuild index b00b9b27b5fa..0ba33635e9b2 100644 --- a/dev-lang/gauche/gauche-0.8.1.ebuild +++ b/dev-lang/gauche/gauche-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.3 2004/09/07 12:35:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.4 2004/10/17 10:03:15 hattya Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" RESTRICT="nomirror" LICENSE="BSD" -KEYWORDS="x86 ~ppc ~ia64" +KEYWORDS="x86 ~ppc ia64" SLOT="0" S="${WORKDIR}/${MY_P}" |