Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgweather: libgweather-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:43:07
Message-Id: 20130328224304.3FF132171D@flycatcher.gentoo.org
1 pacho 13/03/28 22:43:04
2
3 Modified: ChangeLog
4 Added: libgweather-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.90 dev-libs/libgweather/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.90&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.90&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.89&r2=1.90
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
20 retrieving revision 1.89
21 retrieving revision 1.90
22 diff -u -r1.89 -r1.90
23 --- ChangeLog 5 Mar 2013 23:16:15 -0000 1.89
24 +++ ChangeLog 28 Mar 2013 22:43:04 -0000 1.90
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libgweather
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.89 2013/03/05 23:16:15 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.90 2013/03/28 22:43:04 pacho Exp $
30 +
31 +*libgweather-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +libgweather-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 05 Mar 2013; Gilles Dartiguelongue <eva@g.o>
37 -libgweather-3.4.1.ebuild:
38
39
40
41 1.1 dev-libs/libgweather/libgweather-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgweather-3.8.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/dev-libs/libgweather/libgweather-3.8.0.ebuild,v 1.1 2013/03/28 22:43:04 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="Library to access weather information from online services"
58 HOMEPAGE="https://live.gnome.org/LibGWeather"
59
60 LICENSE="GPL-2+"
61 SLOT="2/3-1" # subslot = 3-(libgweather-3 soname suffix)
62 IUSE="+introspection"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
64
65 # libsoup-gnome is to be used because libsoup[gnome] might not
66 # get libsoup-gnome installed by the time ${P} is built
67 COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
68 >=dev-libs/glib-2.35.1:2
69 >=net-libs/libsoup-2.34:2.4[gnome]
70 >=dev-libs/libxml2-2.6.0
71 >=sys-libs/timezone-data-2010k
72
73 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
74 "
75 RDEPEND="${COMMON_DEPEND}
76 !<gnome-base/gnome-applets-2.22.0
77 "
78 DEPEND="${COMMON_DEPEND}
79 >=dev-util/gtk-doc-am-1.9
80 >=dev-util/intltool-0.50
81 sys-devel/gettext
82 virtual/pkgconfig
83 "
84
85 src_configure() {
86 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
87 # Do not add --disable-all-translations-in-one-xml : it will enable them
88 G2CONF="${G2CONF}
89 --enable-locations-compression
90 --disable-static
91 $(use_enable introspection)"
92 gnome2_src_configure
93 }