Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libsvg-cairo: libsvg-cairo-0.1.6.ebuild ChangeLog
Date: Tue, 26 Feb 2008 19:33:15
Message-Id: E1JU5Y7-0003fP-HY@stork.gentoo.org
1 drac 08/02/26 19:33:11
2
3 Modified: libsvg-cairo-0.1.6.ebuild ChangeLog
4 Log:
5 Use emake and remove pkgconfig from RDEPEND.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.23 x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild?r1=1.22&r2=1.23
14
15 Index: libsvg-cairo-0.1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- libsvg-cairo-0.1.6.ebuild 26 Feb 2008 19:18:15 -0000 1.22
22 +++ libsvg-cairo-0.1.6.ebuild 26 Feb 2008 19:33:10 -0000 1.23
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/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v 1.22 2008/02/26 19:18:15 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v 1.23 2008/02/26 19:33:10 drac Exp $
28
29 DESCRIPTION="Render SVG content using cairo"
30 HOMEPAGE="http://cairographics.org"
31 @@ -11,11 +11,12 @@
32 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
33 IUSE=""
34
35 -DEPEND=">=x11-libs/cairo-0.5.0
36 - >=media-libs/libsvg-0.1.2
37 +RDEPEND="x11-libs/cairo
38 + media-libs/libsvg"
39 +DEPEND="${RDEPEND}
40 dev-util/pkgconfig"
41
42 src_install() {
43 - make install DESTDIR="${D}" || die
44 + emake DESTDIR="${D}" install || die "emake install failed."
45 dodoc AUTHORS ChangeLog NEWS README
46 }
47
48
49
50 1.32 x11-libs/libsvg-cairo/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog?rev=1.32&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog?rev=1.32&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog?r1=1.31&r2=1.32
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v
59 retrieving revision 1.31
60 retrieving revision 1.32
61 diff -u -r1.31 -r1.32
62 --- ChangeLog 26 Feb 2008 19:18:15 -0000 1.31
63 +++ ChangeLog 26 Feb 2008 19:33:10 -0000 1.32
64 @@ -1,6 +1,9 @@
65 # ChangeLog for x11-libs/libsvg-cairo
66 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v 1.31 2008/02/26 19:18:15 armin76 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v 1.32 2008/02/26 19:33:10 drac Exp $
69 +
70 + 26 Feb 2008; Samuli Suominen <drac@g.o> libsvg-cairo-0.1.6.ebuild:
71 + Use emake and remove pkgconfig from RDEPEND.
72
73 26 Feb 2008; Raúl Porcel <armin76@g.o> libsvg-cairo-0.1.6.ebuild:
74 Add pkgconfig dep, bug #155200
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list