Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/coot: ChangeLog coot-0.7.1.ebuild
Date: Tue, 27 Aug 2013 11:47:02
Message-Id: 20130827114618.1E6F92004C@flycatcher.gentoo.org
1 jlec 13/08/27 11:46:17
2
3 Modified: ChangeLog coot-0.7.1.ebuild
4 Log:
5 sci-chemistry/coot: Reenable test
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.57 sci-chemistry/coot/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 26 Aug 2013 07:52:29 -0000 1.56
23 +++ ChangeLog 27 Aug 2013 11:46:17 -0000 1.57
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/coot
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.56 2013/08/26 07:52:29 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.57 2013/08/27 11:46:17 jlec Exp $
29 +
30 + 27 Aug 2013; Justin Lecher <jlec@g.o> coot-0.7.1.ebuild:
31 + Reenable test
32
33 *coot-0.7.1 (26 Aug 2013)
34
35
36
37
38 1.2 sci-chemistry/coot/coot-0.7.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild?r1=1.1&r2=1.2
43
44 Index: coot-0.7.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- coot-0.7.1.ebuild 26 Aug 2013 07:52:29 -0000 1.1
51 +++ coot-0.7.1.ebuild 27 Aug 2013 11:46:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild,v 1.1 2013/08/26 07:52:29 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild,v 1.2 2013/08/27 11:46:17 jlec Exp $
57
58 EAPI=5
59
60 @@ -19,8 +19,8 @@
61 DESCRIPTION="Crystallographic Object-Oriented Toolkit for model building, completion and validation"
62 HOMEPAGE="http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/"
63 SRC_URI="
64 - http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/source/releases/${MY_P}.tar.gz"
65 -# test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-${PV}.tar.gz )"
66 + http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/source/releases/${MY_P}.tar.gz
67 + test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-${PV}.tar.gz )"
68
69 SLOT="0"
70 LICENSE="GPL-3"
71 @@ -76,8 +76,6 @@
72
73 S="${WORKDIR}/${MY_P}"
74
75 -RESTRICT="test"
76 -
77 pkg_setup() {
78 if use openmp; then
79 tc-has-openmp || die "Please use an OPENMP capable compiler"
80 @@ -138,7 +136,7 @@
81 export CLIBD_MON="${EPREFIX}/usr/share/ccp4/data/monomers/"
82 export SYMINFO="${S}/syminfo.lib"
83
84 - export COOT_TEST_DATA_DIR="${WORKDIR}"/data/greg-data
85 + export COOT_TEST_DATA_DIR="${WORKDIR}"/greg-data
86
87 cat > command-line-greg.scm <<- EOF
88 (use-modules (ice-9 greg))