Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: ChangeLog geocode-glib-3.12.0.ebuild
Date: Sun, 27 Apr 2014 18:12:57
Message-Id: 20140427181253.1A24F2004B@flycatcher.gentoo.org
1 eva 14/04/27 18:12:53
2
3 Modified: ChangeLog
4 Added: geocode-glib-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.22 sci-geosciences/geocode-glib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 27 Apr 2014 09:07:49 -0000 1.21
24 +++ ChangeLog 27 Apr 2014 18:12:52 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-geosciences/geocode-glib
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.21 2014/04/27 09:07:49 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.22 2014/04/27 18:12:52 eva Exp $
30 +
31 +*geocode-glib-3.12.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +geocode-glib-3.12.0.ebuild:
35 + Version bump for Gnome 3.12.
36
37 27 Apr 2014; Pacho Ramos <pacho@g.o> -geocode-glib-0.99.0.ebuild,
38 -geocode-glib-0.99.1.ebuild:
39
40
41
42 1.1 sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: geocode-glib-3.12.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.12.0.ebuild,v 1.1 2014/04/27 18:12:52 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no" # --enable-debug does not do anything useful
55
56 inherit gnome2
57
58 DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
59 HOMEPAGE="http://git.gnome.org/browse/geocode-glib"
60
61 # FIXME: should be slot 1.0 but upstream failed at renaming the libs
62 # and some files conflict from previous releases.
63
64 LICENSE="LGPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE="+introspection test"
68
69 RDEPEND="
70 >=dev-libs/glib-2.34:2
71 >=dev-libs/json-glib-0.99.2[introspection?]
72 gnome-base/gvfs[http]
73 net-libs/libsoup:2.4[introspection?]
74 introspection? (
75 >=dev-libs/gobject-introspection-0.6.3
76 net-libs/libsoup-gnome:2.4[introspection] )
77 "
78 DEPEND="${RDEPEND}
79 >=dev-util/gtk-doc-am-1.13
80 >=sys-devel/gettext-0.18
81 virtual/pkgconfig
82 test? ( sys-apps/dbus )
83 "
84 # eautoreconf requires:
85 # dev-libs/gobject-introspection-common
86 # gnome-base/gnome-common
87
88 RESTRICT="test" # Need network #424719
89
90 src_prepare() {
91 gnome2_src_prepare
92
93 # Crazy flags
94 sed -e 's:-Wall ::' -i configure || die
95 }
96
97 #src_test() {
98 # export GVFS_DISABLE_FUSE=1
99 # export GIO_USE_VFS=gvfs
100 # ewarn "Tests require network access to http://where.yahooapis.com"
101 # dbus-launch emake check || die "tests failed"
102 #}