Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: librsvg-2.18.2.ebuild ChangeLog
Date: Fri, 02 May 2008 15:12:51
Message-Id: E1JrwwK-00047n-Pm@stork.gentoo.org
1 cardoe 08/05/02 15:12:48
2
3 Modified: librsvg-2.18.2.ebuild ChangeLog
4 Log:
5 move G2CONF and DOCS into pkg_setup()
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.9 gnome-base/librsvg/librsvg-2.18.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild?r1=1.8&r2=1.9
14
15 Index: librsvg-2.18.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- librsvg-2.18.2.ebuild 20 Apr 2008 01:35:57 -0000 1.8
22 +++ librsvg-2.18.2.ebuild 2 May 2008 15:12:48 -0000 1.9
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/gnome-base/librsvg/librsvg-2.18.2.ebuild,v 1.8 2008/04/20 01:35:57 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.18.2.ebuild,v 1.9 2008/05/02 15:12:48 cardoe Exp $
28
29 inherit gnome2 multilib
30
31 @@ -32,16 +32,18 @@
32 >=dev-util/pkgconfig-0.12
33 doc? ( >=dev-util/gtk-doc-1 )"
34
35 -# FIXME: USEify croco support (?)
36 -G2CONF="${G2CONF} \
37 - $(use_with zlib svgz) \
38 - $(use_enable gnome gnome-vfs) \
39 - $(use_enable gnome gnome-print) \
40 - --disable-mozilla-plugin --with-croco \
41 - --enable-pixbuf-loader \
42 - --enable-gtk-theme"
43 +pkg_setup() {
44 + # FIXME: USEify croco support (?)
45 + G2CONF="${G2CONF} \
46 + $(use_with zlib svgz) \
47 + $(use_enable gnome gnome-vfs) \
48 + $(use_enable gnome gnome-print) \
49 + --disable-mozilla-plugin --with-croco \
50 + --enable-pixbuf-loader \
51 + --enable-gtk-theme"
52
53 -DOCS="AUTHORS ChangeLog README NEWS TODO"
54 + DOCS="AUTHORS ChangeLog README NEWS TODO"
55 +}
56
57 set_gtk_confdir() {
58 # An arch specific config directory is used on multilib systems
59
60
61
62 1.172 gnome-base/librsvg/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.172&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.172&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.171&r2=1.172
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
71 retrieving revision 1.171
72 retrieving revision 1.172
73 diff -u -r1.171 -r1.172
74 --- ChangeLog 23 Mar 2008 11:50:29 -0000 1.171
75 +++ ChangeLog 2 May 2008 15:12:48 -0000 1.172
76 @@ -1,6 +1,9 @@
77 # ChangeLog for gnome-base/librsvg
78 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.171 2008/03/23 11:50:29 eva Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.172 2008/05/02 15:12:48 cardoe Exp $
81 +
82 + 02 May 2008; Doug Goldstein <cardoe@g.o> librsvg-2.18.2.ebuild:
83 + move G2CONF and DOCS into pkg_setup()
84
85 *librsvg-2.22.2 (23 Mar 2008)
86
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list