diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-05-30 12:18:10 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-05-30 12:18:10 +0000 |
commit | 1cec405dd29c9a5d1931cfd3651e5d8624033f1e (patch) | |
tree | d834a520d1118feb20a6edd80ef6d9365e8389c3 /net-wireless | |
parent | Adding Belgian eID viewer software (java binary edition) to tree, thanks to V... (diff) | |
download | gentoo-2-1cec405dd29c9a5d1931cfd3651e5d8624033f1e.tar.gz gentoo-2-1cec405dd29c9a5d1931cfd3651e5d8624033f1e.tar.bz2 gentoo-2-1cec405dd29c9a5d1931cfd3651e5d8624033f1e.zip |
Drop old ebuild (src not available anymore upstream) and fails building against recent kernels. Thanks to M.B. (bug #506708)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/broadcom-sta/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r3.ebuild | 73 |
2 files changed, 7 insertions, 75 deletions
diff --git a/net-wireless/broadcom-sta/ChangeLog b/net-wireless/broadcom-sta/ChangeLog index 3908fd5ed55e..dc22bc4cf20c 100644 --- a/net-wireless/broadcom-sta/ChangeLog +++ b/net-wireless/broadcom-sta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/broadcom-sta -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.55 2013/10/16 01:07:10 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.56 2014/05/30 12:18:10 swift Exp $ + + 30 May 2014; Sven Vermeulen <swift@gentoo.org> + -broadcom-sta-5.100.82.112-r3.ebuild: + Drop old ebuild (src not available anymore upstream) and fails building + against recent kernels. Thanks to M.B. (bug #506708) *broadcom-sta-6.30.223.141 (16 Oct 2013) diff --git a/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r3.ebuild b/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r3.ebuild deleted file mode 100644 index 7b3253c35c13..000000000000 --- a/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r3.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r3.ebuild,v 1.1 2013/05/12 10:50:32 pinkbyte Exp $ - -EAPI="5" -inherit eutils linux-mod - -DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver" -HOMEPAGE="http://www.broadcom.com/support/802.11/linux_sta.php" -SRC_BASE="http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_" -SRC_URI="x86? ( ${SRC_BASE}32-v${PV//\./_}.tar.gz ) - amd64? ( ${SRC_BASE}64-v${PV//\./_}.tar.gz )" - -LICENSE="Broadcom" -KEYWORDS="-* ~amd64 ~x86" - -DEPEND="virtual/linux-sources" -RDEPEND="" - -RESTRICT="mirror" - -S="${WORKDIR}" - -MODULE_NAMES="wl(net/wireless)" -MODULESD_WL_ALIASES=("wlan0 wl") - -pkg_setup() { - # bug #300570 - # NOTE<lxnay>: module builds correctly anyway with b43 and SSB enabled - # make checks non-fatal. The correct fix is blackisting ssb and, perhaps - # b43 via udev rules. Moreover, previous fix broke binpkgs support. - CONFIG_CHECK="~!B43 ~!SSB" - CONFIG_CHECK2="LIB80211 ~!MAC80211 ~LIB80211_CRYPT_TKIP" - ERROR_B43="B43: If you insist on building this, you must blacklist it!" - ERROR_SSB="SSB: If you insist on building this, you must blacklist it!" - ERROR_LIB80211="LIB80211: Please enable it. If you can't find it: enabling the driver for \"Intel PRO/Wireless 2100\" or \"Intel PRO/Wireless 2200BG\" (IPW2100 or IPW2200) should suffice." - ERROR_MAC80211="MAC80211: If you insist on building this, you must blacklist it!" - ERROR_PREEMPT_RCU="PREEMPT_RCU: Please do not set the Preemption Model to \"Preemptible Kernel\"; choose something else." - ERROR_LIB80211_CRYPT_TKIP="LIB80211_CRYPT_TKIP: You will need this for WPA." - if kernel_is ge 2 6 32; then - CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} CFG80211" - elif kernel_is ge 2 6 31; then - CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT ~!MAC80211" - elif kernel_is ge 2 6 29; then - CONFIG_CHECK="${CONFIG_CHECK} ${CONFIG_CHECK2} WIRELESS_EXT COMPAT_NET_DEV_OPS" - else - CONFIG_CHECK="${CONFIG_CHECK} IEEE80211 IEEE80211_CRYPT_TKIP" - fi - - linux-mod_pkg_setup - - BUILD_PARAMS="-C ${KV_DIR} M=${S}" - if kernel_is ge 3 6 0; then - BUILD_PARAMS="${BUILD_PARAMS} API=WEXT" - CONFIG_CHECK="${CONFIG_CHECK} WIRELESS_EXT" - fi - BUILD_TARGETS="wl.ko" -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-5.10.91.9-license.patch" \ - "${FILESDIR}/${PN}-5.100.82.38-gcc.patch" \ - "${FILESDIR}/${PN}-5.100.82.111-linux-3.0.patch" \ - "${FILESDIR}/${P}-linux-2.6.39.patch" \ - "${FILESDIR}/${P}-linux-3.2-with-multicast.patch" \ - "${FILESDIR}/${P}-linux-3.4.patch" \ - "${FILESDIR}/${P}-linux-3.6.patch" \ - "${FILESDIR}/${P}-linux-3.8.patch" \ - "${FILESDIR}/${P}-linux-3.9.patch" \ - "${FILESDIR}/${P}-remove-rssi-errors.patch" - - epatch_user -} |