diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-16 11:55:13 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-16 11:55:13 +0000 |
commit | a24a5b9d11ebc4ddb45725f3fc5b96956904be11 (patch) | |
tree | af056fbb0f8f7b1fc42abf78021b3c6d73c5a312 /net-wireless | |
parent | Fix boost version, otherwise we get in trouble (diff) | |
download | gentoo-2-a24a5b9d11ebc4ddb45725f3fc5b96956904be11.tar.gz gentoo-2-a24a5b9d11ebc4ddb45725f3fc5b96956904be11.tar.bz2 gentoo-2-a24a5b9d11ebc4ddb45725f3fc5b96956904be11.zip |
Drop last stable version, leaving the whole package in ~arch, wrt bug #484530
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-wireless')
3 files changed, 6 insertions, 73 deletions
diff --git a/net-wireless/broadcom-sta/ChangeLog b/net-wireless/broadcom-sta/ChangeLog index 1ae9f15838d2..259047d8368c 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.53 2013/08/23 12:31:04 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.54 2013/09/16 11:55:12 pinkbyte Exp $ + + 16 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> + -broadcom-sta-5.100.82.112-r2.ebuild, + -files/broadcom-sta-5.100.82.112-linux-3.2.patch: + Drop last stable version, leaving the whole package in ~arch, wrt bug #484530 *broadcom-sta-6.30.223.30-r2 (23 Aug 2013) diff --git a/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r2.ebuild b/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r2.ebuild deleted file mode 100644 index 73a7eb34518f..000000000000 --- a/net-wireless/broadcom-sta/broadcom-sta-5.100.82.112-r2.ebuild +++ /dev/null @@ -1,59 +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-r2.ebuild,v 1.6 2013/05/12 10:52:13 pinkbyte Exp $ - -EAPI="4" -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" -IUSE="" - -RESTRICT="mirror" - -DEPEND="virtual/linux-sources" -RDEPEND="" - -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" - if kernel_is ge 2 6 32; then - CONFIG_CHECK="${CONFIG_CHECK} CFG80211 LIB80211 ~!MAC80211" - elif kernel_is ge 2 6 31; then - CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT ~!MAC80211" - elif kernel_is ge 2 6 29; then - CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT ~!MAC80211 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}" - 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}/${PN}-5.100.82.112-linux-2.6.39.patch" \ - "${FILESDIR}/${PN}-5.100.82.112-linux-3.2.patch" - sed -e "s:^#include <asm/system.h>$:#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)\\n\\0\\n#endif:" \ - -i src/wl/sys/wl_linux.c || die "sed failed to patch for linux-3.4" - - epatch_user -} diff --git a/net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.112-linux-3.2.patch b/net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.112-linux-3.2.patch deleted file mode 100644 index b491537cb86f..000000000000 --- a/net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.112-linux-3.2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur broadcom-sta-5.100.82.112.orig/src/wl/sys/wl_linux.c broadcom-sta-5.100.82.112/src/wl/sys/wl_linux.c ---- broadcom-sta-5.100.82.112.orig/src/wl/sys/wl_linux.c 2011-10-23 01:56:55.000000000 +0900 -+++ broadcom-sta-5.100.82.112/src/wl/sys/wl_linux.c 2011-11-22 00:56:07.021520421 +0900 -@@ -385,7 +385,9 @@ - #endif - .ndo_get_stats = wl_get_stats, - .ndo_set_mac_address = wl_set_mac_address, -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0) - .ndo_set_multicast_list = wl_set_multicast_list, -+#endif - .ndo_do_ioctl = wl_ioctl - }; - |