Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libchamplain: libchamplain-0.10.0.ebuild metadata.xml ChangeLog
Date: Thu, 02 Jun 2011 21:34:24
Message-Id: 20110602213415.0D50A20054@flycatcher.gentoo.org
1 nirbheek 11/06/02 21:34:15
2
3 Modified: metadata.xml ChangeLog
4 Added: libchamplain-0.10.0.ebuild
5 Log:
6 Bump to 0.10.0, new slot, ebuild from the GNOME overlay
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 media-libs/libchamplain/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libchamplain/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 12 Feb 2011 09:11:16 -0000 1.3
24 +++ metadata.xml 2 Jun 2011 21:34:14 -0000 1.4
25 @@ -5,7 +5,9 @@
26 <email>jlec@g.o</email>
27 </maintainer>
28 <use>
29 - <flag name='introspection'>Use dev-libs/gobject-introspection for introspection</flag>
30 - <flag name='html'>Install gtk-doc html version for this package</flag>
31 + <flag name='introspection'>Use <pkg>dev-libs/gobject-introspection</pkg> for
32 + introspection</flag>
33 + <flag name='html'>Install gtk-doc html version for this package</flag>
34 + <flag name='vala'>Generate bindings for <pkg>dev-lang/vala</pkg></flag>
35 </use>
36 </pkgmetadata>
37
38
39
40 1.12 media-libs/libchamplain/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/ChangeLog?rev=1.12&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/ChangeLog?rev=1.12&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/ChangeLog?r1=1.11&r2=1.12
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v
49 retrieving revision 1.11
50 retrieving revision 1.12
51 diff -u -r1.11 -r1.12
52 --- ChangeLog 31 Mar 2011 13:27:02 -0000 1.11
53 +++ ChangeLog 2 Jun 2011 21:34:14 -0000 1.12
54 @@ -1,6 +1,12 @@
55 # ChangeLog for media-libs/libchamplain
56 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v 1.11 2011/03/31 13:27:02 nirbheek Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/ChangeLog,v 1.12 2011/06/02 21:34:14 nirbheek Exp $
59 +
60 +*libchamplain-0.10.0 (02 Jun 2011)
61 +
62 + 02 Jun 2011; Nirbheek Chauhan <nirbheek@g.o>
63 + +libchamplain-0.10.0.ebuild:
64 + Bump to 0.10.0, new slot, ebuild from the GNOME overlay
65
66 *libchamplain-0.8.3 (31 Mar 2011)
67
68
69
70
71 1.1 media-libs/libchamplain/libchamplain-0.10.0.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/libchamplain-0.10.0.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libchamplain/libchamplain-0.10.0.ebuild?rev=1.1&content-type=text/plain
75
76 Index: libchamplain-0.10.0.ebuild
77 ===================================================================
78 # Copyright 1999-2011 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.10.0.ebuild,v 1.1 2011/06/02 21:34:14 nirbheek Exp $
81
82 EAPI="4"
83 GCONF_DEBUG="no"
84 GNOME2_LA_PUNT="yes"
85
86 inherit gnome2
87
88 DESCRIPTION="Clutter based world map renderer"
89 HOMEPAGE="http://blog.pierlux.com/projects/libchamplain/en/"
90
91 LICENSE="LGPL-2"
92 SLOT="0.10"
93 KEYWORDS="~amd64 ~x86"
94 IUSE="debug doc +gtk +introspection vala"
95
96 REQUIRED_USE="vala? ( introspection )"
97
98 RDEPEND="
99 >=dev-libs/glib-2.16:2
100 >=x11-libs/cairo-1.4
101 >=media-libs/clutter-1.2:1.0[introspection?]
102 >=media-libs/memphis-0.2.1:0.2[introspection?]
103 >=net-libs/libsoup-gnome-2.4.1:2.4
104 dev-db/sqlite:3
105 gtk? (
106 >=x11-libs/gtk+-2.90:3[introspection?]
107 >=media-libs/clutter-gtk-0.90:1.0 )
108 introspection? ( >=dev-libs/gobject-introspection-0.6.3 )"
109 DEPEND="${RDEPEND}
110 dev-util/pkgconfig
111 doc? ( >=dev-util/gtk-doc-1.9 )
112 vala? ( dev-lang/vala:0.12 )"
113
114 pkg_setup() {
115 DOCS="AUTHORS ChangeLog NEWS README"
116 # Vala demos are only built, so just disable them
117 G2CONF="${G2CONF}
118 --disable-maintainer-mode
119 --disable-static
120 --disable-maemo
121 --disable-vala-demos
122 --enable-memphis
123 VAPIGEN=$(type -p vapigen-0.12)
124 $(use_enable debug)
125 $(use_enable gtk)
126 $(use_enable introspection)
127 $(use_enable vala)"
128 }
129
130 src_prepare() {
131 # Fix documentation slotability
132 sed -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-${SLOT}/" \
133 -i docs/reference/Makefile.{am,in} || die "sed (1) failed"
134 sed -e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-gtk-${SLOT}/" \
135 -i docs/reference-gtk/Makefile.{am,in} || die "sed (2) failed"
136 mv "${S}"/docs/reference/${PN}{,-${SLOT}}-docs.sgml || die "mv (1) failed"
137 mv "${S}"/docs/reference-gtk/${PN}-gtk{,-${SLOT}}-docs.sgml || die "mv (1) failed"
138
139 gnome2_src_prepare
140 }