aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 17:52:13 +0100
committerJustin Lecher <jlec@gentoo.org>2015-03-25 17:52:13 +0100
commitfc7c4ea5d27f8959131549c58a9e18ad91975176 (patch)
tree2d528237aff1c0a510dc3d6ecc74daee925816f0 /sci-chemistry/mgltools-geomutils
parentsci-chemistry/mgltools-cmolkit: Drop PYTHON_MODNAME and support for python2_6 (diff)
downloadsci-fc7c4ea5d27f8959131549c58a9e18ad91975176.tar.gz
sci-fc7c4ea5d27f8959131549c58a9e18ad91975176.tar.bz2
sci-fc7c4ea5d27f8959131549c58a9e18ad91975176.zip
sci-chemistry/mgltools-geomutils: Drop PYTHON_MODNAME and support for python2_6
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-chemistry/mgltools-geomutils')
-rw-r--r--sci-chemistry/mgltools-geomutils/ChangeLog7
-rw-r--r--sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/sci-chemistry/mgltools-geomutils/ChangeLog b/sci-chemistry/mgltools-geomutils/ChangeLog
index 0a85510ff..418d57387 100644
--- a/sci-chemistry/mgltools-geomutils/ChangeLog
+++ b/sci-chemistry/mgltools-geomutils/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/mgltools-geomutils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> mgltools-geomutils-1.5.6.ebuild:
+ sci-chemistry/mgltools-geomutils: Drop PYTHON_MODNAME and support for
+ python2_6
+
10 Jun 2013; Justin Lecher <jlec@gentoo.org>
-mgltools-geomutils-1.5.4-r1.ebuild, mgltools-geomutils-1.5.6.ebuild:
Drop old
@@ -51,4 +55,3 @@
+files/1.5.4-gcc4.3.patch, +mgltools-geomutils-1.5.4.ebuild,
+metadata.xml:
Initial checkin
-
diff --git a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
index 5e221fb68..023c781c3 100644
--- a/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
+++ b/sci-chemistry/mgltools-geomutils/mgltools-geomutils-1.5.6.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
MY_PN="geomutils"
MY_P="${MY_PN}-${PV/_rc3/}"
-PYTHON_MODNAME="${MY_PN}"
-
DESCRIPTION="MGLTools Plugin -- geomutils"
HOMEPAGE="http://mgltools.scripps.edu"
SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
@@ -22,7 +20,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-python/numpy"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-lang/swig"