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-mathematics/pspp: pspp-0.6.0.ebuild ChangeLog
Date: Tue, 28 Oct 2008 13:36:27
Message-Id: E1KuokC-0001EI-6U@stork.gentoo.org
1 markusle 08/10/28 13:36:24
2
3 Modified: pspp-0.6.0.ebuild ChangeLog
4 Log:
5 Fixed as-needed issues (see bug #244547).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-SENTINEL-3 i686)
7
8 Revision Changes Path
9 1.3 sci-mathematics/pspp/pspp-0.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild?r1=1.2&r2=1.3
14
15 Index: pspp-0.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pspp-0.6.0.ebuild 30 Jun 2008 23:11:40 -0000 1.2
22 +++ pspp-0.6.0.ebuild 28 Oct 2008 13:36:24 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild,v 1.2 2008/06/30 23:11:40 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild,v 1.3 2008/10/28 13:36:24 markusle Exp $
28
29 inherit elisp-common autotools
30
31 @@ -32,6 +32,7 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${P}-disable-inline.patch
35 + epatch "${FILESDIR}"/${P}-as-needed.patch
36 eautoreconf
37 }
38
39
40
41
42 1.8 sci-mathematics/pspp/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?r1=1.7&r2=1.8
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- ChangeLog 6 Aug 2008 20:47:47 -0000 1.7
55 +++ ChangeLog 28 Oct 2008 13:36:24 -0000 1.8
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sci-mathematics/pspp
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.7 2008/08/06 20:47:47 ulm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.8 2008/10/28 13:36:24 markusle Exp $
61 +
62 + 28 Oct 2008; Markus Dittrich <markusle@g.o>
63 + +files/pspp-0.6.0-as-needed.patch, pspp-0.6.0.ebuild:
64 + Fixed as-needed issues (see bug #244547).
65
66 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
67 Add USE flag description to metadata wrt GLEP 56.