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/cns: cns-1.2.1-r7.ebuild ChangeLog
Date: Wed, 06 Jun 2012 08:16:31
Message-Id: 20120606081621.25CAC2004B@flycatcher.gentoo.org
1 jlec 12/06/06 08:16:21
2
3 Modified: cns-1.2.1-r7.ebuild ChangeLog
4 Log:
5 sci-chemistry/cns: Restrict test suite as it need manual inspection of the results
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-chemistry/cns/cns-1.2.1-r7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild?r1=1.2&r2=1.3
15
16 Index: cns-1.2.1-r7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cns-1.2.1-r7.ebuild 21 Mar 2012 18:26:15 -0000 1.2
23 +++ cns-1.2.1-r7.ebuild 6 Jun 2012 08:16:21 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.2 2012/03/21 18:26:15 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.3 2012/06/06 08:16:21 jlec Exp $
29
30 EAPI=3
31
32 @@ -30,7 +30,7 @@
33
34 S="${WORKDIR}/${MY_P}"
35
36 -RESTRICT="fetch"
37 +RESTRICT="fetch test"
38
39 pkg_nofetch() {
40 elog "Fill out the form at http://cns.csb.yale.edu/cns_request/"
41 @@ -152,8 +152,8 @@
42 # We need to force on g77 manually, because we can't get aliases working
43 # when we source in a -c
44 einfo "Running tests ..."
45 - sh -c \
46 - "export CNS_G77=ON; source ${T}/cns_solve_env_sh; make run_tests" \
47 + csh -c \
48 + "export CNS_G77=ON; source ${S}/cns_solve_env; make run_tests" \
49 || die "tests failed"
50 einfo "Displaying test results ..."
51 cat "${S}"/*_g77/test/*.diff-test
52
53
54
55 1.47 sci-chemistry/cns/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/ChangeLog?rev=1.47&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/ChangeLog?rev=1.47&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/cns/ChangeLog?r1=1.46&r2=1.47
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v
64 retrieving revision 1.46
65 retrieving revision 1.47
66 diff -u -r1.46 -r1.47
67 --- ChangeLog 21 Mar 2012 18:26:15 -0000 1.46
68 +++ ChangeLog 6 Jun 2012 08:16:21 -0000 1.47
69 @@ -1,6 +1,9 @@
70 # ChangeLog for sci-chemistry/cns
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.46 2012/03/21 18:26:15 jlec Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.47 2012/06/06 08:16:21 jlec Exp $
74 +
75 + 06 Jun 2012; Justin Lecher <jlec@g.o> cns-1.2.1-r7.ebuild:
76 + Restrict test suite as it need manual inspection of the results
77
78 21 Mar 2012; Justin Lecher <jlec@g.o> cns-1.2.1-r7.ebuild:
79 Change FFLAGS against FCFLAGS