summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-12-14 11:20:58 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-12-14 11:20:58 +0000
commitf37a16eeb3516ad9be577a2f8795920a6fc6f97a (patch)
treeb938bd6cb3e224dd4e9f752faac9aa6842db8b23 /dev-lang
parentnew upstream release. (diff)
downloadhistorical-f37a16eeb3516ad9be577a2f8795920a6fc6f97a.tar.gz
historical-f37a16eeb3516ad9be577a2f8795920a6fc6f97a.tar.bz2
historical-f37a16eeb3516ad9be577a2f8795920a6fc6f97a.zip
remove RESTRICT=nomirror.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gauche/ChangeLog6
-rw-r--r--dev-lang/gauche/Manifest6
-rw-r--r--dev-lang/gauche/gauche-0.8.1.ebuild10
-rw-r--r--dev-lang/gauche/gauche-0.8.ebuild12
4 files changed, 16 insertions, 18 deletions
diff --git a/dev-lang/gauche/ChangeLog b/dev-lang/gauche/ChangeLog
index b1bb5c216e9e..a324c2ddf28c 100644
--- a/dev-lang/gauche/ChangeLog
+++ b/dev-lang/gauche/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2004/12/14 11:18:07 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/ChangeLog,v 1.9 2004/12/14 11:20:58 hattya Exp $
+
+ 14 Dec 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.8.1.ebuild,
+ gauche-0.8.ebuild:
+ remove RESTRICT=nomirror.
*gauche-0.8.3 (14 Dec 2004)
diff --git a/dev-lang/gauche/Manifest b/dev-lang/gauche/Manifest
index c923b0e5ed70..766871d246c4 100644
--- a/dev-lang/gauche/Manifest
+++ b/dev-lang/gauche/Manifest
@@ -1,7 +1,7 @@
-MD5 c538a49e365503fbfa5171b64dda39ba ChangeLog 4858
-MD5 1b23f32287ef7be37ee5c1a1e8d8559a gauche-0.8.1.ebuild 1247
+MD5 b03d52093f76ae295b484ed91b6b8b06 ChangeLog 4980
+MD5 8b65b1ce0a554f183c9a5e4e504836f5 gauche-0.8.1.ebuild 1075
MD5 24c9fa77e8a0454dc942e19c274b44dd gauche-0.8.3.ebuild 1077
-MD5 a08e54bf1ab1228df32c4cab6d362c9b gauche-0.8.ebuild 1261
+MD5 7c998cb44e62f5fbbb7d5c842b3100b5 gauche-0.8.ebuild 1191
MD5 e9fa98743d1cf3b213a4b04f52baf5f8 metadata.xml 619
MD5 0f8ed13a6cb96a582a2cb357dd817608 files/digest-gauche-0.8 60
MD5 f3221d3697cbf7ac15591ad202af9459 files/digest-gauche-0.8.1 62
diff --git a/dev-lang/gauche/gauche-0.8.1.ebuild b/dev-lang/gauche/gauche-0.8.1.ebuild
index 430b071ab5f0..b317ecc27efc 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.5 2004/12/06 03:32:09 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.1.ebuild,v 1.6 2004/12/14 11:20:58 hattya Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,6 @@ DESCRIPTION="A Unix system friendly Scheme Interpreter"
HOMEPAGE="http://gauche.sf.net/"
SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz"
-RESTRICT="nomirror"
LICENSE="BSD"
KEYWORDS="x86 ~ppc ia64 ~sparc"
SLOT="0"
@@ -42,15 +41,10 @@ src_compile() {
myconf="${myconf} --enable-multibyte=euc-jp"
fi
- sed -i -e "67s/\$(LIB_INSTALL_DIR)/\$(DISTDIR)\$(LIB_INSTALL_DIR)/" src/Makefile.in
-
strip-flags
- mycflags=${CFLAGS}
- unset CFLAGS CXXFLAGS
-
econf ${myconf} --enable-threads=pthreads || die
- emake OPTFLAGS="${mycflags}" || die
+ emake || die
}
diff --git a/dev-lang/gauche/gauche-0.8.ebuild b/dev-lang/gauche/gauche-0.8.ebuild
index 7cf0a8e7f9ee..dd272328e289 100644
--- a/dev-lang/gauche/gauche-0.8.ebuild
+++ b/dev-lang/gauche/gauche-0.8.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.ebuild,v 1.1 2004/07/11 08:56:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.ebuild,v 1.2 2004/12/14 11:20:58 hattya Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,6 @@ DESCRIPTION="A Unix system friendly Scheme Interpreter"
HOMEPAGE="http://gauche.sf.net/"
SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz"
-RESTRICT="nomirror"
LICENSE="BSD"
KEYWORDS="x86 ~ppc"
SLOT="0"
@@ -47,11 +46,12 @@ src_compile() {
strip-flags
- mycflags=${CFLAGS}
- unset CFLAGS CXXFLAGS
-
econf ${myconf} --enable-threads=pthreads || die
- emake OPTFLAGS="${mycflags}" || die
+ emake || die
+
+}
+
+src_test() {
make -s check || die