Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-clocks: gnome-clocks-3.10.1.ebuild ChangeLog gnome-clocks-3.8.1.ebuild gnome-clocks-0.1.5.ebuild
Date: Tue, 24 Dec 2013 16:48:44
Message-Id: 20131224164841.B7E112004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:48:41
2
3 Modified: ChangeLog
4 Added: gnome-clocks-3.10.1.ebuild
5 Removed: gnome-clocks-3.8.1.ebuild gnome-clocks-0.1.5.ebuild
6 Log:
7 Version bump for Gnome 3.10
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.9 gnome-extra/gnome-clocks/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-clocks/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-clocks/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-clocks/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-clocks/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 8 Dec 2013 18:45:20 -0000 1.8
25 +++ ChangeLog 24 Dec 2013 16:48:41 -0000 1.9
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-extra/gnome-clocks
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-clocks/ChangeLog,v 1.8 2013/12/08 18:45:20 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-clocks/ChangeLog,v 1.9 2013/12/24 16:48:41 pacho Exp $
31 +
32 +*gnome-clocks-3.10.1 (24 Dec 2013)
33 +
34 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gnome-clocks-3.10.1.ebuild,
35 + -gnome-clocks-0.1.5.ebuild, -gnome-clocks-3.8.1.ebuild:
36 + Version bump for Gnome 3.10
37
38 08 Dec 2013; Pacho Ramos <pacho@g.o> gnome-clocks-3.8.2.ebuild:
39 x86 stable, bug #478252
40
41
42
43 1.1 gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-clocks-3.10.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild,v 1.1 2013/12/24 16:48:41 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 VALA_MIN_API_VERSION="0.22"
57
58 inherit gnome2 vala
59
60 DESCRIPTION="Clocks application for GNOME"
61 HOMEPAGE="http://live.gnome.org/GnomeClocks"
62
63 LICENSE="GPL-2+"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="
69 >=dev-libs/glib-2.36:2
70 >=x11-libs/gtk+-3.9.11:3
71 >=media-libs/libcanberra-0.30
72 >=dev-libs/libgweather-3.9.91:=
73 >=gnome-base/gnome-desktop-3.7.90:=
74 >=sci-geosciences/geocode-glib-0.99.4
75 >=app-misc/geoclue-1.99.3
76 >=x11-libs/libnotify-0.7:=
77 "
78 DEPEND="${RDEPEND}
79 $(vala_depend)
80 >=dev-util/intltool-0.40
81 >=sys-devel/gettext-0.17
82 virtual/pkgconfig
83 "
84
85 src_prepare() {
86 vala_src_prepare
87 gnome2_src_prepare
88 }
89
90 src_configure() {
91 gnome2_src_configure ITSTOOL=$(type -P true)
92 }