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/ccp4-apps: ChangeLog ccp4-apps-6.1.3-r10.ebuild
Date: Fri, 01 Jun 2012 09:06:41
Message-Id: 20120601090622.098812004C@flycatcher.gentoo.org
1 jlec 12/06/01 09:06:22
2
3 Modified: ChangeLog ccp4-apps-6.1.3-r10.ebuild
4 Log:
5 sci-chemistry/ccp4-apps: add missing die, don't rely on lapack -> blas dep chain
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.37 sci-chemistry/ccp4-apps/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 26 Apr 2012 15:46:31 -0000 1.36
23 +++ ChangeLog 1 Jun 2012 09:06:21 -0000 1.37
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-chemistry/ccp4-apps
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v 1.36 2012/04/26 15:46:31 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v 1.37 2012/06/01 09:06:21 jlec Exp $
29 +
30 + 01 Jun 2012; Justin Lecher <jlec@g.o> files/6.1.3-lapack.patch,
31 + ccp4-apps-6.1.3-r10.ebuild:
32 + add missing die, don't rely on lapack -> blas dep chain
33
34 26 Apr 2012; Justin Lecher <jlec@g.o> -ccp4-apps-6.1.3-r9.ebuild,
35 ccp4-apps-6.1.3-r10.ebuild:
36
37
38
39 1.10 sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild?r1=1.9&r2=1.10
44
45 Index: ccp4-apps-6.1.3-r10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- ccp4-apps-6.1.3-r10.ebuild 26 Apr 2012 15:46:31 -0000 1.9
52 +++ ccp4-apps-6.1.3-r10.ebuild 1 Jun 2012 09:06:21 -0000 1.10
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild,v 1.9 2012/04/26 15:46:31 jlec Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r10.ebuild,v 1.10 2012/06/01 09:06:21 jlec Exp $
58
59 EAPI=3
60
61 @@ -227,7 +227,7 @@
62 # We agree to the license by emerging this, set in LICENSE
63 sed -i \
64 -e "s~^\(^agreed=\).*~\1yes~g" \
65 - "${S}"/configure
66 + "${S}"/configure || die
67
68 # Fix up variables -- need to reset CCP4_MASTER at install-time
69 sed -i \
70 @@ -236,7 +236,7 @@
71 -e "s~^\(.*export CBIN=.*\)\$CCP4.*~\1\$CCP4/libexec/ccp4/bin/~g" \
72 -e "s~^\(.*setenv CBIN .*\)\$CCP4.*~\1\$CCP4/libexec/ccp4/bin/~g" \
73 -e "s~^\(setenv CCP4I_TCLTK.*\)/usr/local/bin~\1${EPREFIX}/usr/bin~g" \
74 - "${S}"/include/ccp4.setup*
75 + "${S}"/include/ccp4.setup* || die
76
77 # Set up variables for build
78 source "${S}"/include/ccp4.setup-sh