Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-igd: gupnp-igd-0.2.3-r1.ebuild ChangeLog
Date: Tue, 24 Jun 2014 22:16:40
Message-Id: 20140624221632.20E3E2004E@flycatcher.gentoo.org
1 mgorny 14/06/24 22:16:32
2
3 Modified: gupnp-igd-0.2.3-r1.ebuild ChangeLog
4 Log:
5 Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: gupnp-igd-0.2.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gupnp-igd-0.2.3-r1.ebuild 22 Jun 2014 21:36:57 -0000 1.3
23 +++ gupnp-igd-0.2.3-r1.ebuild 24 Jun 2014 22:16:31 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.3 2014/06/22 21:36:57 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.4 2014/06/24 22:16:31 mgorny Exp $
29
30 EAPI=5
31
32 @@ -18,7 +18,7 @@
33 IUSE="+introspection python"
34
35 RDEPEND="
36 - >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
37 + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
38 >=net-libs/gssdp-0.14.7[${MULTILIB_USEDEP}]
39 >=net-libs/gupnp-0.20.10[${MULTILIB_USEDEP}]
40 introspection? ( >=dev-libs/gobject-introspection-0.10 )
41
42
43
44 1.60 net-libs/gupnp-igd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.60&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.60&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?r1=1.59&r2=1.60
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v
53 retrieving revision 1.59
54 retrieving revision 1.60
55 diff -u -r1.59 -r1.60
56 --- ChangeLog 22 Jun 2014 21:36:57 -0000 1.59
57 +++ ChangeLog 24 Jun 2014 22:16:31 -0000 1.60
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-libs/gupnp-igd
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.59 2014/06/22 21:36:57 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.60 2014/06/24 22:16:31 mgorny Exp $
63 +
64 + 24 Jun 2014; Michał Górny <mgorny@g.o> gupnp-igd-0.2.3-r1.ebuild:
65 + Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
66 + GNOME 3.6.
67
68 22 Jun 2014; Michał Górny <mgorny@g.o> gupnp-igd-0.2.3-r1.ebuild:
69 Fix build with USE=-python. Remove obsolete Python build hack.