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/gnome-maps: ChangeLog gnome-maps-3.12.1.ebuild
Date: Sun, 27 Apr 2014 18:26:10
Message-Id: 20140427182603.C2C572004B@flycatcher.gentoo.org
1 eva 14/04/27 18:26:03
2
3 Modified: ChangeLog
4 Added: gnome-maps-3.12.1.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.6 sci-geosciences/gnome-maps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 9 Mar 2014 10:55:22 -0000 1.5
24 +++ ChangeLog 27 Apr 2014 18:26:03 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-geosciences/gnome-maps
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.5 2014/03/09 10:55:22 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.6 2014/04/27 18:26:03 eva Exp $
30 +
31 +*gnome-maps-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-maps-3.12.1.ebuild:
35 + Version bump for Gnome 3.12.
36
37 09 Mar 2014; Pacho Ramos <pacho@g.o> gnome-maps-3.10.2.ebuild:
38 amd64 stable, bug 499954
39
40
41
42 1.1 sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-maps-3.12.1.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/gnome-maps/gnome-maps-3.12.1.ebuild,v 1.1 2014/04/27 18:26:03 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit eutils gnome2
57
58 DESCRIPTION="A map application for GNOME"
59 HOMEPAGE="https://wiki.gnome.org/Design/Apps/Maps"
60
61 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
62 SLOT="0"
63 IUSE=""
64 KEYWORDS="~amd64"
65
66 RDEPEND="
67 >=app-misc/geoclue-1.99.3:2.0
68 >=dev-libs/gjs-1.39
69 >=dev-libs/gobject-introspection-0.10.1
70 >=dev-libs/glib-2.39.3:2
71 media-libs/clutter-gtk:1.0[introspection]
72 media-libs/clutter:1.0[introspection]
73 media-libs/cogl:1.0[introspection]
74 media-libs/libchamplain:0.12[introspection]
75 net-libs/libsoup:2.4[introspection]
76 sci-geosciences/geocode-glib[introspection]
77 x11-libs/gdk-pixbuf:2[introspection]
78 >=x11-libs/gtk+-3.10:3[introspection]
79 "
80
81 DEPEND="${RDEPEND}
82 >=dev-util/intltool-0.40
83 virtual/pkgconfig
84 "
85
86 src_prepare() {
87 # FIXME: autogenerated, should not be in tarball at all
88 rm "${S}"/src/path.js || die
89
90 gnome2_src_prepare
91 }