public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2014-01-21  8:40 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2014-01-21  8:40 UTC (permalink / raw
  To: gentoo-commits

chainsaw    14/01/21 08:40:15

  Modified:             metadata.xml ChangeLog
  Added:                connman-1.21.ebuild connman-1.20.ebuild
  Removed:              connman-1.15.ebuild connman-1.17.ebuild
                        connman-1.16.ebuild connman-1.18.ebuild
  Log:
  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.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)

Revision  Changes    Path
1.18                 net-misc/connman/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/metadata.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/metadata.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/metadata.xml?r1=1.17&r2=1.18

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/metadata.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- metadata.xml	4 Oct 2013 04:11:22 -0000	1.17
+++ metadata.xml	21 Jan 2014 08:40:14 -0000	1.18
@@ -8,6 +8,7 @@
 	<use>
 		<flag name="ethernet">Enable ethernet support.</flag>
 		<flag name="ofono">Use <pkg>net-misc/ofono</pkg> for telephony support.</flag>
+		<flag name="openconnect">Use <pkg>net-misc/openconnect</pkg> for VPN support.</flag>
 		<flag name="openvpn">Use <pkg>net-misc/openvpn</pkg> for openvpn support.</flag>
 		<flag name="tools">Enable testing tools.</flag>
 		<flag name="vpnc">Use <pkg>net-misc/vpnc</pkg> for cisco VPN support.</flag>



1.79                 net-misc/connman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	19 Jan 2014 10:26:07 -0000	1.78
+++ ChangeLog	21 Jan 2014 08:40:14 -0000	1.79
@@ -1,6 +1,16 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.78 2014/01/19 10:26:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.79 2014/01/21 08:40:14 chainsaw Exp $
+
+*connman-1.21 (21 Jan 2014)
+*connman-1.20 (21 Jan 2014)
+
+  21 Jan 2014; Tony Vroon <chainsaw@gentoo.org> -connman-1.15.ebuild,
+  -connman-1.16.ebuild, -connman-1.17.ebuild, -connman-1.18.ebuild,
+  +connman-1.20.ebuild, +connman-1.21.ebuild:
+  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.
 
   19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> connman-1.19.ebuild:
   Stable for ppc64, wrt bug #495870



1.1                  net-misc/connman/connman-1.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.21.ebuild?rev=1.1&content-type=text/plain

Index: connman-1.21.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.21.ebuild,v 1.1 2014/01/21 08:40:14 chainsaw Exp $

EAPI="5"
inherit base systemd

DESCRIPTION="Provides a daemon for managing internet connections"
HOMEPAGE="http://connman.net"
SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect policykit tools vpnc +wifi"

RDEPEND=">=dev-libs/glib-2.16
	>=sys-apps/dbus-1.2.24
	>=net-firewall/iptables-1.4.8
	net-libs/gnutls
	bluetooth? ( net-wireless/bluez )
	ofono? ( net-misc/ofono )
	policykit? ( sys-auth/polkit )
	openvpn? ( net-misc/openvpn )
	vpnc? ( net-misc/vpnc )
	wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )"

DEPEND="${RDEPEND}
	>=sys-kernel/linux-headers-2.6.39"

PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )

src_configure() {
	econf \
		--localstatedir=/var \
		--enable-client \
		--enable-datafiles \
		--enable-loopback=builtin \
		$(use_enable examples test) \
		$(use_enable ethernet ethernet builtin) \
		$(use_enable wifi wifi builtin) \
		$(use_enable bluetooth bluetooth builtin) \
		$(use_enable ofono ofono builtin) \
		$(use_enable openconnect openconnect builtin) \
		$(use_enable openvpn openvpn builtin) \
		$(use_enable policykit polkit builtin) \
		$(use_enable vpnc vpnc builtin) \
		$(use_enable debug) \
		$(use_enable tools) \
		--disable-iospm \
		--disable-hh2serial-gps
}

src_install() {
	emake DESTDIR="${D}" install
	dobin client/connmanctl || die "client installation failed"

	if use doc; then
		dodoc doc/*.txt
	fi
	keepdir /var/lib/${PN}
	newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
	systemd_dounit "${FILESDIR}"/connman.service
}



1.1                  net-misc/connman/connman-1.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.20.ebuild?rev=1.1&content-type=text/plain

Index: connman-1.20.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.20.ebuild,v 1.1 2014/01/21 08:40:14 chainsaw Exp $

EAPI="5"
inherit base systemd

DESCRIPTION="Provides a daemon for managing internet connections"
HOMEPAGE="http://connman.net"
SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect policykit tools vpnc +wifi"

RDEPEND=">=dev-libs/glib-2.16
	>=sys-apps/dbus-1.2.24
	>=net-firewall/iptables-1.4.8
	net-libs/gnutls
	bluetooth? ( net-wireless/bluez )
	ofono? ( net-misc/ofono )
	policykit? ( sys-auth/polkit )
	openvpn? ( net-misc/openvpn )
	vpnc? ( net-misc/vpnc )
	wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )"

DEPEND="${RDEPEND}
	>=sys-kernel/linux-headers-2.6.39"

PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )

src_configure() {
	econf \
		--localstatedir=/var \
		--enable-client \
		--enable-datafiles \
		--enable-loopback=builtin \
		$(use_enable examples test) \
		$(use_enable ethernet ethernet builtin) \
		$(use_enable wifi wifi builtin) \
		$(use_enable bluetooth bluetooth builtin) \
		$(use_enable ofono ofono builtin) \
		$(use_enable openconnect openconnect builtin) \
		$(use_enable openvpn openvpn builtin) \
		$(use_enable policykit polkit builtin) \
		$(use_enable vpnc vpnc builtin) \
		$(use_enable debug) \
		$(use_enable tools) \
		--disable-iospm \
		--disable-hh2serial-gps
}

src_install() {
	emake DESTDIR="${D}" install
	dobin client/connmanctl || die "client installation failed"

	if use doc; then
		dodoc doc/*.txt
	fi
	keepdir /var/lib/${PN}
	newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
	systemd_dounit "${FILESDIR}"/connman.service
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-21  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21  8:40 [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 Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox