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: Sun, 31 Mar 2013 18:47:54
Message-Id: 20130331184750.91AEA2171D@flycatcher.gentoo.org
1 pacho 13/03/31 18:47:50
2
3 Modified: libgweather-3.8.0.ebuild ChangeLog
4 Log:
5 Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702)
6
7 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 dev-libs/libgweather/libgweather-3.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild?r1=1.1&r2=1.2
15
16 Index: libgweather-3.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libgweather-3.8.0.ebuild 28 Mar 2013 22:43:04 -0000 1.1
23 +++ libgweather-3.8.0.ebuild 31 Mar 2013 18:47:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild,v 1.1 2013/03/28 22:43:04 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-3.8.0.ebuild,v 1.2 2013/03/31 18:47:50 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -19,7 +19,7 @@
33 # get libsoup-gnome installed by the time ${P} is built
34 COMMON_DEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
35 >=dev-libs/glib-2.35.1:2
36 - >=net-libs/libsoup-2.34:2.4[gnome]
37 + || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-2.34:2.4[gnome] )
38 >=dev-libs/libxml2-2.6.0
39 >=sys-libs/timezone-data-2010k
40
41
42
43
44 1.91 dev-libs/libgweather/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.91&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?rev=1.91&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgweather/ChangeLog?r1=1.90&r2=1.91
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v
53 retrieving revision 1.90
54 retrieving revision 1.91
55 diff -u -r1.90 -r1.91
56 --- ChangeLog 28 Mar 2013 22:43:04 -0000 1.90
57 +++ ChangeLog 31 Mar 2013 18:47:50 -0000 1.91
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-libs/libgweather
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.90 2013/03/28 22:43:04 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.91 2013/03/31 18:47:50 pacho Exp $
63 +
64 + 31 Mar 2013; Pacho Ramos <pacho@g.o> libgweather-3.8.0.ebuild:
65 + Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702)
66
67 *libgweather-3.8.0 (28 Mar 2013)