summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-08-27 11:46:17 +0000
committerJustin Lecher <jlec@gentoo.org>2013-08-27 11:46:17 +0000
commit7ca3710607cc04fb17dda3e615720405b7883a3f (patch)
treec26d1ac0afc6f3497f303e25de6f7b73a302e536 /sci-chemistry/coot
parentFix building with USE='tools', wrt bug #459112 (diff)
downloadgentoo-2-7ca3710607cc04fb17dda3e615720405b7883a3f.tar.gz
gentoo-2-7ca3710607cc04fb17dda3e615720405b7883a3f.tar.bz2
gentoo-2-7ca3710607cc04fb17dda3e615720405b7883a3f.zip
sci-chemistry/coot: Reenable test
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r--sci-chemistry/coot/ChangeLog5
-rw-r--r--sci-chemistry/coot/coot-0.7.1.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index db9152eaab53..98e8b7a8505b 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/coot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.56 2013/08/26 07:52:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.57 2013/08/27 11:46:17 jlec Exp $
+
+ 27 Aug 2013; Justin Lecher <jlec@gentoo.org> coot-0.7.1.ebuild:
+ Reenable test
*coot-0.7.1 (26 Aug 2013)
diff --git a/sci-chemistry/coot/coot-0.7.1.ebuild b/sci-chemistry/coot/coot-0.7.1.ebuild
index 236f67b39b7b..56d608607668 100644
--- a/sci-chemistry/coot/coot-0.7.1.ebuild
+++ b/sci-chemistry/coot/coot-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild,v 1.1 2013/08/26 07:52:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild,v 1.2 2013/08/27 11:46:17 jlec Exp $
EAPI=5
@@ -19,8 +19,8 @@ MY_P=${PN}-${MY_PV}
DESCRIPTION="Crystallographic Object-Oriented Toolkit for model building, completion and validation"
HOMEPAGE="http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/"
SRC_URI="
- http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/source/releases/${MY_P}.tar.gz"
-# test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-${PV}.tar.gz )"
+ http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/source/releases/${MY_P}.tar.gz
+ test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-${PV}.tar.gz )"
SLOT="0"
LICENSE="GPL-3"
@@ -76,8 +76,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
-RESTRICT="test"
-
pkg_setup() {
if use openmp; then
tc-has-openmp || die "Please use an OPENMP capable compiler"
@@ -138,7 +136,7 @@ src_test() {
export CLIBD_MON="${EPREFIX}/usr/share/ccp4/data/monomers/"
export SYMINFO="${S}/syminfo.lib"
- export COOT_TEST_DATA_DIR="${WORKDIR}"/data/greg-data
+ export COOT_TEST_DATA_DIR="${WORKDIR}"/greg-data
cat > command-line-greg.scm <<- EOF
(use-modules (ice-9 greg))