Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/xsvg: xsvg-0.2.1.ebuild ChangeLog
Date: Wed, 25 Jun 2008 18:00:54
Message-Id: E1KBZIW-0008QY-M0@stork.gentoo.org
1 maekke 08/06/25 18:00:48
2
3 Modified: xsvg-0.2.1.ebuild ChangeLog
4 Log:
5 x11-libs/cairo must be built with USE="X", bug #225223
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc7 i686)
7
8 Revision Changes Path
9 1.12 media-gfx/xsvg/xsvg-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild?r1=1.11&r2=1.12
14
15 Index: xsvg-0.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- xsvg-0.2.1.ebuild 20 Jun 2008 17:17:25 -0000 1.11
22 +++ xsvg-0.2.1.ebuild 25 Jun 2008 18:00:48 -0000 1.12
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/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.11 2008/06/20 17:17:25 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.12 2008/06/25 18:00:48 maekke Exp $
28
29 inherit autotools eutils
30
31 @@ -18,6 +18,13 @@
32 x11-libs/libXt
33 x11-libs/libXcursor"
34
35 +pkg_setup() {
36 + if ! built_with_use x11-libs/cairo X ; then
37 + eerror "x11-libs/cairo needs to be built with USE=\"X\""
38 + die "remerge x11-libs/cairo with USE=\"X\""
39 + fi
40 +}
41 +
42 src_unpack() {
43 unpack ${A}
44 cd "${S}"
45
46
47
48 1.24 media-gfx/xsvg/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsvg/ChangeLog?rev=1.24&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsvg/ChangeLog?rev=1.24&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsvg/ChangeLog?r1=1.23&r2=1.24
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsvg/ChangeLog,v
57 retrieving revision 1.23
58 retrieving revision 1.24
59 diff -u -r1.23 -r1.24
60 --- ChangeLog 20 Jun 2008 17:17:25 -0000 1.23
61 +++ ChangeLog 25 Jun 2008 18:00:48 -0000 1.24
62 @@ -1,6 +1,9 @@
63 # ChangeLog for media-gfx/xsvg
64 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/ChangeLog,v 1.23 2008/06/20 17:17:25 fmccor Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/ChangeLog,v 1.24 2008/06/25 18:00:48 maekke Exp $
67 +
68 + 25 Jun 2008; Markus Meier <maekke@g.o> xsvg-0.2.1.ebuild:
69 + x11-libs/cairo must be built with USE="X", bug #225223
70
71 20 Jun 2008; Ferris McCormick <fmccor@g.o> xsvg-0.2.1.ebuild:
72 Add ~sparc for testing at user request (Guido Winkelmann), Bug #228579.
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list