* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.7.0-r1.ebuild ChangeLog pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
@ 2010-12-20 8:44 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-20 8:44 UTC (permalink / raw
To: gentoo-commits
jlec 10/12/20 08:44:08
Modified: pdb2pqr-1.7.0-r1.ebuild ChangeLog
pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
Log:
Add missing src_compile
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.4 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?r1=1.3&r2=1.4
Index: pdb2pqr-1.7.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdb2pqr-1.7.0-r1.ebuild 17 Dec 2010 17:56:47 -0000 1.3
+++ pdb2pqr-1.7.0-r1.ebuild 20 Dec 2010 08:44:08 -0000 1.4
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.3 2010/12/17 17:56:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.4 2010/12/20 08:44:08 jlec Exp $
EAPI="3"
@@ -62,18 +62,24 @@
configuration() {
# Avoid automagic to numeric
- NUMPY="${EPREFIX}/$(python_get_sitedir)" \
- F77="$(tc-getFC)" \
- econf \
+ econf \
--enable-propka \
--with-max-atoms=${MAXATOMS:-10000} \
$(use_enable pdb2pka) \
- $(use_with opal) || \
- die "econf failed"
+ $(use_with opal) \
+ NUMPY="${EPREFIX}/$(python_get_sitedir)" \
+ F77="$(tc-getFC)"
}
python_execute_function -s configuration
}
+src_compile() {
+ compilation() {
+ emake || die
+ }
+ python_execute_function -s compilation
+}
+
src_test() {
testing() {
emake -j1 test \
1.32 sci-chemistry/pdb2pqr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 17 Dec 2010 17:56:47 -0000 1.31
+++ ChangeLog 20 Dec 2010 08:44:08 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/pdb2pqr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.31 2010/12/17 17:56:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.32 2010/12/20 08:44:08 jlec Exp $
+
+ 20 Dec 2010; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
+ pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
+ Add missing src_compile
17 Dec 2010; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
1.5 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?r1=1.4&r2=1.5
Index: pdb2pqr-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pdb2pqr-1.7.0.ebuild 17 Dec 2010 17:56:47 -0000 1.4
+++ pdb2pqr-1.7.0.ebuild 20 Dec 2010 08:44:08 -0000 1.5
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.4 2010/12/17 17:56:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.5 2010/12/20 08:44:08 jlec Exp $
EAPI="3"
@@ -22,11 +22,11 @@
IUSE="doc examples opal"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-DEPEND="
+RDEPEND="
dev-python/numpy
sci-chemistry/openbabel
opal? ( dev-python/zsi )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
@@ -53,12 +53,18 @@
NUMPY="${EPREFIX}/$(python_get_sitedir)" \
F77="$(tc-getFC)" \
econf \
- $(use_with opal) || \
- die "econf failed"
+ $(use_with opal)
}
python_execute_function -s configuration
}
+src_compile() {
+ compilation() {
+ emake || die
+ }
+ python_execute_function -s compilation
+}
+
src_test() {
testing() {
emake -j1 test \
1.7 sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?r1=1.6&r2=1.7
Index: pdb2pqr-1.5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pdb2pqr-1.5.0-r2.ebuild 17 Dec 2010 17:56:47 -0000 1.6
+++ pdb2pqr-1.5.0-r2.ebuild 20 Dec 2010 08:44:08 -0000 1.7
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.6 2010/12/17 17:56:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.7 2010/12/20 08:44:08 jlec Exp $
EAPI="3"
@@ -22,11 +22,11 @@
IUSE="doc examples opal"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-DEPEND="
+RDEPEND="
dev-python/numpy
sci-chemistry/openbabel
opal? ( dev-python/zsi )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
@@ -53,12 +53,18 @@
NUMPY="${EPREFIX}/$(python_get_sitedir)" \
F77="$(tc-getFC)" \
econf \
- $(use_with opal) || \
- die "econf failed"
+ $(use_with opal)
}
python_execute_function -s configuration
}
+src_compile() {
+ compilation() {
+ emake || die
+ }
+ python_execute_function -s compilation
+}
+
src_test() {
testing() {
emake -j1 test \
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.7.0-r1.ebuild ChangeLog pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
@ 2011-06-21 16:02 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 16:02 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/21 16:02:05
Modified: pdb2pqr-1.7.0-r1.ebuild ChangeLog
pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
Log:
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.7 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?r1=1.6&r2=1.7
Index: pdb2pqr-1.7.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pdb2pqr-1.7.0-r1.ebuild 21 Jun 2011 09:08:53 -0000 1.6
+++ pdb2pqr-1.7.0-r1.ebuild 21 Jun 2011 16:02:05 -0000 1.7
@@ -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/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.6 2011/06/21 09:08:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.7 2011/06/21 16:02:05 jlec Exp $
EAPI="3"
@@ -24,11 +24,12 @@
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
+ virtual/fortran
dev-python/numpy
sci-chemistry/openbabel
opal? ( dev-python/zsi )
pdb2pka? ( sci-chemistry/apbs[python,-mpi] )"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
1.34 sci-chemistry/pdb2pqr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 21 Jun 2011 09:08:53 -0000 1.33
+++ ChangeLog 21 Jun 2011 16:02:05 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/pdb2pqr
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.33 2011/06/21 09:08:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.34 2011/06/21 16:02:05 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
+ pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
1.8 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?r1=1.7&r2=1.8
Index: pdb2pqr-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdb2pqr-1.7.0.ebuild 21 Jun 2011 09:08:53 -0000 1.7
+++ pdb2pqr-1.7.0.ebuild 21 Jun 2011 16:02:05 -0000 1.8
@@ -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/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.7 2011/06/21 09:08:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.8 2011/06/21 16:02:05 jlec Exp $
EAPI="3"
@@ -24,6 +24,7 @@
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
+ virtual/fortran
dev-python/numpy
sci-chemistry/openbabel
opal? ( dev-python/zsi )"
1.10 sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?r1=1.9&r2=1.10
Index: pdb2pqr-1.5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pdb2pqr-1.5.0-r2.ebuild 21 Jun 2011 09:08:53 -0000 1.9
+++ pdb2pqr-1.5.0-r2.ebuild 21 Jun 2011 16:02:05 -0000 1.10
@@ -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/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.9 2011/06/21 09:08:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.10 2011/06/21 16:02:05 jlec Exp $
EAPI="3"
@@ -24,6 +24,7 @@
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
RDEPEND="
+ virtual/fortran
dev-python/numpy
sci-chemistry/openbabel
opal? ( dev-python/zsi )"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.7.0-r1.ebuild ChangeLog pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
@ 2011-06-21 9:08 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 9:08 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/21 09:08:53
Modified: pdb2pqr-1.7.0-r1.ebuild ChangeLog
pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
Log:
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.6 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?r1=1.5&r2=1.6
Index: pdb2pqr-1.7.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pdb2pqr-1.7.0-r1.ebuild 12 Apr 2011 17:37:53 -0000 1.5
+++ pdb2pqr-1.7.0-r1.ebuild 21 Jun 2011 09:08:53 -0000 1.6
@@ -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/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.5 2011/04/12 17:37:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.6 2011/06/21 09:08:53 jlec Exp $
EAPI="3"
@@ -9,7 +9,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit autotools eutils flag-o-matic python toolchain-funcs versionator
+inherit autotools eutils fortran-2 flag-o-matic python toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
1.33 sci-chemistry/pdb2pqr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 20 Dec 2010 08:44:08 -0000 1.32
+++ ChangeLog 21 Jun 2011 09:08:53 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/pdb2pqr
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.32 2010/12/20 08:44:08 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.33 2011/06/21 09:08:53 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
+ pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
+ Added fortran-2.eclass support
20 Dec 2010; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
1.7 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?r1=1.6&r2=1.7
Index: pdb2pqr-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pdb2pqr-1.7.0.ebuild 12 Apr 2011 17:37:53 -0000 1.6
+++ pdb2pqr-1.7.0.ebuild 21 Jun 2011 09:08:53 -0000 1.7
@@ -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/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.6 2011/04/12 17:37:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.7 2011/06/21 09:08:53 jlec Exp $
EAPI="3"
@@ -9,7 +9,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit autotools eutils flag-o-matic python toolchain-funcs versionator
+inherit autotools eutils fortran-2 flag-o-matic python toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
1.9 sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?r1=1.8&r2=1.9
Index: pdb2pqr-1.5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pdb2pqr-1.5.0-r2.ebuild 12 Apr 2011 17:37:53 -0000 1.8
+++ pdb2pqr-1.5.0-r2.ebuild 21 Jun 2011 09:08:53 -0000 1.9
@@ -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/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.8 2011/04/12 17:37:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.9 2011/06/21 09:08:53 jlec Exp $
EAPI="3"
@@ -9,7 +9,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit autotools eutils flag-o-matic python toolchain-funcs versionator
+inherit autotools eutils fortran-2 flag-o-matic python toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.7.0-r1.ebuild ChangeLog pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
@ 2010-12-17 17:56 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-17 17:56 UTC (permalink / raw
To: gentoo-commits
jlec 10/12/17 17:56:47
Modified: pdb2pqr-1.7.0-r1.ebuild ChangeLog
pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
Log:
Added missing autotools.eclass, #348963
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?r1=1.2&r2=1.3
Index: pdb2pqr-1.7.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdb2pqr-1.7.0-r1.ebuild 16 Dec 2010 13:45:43 -0000 1.2
+++ pdb2pqr-1.7.0-r1.ebuild 17 Dec 2010 17:56:47 -0000 1.3
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.2 2010/12/16 13:45:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.3 2010/12/17 17:56:47 jlec Exp $
EAPI="3"
@@ -8,7 +8,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator
+inherit autotools distutils eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
1.31 sci-chemistry/pdb2pqr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 16 Dec 2010 13:45:43 -0000 1.30
+++ ChangeLog 17 Dec 2010 17:56:47 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/pdb2pqr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.30 2010/12/16 13:45:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.31 2010/12/17 17:56:47 jlec Exp $
+
+ 17 Dec 2010; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
+ pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
+ Added missing autotools.eclass, #348963
16 Dec 2010; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
1.4 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?r1=1.3&r2=1.4
Index: pdb2pqr-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdb2pqr-1.7.0.ebuild 16 Dec 2010 16:19:37 -0000 1.3
+++ pdb2pqr-1.7.0.ebuild 17 Dec 2010 17:56:47 -0000 1.4
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.3 2010/12/16 16:19:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.4 2010/12/17 17:56:47 jlec Exp $
EAPI="3"
@@ -8,7 +8,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator
+inherit autotools distutils eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
1.6 sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?r1=1.5&r2=1.6
Index: pdb2pqr-1.5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pdb2pqr-1.5.0-r2.ebuild 16 Dec 2010 13:45:43 -0000 1.5
+++ pdb2pqr-1.5.0-r2.ebuild 17 Dec 2010 17:56:47 -0000 1.6
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.5 2010/12/16 13:45:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.6 2010/12/17 17:56:47 jlec Exp $
EAPI="3"
@@ -8,7 +8,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator
+inherit autotools distutils eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.7.0-r1.ebuild ChangeLog pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
@ 2010-12-16 13:45 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2010-12-16 13:45 UTC (permalink / raw
To: gentoo-commits
jlec 10/12/16 13:45:43
Modified: pdb2pqr-1.7.0-r1.ebuild ChangeLog
pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild
Log:
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild?r1=1.1&r2=1.2
Index: pdb2pqr-1.7.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdb2pqr-1.7.0-r1.ebuild 4 Nov 2010 09:35:20 -0000 1.1
+++ pdb2pqr-1.7.0-r1.ebuild 16 Dec 2010 13:45:43 -0000 1.2
@@ -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/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.1 2010/11/04 09:35:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0-r1.ebuild,v 1.2 2010/12/16 13:45:43 jlec Exp $
EAPI="3"
@@ -8,9 +8,7 @@
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit eutils fortran multilib flag-o-matic distutils python versionator toolchain-funcs
-
-FORTRAN="g77 gfortran"
+inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
@@ -65,7 +63,7 @@
configuration() {
# Avoid automagic to numeric
NUMPY="${EPREFIX}/$(python_get_sitedir)" \
- F77="${FORTRANC}" \
+ F77="$(tc-getFC)" \
econf \
--enable-propka \
--with-max-atoms=${MAXATOMS:-10000} \
1.30 sci-chemistry/pdb2pqr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 4 Nov 2010 09:35:19 -0000 1.29
+++ ChangeLog 16 Dec 2010 13:45:43 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/pdb2pqr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.29 2010/11/04 09:35:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.30 2010/12/16 13:45:43 jlec Exp $
+
+ 16 Dec 2010; Justin Lecher <jlec@gentoo.org> pdb2pqr-1.5.0-r2.ebuild,
+ pdb2pqr-1.7.0.ebuild, pdb2pqr-1.7.0-r1.ebuild:
+ Removal of fortran.eclass, #348851
*pdb2pqr-1.7.0-r1 (04 Nov 2010)
1.2 sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild?r1=1.1&r2=1.2
Index: pdb2pqr-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdb2pqr-1.7.0.ebuild 14 Oct 2010 17:53:56 -0000 1.1
+++ pdb2pqr-1.7.0.ebuild 16 Dec 2010 13:45:43 -0000 1.2
@@ -1,13 +1,14 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.1 2010/10/14 17:53:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.7.0.ebuild,v 1.2 2010/12/16 13:45:43 jlec Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit eutils fortran multilib flag-o-matic distutils python versionator
+inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
@@ -26,9 +27,7 @@
sci-chemistry/openbabel
opal? ( dev-python/zsi )"
RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-FORTRAN="g77 gfortran"
S="${WORKDIR}/${MY_P}"
@@ -53,7 +52,7 @@
configuration() {
# Avoid automagic to numeric
NUMPY="${EPREFIX}/$(python_get_sitedir)" \
- F77="${FORTRANC}" \
+ F77="$(tc-getFC)" \
econf \
$(use_with opal) || \
die "econf failed"
1.5 sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild?r1=1.4&r2=1.5
Index: pdb2pqr-1.5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pdb2pqr-1.5.0-r2.ebuild 15 Oct 2010 18:56:50 -0000 1.4
+++ pdb2pqr-1.5.0-r2.ebuild 16 Dec 2010 13:45:43 -0000 1.5
@@ -1,13 +1,14 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.4 2010/10/15 18:56:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.5 2010/12/16 13:45:43 jlec Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
-inherit eutils fortran multilib flag-o-matic distutils python versionator
+inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
@@ -26,9 +27,6 @@
sci-chemistry/openbabel
opal? ( dev-python/zsi )"
RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-FORTRAN="g77 gfortran"
S="${WORKDIR}/${MY_P}"
@@ -53,7 +51,7 @@
configuration() {
# Avoid automagic to numeric
NUMPY="${EPREFIX}/$(python_get_sitedir)" \
- F77="${FORTRANC}" \
+ F77="$(tc-getFC)" \
econf \
$(use_with opal) || \
die "econf failed"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-21 16:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 8:44 [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.7.0-r1.ebuild ChangeLog pdb2pqr-1.7.0.ebuild pdb2pqr-1.5.0-r2.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-06-21 16:02 Justin Lecher (jlec)
2011-06-21 9:08 Justin Lecher (jlec)
2010-12-17 17:56 Justin Lecher (jlec)
2010-12-16 13:45 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