diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-06-20 15:27:36 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-06-20 15:27:36 +0000 |
commit | 9ad43d226fe04c9ca672b72d395a4b08cb132b54 (patch) | |
tree | 95b21ed3ce0e011c71c87c8a963f487927c65f62 /dev-lang/swig | |
parent | Restrict tests in 0.9.9, and add a revision bump to install the test files an... (diff) | |
download | gentoo-2-9ad43d226fe04c9ca672b72d395a4b08cb132b54.tar.gz gentoo-2-9ad43d226fe04c9ca672b72d395a4b08cb132b54.tar.bz2 gentoo-2-9ad43d226fe04c9ca672b72d395a4b08cb132b54.zip |
Remove mzscheme use flag, cause of dropped stable keywords in dev-scheme/plt-scheme, wrt (libpng14) bug #305053
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.36.ebuild | 14 |
2 files changed, 7 insertions, 14 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index d520e12ebd8a..78fb2fc971ff 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.133 2010/04/29 11:09:38 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.134 2010/06/20 15:27:36 pchrist Exp $ + + 20 Jun 2010; Panagiotis Christopoulos <pchrist@gentoo.org> + swig-1.3.36.ebuild: + Remove mzscheme use flag, cause of dropped stable keywords in + dev-scheme/plt-scheme, wrt (libpng14) bug #305053 29 Apr 2010; Panagiotis Christopoulos <pchrist@gentoo.org> swig-1.3.40-r1.ebuild: diff --git a/dev-lang/swig/swig-1.3.36.ebuild b/dev-lang/swig/swig-1.3.36.ebuild index 54969507daae..b01e2c465df8 100644 --- a/dev-lang/swig/swig-1.3.36.ebuild +++ b/dev-lang/swig/swig-1.3.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.36.ebuild,v 1.8 2010/04/15 21:39:54 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.36.ebuild,v 1.9 2010/06/20 15:27:36 pchrist Exp $ inherit flag-o-matic mono eutils #48511 @@ -21,7 +21,6 @@ guile? ( dev-scheme/guile ) java? ( virtual/jdk ) lua? ( dev-lang/lua ) mono? ( dev-lang/mono ) -mzscheme? ( dev-scheme/plt-scheme ) perl? ( dev-lang/perl ) php? ( virtual/php ) pike? ( dev-lang/pike ) @@ -33,17 +32,6 @@ ruby? ( virtual/ruby ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) " -# gcj? ( sys-devel/gcc[+gcj] ) - -src_unpack() { - unpack ${A};cd "${S}" - - if has_version '>=dev-scheme/plt-scheme-4'; then - epatch "${FILESDIR}"/fix-for-PLT4.patch - ./autogen.sh - fi -} - src_compile() { strip-flags |