Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/connman: connman-1.21.ebuild metadata.xml ChangeLog connman-1.20.ebuild connman-1.15.ebuild connman-1.17.ebuild connman-1.16.ebuild connman-1.18.ebuild
Date: Tue, 21 Jan 2014 08:40:21
Message-Id: 20140121084015.155072004C@flycatcher.gentoo.org
1 chainsaw 14/01/21 08:40:15
2
3 Modified: metadata.xml ChangeLog
4 Added: connman-1.21.ebuild connman-1.20.ebuild
5 Removed: connman-1.15.ebuild connman-1.17.ebuild
6 connman-1.16.ebuild connman-1.18.ebuild
7 Log:
8 Version bump. Ebuild changes by Tomas Cech of SuSe to properly install documentation and allow openconnect to be used. Removed old versions up to last stable.
9
10 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
11
12 Revision Changes Path
13 1.18 net-misc/connman/metadata.xml
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/metadata.xml?rev=1.18&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/metadata.xml?rev=1.18&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/metadata.xml?r1=1.17&r2=1.18
18
19 Index: metadata.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/metadata.xml,v
22 retrieving revision 1.17
23 retrieving revision 1.18
24 diff -u -r1.17 -r1.18
25 --- metadata.xml 4 Oct 2013 04:11:22 -0000 1.17
26 +++ metadata.xml 21 Jan 2014 08:40:14 -0000 1.18
27 @@ -8,6 +8,7 @@
28 <use>
29 <flag name="ethernet">Enable ethernet support.</flag>
30 <flag name="ofono">Use <pkg>net-misc/ofono</pkg> for telephony support.</flag>
31 + <flag name="openconnect">Use <pkg>net-misc/openconnect</pkg> for VPN support.</flag>
32 <flag name="openvpn">Use <pkg>net-misc/openvpn</pkg> for openvpn support.</flag>
33 <flag name="tools">Enable testing tools.</flag>
34 <flag name="vpnc">Use <pkg>net-misc/vpnc</pkg> for cisco VPN support.</flag>
35
36
37
38 1.79 net-misc/connman/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.79&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.79&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.78&r2=1.79
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
47 retrieving revision 1.78
48 retrieving revision 1.79
49 diff -u -r1.78 -r1.79
50 --- ChangeLog 19 Jan 2014 10:26:07 -0000 1.78
51 +++ ChangeLog 21 Jan 2014 08:40:14 -0000 1.79
52 @@ -1,6 +1,16 @@
53 # ChangeLog for net-misc/connman
54 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.78 2014/01/19 10:26:07 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.79 2014/01/21 08:40:14 chainsaw Exp $
57 +
58 +*connman-1.21 (21 Jan 2014)
59 +*connman-1.20 (21 Jan 2014)
60 +
61 + 21 Jan 2014; Tony Vroon <chainsaw@g.o> -connman-1.15.ebuild,
62 + -connman-1.16.ebuild, -connman-1.17.ebuild, -connman-1.18.ebuild,
63 + +connman-1.20.ebuild, +connman-1.21.ebuild:
64 + Version bump. Ebuild changes by Tomas Cech of SuSe to properly install
65 + documentation and allow openconnect to be used. Removed old versions up to
66 + last stable.
67
68 19 Jan 2014; Agostino Sarubbo <ago@g.o> connman-1.19.ebuild:
69 Stable for ppc64, wrt bug #495870
70
71
72
73 1.1 net-misc/connman/connman-1.21.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.21.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.21.ebuild?rev=1.1&content-type=text/plain
77
78 Index: connman-1.21.ebuild
79 ===================================================================
80 # Copyright 1999-2014 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.21.ebuild,v 1.1 2014/01/21 08:40:14 chainsaw Exp $
83
84 EAPI="5"
85 inherit base systemd
86
87 DESCRIPTION="Provides a daemon for managing internet connections"
88 HOMEPAGE="http://connman.net"
89 SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
90
91 LICENSE="GPL-2"
92 SLOT="0"
93 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
94 IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect policykit tools vpnc +wifi"
95
96 RDEPEND=">=dev-libs/glib-2.16
97 >=sys-apps/dbus-1.2.24
98 >=net-firewall/iptables-1.4.8
99 net-libs/gnutls
100 bluetooth? ( net-wireless/bluez )
101 ofono? ( net-misc/ofono )
102 policykit? ( sys-auth/polkit )
103 openvpn? ( net-misc/openvpn )
104 vpnc? ( net-misc/vpnc )
105 wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )"
106
107 DEPEND="${RDEPEND}
108 >=sys-kernel/linux-headers-2.6.39"
109
110 PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )
111
112 src_configure() {
113 econf \
114 --localstatedir=/var \
115 --enable-client \
116 --enable-datafiles \
117 --enable-loopback=builtin \
118 $(use_enable examples test) \
119 $(use_enable ethernet ethernet builtin) \
120 $(use_enable wifi wifi builtin) \
121 $(use_enable bluetooth bluetooth builtin) \
122 $(use_enable ofono ofono builtin) \
123 $(use_enable openconnect openconnect builtin) \
124 $(use_enable openvpn openvpn builtin) \
125 $(use_enable policykit polkit builtin) \
126 $(use_enable vpnc vpnc builtin) \
127 $(use_enable debug) \
128 $(use_enable tools) \
129 --disable-iospm \
130 --disable-hh2serial-gps
131 }
132
133 src_install() {
134 emake DESTDIR="${D}" install
135 dobin client/connmanctl || die "client installation failed"
136
137 if use doc; then
138 dodoc doc/*.txt
139 fi
140 keepdir /var/lib/${PN}
141 newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
142 newconfd "${FILESDIR}"/${PN}.confd ${PN}
143 systemd_dounit "${FILESDIR}"/connman.service
144 }
145
146
147
148 1.1 net-misc/connman/connman-1.20.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.20.ebuild?rev=1.1&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.20.ebuild?rev=1.1&content-type=text/plain
152
153 Index: connman-1.20.ebuild
154 ===================================================================
155 # Copyright 1999-2014 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 # $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.20.ebuild,v 1.1 2014/01/21 08:40:14 chainsaw Exp $
158
159 EAPI="5"
160 inherit base systemd
161
162 DESCRIPTION="Provides a daemon for managing internet connections"
163 HOMEPAGE="http://connman.net"
164 SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
165
166 LICENSE="GPL-2"
167 SLOT="0"
168 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
169 IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect policykit tools vpnc +wifi"
170
171 RDEPEND=">=dev-libs/glib-2.16
172 >=sys-apps/dbus-1.2.24
173 >=net-firewall/iptables-1.4.8
174 net-libs/gnutls
175 bluetooth? ( net-wireless/bluez )
176 ofono? ( net-misc/ofono )
177 policykit? ( sys-auth/polkit )
178 openvpn? ( net-misc/openvpn )
179 vpnc? ( net-misc/vpnc )
180 wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )"
181
182 DEPEND="${RDEPEND}
183 >=sys-kernel/linux-headers-2.6.39"
184
185 PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )
186
187 src_configure() {
188 econf \
189 --localstatedir=/var \
190 --enable-client \
191 --enable-datafiles \
192 --enable-loopback=builtin \
193 $(use_enable examples test) \
194 $(use_enable ethernet ethernet builtin) \
195 $(use_enable wifi wifi builtin) \
196 $(use_enable bluetooth bluetooth builtin) \
197 $(use_enable ofono ofono builtin) \
198 $(use_enable openconnect openconnect builtin) \
199 $(use_enable openvpn openvpn builtin) \
200 $(use_enable policykit polkit builtin) \
201 $(use_enable vpnc vpnc builtin) \
202 $(use_enable debug) \
203 $(use_enable tools) \
204 --disable-iospm \
205 --disable-hh2serial-gps
206 }
207
208 src_install() {
209 emake DESTDIR="${D}" install
210 dobin client/connmanctl || die "client installation failed"
211
212 if use doc; then
213 dodoc doc/*.txt
214 fi
215 keepdir /var/lib/${PN}
216 newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
217 newconfd "${FILESDIR}"/${PN}.confd ${PN}
218 systemd_dounit "${FILESDIR}"/connman.service
219 }