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.10.0.ebuild ChangeLog
Date: Tue, 24 Dec 2013 16:44:18
Message-Id: 20131224164414.339782004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:44:14
2
3 Modified: ChangeLog
4 Added: geocode-glib-3.10.0.ebuild
5 Log:
6 Version bump for Gnome 3.10
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.16 sci-geosciences/geocode-glib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 8 Dec 2013 19:37:56 -0000 1.15
24 +++ ChangeLog 24 Dec 2013 16:44:14 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-geosciences/geocode-glib
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.15 2013/12/08 19:37:56 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.16 2013/12/24 16:44:14 pacho Exp $
30 +
31 +*geocode-glib-3.10.0 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +geocode-glib-3.10.0.ebuild:
34 + Version bump for Gnome 3.10
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> geocode-glib-0.99.0.ebuild:
37 x86 stable, bug #478252
38
39
40
41 1.1 sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.10.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: geocode-glib-3.10.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.10.0.ebuild,v 1.1 2013/12/24 16:44:14 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.16.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 >=dev-util/intltool-0.41.0
80 >=sys-devel/gettext-0.17
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 #}