summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-08-16 06:48:51 +0000
committerJustin Lecher <jlec@gentoo.org>2013-08-16 06:48:51 +0000
commitca68c922cf9e65c06f7b7ecb5b4c74008117c1c6 (patch)
treefd2ce60e8a2ff62bb81d3bfff2dfce5dd229936a /sci-chemistry
parentBump (diff)
downloadgentoo-2-ca68c922cf9e65c06f7b7ecb5b4c74008117c1c6.tar.gz
gentoo-2-ca68c922cf9e65c06f7b7ecb5b4c74008117c1c6.tar.bz2
gentoo-2-ca68c922cf9e65c06f7b7ecb5b4c74008117c1c6.zip
sci-chemistry/pointless: Add back python eclass
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pointless/ChangeLog5
-rw-r--r--sci-chemistry/pointless/pointless-1.6.14-r1.ebuild10
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-chemistry/pointless/ChangeLog b/sci-chemistry/pointless/ChangeLog
index 9ee28092c85c..9e692450941c 100644
--- a/sci-chemistry/pointless/ChangeLog
+++ b/sci-chemistry/pointless/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/pointless
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.36 2013/08/15 11:05:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.37 2013/08/16 06:48:51 jlec Exp $
+
+ 16 Aug 2013; Justin Lecher <jlec@gentoo.org> pointless-1.6.14-r1.ebuild:
+ Add back python eclass
*pointless-1.6.14-r1 (15 Aug 2013)
diff --git a/sci-chemistry/pointless/pointless-1.6.14-r1.ebuild b/sci-chemistry/pointless/pointless-1.6.14-r1.ebuild
index 2d71071f5316..62bebfade672 100644
--- a/sci-chemistry/pointless/pointless-1.6.14-r1.ebuild
+++ b/sci-chemistry/pointless/pointless-1.6.14-r1.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/pointless-1.6.14-r1.ebuild,v 1.1 2013/08/15 11:05:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/pointless-1.6.14-r1.ebuild,v 1.2 2013/08/16 06:48:51 jlec Exp $
EAPI=5
-inherit eutils fortran-2 multilib toolchain-funcs
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit eutils fortran-2 multilib python-single-r1 toolchain-funcs
DESCRIPTION="Scores crystallographic Laue and space groups"
HOMEPAGE="ftp://ftp.mrc-lmb.cam.ac.uk/pub/pre/pointless.html"
@@ -15,13 +17,15 @@ LICENSE="ccp4"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
DEPEND="
sci-chemistry/ccp4-apps
>=sci-libs/ccp4-libs-6.1.3-r10
sci-libs/clipper
sci-libs/fftw:2.1
sci-libs/mmdb
- >=sci-libs/cctbx-2010.03.29.2334-r3"
+ >=sci-libs/cctbx-2010.03.29.2334-r3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
S="${WORKDIR}"