From e712971ad274c62ff12aea8041640c684539bd85 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 14 Sep 2011 05:06:41 +0000 Subject: [PATCH] Corrected the right variable (DISTUTILS_SETUP_FILES) to an array, revert the other (PYTHONMOD_NAME), thanks to Arfrever noticing the mistake Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64 --- sci-chemistry/openbabel-python/ChangeLog | 6 +++++- sci-chemistry/openbabel-python/Manifest | 10 +++++----- .../openbabel-python/openbabel-python-2.3.0.ebuild | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index e192cece7f46..25ff49982d62 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -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 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 openbabel-python-2.3.0.ebuild, metadata.xml: diff --git a/sci-chemistry/openbabel-python/Manifest b/sci-chemistry/openbabel-python/Manifest index ccaabbd66d72..06fed517aa70 100644 --- a/sci-chemistry/openbabel-python/Manifest +++ b/sci-chemistry/openbabel-python/Manifest @@ -6,13 +6,13 @@ AUX openbabel-python-2.3.0-swig.patch 887 RMD160 5fa3e9f6ee70c4f7ec542840cdf861a AUX openbabel-python-2.3.0-system_openbabel.patch 529 RMD160 a1fd4653ad351cdd8b828497d63d9e80b33a9bd4 SHA1 c7bf439c46a912b78b9dcf3e5f7ac8b052677c0f SHA256 c8ae97e253ae2431418a2f06f0cb86c495ea05434062c391c09866af51ea609c AUX openbabel-python-2.3.0-wrap_OBInternalCoord.patch 391 RMD160 d998f3b0cf238fdc925f5f1637630645232e956e SHA1 3a38395df0309b63368d841cba1255afda898133 SHA256 eae434b08f496d0c74b1f97b5b05df22075b11f048055efa902c9530d0f130d8 DIST openbabel-2.3.0.tar.gz 14321281 RMD160 96dafa3c2aca544f79e08b5617ab0da845c28a16 SHA1 408a4bddb7f052fd89c57ea51b4204b721856b16 SHA256 6dadcb256d83b1f2e616fa1853dd1afadb23550a20d1c118b406231a09f861fb -EBUILD openbabel-python-2.3.0.ebuild 1416 RMD160 3407c10fc9a16d5dc40d4e01136f5952e5608ab0 SHA1 07db723d9d9bb60151ffc79387ace90cfa00dbd7 SHA256 8fe0e9a329f577be5ec5e0e9bf35cf89f6be042aea9db922028f2bd325394d04 -MISC ChangeLog 1316 RMD160 53206771ead60bfb8c0a735e3c2110e13efe41ea SHA1 e42b940ee024926034b819d6c6da9d37ca444a1a SHA256 087f99323c73e5170abb29aa7e77565e9d241f008608b66556bd4bb1978b8c3a +EBUILD openbabel-python-2.3.0.ebuild 1416 RMD160 472f8aaa664048179c76c3039ba7dee220bc214d SHA1 c4e6dde8314d0e777fe416ddbe9703868e35225f SHA256 ac0e1a8bf026d9515a7e9218a651d36e719309f0ddbcf61f15bc7db48898ed9c +MISC ChangeLog 1540 RMD160 e1eda615fcfaa77278df4fe048cc3dc98b172fbf SHA1 dab53ede67da066311af21aeba1d822ad4e28c15 SHA256 bda2840288a6bd4c777c4a39ff7cc66f81838421d1b33d079d70805bdab3a1bc MISC metadata.xml 549 RMD160 d8b314ccc5c255a621484eee6b93b8366a9e0550 SHA1 33fded4ff70695d4efefb3d5ec438331526448bf SHA256 ccd692e32761fe5f0adb4f38308ef677908521578bf09966faa01cf2a743a7d2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) -iEYEAREKAAYFAk5vazwACgkQgAnW8HDreRa7SgCggCTQnjKHjAh+hBPcdP8ZvoDk -1OMAoMmH8r0xVUw2455SFVvCzvYKXdnm -=Hld1 +iEYEAREKAAYFAk5wNnkACgkQgAnW8HDreRaEdwCcDjyGFTqolgC4CNFJWe+3J5jo +KYkAn2HyyMNpv0qAgSwzxj3aLvLsvI8w +=5/hq -----END PGP SIGNATURE----- diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild index 5cc695a8e37e..04d5a8390a13 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild @@ -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 @@ DEPEND="${RDEPEND} S="${WORKDIR}"/openbabel-${PV} -DISTUTILS_SETUP_FILES="scripts|python/setup.py" +DISTUTILS_SETUP_FILES=("scripts|python/setup.py") src_prepare() { epatch \ -- 2.26.2