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: Sat, 13 Oct 2007 20:05:47
Message-Id: E1Ign5D-0002vM-UB@stork.gentoo.org
1 genstef 07/10/13 19:55:35
2
3 Modified: agg-2.5.ebuild ChangeLog
4 Log:
5 Add sdl to DEPEND always because upstream does not provide the sdl.m4, bug 186768
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/agg-2.5.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/agg-2.5.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- agg-2.5.ebuild 20 Sep 2007 12:43:36 -0000 1.6
22 +++ agg-2.5.ebuild 13 Oct 2007 19:55:35 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.6 2007/09/20 12:43:36 genstef Exp $
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
29 inherit eutils autotools
30
31 @@ -12,12 +12,15 @@
32 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
33 IUSE="sdl truetype X"
34
35 -DEPEND="sdl? ( >=media-libs/libsdl-1.2.0 )
36 +RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 )
37 X? ( x11-libs/libX11 )
38 truetype? ( >=media-libs/freetype-2 )"
39 + # sdl.m4 missing in the tarball
40 +DEPEND="media-libs/libsdl
41 + ${RDEPEND}"
42
43 src_compile() {
44 - eautoreconf || die "eautoreconf failed"
45 + eautoreconf
46 # examples are not (yet) installed, so do not compile them
47 econf \
48 --enable-ctrl \
49
50
51
52 1.8 x11-libs/agg/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.8&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.8&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.7&r2=1.8
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
61 retrieving revision 1.7
62 retrieving revision 1.8
63 diff -u -r1.7 -r1.8
64 --- ChangeLog 20 Sep 2007 12:43:36 -0000 1.7
65 +++ ChangeLog 13 Oct 2007 19:55:35 -0000 1.8
66 @@ -1,6 +1,10 @@
67 # ChangeLog for x11-libs/agg
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.7 2007/09/20 12:43:36 genstef Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.8 2007/10/13 19:55:35 genstef Exp $
71 +
72 + 13 Oct 2007; Stefan Schweizer <genstef@g.o> agg-2.5.ebuild:
73 + Add sdl to DEPEND always because upstream does not provide the sdl.m4, bug
74 + 186768
75
76 20 Sep 2007; Stefan Schweizer <genstef@g.o> agg-2.5.ebuild:
77 Remove incorrect WANT_AUTOCONF setting, bug 192923
78
79
80
81 --
82 gentoo-commits@g.o mailing list