Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi: ChangeLog psi-3.3.0.ebuild
Date: Fri, 26 Feb 2010 02:39:19
Message-Id: E1Nkq6g-0005a3-FA@stork.gentoo.org
1 markusle 10/02/26 02:39:10
2
3 Modified: ChangeLog psi-3.3.0.ebuild
4 Log:
5 Added parallel make patch (fixes #305249).
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 sci-chemistry/psi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 19 Feb 2009 13:14:37 -0000 1.9
22 +++ ChangeLog 26 Feb 2010 02:39:02 -0000 1.10
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-chemistry/psi
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.9 2009/02/19 13:14:37 grozin Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.10 2010/02/26 02:39:02 markusle Exp $
29 +
30 + 26 Feb 2010; Markus Dittrich <markusle@g.o> psi-3.3.0.ebuild,
31 + +files/psi-3.3.0-parallel-make.patch:
32 + Added parallel make patch (fixes #305249). Thanks much to
33 + Kacper Kowalik for his patch.
34
35 19 Feb 2009; Andrey Grozin <grozin@g.o> psi-3.3.0.ebuild:
36 A typo in dependencies fixed in 3.3.0
37
38
39
40 1.5 sci-chemistry/psi/psi-3.3.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?r1=1.4&r2=1.5
45
46 Index: psi-3.3.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- psi-3.3.0.ebuild 19 Feb 2009 13:14:37 -0000 1.4
53 +++ psi-3.3.0.ebuild 26 Feb 2010 02:39:02 -0000 1.5
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.4 2009/02/19 13:14:37 grozin Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.5 2010/02/26 02:39:02 markusle Exp $
60
61 inherit autotools eutils
62
63 @@ -29,6 +29,7 @@
64 epatch "${FILESDIR}"/dont-build-libint.patch
65 epatch "${FILESDIR}"/use-external-libint.patch
66 epatch "${FILESDIR}"/${PV}-gcc-4.3.patch
67 + epatch "${FILESDIR}"/${P}-parallel-make.patch
68 eautoreconf
69 }