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-r12.ebuild ccp4-apps-6.1.3-r11.ebuild
Date: Wed, 27 Feb 2013 16:53:38
Message-Id: 20130227165335.4DB972171E@flycatcher.gentoo.org
1 jlec 13/02/27 16:53:35
2
3 Modified: ChangeLog ccp4-apps-6.1.3-r12.ebuild
4 ccp4-apps-6.1.3-r11.ebuild
5 Log:
6 sci-chemistry/ccp4-apps: Use PKG_CONFIG instead of generic pkg-config
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
9
10 Revision Changes Path
11 1.41 sci-chemistry/ccp4-apps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 10 Jan 2013 17:29:47 -0000 1.40
24 +++ ChangeLog 27 Feb 2013 16:53:35 -0000 1.41
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sci-chemistry/ccp4-apps
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v 1.40 2013/01/10 17:29:47 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v 1.41 2013/02/27 16:53:35 jlec Exp $
30 +
31 + 27 Feb 2013; Justin Lecher <jlec@g.o> files/6.1.3-lapack.patch,
32 + ccp4-apps-6.1.3-r11.ebuild, ccp4-apps-6.1.3-r12.ebuild:
33 + Use PKG_CONFIG instead of generic pkg-config
34
35 *ccp4-apps-6.1.3-r12 (10 Jan 2013)
36
37
38
39
40 1.2 sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild?r1=1.1&r2=1.2
45
46 Index: ccp4-apps-6.1.3-r12.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ccp4-apps-6.1.3-r12.ebuild 10 Jan 2013 17:29:47 -0000 1.1
53 +++ ccp4-apps-6.1.3-r12.ebuild 27 Feb 2013 16:53:35 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild,v 1.1 2013/01/10 17:29:47 jlec Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r12.ebuild,v 1.2 2013/02/27 16:53:35 jlec Exp $
59
60 EAPI=3
61
62 @@ -98,6 +98,7 @@
63 }
64
65 src_prepare() {
66 + tc-export PKG_CONFIG
67 einfo "Applying upstream patches ..."
68 for patch in $(seq $PATCH_TOT); do
69 base="PATCH${patch}"
70
71
72
73 1.3 sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild?r1=1.2&r2=1.3
78
79 Index: ccp4-apps-6.1.3-r11.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- ccp4-apps-6.1.3-r11.ebuild 19 Oct 2012 09:41:15 -0000 1.2
86 +++ ccp4-apps-6.1.3-r11.ebuild 27 Feb 2013 16:53:35 -0000 1.3
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2012 Gentoo Foundation
89 +# Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild,v 1.2 2012/10/19 09:41:15 jlec Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r11.ebuild,v 1.3 2013/02/27 16:53:35 jlec Exp $
93
94 EAPI=3
95
96 @@ -98,6 +98,7 @@
97 }
98
99 src_prepare() {
100 + tc-export PKG_CONFIG
101 einfo "Applying upstream patches ..."
102 for patch in $(seq $PATCH_TOT); do
103 base="PATCH${patch}"