Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5.ebuild ChangeLog
Date: Tue, 11 Mar 2008 20:35:45
Message-Id: E1JZBCH-0007C8-SM@stork.gentoo.org
1 genstef 08/03/11 20:35:41
2
3 Modified: agg-2.5.ebuild ChangeLog
4 Log:
5 eautoreconf to src_unpack, bug 207483
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 x11-libs/agg/agg-2.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/agg-2.5.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/agg-2.5.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/agg-2.5.ebuild?r1=1.7&r2=1.8
14
15 Index: agg-2.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- agg-2.5.ebuild 13 Oct 2007 19:55:35 -0000 1.7
22 +++ agg-2.5.ebuild 11 Mar 2008 20:35:41 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.7 2007/10/13 19:55:35 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.8 2008/03/11 20:35:41 genstef Exp $
29
30 inherit eutils autotools
31
32 @@ -19,8 +19,13 @@
33 DEPEND="media-libs/libsdl
34 ${RDEPEND}"
35
36 -src_compile() {
37 +src_unpack() {
38 + unpack ${A}
39 + cd ${S}
40 eautoreconf
41 +}
42 +
43 +src_compile() {
44 # examples are not (yet) installed, so do not compile them
45 econf \
46 --enable-ctrl \
47
48
49
50 1.9 x11-libs/agg/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.9&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.9&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.8&r2=1.9
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
59 retrieving revision 1.8
60 retrieving revision 1.9
61 diff -u -r1.8 -r1.9
62 --- ChangeLog 13 Oct 2007 19:55:35 -0000 1.8
63 +++ ChangeLog 11 Mar 2008 20:35:41 -0000 1.9
64 @@ -1,6 +1,9 @@
65 # ChangeLog for x11-libs/agg
66 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.8 2007/10/13 19:55:35 genstef Exp $
68 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.9 2008/03/11 20:35:41 genstef Exp $
70 +
71 + 11 Mar 2008; Stefan Schweizer <genstef@g.o> agg-2.5.ebuild:
72 + eautoreconf to src_unpack, bug 207483
73
74 13 Oct 2007; Stefan Schweizer <genstef@g.o> agg-2.5.ebuild:
75 Add sdl to DEPEND always because upstream does not provide the sdl.m4, bug
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list