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: coot-0.6.2.ebuild ChangeLog
Date: Wed, 29 Jun 2011 13:14:12
Message-Id: 20110629131400.1432920054@flycatcher.gentoo.org
1 jlec 11/06/29 13:14:00
2
3 Modified: coot-0.6.2.ebuild ChangeLog
4 Log:
5 Fixed deps and test
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-chemistry/coot/coot-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild?r1=1.1&r2=1.2
15
16 Index: coot-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- coot-0.6.2.ebuild 28 Jun 2011 17:01:28 -0000 1.1
23 +++ coot-0.6.2.ebuild 29 Jun 2011 13:13:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.1 2011/06/28 17:01:28 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.2 2011/06/29 13:13:59 jlec Exp $
29
30 EAPI=3
31
32 @@ -31,8 +31,9 @@
33 >=sci-libs/coot-data-2
34 >=sci-libs/gsl-1.3
35 sci-libs/mmdb
36 + <sci-libs/monomer-db-1
37 sci-chemistry/reduce
38 - sci-chemistry/refmac
39 + <sci-chemistry/refmac-5.6
40 sci-chemistry/probe"
41
42 XDEPS="
43 @@ -74,8 +75,9 @@
44
45 PATCHES=(
46 "${FILESDIR}"/${PV}-clipper-config.patch
47 - "${FILESDIR}"/${PV}-gl.patch
48 "${FILESDIR}"/${PV}-mmdb-config.patch
49 + "${FILESDIR}"/${PV}-gl.patch
50 + "${FILESDIR}"/${PV}-test.patch
51 )
52
53 src_prepare() {
54 @@ -122,7 +124,7 @@
55 export CLIBD_MON="${EPREFIX}/usr/share/ccp4/data/monomers/"
56 export SYMINFO="${S}/syminfo.lib"
57
58 - export COOT_TEST_DATA_DIR="${WORKDIR}/data/greg-data"
59 + export COOT_TEST_DATA_DIR="${WORKDIR}"/data/greg-data
60
61 cat > command-line-greg.scm <<- EOF
62 (use-modules (ice-9 greg))
63 @@ -148,6 +150,6 @@
64 einfo "CLIBD_MON ${CLIBD_MON}"
65 einfo "SYMINFO ${SYMINFO}"
66
67 - "${S}"/src/coot-real --no-graphics --script python-tests/coot_unittest.py || die
68 "${S}"/src/coot-real --no-graphics --script command-line-greg.scm || die
69 + "${S}"/src/coot-real --no-graphics --script python-tests/coot_unittest.py || die
70 }
71
72
73
74 1.39 sci-chemistry/coot/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.39&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.39&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?r1=1.38&r2=1.39
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v
83 retrieving revision 1.38
84 retrieving revision 1.39
85 diff -u -r1.38 -r1.39
86 --- ChangeLog 28 Jun 2011 19:13:23 -0000 1.38
87 +++ ChangeLog 29 Jun 2011 13:13:59 -0000 1.39
88 @@ -1,6 +1,10 @@
89 # ChangeLog for sci-chemistry/coot
90 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.38 2011/06/28 19:13:23 jlec Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.39 2011/06/29 13:13:59 jlec Exp $
93 +
94 + 29 Jun 2011; Justin Lecher <jlec@g.o> +files/0.6.2-test.patch,
95 + coot-0.6.2.ebuild:
96 + Fixed deps and test
97
98 28 Jun 2011; Justin Lecher <jlec@g.o> -files/0.3.1-as-needed.patch,
99 -files/0.4_pre2-as-needed.patch,