diff options
author | 2011-03-17 13:50:51 +0000 | |
---|---|---|
committer | 2011-03-17 13:50:51 +0000 | |
commit | e27b556310a48fcf62ac7285be8523441477a8da (patch) | |
tree | d61a88378bb48f2a667b7de3eed6e05c2404e3f6 /net-misc | |
parent | Remove usage of RESTRICT="bincheck" (diff) | |
download | gentoo-2-e27b556310a48fcf62ac7285be8523441477a8da.tar.gz gentoo-2-e27b556310a48fcf62ac7285be8523441477a8da.tar.bz2 gentoo-2-e27b556310a48fcf62ac7285be8523441477a8da.zip |
Add version 0.71
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/connman/connman-0.71.ebuild (renamed from net-misc/connman/connman-0.65.ebuild) | 17 |
2 files changed, 16 insertions, 9 deletions
diff --git a/net-misc/connman/ChangeLog b/net-misc/connman/ChangeLog index 1e6e6d1176ff..6879d639fd61 100644 --- a/net-misc/connman/ChangeLog +++ b/net-misc/connman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/connman # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.35 2011/02/22 13:55:32 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.36 2011/03/17 13:50:51 dagger Exp $ + +*connman-0.71 (17 Mar 2011) + + 17 Mar 2011; Robert Piasek <dagger@gentoo.org> -connman-0.65.ebuild, + +connman-0.71.ebuild: + Add version 0.71 *connman-0.70 (22 Feb 2011) diff --git a/net-misc/connman/connman-0.65.ebuild b/net-misc/connman/connman-0.71.ebuild index 426ee466007f..053050dfab67 100644 --- a/net-misc/connman/connman-0.65.ebuild +++ b/net-misc/connman/connman-0.71.ebuild @@ -1,6 +1,6 @@ # 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.65.ebuild,v 1.1 2011/01/06 15:27:42 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.71.ebuild,v 1.1 2011/03/17 13:50:51 dagger Exp $ EAPI="2" @@ -13,33 +13,33 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="bluetooth +caps debug dnsproxy doc examples +ethernet google ofono openvpn policykit threads tools +wifi wimax" +IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +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 + net-libs/gnutls bluetooth? ( net-wireless/bluez ) caps? ( sys-libs/libcap-ng ) + ntpd? ( net-misc/ntp ) ofono? ( net-misc/ofono ) policykit? ( sys-auth/polkit ) openvpn? ( net-misc/openvpn ) + vpnc? ( net-misc/vpnc ) wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] ) wimax? ( net-wireless/wimax )" DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6.30 doc? ( dev-util/gtk-doc )" -#src_prepare() { -# epatch "${FILESDIR}/${P}-fix-iptables-test.patch" -#} - src_configure() { econf \ --localstatedir=/var \ --enable-client \ + --enable-nmcompat=builtin \ --enable-fake \ --enable-datafiles \ --enable-loopback=builtin \ @@ -48,11 +48,12 @@ src_configure() { $(use_enable ethernet ethernet builtin) \ $(use_enable wifi wifi builtin) \ $(use_enable bluetooth bluetooth builtin) \ + $(use_enable ntpd ntpd builtin) \ $(use_enable ofono ofono builtin) \ - $(use_enable dnsproxy dnsproxy builtin) \ $(use_enable google google builtin) \ $(use_enable openvpn openvpn builtin) \ $(use_enable policykit polkit builtin) \ + $(use_enable vpnc vpnc builtin) \ $(use_enable wimax iwmx builtin) \ $(use_enable debug) \ $(use_enable doc gtk-doc) \ |