diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-10-04 04:11:22 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-10-04 04:11:22 +0000 |
commit | 079be00de8dbe2b04cb6d54a2c22c8979a95402b (patch) | |
tree | 220b005dc8e306d42bed8ad844e778587598ad71 /net-misc/connman | |
parent | x86 stable wrt bug #480086, arch tested by Myckel Habets. (diff) | |
download | gentoo-2-079be00de8dbe2b04cb6d54a2c22c8979a95402b.tar.gz gentoo-2-079be00de8dbe2b04cb6d54a2c22c8979a95402b.tar.bz2 gentoo-2-079be00de8dbe2b04cb6d54a2c22c8979a95402b.zip |
Remove old at request of the maintainer.
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/connman/connman-1.0-r1.ebuild | 64 | ||||
-rw-r--r-- | net-misc/connman/connman-1.11.ebuild | 66 | ||||
-rw-r--r-- | net-misc/connman/connman-1.13.ebuild | 62 | ||||
-rw-r--r-- | net-misc/connman/connman-1.14.ebuild | 62 | ||||
-rw-r--r-- | net-misc/connman/connman-1.9.ebuild | 64 | ||||
-rw-r--r-- | net-misc/connman/metadata.xml | 1 |
7 files changed, 6 insertions, 320 deletions
diff --git a/net-misc/connman/ChangeLog b/net-misc/connman/ChangeLog index 176a7d269726..16539b16944b 100644 --- a/net-misc/connman/ChangeLog +++ b/net-misc/connman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/connman # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.69 2013/10/04 04:04:13 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.70 2013/10/04 04:11:22 phajdan.jr Exp $ + + 04 Oct 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> -connman-1.0-r1.ebuild, + -connman-1.9.ebuild, -connman-1.11.ebuild, -connman-1.13.ebuild, + -connman-1.14.ebuild, metadata.xml: + Remove old at request of the maintainer. 04 Oct 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> connman-1.15.ebuild: x86 stable wrt bug #480086, arch tested by Myckel Habets. diff --git a/net-misc/connman/connman-1.0-r1.ebuild b/net-misc/connman/connman-1.0-r1.ebuild deleted file mode 100644 index 73e4a2c7b5e2..000000000000 --- a/net-misc/connman/connman-1.0-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.0-r1.ebuild,v 1.5 2012/08/04 10:51:18 blueness Exp $ - -EAPI="4" - -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 ppc ppc64 x86" -IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit threads tools vpnc +wifi wimax" - -RDEPEND=">=dev-libs/glib-2.16 - >=sys-apps/dbus-1.2.24 - >=dev-libs/libnl-1.1 - >=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] ) - wimax? ( net-wireless/wimax )" - -DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.39 - doc? ( dev-util/gtk-doc )" - -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 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) \ - $(use_enable threads) \ - $(use_enable tools) \ - --disable-iospm \ - --disable-hh2serial-gps \ - --disable-openconnect -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin client/cm || die "client installation failed" - - keepdir /var/lib/${PN} || die - newinitd "${FILESDIR}"/${PN}.initd ${PN} || die - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die -} diff --git a/net-misc/connman/connman-1.11.ebuild b/net-misc/connman/connman-1.11.ebuild deleted file mode 100644 index 10d3cafb7152..000000000000 --- a/net-misc/connman/connman-1.11.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.11.ebuild,v 1.1 2013/03/14 12:51:31 chainsaw Exp $ - -EAPI="5" -inherit base - -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 policykit threads 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 - doc? ( dev-util/gtk-doc )" - -PATCHES=( - "${FILESDIR}/${P}-ip6-incomplete-type.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 openvpn openvpn builtin) \ - $(use_enable policykit polkit builtin) \ - $(use_enable vpnc vpnc builtin) \ - $(use_enable debug) \ - $(use_enable doc gtk-doc) \ - $(use_enable threads) \ - $(use_enable tools) \ - --disable-iospm \ - --disable-hh2serial-gps \ - --disable-openconnect -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin client/connmanctl || die "client installation failed" - - keepdir /var/lib/${PN} || die - newinitd "${FILESDIR}"/${PN}.initd2 ${PN} || die - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die -} diff --git a/net-misc/connman/connman-1.13.ebuild b/net-misc/connman/connman-1.13.ebuild deleted file mode 100644 index d02d98f2dc81..000000000000 --- a/net-misc/connman/connman-1.13.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.13.ebuild,v 1.1 2013/04/30 15:38:44 chainsaw Exp $ - -EAPI="5" -inherit base - -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 policykit threads 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 - doc? ( dev-util/gtk-doc )" - -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 openvpn openvpn builtin) \ - $(use_enable policykit polkit builtin) \ - $(use_enable vpnc vpnc builtin) \ - $(use_enable debug) \ - $(use_enable doc gtk-doc) \ - $(use_enable threads) \ - $(use_enable tools) \ - --disable-iospm \ - --disable-hh2serial-gps \ - --disable-openconnect -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin client/connmanctl || die "client installation failed" - - keepdir /var/lib/${PN} || die - newinitd "${FILESDIR}"/${PN}.initd2 ${PN} || die - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die -} diff --git a/net-misc/connman/connman-1.14.ebuild b/net-misc/connman/connman-1.14.ebuild deleted file mode 100644 index 73837b1d5080..000000000000 --- a/net-misc/connman/connman-1.14.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.14.ebuild,v 1.1 2013/06/04 10:15:22 chainsaw Exp $ - -EAPI="5" -inherit base - -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 policykit threads 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 - doc? ( dev-util/gtk-doc )" - -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 openvpn openvpn builtin) \ - $(use_enable policykit polkit builtin) \ - $(use_enable vpnc vpnc builtin) \ - $(use_enable debug) \ - $(use_enable doc gtk-doc) \ - $(use_enable threads) \ - $(use_enable tools) \ - --disable-iospm \ - --disable-hh2serial-gps \ - --disable-openconnect -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin client/connmanctl || die "client installation failed" - - keepdir /var/lib/${PN} || die - newinitd "${FILESDIR}"/${PN}.initd2 ${PN} || die - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die -} diff --git a/net-misc/connman/connman-1.9.ebuild b/net-misc/connman/connman-1.9.ebuild deleted file mode 100644 index dc589883ad9c..000000000000 --- a/net-misc/connman/connman-1.9.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.9.ebuild,v 1.1 2012/11/15 23:59:46 chainsaw Exp $ - -EAPI="4" - -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 policykit threads tools vpnc +wifi wimax" - -RDEPEND=">=dev-libs/glib-2.16 - >=sys-apps/dbus-1.2.24 - >=dev-libs/libnl-1.1 - >=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] ) - wimax? ( net-wireless/wimax )" - -DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.39 - doc? ( dev-util/gtk-doc )" - -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 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) \ - $(use_enable threads) \ - $(use_enable tools) \ - --disable-iospm \ - --disable-hh2serial-gps \ - --disable-openconnect -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dobin client/connmanctl || die "client installation failed" - - keepdir /var/lib/${PN} || die - newinitd "${FILESDIR}"/${PN}.initd ${PN} || die - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die -} diff --git a/net-misc/connman/metadata.xml b/net-misc/connman/metadata.xml index bd48167bc004..32b3ffa12c91 100644 --- a/net-misc/connman/metadata.xml +++ b/net-misc/connman/metadata.xml @@ -11,6 +11,5 @@ <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> - <flag name="wimax">Use <pkg>net-wireless/wimax</pkg> for WiMAX support.</flag> </use> </pkgmetadata> |