diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-28 19:30:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-28 19:30:52 +0000 |
commit | 496e68c9b2ffabd0b198c01d3f61a9210e2bc0d1 (patch) | |
tree | 0a1c77eac67bfbd5b9d3752a7509f8375d35bb0d /sci-chemistry | |
parent | Use SLOT dependencies for x11-libs/gtk+. (diff) | |
download | gentoo-2-496e68c9b2ffabd0b198c01d3f61a9210e2bc0d1.tar.gz gentoo-2-496e68c9b2ffabd0b198c01d3f61a9210e2bc0d1.tar.bz2 gentoo-2-496e68c9b2ffabd0b198c01d3f61a9210e2bc0d1.zip |
Sane check for swig version, https://sourceforge.net/tracker/?func=detail&aid=3253693&group_id=40728&atid=428740
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/openbabel/files/openbabel-2.3.0-swig.patch | 0 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.3.0.ebuild | 6 |
3 files changed, 11 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index f3560685a53c..b0f83e4e2ff8 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.49 2011/03/26 16:23:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.50 2011/03/28 19:30:52 jlec Exp $ + + 28 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild, + +files/openbabel-2.3.0-swig.patch: + Sane check for swig version, + https://sourceforge.net/tracker/?func=detail&aid=3253693&group_id=40728&atid= + 428740 26 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.2.3.ebuild: Block sci-chemistry/openbabel-{python,perl} diff --git a/sci-chemistry/openbabel/files/openbabel-2.3.0-swig.patch b/sci-chemistry/openbabel/files/openbabel-2.3.0-swig.patch new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sci-chemistry/openbabel/files/openbabel-2.3.0-swig.patch diff --git a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild index 441c6e5436ca..78f61b272524 100644 --- a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.2 2011/03/26 15:54:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.3 2011/03/28 19:30:52 jlec Exp $ EAPI="3" @@ -32,7 +32,9 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2" src_prepare() { - epatch "${FILESDIR}"/${P}-test_lib_path.patch + epatch \ + "${FILESDIR}"/${P}-test_lib_path.patch \ + "${FILESDIR}"/${P}-swig.patch } src_configure() { |