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-weather: gnome-weather-3.8.2-r1.ebuild ChangeLog gnome-weather-3.8.1.ebuild
Date: Sat, 29 Jun 2013 21:01:58
Message-Id: 20130629210155.95BFA2171C@flycatcher.gentoo.org
1 pacho 13/06/29 21:01:55
2
3 Modified: ChangeLog
4 Added: gnome-weather-3.8.2-r1.ebuild
5 Removed: gnome-weather-3.8.1.ebuild
6 Log:
7 Add a submenu to the app menu to choose the temperature unit (from 'master'), drop old.
8
9 (Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.3 gnome-extra/gnome-weather/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 13 May 2013 20:53:08 -0000 1.2
25 +++ ChangeLog 29 Jun 2013 21:01:55 -0000 1.3
26 @@ -1,6 +1,14 @@
27 # ChangeLog for gnome-extra/gnome-weather
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v 1.2 2013/05/13 20:53:08 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v 1.3 2013/06/29 21:01:55 pacho Exp $
31 +
32 +*gnome-weather-3.8.2-r1 (29 Jun 2013)
33 +
34 + 29 Jun 2013; Pacho Ramos <pacho@g.o>
35 + +files/gnome-weather-3.8.2-temp-unit.patch, +gnome-weather-3.8.2-r1.ebuild,
36 + -gnome-weather-3.8.1.ebuild:
37 + Add a submenu to the app menu to choose the temperature unit (from 'master'),
38 + drop old.
39
40 *gnome-weather-3.8.2 (13 May 2013)
41
42
43
44
45 1.1 gnome-extra/gnome-weather/gnome-weather-3.8.2-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.8.2-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.8.2-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gnome-weather-3.8.2-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.8.2-r1.ebuild,v 1.1 2013/06/29 21:01:55 pacho Exp $
55
56 EAPI="5"
57 GCONF_DEBUG="no"
58
59 inherit eutils gnome2
60
61 DESCRIPTION="A weather application for GNOME"
62 HOMEPAGE="https://live.gnome.org/Design/Apps/Weather"
63
64 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 RDEPEND="
70 dev-libs/gjs
71 dev-libs/glib:2
72 >=dev-libs/gobject-introspection-1.35.9
73 "
74 DEPEND="${RDEPEND}
75 >=dev-util/intltool-0.26
76 virtual/pkgconfig
77 "
78
79 src_prepare() {
80 # Add a submenu to the app menu to choose the temperature unit (from 'master')
81 epatch "${FILESDIR}/${PN}-3.8.2-temp-unit.patch"
82
83 gnome2_src_prepare
84 }