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/libnice: libnice-0.1.4-r1.ebuild ChangeLog
Date: Tue, 24 Jun 2014 22:16:29
Message-Id: 20140624221621.234532004E@flycatcher.gentoo.org
1 mgorny 14/06/24 22:16:21
2
3 Modified: libnice-0.1.4-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.3 net-libs/libnice/libnice-0.1.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/libnice-0.1.4-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/libnice-0.1.4-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/libnice-0.1.4-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: libnice-0.1.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.4-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libnice-0.1.4-r1.ebuild 18 Jun 2014 20:38:25 -0000 1.2
23 +++ libnice-0.1.4-r1.ebuild 24 Jun 2014 22:16:20 -0000 1.3
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/libnice/libnice-0.1.4-r1.ebuild,v 1.2 2014/06/18 20:38:25 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.4-r1.ebuild,v 1.3 2014/06/24 22:16:20 mgorny Exp $
29
30 EAPI=5
31 inherit eutils multilib-minimal
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
34 IUSE="+upnp"
35
36 -RDEPEND=">=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
37 +RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
38 upnp? ( >=net-libs/gupnp-igd-0.2.2-r1:=[${MULTILIB_USEDEP}] )"
39 DEPEND="${RDEPEND}
40 dev-util/gtk-doc-am
41
42
43
44 1.67 net-libs/libnice/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/ChangeLog?rev=1.67&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/ChangeLog?rev=1.67&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/ChangeLog?r1=1.66&r2=1.67
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v
53 retrieving revision 1.66
54 retrieving revision 1.67
55 diff -u -r1.66 -r1.67
56 --- ChangeLog 18 Jun 2014 20:38:25 -0000 1.66
57 +++ ChangeLog 24 Jun 2014 22:16:20 -0000 1.67
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-libs/libnice
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.66 2014/06/18 20:38:25 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.67 2014/06/24 22:16:20 mgorny Exp $
63 +
64 + 24 Jun 2014; Michał Górny <mgorny@g.o> libnice-0.1.4-r1.ebuild:
65 + Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
66 + GNOME 3.6.
67
68 18 Jun 2014; Michał Górny <mgorny@g.o> libnice-0.1.4-r1.ebuild:
69 Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug