diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-07-24 14:21:07 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-07-24 14:21:07 +0000 |
commit | d52d2a7755416a0d8e6b9ce9e3c175c088228328 (patch) | |
tree | c7aa7f787ab41b33c85373d42e0bd9c410f4f2f6 /dev-lang/gauche | |
parent | remove old ebuild. (diff) | |
download | gentoo-2-d52d2a7755416a0d8e6b9ce9e3c175c088228328.tar.gz gentoo-2-d52d2a7755416a0d8e6b9ce9e3c175c088228328.tar.bz2 gentoo-2-d52d2a7755416a0d8e6b9ce9e3c175c088228328.zip |
new upstream release.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/gauche')
-rw-r--r-- | dev-lang/gauche/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gauche/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/gauche/files/digest-gauche-0.8.5 | 1 | ||||
-rw-r--r-- | dev-lang/gauche/gauche-0.8.5.ebuild | 64 |
4 files changed, 74 insertions, 2 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog index ff1dbade5363..a1afd88f47ca 100644 --- a/dev-lang/gauche/ChangeLog +++ b/dev-lang/gauche/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/gauche # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.14 2005/06/04 10:23:37 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.15 2005/07/24 14:21:07 hattya Exp $ + +*gauche-0.8.5 (24 Jul 2005) + + 24 Jul 2005; Akinori Hattori <hattya@gentoo.org> +gauche-0.8.5.ebuild: + new upstream release. *gauche-0.8.4 (04 Jun 2005) diff --git a/dev-lang/gauche/Manifest b/dev-lang/gauche/Manifest index dc3c3b5c0cee..928213568399 100644 --- a/dev-lang/gauche/Manifest +++ b/dev-lang/gauche/Manifest @@ -1,9 +1,11 @@ -MD5 85c427d8ab5842748113672329a364c7 ChangeLog 5651 +MD5 ff94f51f4905c5d0d1cd30e0a17ee928 ChangeLog 5778 MD5 38d46371d4968b1adc706d093858b6ef gauche-0.8.3.ebuild 1122 MD5 b42439cef2bbbc73072dcd5e6a63a979 gauche-0.8.4.ebuild 1122 +MD5 506f9b1952bc2d6e84339e6226145e7e gauche-0.8.5.ebuild 1025 MD5 e9fa98743d1cf3b213a4b04f52baf5f8 metadata.xml 619 MD5 27605cb14e108b005797503b884e6e67 files/digest-gauche-0.8.3 62 MD5 331a9844dd28c8e770bcc193dc4ae1fa files/digest-gauche-0.8.4 62 +MD5 662729c0ca18c20cd945fb332874362a files/digest-gauche-0.8.5 62 MD5 58ca35453cb35833ef880d3e1d3ea5d2 files/gauche-aclocal.m4-1.31.diff 1099 MD5 7bc4cbd7c32584661896116bd48fdee0 files/gauche-aclocal.m4-cc.diff 479 MD5 177cc4fa4c84d465bab80e5b3adb5cc1 files/gauche-gdbm-gentoo.diff 729 diff --git a/dev-lang/gauche/files/digest-gauche-0.8.5 b/dev-lang/gauche/files/digest-gauche-0.8.5 new file mode 100644 index 000000000000..17833342c7aa --- /dev/null +++ b/dev-lang/gauche/files/digest-gauche-0.8.5 @@ -0,0 +1 @@ +MD5 038bb37bea77ec543e1905af8ef9e174 Gauche-0.8.5.tgz 2771097 diff --git a/dev-lang/gauche/gauche-0.8.5.ebuild b/dev-lang/gauche/gauche-0.8.5.ebuild new file mode 100644 index 000000000000..cfd89cb244bc --- /dev/null +++ b/dev-lang/gauche/gauche-0.8.5.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.5.ebuild,v 1.1 2005/07/24 14:21:07 hattya Exp $ + +inherit eutils flag-o-matic + +IUSE="ipv6 nls" + +MY_P="${P/g/G}" + +DESCRIPTION="A Unix system friendly Scheme Interpreter" +HOMEPAGE="http://gauche.sf.net/" +SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" + +LICENSE="BSD" +KEYWORDS="~ia64 ~ppc ~sparc ~x86" +SLOT="0" +S="${WORKDIR}/${MY_P}" + +DEPEND=">=sys-libs/gdbm-1.8.0" + +src_unpack() { + + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${PN}-gdbm-gentoo.diff + epatch ${FILESDIR}/${PN}-aclocal.m4-cc.diff + autoconf + +} + +src_compile() { + + local myconf mycflags + + use ipv6 && myconf="--enable-ipv6" + + if use nls; then + myconf="${myconf} --enable-multibyte=utf-8" + else + myconf="${myconf} --enable-multibyte=euc-jp" + fi + + strip-flags + + econf ${myconf} --enable-threads=pthreads || die + emake || die + +} + +src_test() { + + make -s check || die + +} + +src_install() { + + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog HACKING INSTALL INSTALL.eucjp README + +} |