Gentoo Archives: gentoo-commits

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