diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-04-07 11:53:54 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-04-07 11:53:54 +0000 |
commit | 5800a0f3b27a4173ab064a84feea2a92623e08bf (patch) | |
tree | 22e6715a032c04199bcc56842d92fb5c775e04e8 /dev-lisp | |
parent | inherit flag-o-matic. (diff) | |
download | historical-5800a0f3b27a4173ab064a84feea2a92623e08bf.tar.gz historical-5800a0f3b27a4173ab064a84feea2a92623e08bf.tar.bz2 historical-5800a0f3b27a4173ab064a84feea2a92623e08bf.zip |
marked stable on x86.
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gauche/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/gauche/gauche-0.7.4.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index 6cee7919adc9..14efc35ada40 100644 --- a/dev-lisp/gauche/ChangeLog +++ b/dev-lisp/gauche/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gauche # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.21 2004/04/01 13:45:27 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.22 2004/04/07 11:53:54 hattya Exp $ + + 07 Apr 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.2.ebuild: + marked stable on x86. 01 Apr 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild, gauche-0.7.4.1.ebuild: diff --git a/dev-lisp/gauche/Manifest b/dev-lisp/gauche/Manifest index 6f7177250d2d..1304e89a6f2b 100644 --- a/dev-lisp/gauche/Manifest +++ b/dev-lisp/gauche/Manifest @@ -1,7 +1,7 @@ -MD5 bb720f3bc965cd8562d0e34b28c42702 ChangeLog 3379 +MD5 61ac7d9969fcffd451edcec18c63cb13 ChangeLog 3478 MD5 4f5b260070b79dd17577ee6027ce0105 gauche-0.7.3.ebuild 1389 MD5 297f23b1d0dd692dc71335c3c439dd23 gauche-0.7.4.1.ebuild 1205 -MD5 739c17ea097f9bb7ad6d8d1233711d9d gauche-0.7.4.2.ebuild 1275 +MD5 e0ce463f407c17b0467f0ba5b34d2203 gauche-0.7.4.2.ebuild 1274 MD5 e9fa98743d1cf3b213a4b04f52baf5f8 metadata.xml 619 MD5 c72a63369fdb0fee8a8f45533b69fe5f files/digest-gauche-0.7.3 62 MD5 89966637512684b9b73c898b067cf740 files/digest-gauche-0.7.4.1 64 diff --git a/dev-lisp/gauche/gauche-0.7.4.2.ebuild b/dev-lisp/gauche/gauche-0.7.4.2.ebuild index c16981d32c0c..2ab5b913f9a1 100644 --- a/dev-lisp/gauche/gauche-0.7.4.2.ebuild +++ b/dev-lisp/gauche/gauche-0.7.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.3 2004/03/28 14:18:36 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.4 2004/04/07 11:53:54 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" +KEYWORDS="x86 ~ppc" SLOT="0" S="${WORKDIR}/${MY_P}" |