diff options
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.4.9.ebuild | 13 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.5.8.ebuild | 13 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.6.0.ebuild | 13 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild | 14 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild | 14 |
7 files changed, 52 insertions, 29 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index 18783dc8367c..c2bcc8e791d2 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/hostapd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.73 2007/06/06 20:21:26 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.74 2007/06/19 07:50:22 genstef Exp $ + + 19 Jun 2007; Stefan Schweizer <genstef@gentoo.org> hostapd-0.4.9.ebuild, + hostapd-0.5.8.ebuild, hostapd-0.6.0.ebuild: + New madwifi-ng-tools depends thanks to Gordon Malm + <bugs-gentoo-org-01@bumpin.org> in bug 179348 *hostapd-0.5.8 (06 Jun 2007) diff --git a/net-wireless/hostapd/hostapd-0.4.9.ebuild b/net-wireless/hostapd/hostapd-0.4.9.ebuild index 0f950f4143be..101818c2e752 100644 --- a/net-wireless/hostapd/hostapd-0.4.9.ebuild +++ b/net-wireless/hostapd/hostapd-0.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.4.9.ebuild,v 1.4 2007/03/11 00:50:46 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.4.9.ebuild,v 1.5 2007/06/19 07:50:22 genstef Exp $ inherit toolchain-funcs @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ppc x86" IUSE="ipv6 logwatch madwifi ssl" RDEPEND="ssl? ( dev-libs/openssl ) - madwifi? ( || ( net-wireless/madwifi-ng net-wireless/madwifi-old ) )" + madwifi? ( || + ( >net-wireless/madwifi-ng-tools-0.9.3 + <net-wireless/madwifi-ng-0.9.3-r4 + net-wireless/madwifi-old ) )" DEPEND="${RDEPEND} sys-apps/sed" @@ -109,9 +112,9 @@ pkg_postinst() { einfo "mode_wlan0=\"master\"" einfo if use madwifi; then - einfo "This package now compiles against the headers installed by" - einfo "the madwifi driver. You should remerge ${PN} after" - einfo "upgrading your madwifi driver." + einfo "This package compiles against the headers installed by" + einfo "madwifi-old, madwifi-ng or madwifi-ng-tools." + einfo "You should remerge ${PN} after upgrading these packages." einfo fi } diff --git a/net-wireless/hostapd/hostapd-0.5.8.ebuild b/net-wireless/hostapd/hostapd-0.5.8.ebuild index 427b1e5e563c..ff40119749ce 100644 --- a/net-wireless/hostapd/hostapd-0.5.8.ebuild +++ b/net-wireless/hostapd/hostapd-0.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.5.8.ebuild,v 1.1 2007/06/06 20:21:26 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.5.8.ebuild,v 1.2 2007/06/19 07:50:22 genstef Exp $ inherit toolchain-funcs @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="ipv6 logwatch madwifi ssl" RDEPEND="ssl? ( dev-libs/openssl ) - madwifi? ( || ( net-wireless/madwifi-ng net-wireless/madwifi-old ) )" + madwifi? ( || + ( >net-wireless/madwifi-ng-tools-0.9.3 + <net-wireless/madwifi-ng-0.9.3-r4 + net-wireless/madwifi-old ) )" DEPEND="${RDEPEND}" src_unpack() { @@ -120,9 +123,9 @@ pkg_postinst() { einfo "mode_wlan0=\"master\"" einfo if use madwifi; then - einfo "This package now compiles against the headers installed by" - einfo "the madwifi driver. You should remerge ${PN} after" - einfo "upgrading your madwifi driver." + einfo "This package compiles against the headers installed by" + einfo "madwifi-old, madwifi-ng or madwifi-ng-tools." + einfo "You should remerge ${PN} after upgrading these packages." einfo fi } diff --git a/net-wireless/hostapd/hostapd-0.6.0.ebuild b/net-wireless/hostapd/hostapd-0.6.0.ebuild index 6a1bebd1c4f1..2bac85e6e210 100644 --- a/net-wireless/hostapd/hostapd-0.6.0.ebuild +++ b/net-wireless/hostapd/hostapd-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild,v 1.1 2007/06/06 20:03:36 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.0.ebuild,v 1.2 2007/06/19 07:50:22 genstef Exp $ inherit toolchain-funcs linux-info @@ -14,7 +14,10 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="ipv6 logwatch madwifi ssl" DEPEND="ssl? ( dev-libs/openssl ) - madwifi? ( || ( net-wireless/madwifi-ng net-wireless/madwifi-old ) )" + madwifi? ( || + ( >net-wireless/madwifi-ng-tools-0.9.3 + <net-wireless/madwifi-ng-0.9.3-r4 + net-wireless/madwifi-old ) )" RDEPEND="${RDEPEND}" S="${S}/hostapd" @@ -143,9 +146,9 @@ pkg_postinst() { einfo "mode_wlan0=\"master\"" einfo if use madwifi; then - einfo "This package now compiles against the headers installed by" - einfo "the madwifi driver. You should re-emerge ${PN} after" - einfo "upgrading your madwifi driver." + einfo "This package compiles against the headers installed by" + einfo "madwifi-old, madwifi-ng or madwifi-ng-tools." + einfo "You should remerge ${PN} after upgrading these packages." einfo fi if [ -e "${KV_DIR}"/net/mac80211 ]; then diff --git a/net-wireless/wpa_supplicant/ChangeLog b/net-wireless/wpa_supplicant/ChangeLog index 3101b87b36e7..4b44ababb6c8 100644 --- a/net-wireless/wpa_supplicant/ChangeLog +++ b/net-wireless/wpa_supplicant/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/wpa_supplicant # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.94 2007/05/30 11:18:40 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.95 2007/06/19 07:54:17 genstef Exp $ + + 19 Jun 2007; Stefan Schweizer <genstef@gentoo.org> + wpa_supplicant-0.5.7.ebuild, wpa_supplicant-0.6.0.ebuild: + New madwifi-ng-tools depends thanks to Gordon Malm + <bugs-gentoo-org-01@bumpin.org> in bug 179348 *wpa_supplicant-0.6.0 (30 May 2007) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild index 06f9905dd0ea..0dd437f74837 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v 1.5 2007/02/23 12:24:59 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v 1.6 2007/06/19 07:54:17 genstef Exp $ inherit eutils toolchain-funcs @@ -16,8 +16,10 @@ IUSE="dbus gnutls gsm madwifi qt3 qt4 readline ssl kernel_linux kernel_FreeBSD" RDEPEND="dbus? ( sys-apps/dbus ) kernel_linux? ( gsm? ( sys-apps/pcsc-lite ) - madwifi? ( - || ( net-wireless/madwifi-ng net-wireless/madwifi-old ) + madwifi? ( || + ( >net-wireless/madwifi-ng-tools-0.9.3 + <net-wireless/madwifi-ng-0.9.3-r4 + net-wireless/madwifi-old ) ) ) !kernel_linux? ( net-libs/libpcap ) @@ -205,8 +207,8 @@ pkg_postinst() { if use madwifi; then echo - einfo "This package now compiles against the headers installed by" - einfo "the madwifi driver. You should reemerge ${PN} after" - einfo "upgrading your madwifi driver." + einfo "This package compiles against the headers installed by" + einfo "madwifi-old, madwifi-ng or madwifi-ng-tools." + einfo "You should remerge ${PN} after upgrading these packages." fi } diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild index 0397dbc07892..0de295fb632b 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v 1.1 2007/05/30 11:18:40 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v 1.2 2007/06/19 07:54:17 genstef Exp $ inherit eutils toolchain-funcs @@ -16,8 +16,10 @@ IUSE="dbus gnutls gsm madwifi qt3 qt4 readline ssl kernel_linux kernel_FreeBSD" RDEPEND="dbus? ( sys-apps/dbus ) kernel_linux? ( gsm? ( sys-apps/pcsc-lite ) - madwifi? ( - || ( net-wireless/madwifi-ng net-wireless/madwifi-old ) + madwifi? ( || + ( >net-wireless/madwifi-ng-tools-0.9.3 + <net-wireless/madwifi-ng-0.9.3-r4 + net-wireless/madwifi-old ) ) ) !kernel_linux? ( net-libs/libpcap ) @@ -205,8 +207,8 @@ pkg_postinst() { if use madwifi; then echo - einfo "This package now compiles against the headers installed by" - einfo "the madwifi driver. You should reemerge ${PN} after" - einfo "upgrading your madwifi driver." + einfo "This package compiles against the headers installed by" + einfo "madwifi-old, madwifi-ng or madwifi-ng-tools." + einfo "You should remerge ${PN} after upgrading these packages." fi } |