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: psi-3.2.3.ebuild ChangeLog
Date: Fri, 26 Feb 2010 02:44:08
Message-Id: E1NkqBR-0005lY-IT@stork.gentoo.org
1 markusle 10/02/26 02:44:05
2
3 Modified: psi-3.2.3.ebuild ChangeLog
4 Log:
5 Fixed some QA issues.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sci-chemistry/psi/psi-3.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild?r1=1.3&r2=1.4
14
15 Index: psi-3.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- psi-3.2.3.ebuild 7 Dec 2008 04:46:06 -0000 1.3
22 +++ psi-3.2.3.ebuild 26 Feb 2010 02:44:04 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild,v 1.3 2008/12/07 04:46:06 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild,v 1.4 2010/02/26 02:44:04 markusle Exp $
29
30 inherit autotools eutils
31
32 @@ -24,11 +24,11 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 - epatch ${FILESDIR}/try-more-compilers.patch
38 - epatch ${FILESDIR}/try-pthread-for-blas-lapack.patch
39 - epatch ${FILESDIR}/dont-build-libint.patch
40 - epatch ${FILESDIR}/use-external-libint.patch
41 + cd "${S}"
42 + epatch "${FILESDIR}"/try-more-compilers.patch
43 + epatch "${FILESDIR}"/try-pthread-for-blas-lapack.patch
44 + epatch "${FILESDIR}"/dont-build-libint.patch
45 + epatch "${FILESDIR}"/use-external-libint.patch
46 eautoreconf
47 }
48
49
50
51
52 1.11 sci-chemistry/psi/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.11&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.11&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?r1=1.10&r2=1.11
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v
61 retrieving revision 1.10
62 retrieving revision 1.11
63 diff -u -r1.10 -r1.11
64 --- ChangeLog 26 Feb 2010 02:39:02 -0000 1.10
65 +++ ChangeLog 26 Feb 2010 02:44:04 -0000 1.11
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sci-chemistry/psi
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.10 2010/02/26 02:39:02 markusle Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.11 2010/02/26 02:44:04 markusle Exp $
71 +
72 + 26 Feb 2010; Markus Dittrich <markusle@g.o> psi-3.2.3.ebuild:
73 + Fixed some QA issues.
74
75 26 Feb 2010; Markus Dittrich <markusle@g.o> psi-3.3.0.ebuild,
76 +files/psi-3.3.0-parallel-make.patch: