public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: ChangeLog openbabel-python-2.3.0.ebuild
@ 2011-03-28 19:25 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-28 19:25 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/28 19:25:28

  Modified:             ChangeLog openbabel-python-2.3.0.ebuild
  Log:
  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)

Revision  Changes    Path
1.2                  sci-chemistry/openbabel-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	26 Mar 2011 15:34:19 -0000	1.1
+++ ChangeLog	28 Mar 2011 19:25:28 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/openbabel-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.1 2011/03/26 15:34:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.2 2011/03/28 19:25:28 jlec Exp $
+
+  28 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild,
+  +files/openbabel-python-2.3.0-swig.patch:
+  Sane check for swig version,
+  https://sourceforge.net/tracker/?func=detail&aid=3253693&group_id=40728&atid=
+  428740
 
 *openbabel-python-2.3.0 (26 Mar 2011)
 



1.2                  sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?r1=1.1&r2=1.2

Index: openbabel-python-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openbabel-python-2.3.0.ebuild	26 Mar 2011 15:34:19 -0000	1.1
+++ openbabel-python-2.3.0.ebuild	28 Mar 2011 19:25:28 -0000	1.2
@@ -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-python/openbabel-python-2.3.0.ebuild,v 1.1 2011/03/26 15:34:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.2 2011/03/28 19:25:28 jlec Exp $
 
 EAPI="3"
 
@@ -26,7 +26,7 @@
 	~sci-chemistry/openbabel-${PV}
 	sys-libs/zlib"
 DEPEND="${RDEPEND}
-	=dev-lang/swig-2.0.1
+	dev-lang/swig
 	dev-util/cmake"
 
 S="${WORKDIR}"/openbabel-${PV}
@@ -36,7 +36,8 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-wrap_OBInternalCoord.patch \
-		"${FILESDIR}"/${P}-py3_iterator.patch
+		"${FILESDIR}"/${P}-py3_iterator.patch \
+		"${FILESDIR}"/${P}-swig.patch
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: ChangeLog openbabel-python-2.3.0.ebuild
@ 2011-03-29  6:00 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-29  6:00 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/29 06:00:00

  Modified:             ChangeLog openbabel-python-2.3.0.ebuild
  Log:
  Depend on >=swig-2
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-chemistry/openbabel-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Mar 2011 19:25:28 -0000	1.2
+++ ChangeLog	29 Mar 2011 06:00:00 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/openbabel-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.2 2011/03/28 19:25:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.3 2011/03/29 06:00:00 jlec Exp $
+
+  29 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild:
+  Depend on >=swig-2
 
   28 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild,
   +files/openbabel-python-2.3.0-swig.patch:



1.3                  sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?r1=1.2&r2=1.3

Index: openbabel-python-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openbabel-python-2.3.0.ebuild	28 Mar 2011 19:25:28 -0000	1.2
+++ openbabel-python-2.3.0.ebuild	29 Mar 2011 06:00:00 -0000	1.3
@@ -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-python/openbabel-python-2.3.0.ebuild,v 1.2 2011/03/28 19:25:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.3 2011/03/29 06:00:00 jlec Exp $
 
 EAPI="3"
 
@@ -26,7 +26,7 @@
 	~sci-chemistry/openbabel-${PV}
 	sys-libs/zlib"
 DEPEND="${RDEPEND}
-	dev-lang/swig
+	>=dev-lang/swig-2
 	dev-util/cmake"
 
 S="${WORKDIR}"/openbabel-${PV}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: ChangeLog openbabel-python-2.3.0.ebuild
@ 2011-04-28 19:21 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-28 19:21 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/28 19:21:51

  Modified:             ChangeLog openbabel-python-2.3.0.ebuild
  Log:
  Don't use cmake. Use system libopenbabel.
  
  (Portage version: 2.2.0_alpha30_p13/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-chemistry/openbabel-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Mar 2011 06:00:00 -0000	1.3
+++ ChangeLog	28 Apr 2011 19:21:51 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/openbabel-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.3 2011/03/29 06:00:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.4 2011/04/28 19:21:51 arfrever Exp $
+
+  28 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  openbabel-python-2.3.0.ebuild,
+  +files/openbabel-python-2.3.0-system_openbabel.patch:
+  Don't use cmake. Use system libopenbabel.
 
   29 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild:
   Depend on >=swig-2



1.4                  sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?r1=1.3&r2=1.4

Index: openbabel-python-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openbabel-python-2.3.0.ebuild	29 Mar 2011 06:00:00 -0000	1.3
+++ openbabel-python-2.3.0.ebuild	28 Apr 2011 19:21:51 -0000	1.4
@@ -1,14 +1,15 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.3 2011/03/29 06:00:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.4 2011/04/28 19:21:51 arfrever Exp $
 
 EAPI="3"
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython"
 PYTHON_MODNAME="openbabel.py pybel.py"
 
-inherit cmake-utils eutils distutils
+inherit distutils eutils
 
 DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
 HOMEPAGE="http://openbabel.sourceforge.net/"
@@ -26,34 +27,18 @@
 	~sci-chemistry/openbabel-${PV}
 	sys-libs/zlib"
 DEPEND="${RDEPEND}
-	>=dev-lang/swig-2
-	dev-util/cmake"
+	>=dev-lang/swig-2"
 
 S="${WORKDIR}"/openbabel-${PV}
 
-DISTUTILS_SETUP_FILES="${S}/scripts/python/setup.py"
+DISTUTILS_SETUP_FILES="scripts|python/setup.py"
 
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-wrap_OBInternalCoord.patch \
 		"${FILESDIR}"/${P}-py3_iterator.patch \
-		"${FILESDIR}"/${P}-swig.patch
-}
-
-src_configure() {
-	local mycmakeargs="-DPYTHON_BINDINGS=ON"
-	mycmakeargs="${mycmakeargs}
-		-DRUN_SWIG=ON"
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile _openbabel
-	cd "${WORKDIR}/${P}_build/scripts"
-	distutils_src_compile
-}
+		"${FILESDIR}"/${P}-swig.patch \
+		"${FILESDIR}"/${P}-system_openbabel.patch
 
