diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-02-14 05:48:57 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-02-14 05:48:57 +0000 |
commit | 43e55be6bb571c279598ab03ae9ecbf4052e62fe (patch) | |
tree | 64de41114e9ef9ae185a779553aae11f57c5d0ad /dev-lisp | |
parent | Added replace-flags. (diff) | |
download | historical-43e55be6bb571c279598ab03ae9ecbf4052e62fe.tar.gz historical-43e55be6bb571c279598ab03ae9ecbf4052e62fe.tar.bz2 historical-43e55be6bb571c279598ab03ae9ecbf4052e62fe.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.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog index 5971dc2e1af8..40cdd3803e4c 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.13 2004/02/06 09:35:58 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.14 2004/02/14 05:48:57 hattya Exp $ + + 14 Feb 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.3.ebuild: + Marked stable on x86. *gauche-0.7.4.1 (06 Feb 2004) diff --git a/dev-lisp/gauche/Manifest b/dev-lisp/gauche/Manifest index b725c997fe72..f12e2e47f076 100644 --- a/dev-lisp/gauche/Manifest +++ b/dev-lisp/gauche/Manifest @@ -1,7 +1,7 @@ -MD5 8eda73c8dfdc426c1633b80d036877c2 ChangeLog 2381 +MD5 39540fec1ce33a7bf0e2c8959da66a34 ChangeLog 2478 MD5 6a21b07bf6299fc4dd7db757b056da94 gauche-0.7.1.ebuild 1265 MD5 383ef183d554cc7c9b8afbfbfc12f676 gauche-0.7.2.ebuild 1395 -MD5 e7029a0cbcd7430a3dae2f87b5daabb3 gauche-0.7.3.ebuild 1397 +MD5 bd22f49e18b09ecbd40ec710f5ec303e gauche-0.7.3.ebuild 1396 MD5 fdb7f09c13b5e838a06b3f0ab27dbd5c gauche-0.7.4.1.ebuild 1214 MD5 681d1885ce4490fd7c2d537a30a943de metadata.xml 618 MD5 8e1c8c57c6a2b38a3d62148d0e358a91 files/digest-gauche-0.7.1 62 diff --git a/dev-lisp/gauche/gauche-0.7.3.ebuild b/dev-lisp/gauche/gauche-0.7.3.ebuild index 98af4ceaaf98..cb7e128ee599 100644 --- a/dev-lisp/gauche/gauche-0.7.3.ebuild +++ b/dev-lisp/gauche/gauche-0.7.3.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.3.ebuild,v 1.2 2004/02/04 13:24:03 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.3.ebuild,v 1.3 2004/02/14 05:48:57 hattya Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ HOMEPAGE="http://gauche.sf.net" DESCRIPTION="A Unix system friendly Scheme Interpreter" SRC_URI="mirror://sourceforge/gauche/Gauche-${PV}.tgz" LICENSE="BSD" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" SLOT="0" S="${WORKDIR}/Gauche-${PV}" |