Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-1.19.ebuild
Date: Sun, 05 Jan 2014 14:26:51
Message-Id: 20140105142647.456802004C@flycatcher.gentoo.org
1 maekke 14/01/05 14:26:47
2
3 Modified: ChangeLog connman-1.19.ebuild
4 Log:
5 arm stable, bug #495870
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.74 net-misc/connman/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 20 Oct 2013 20:58:49 -0000 1.73
23 +++ ChangeLog 5 Jan 2014 14:26:47 -0000 1.74
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-misc/connman
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.73 2013/10/20 20:58:49 chainsaw Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.74 2014/01/05 14:26:47 maekke Exp $
30 +
31 + 05 Jan 2014; Markus Meier <maekke@g.o> connman-1.19.ebuild:
32 + arm stable, bug #495870
33
34 *connman-1.19 (20 Oct 2013)
35
36
37
38
39 1.2 net-misc/connman/connman-1.19.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.19.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.19.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.19.ebuild?r1=1.1&r2=1.2
44
45 Index: connman-1.19.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.19.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- connman-1.19.ebuild 20 Oct 2013 20:58:49 -0000 1.1
52 +++ connman-1.19.ebuild 5 Jan 2014 14:26:47 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.19.ebuild,v 1.1 2013/10/20 20:58:49 chainsaw Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.19.ebuild,v 1.2 2014/01/05 14:26:47 maekke Exp $
59
60 EAPI="5"
61 inherit base systemd
62 @@ -11,7 +11,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
67 +KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86"
68 IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit tools vpnc +wifi"
69
70 RDEPEND=">=dev-libs/glib-2.16