-src_install() {
-	cd "${WORKDIR}/${P}_build/scripts"
-	distutils_src_install
+	swig -python -c++ -small -O -templatereduce -naturalvar -I/usr/include/openbabel-2.0 -o scripts/python/openbabel-python.cpp -DHAVE_EIGEN2 -outdir scripts/python scripts/openbabel-python.i || die "Regeneration of openbabel-python.cpp failed"
 }






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: ChangeLog openbabel-python-2.3.0.ebuild
@ 2011-05-09 15:53 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-05-09 15:53 UTC (permalink / raw
  To: gentoo-commits

jlec        11/05/09 15:53:33

  Modified:             ChangeLog openbabel-python-2.3.0.ebuild
  Log:
  Fix for Prefixed installation
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-chemistry/openbabel-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Apr 2011 19:21:51 -0000	1.4
+++ ChangeLog	9 May 2011 15:53:32 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/openbabel-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.4 2011/04/28 19:21:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.5 2011/05/09 15:53:32 jlec Exp $
+
+  09 May 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild:
+  Fix for Prefixed installation
 
   28 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   openbabel-python-2.3.0.ebuild,



1.5                  sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?r1=1.4&r2=1.5

Index: openbabel-python-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openbabel-python-2.3.0.ebuild	28 Apr 2011 19:21:51 -0000	1.4
+++ openbabel-python-2.3.0.ebuild	9 May 2011 15:53:32 -0000	1.5
@@ -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-python/openbabel-python-2.3.0.ebuild,v 1.4 2011/04/28 19:21:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.5 2011/05/09 15:53:32 jlec Exp $
 
 EAPI="3"
 
@@ -40,5 +40,9 @@
 		"${FILESDIR}"/${P}-swig.patch \
 		"${FILESDIR}"/${P}-system_openbabel.patch
 
-	swig -python -c++ -small -O -templatereduce -naturalvar -I/usr/include/openbabel-2.0 -o scripts/python/openbabel-python.cpp -DHAVE_EIGEN2 -outdir scripts/python scripts/openbabel-python.i || die "Regeneration of openbabel-python.cpp failed"
+	sed \
+		-e "s:/usr:${EPREFIX}/usr:g" \
+		-i ./scripts/python/setup.py || die
+
+	swig -python -c++ -small -O -templatereduce -naturalvar -I"${EPREFIX}/usr/include/openbabel-2.0" -o scripts/python/openbabel-python.cpp -DHAVE_EIGEN2 -outdir scripts/python scripts/openbabel-python.i || die "Regeneration of openbabel-python.cpp failed"
 }






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: ChangeLog openbabel-python-2.3.0.ebuild
@ 2011-09-14  5:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-09-14  5:06 UTC (permalink / raw
  To: gentoo-commits

jlec        11/09/14 05:06:41

  Modified:             ChangeLog openbabel-python-2.3.0.ebuild
  Log:
  Corrected the right variable (DISTUTILS_SETUP_FILES) to an array, revert the other (PYTHONMOD_NAME), thanks to Arfrever noticing the mistake
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/openbabel-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Sep 2011 14:39:45 -0000	1.6
+++ ChangeLog	14 Sep 2011 05:06:41 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/openbabel-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.6 2011/09/13 14:39:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.7 2011/09/14 05:06:41 jlec Exp $
+
+  14 Sep 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild:
+  Corrected the right variable (DISTUTILS_SETUP_FILES) to an array, revert the
+  other (PYTHONMOD_NAME), thanks to Arfrever noticing the mistake
 
   13 Sep 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild,
   metadata.xml:



1.7                  sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild?r1=1.6&r2=1.7

Index: openbabel-python-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openbabel-python-2.3.0.ebuild	13 Sep 2011 14:39:45 -0000	1.6
+++ openbabel-python-2.3.0.ebuild	14 Sep 2011 05:06:41 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.6 2011/09/13 14:39:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.7 2011/09/14 05:06:41 jlec Exp $
 
 EAPI="3"
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="*-jython"
-PYTHON_MODNAME=("openbabel.py pybel.py")
+PYTHON_MODNAME="openbabel.py pybel.py"
 
 inherit distutils eutils
 
@@ -31,7 +31,7 @@
 
 S="${WORKDIR}"/openbabel-${PV}
 
-DISTUTILS_SETUP_FILES="scripts|python/setup.py"
+DISTUTILS_SETUP_FILES=("scripts|python/setup.py")
 
 src_prepare() {
 	epatch \






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-14  5:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14  5:06 [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel-python: ChangeLog openbabel-python-2.3.0.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-09 15:53 Justin Lecher (jlec)
2011-04-28 19:21 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-03-29  6:00 Justin Lecher (jlec)
2011-03-28 19:25 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox