Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/xgraph: xgraph-12.1-r2.ebuild ChangeLog xgraph-12.1-r1.ebuild
Date: Wed, 06 Jan 2010 01:21:05
Message-Id: E1NSKa5-0006u8-1v@stork.gentoo.org
1 bicatali 10/01/06 01:21:01
2
3 Modified: xgraph-12.1-r2.ebuild ChangeLog
4 Removed: xgraph-12.1-r1.ebuild
5 Log:
6 Removed old, respect user's CFLAGS
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sci-visualization/xgraph/xgraph-12.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?r1=1.5&r2=1.6
15
16 Index: xgraph-12.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xgraph-12.1-r2.ebuild 26 Dec 2009 16:19:05 -0000 1.5
23 +++ xgraph-12.1-r2.ebuild 6 Jan 2010 01:21:00 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.5 2009/12/26 16:19:05 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.6 2010/01/06 01:21:00 bicatali Exp $
30
31 EAPI=2
32 inherit eutils autotools
33 @@ -22,6 +22,8 @@
34 src_prepare() {
35 epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
36 epatch "${FILESDIR}"/${P}-glibc-2.10.patch
37 + # respect user flags
38 + sed -i -e "s/-g/${CFLAGS}/" Makefile.am
39 eautoreconf
40 }
41
42
43
44
45 1.14 sci-visualization/xgraph/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xgraph/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 26 Dec 2009 16:19:05 -0000 1.13
58 +++ ChangeLog 6 Jan 2010 01:21:00 -0000 1.14
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sci-visualization/xgraph
61 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.13 2009/12/26 16:19:05 armin76 Exp $
63 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.14 2010/01/06 01:21:00 bicatali Exp $
65 +
66 + 06 Jan 2010; Sébastien Fabbro <bicatali@g.o>
67 + -xgraph-12.1-r1.ebuild, xgraph-12.1-r2.ebuild:
68 + Removed old, respect user's CFLAGS
69
70 26 Dec 2009; Raúl Porcel <armin76@g.o> xgraph-12.1-r2.ebuild:
71 sparc stable wrt #289447