summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2005-11-13 08:23:35 +0000
committerAkinori Hattori <hattya@gentoo.org>2005-11-13 08:23:35 +0000
commit2996c44812c6e5b0a08c169b0b1ecc21dc7d69cf (patch)
treea114f48ed5a96665435265c39a65ff2c0861564e /dev-lang/gauche
parentstable on x86. (diff)
downloadhistorical-2996c44812c6e5b0a08c169b0b1ecc21dc7d69cf.tar.gz
historical-2996c44812c6e5b0a08c169b0b1ecc21dc7d69cf.tar.bz2
historical-2996c44812c6e5b0a08c169b0b1ecc21dc7d69cf.zip
new upstream release.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-lang/gauche')
-rw-r--r--dev-lang/gauche/ChangeLog8
-rw-r--r--dev-lang/gauche/Manifest5
-rw-r--r--dev-lang/gauche/files/digest-gauche-0.8.61
-rw-r--r--dev-lang/gauche/files/gauche-gauche.m4-cc.diff12
-rw-r--r--dev-lang/gauche/gauche-0.8.6.ebuild66
5 files changed, 90 insertions, 2 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog
index cdb8af32d150..683d224da4a7 100644
--- a/dev-lang/gauche/ChangeLog
+++ b/dev-lang/gauche/ChangeLog
@@ -1,6 +1,12 @@
# 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.18 2005/11/13 08:18:54 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.19 2005/11/13 08:23:35 hattya Exp $
+
+*gauche-0.8.6 (13 Nov 2005)
+
+ 13 Nov 2005; Akinori Hattori <hattya@gentoo.org>
+ +files/gauche-gauche.m4-cc.diff, +gauche-0.8.6.ebuild:
+ new upstream release.
13 Nov 2005; Akinori Hattori <hattya@gentoo.org> gauche-0.8.5.ebuild:
stable on x86.
diff --git a/dev-lang/gauche/Manifest b/dev-lang/gauche/Manifest
index e431d8de2d4b..28763470ccaf 100644
--- a/dev-lang/gauche/Manifest
+++ b/dev-lang/gauche/Manifest
@@ -1,9 +1,12 @@
-MD5 c7c118280c054ef0513313db50d6db75 ChangeLog 6091
+MD5 2183ac0691088b654a3735208aa0120a ChangeLog 6253
MD5 38d46371d4968b1adc706d093858b6ef gauche-0.8.3.ebuild 1122
MD5 f6ba9a9c631f6bb6f74186ac98077b25 gauche-0.8.5.ebuild 1128
+MD5 db421190e0089524b49d9ef3d9dc3744 gauche-0.8.6.ebuild 1170
MD5 e9fa98743d1cf3b213a4b04f52baf5f8 metadata.xml 619
MD5 27605cb14e108b005797503b884e6e67 files/digest-gauche-0.8.3 62
MD5 662729c0ca18c20cd945fb332874362a files/digest-gauche-0.8.5 62
+MD5 19f67365f4ce8133b2c98c2e2f525914 files/digest-gauche-0.8.6 62
MD5 58ca35453cb35833ef880d3e1d3ea5d2 files/gauche-aclocal.m4-1.31.diff 1099
MD5 7bc4cbd7c32584661896116bd48fdee0 files/gauche-aclocal.m4-cc.diff 479
+MD5 62aab943eb7c2154815470d7b813948f files/gauche-gauche.m4-cc.diff 489
MD5 177cc4fa4c84d465bab80e5b3adb5cc1 files/gauche-gdbm-gentoo.diff 729
diff --git a/dev-lang/gauche/files/digest-gauche-0.8.6 b/dev-lang/gauche/files/digest-gauche-0.8.6
new file mode 100644
index 000000000000..46a579daf3b0
--- /dev/null
+++ b/dev-lang/gauche/files/digest-gauche-0.8.6
@@ -0,0 +1 @@
+MD5 68398b2e6136c726bbcbd39e43ae5181 Gauche-0.8.6.tgz 2881800
diff --git a/dev-lang/gauche/files/gauche-gauche.m4-cc.diff b/dev-lang/gauche/files/gauche-gauche.m4-cc.diff
new file mode 100644
index 000000000000..e438ffd2deb1
--- /dev/null
+++ b/dev-lang/gauche/files/gauche-gauche.m4-cc.diff
@@ -0,0 +1,12 @@
+diff -urN Gauche-0.8.6.orig/m4/gauche.m4 Gauche-0.8.6/m4/gauche.m4
+--- Gauche-0.8.6.orig/m4/gauche.m4 2005-10-05 22:31:32.000000000 +0900
++++ Gauche-0.8.6/m4/gauche.m4 2005-11-06 16:50:52.000000000 +0900
+@@ -103,7 +103,7 @@
+ i686-*) I686OPT="-DUSE_I686_PREFETCH";;
+ esac
+ case "$CC" in
+- gcc*) # some systems may have gcc-2.95, gcc-3, etc.
++ *gcc*) # some systems may have gcc-2.95, gcc-3, etc.
+ case "$target" in
+ *mingw*) ;;
+ *) GCCOPT="-fomit-frame-pointer";;
diff --git a/dev-lang/gauche/gauche-0.8.6.ebuild b/dev-lang/gauche/gauche-0.8.6.ebuild
new file mode 100644
index 000000000000..ae293c156f67
--- /dev/null
+++ b/dev-lang/gauche/gauche-0.8.6.ebuild
@@ -0,0 +1,66 @@
+# 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.6.ebuild,v 1.1 2005/11/13 08:23:35 hattya Exp $
+
+inherit eutils flag-o-matic
+
+IUSE="ipv6"
+
+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="~amd64 ~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}-gauche.m4-cc.diff
+ autoconf
+
+}
+
+src_compile() {
+
+ local myconf="--enable-threads=pthreads --enable-multibyte=utf8"
+
+ use ipv6 && myconf="${myconf} --enable-ipv6"
+
+ strip-flags
+ econf ${myconf} || 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
+
+}
+
+pkg_postinst() {
+
+ echo
+ ewarn "As of version 0.8.6, Gauche switched the default character"
+ ewarn "encoding from euc-jp to utf-8."
+ echo
+
+}