Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/dconf: metadata.xml ChangeLog dconf-0.5.1-r1.ebuild dconf-0.5.1.ebuild
Date: Sat, 06 Nov 2010 15:53:20
Message-Id: 20101106155306.B99C320051@flycatcher.gentoo.org
1 pacho 10/11/06 15:53:06
2
3 Modified: metadata.xml ChangeLog
4 Added: dconf-0.5.1-r1.ebuild
5 Removed: dconf-0.5.1.ebuild
6 Log:
7 Fix vala automagic support, upstream bug #634171
8
9 (Portage version: 2.1.9.24/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 gnome-base/dconf/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 17 Oct 2010 19:32:47 -0000 1.1
25 +++ metadata.xml 6 Nov 2010 15:53:06 -0000 1.2
26 @@ -6,5 +6,6 @@
27 <flag name="introspection">Use
28 <pkg>dev-libs/gobject-introspection</pkg> for
29 introspection</flag>
30 + <flag name="vala">Add support for <pkg>dev-lang/vala</pkg></flag>
31 </use>
32 </pkgmetadata>
33
34
35
36 1.2 gnome-base/dconf/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.2&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?rev=1.2&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/ChangeLog?r1=1.1&r2=1.2
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v
45 retrieving revision 1.1
46 retrieving revision 1.2
47 diff -u -r1.1 -r1.2
48 --- ChangeLog 17 Oct 2010 19:32:47 -0000 1.1
49 +++ ChangeLog 6 Nov 2010 15:53:06 -0000 1.2
50 @@ -1,6 +1,12 @@
51 # ChangeLog for gnome-base/dconf
52 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.1 2010/10/17 19:32:47 pacho Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.2 2010/11/06 15:53:06 pacho Exp $
55 +
56 +*dconf-0.5.1-r1 (06 Nov 2010)
57 +
58 + 06 Nov 2010; Pacho Ramos <pacho@g.o> -dconf-0.5.1.ebuild,
59 + +dconf-0.5.1-r1.ebuild, +files/dconf-0.5.1-automagic-vala.patch:
60 + Fix vala automagic support, upstream bug #634171
61
62 *dconf-0.5.1 (17 Oct 2010)
63
64
65
66
67 1.1 gnome-base/dconf/dconf-0.5.1-r1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r1.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r1.ebuild?rev=1.1&content-type=text/plain
71
72 Index: dconf-0.5.1-r1.ebuild
73 ===================================================================
74 # Copyright 1999-2010 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/dconf-0.5.1-r1.ebuild,v 1.1 2010/11/06 15:53:06 pacho Exp $
77
78 EAPI=3
79 GCONF_DEBUG="no"
80
81 inherit autotools eutils gnome2
82
83 DESCRIPTION="Simple low-level configuration system"
84 HOMEPAGE="http://live.gnome.org/dconf"
85 SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
86
87 LICENSE="LGPL-2.1"
88 SLOT="0"
89 KEYWORDS="~amd64 ~x86"
90 IUSE="doc +introspection vala"
91
92 RDEPEND=">=dev-libs/glib-2.25.16
93 >=dev-libs/libgee-0.5.1
94 >=dev-libs/libxml2-2.7.7
95 x11-libs/gtk+:2
96 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
97 vala? ( >=dev-lang/vala-0.9.5:0.10 )"
98 DEPEND="${RDEPEND}
99 doc? ( >=dev-util/gtk-doc-1.15 )"
100
101 pkg_setup() {
102 G2CONF="${G2CONF}
103 $(use_enable introspection)
104 $(use_enable vala)
105 VALAC=$(type -p valac-0.10)"
106 }
107
108 src_prepare() {
109 gnome2_src_prepare
110
111 # Fix vala automagic support, upstream bug #634171
112 epatch "${FILESDIR}/${P}-automagic-vala.patch"
113
114 mv "${WORKDIR}"/introspection.m4 . || die
115 mkdir -p m4 || die
116 AT_M4DIR="." eautoreconf
117 }