diff options
author | Robert Piasek <dagger@gentoo.org> | 2011-01-06 15:27:42 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2011-01-06 15:27:42 +0000 |
commit | d4c2f133ecf8a0a11398755ac470a012fb5ef6cf (patch) | |
tree | 6a8e11e35cbd5ca8faf4ffa2edd4bb4964e6a0bc /net-misc | |
parent | add Martin Mokrejsas maintainer (diff) | |
download | gentoo-2-d4c2f133ecf8a0a11398755ac470a012fb5ef6cf.tar.gz gentoo-2-d4c2f133ecf8a0a11398755ac470a012fb5ef6cf.tar.bz2 gentoo-2-d4c2f133ecf8a0a11398755ac470a012fb5ef6cf.zip |
Added version 0.65 (bug #350758). Removed unused USE flag (bug #349006)
(Portage version: 2.1.9.29/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/connman/connman-0.62.ebuild | 75 | ||||
-rw-r--r-- | net-misc/connman/connman-0.64-r1.ebuild (renamed from net-misc/connman/connman-0.64.ebuild) | 8 | ||||
-rw-r--r-- | net-misc/connman/connman-0.65.ebuild (renamed from net-misc/connman/connman-0.61-r2.ebuild) | 14 |
4 files changed, 19 insertions, 89 deletions
diff --git a/net-misc/connman/ChangeLog b/net-misc/connman/ChangeLog index bc1bdc294dea..55937d72476c 100644 --- a/net-misc/connman/ChangeLog +++ b/net-misc/connman/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/connman -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.28 2010/12/17 14:46:07 dagger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.29 2011/01/06 15:27:42 dagger Exp $ + +*connman-0.65 (06 Jan 2011) +*connman-0.64-r1 (06 Jan 2011) + + 06 Jan 2011; Robert Piasek <dagger@gentoo.org> -connman-0.61-r2.ebuild, + -connman-0.62.ebuild, +connman-0.64-r1.ebuild, +connman-0.65.ebuild: + Added version 0.65 (bug #350758). Removed unused USE flag (bug #349006) *connman-0.64 (17 Dec 2010) *connman-0.63-r2 (17 Dec 2010) diff --git a/net-misc/connman/connman-0.62.ebuild b/net-misc/connman/connman-0.62.ebuild deleted file mode 100644 index 910a5dcef545..000000000000 --- a/net-misc/connman/connman-0.62.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.62.ebuild,v 1.2 2010/10/04 14:41:09 dagger Exp $ - -EAPI="2" - -inherit multilib eutils - -DESCRIPTION="Provides a daemon for managing internet connections" -HOMEPAGE="http://connman.net" -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="bluetooth +caps debug +dhclient dnsproxy doc examples +ethernet google ofono policykit threads tools +udev +wifi wimax" -# gps meego ospm openconnect - -RDEPEND=">=dev-libs/glib-2.16 - >=sys-apps/dbus-1.2.24 - >=dev-libs/libnl-1.1 - bluetooth? ( net-wireless/bluez ) - caps? ( sys-libs/libcap-ng ) - dhclient? ( net-misc/dhcp ) - ofono? ( net-misc/ofono ) - policykit? ( sys-auth/polkit ) - udev? ( >=sys-fs/udev-141 ) - wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] ) - wimax? ( net-wireless/wimax )" - -DEPEND="${RDEPEND} - doc? ( dev-util/gtk-doc )" - -#src_prepare() { -# epatch "${FILESDIR}/${P}-fix-iptables-test.patch" -#} - -src_configure() { - econf \ - --localstatedir=/var \ - --enable-client \ - --enable-fake \ - --enable-datafiles \ - --enable-loopback=builtin \ - $(use_enable caps capng) \ - $(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 dhclient dhclient builtin) \ - $(use_enable dnsproxy dnsproxy builtin) \ - $(use_enable google google builtin) \ - $(use_enable policykit polkit builtin) \ - $(use_enable wimax iwmx builtin) \ - $(use_enable debug) \ - $(use_enable doc gtk-doc) \ - $(use_enable threads) \ - $(use_enable tools) \ - $(use_enable udev) \ - --disable-iospm \ - --disable-hh2serial-gps \ - --disable-portal \ - --disable-meego \ - --disable-openconnect -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin client/cm || die "client installation failed" - - keepdir /var/"$(get_libdir)"/${PN} || die - newinitd "${FILESDIR}"/${PN}.initd ${PN} || die - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die -} diff --git a/net-misc/connman/connman-0.64.ebuild b/net-misc/connman/connman-0.64-r1.ebuild index 8245fd8e109b..ff0654266121 100644 --- a/net-misc/connman/connman-0.64.ebuild +++ b/net-misc/connman/connman-0.64-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.64.ebuild,v 1.1 2010/12/17 14:46:07 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.64-r1.ebuild,v 1.1 2011/01/06 15:27:42 dagger Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="bluetooth +caps debug +dhclient dnsproxy doc examples +ethernet google ofono openvpn policykit threads tools +wifi wimax" +IUSE="bluetooth +caps debug dnsproxy doc examples +ethernet google ofono openvpn policykit threads tools +wifi wimax" # gps meego ospm openconnect RDEPEND=">=dev-libs/glib-2.16 @@ -23,7 +23,6 @@ RDEPEND=">=dev-libs/glib-2.16 >=sys-kernel/linux-headers-2.6.30 bluetooth? ( net-wireless/bluez ) caps? ( sys-libs/libcap-ng ) - dhclient? ( net-misc/dhcp ) ofono? ( net-misc/ofono ) policykit? ( sys-auth/polkit ) openvpn? ( net-misc/openvpn ) @@ -50,7 +49,6 @@ src_configure() { $(use_enable wifi wifi builtin) \ $(use_enable bluetooth bluetooth builtin) \ $(use_enable ofono ofono builtin) \ - $(use_enable dhclient dhclient builtin) \ $(use_enable dnsproxy dnsproxy builtin) \ $(use_enable google google builtin) \ $(use_enable openvpn openvpn builtin) \ diff --git a/net-misc/connman/connman-0.61-r2.ebuild b/net-misc/connman/connman-0.65.ebuild index de2b0f38fd31..426ee466007f 100644 --- a/net-misc/connman/connman-0.61-r2.ebuild +++ b/net-misc/connman/connman-0.65.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.61-r2.ebuild,v 1.1 2010/10/04 14:41:09 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.65.ebuild,v 1.1 2011/01/06 15:27:42 dagger Exp $ EAPI="2" @@ -13,18 +13,19 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="bluetooth +caps debug +dhclient dnsproxy doc examples +ethernet google ofono policykit threads tools +udev +wifi wimax" +IUSE="bluetooth +caps debug dnsproxy doc examples +ethernet google ofono openvpn policykit threads tools +wifi wimax" # gps meego ospm openconnect RDEPEND=">=dev-libs/glib-2.16 >=sys-apps/dbus-1.2.24 >=dev-libs/libnl-1.1 + >=net-firewall/iptables-1.4.8 + >=sys-kernel/linux-headers-2.6.30 bluetooth? ( net-wireless/bluez ) caps? ( sys-libs/libcap-ng ) - dhclient? ( net-misc/dhcp ) ofono? ( net-misc/ofono ) policykit? ( sys-auth/polkit ) - udev? ( >=sys-fs/udev-141 ) + openvpn? ( net-misc/openvpn ) wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] ) wimax? ( net-wireless/wimax )" @@ -48,16 +49,15 @@ src_configure() { $(use_enable wifi wifi builtin) \ $(use_enable bluetooth bluetooth builtin) \ $(use_enable ofono ofono builtin) \ - $(use_enable dhclient dhclient builtin) \ $(use_enable dnsproxy dnsproxy builtin) \ $(use_enable google google builtin) \ + $(use_enable openvpn openvpn builtin) \ $(use_enable policykit polkit builtin) \ $(use_enable wimax iwmx builtin) \ $(use_enable debug) \ $(use_enable doc gtk-doc) \ $(use_enable threads) \ $(use_enable tools) \ - $(use_enable udev) \ --disable-iospm \ --disable-hh2serial-gps \ --disable-portal \ |