diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-28 21:26:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-28 21:26:18 +0000 |
commit | 195a36e07e6ec148deeca11fb124ed6b56b116eb (patch) | |
tree | 5a22a9341ac95003d574a2560d8db888defb4853 /net-wireless | |
parent | Version bump wrt #270269 (diff) | |
download | gentoo-2-195a36e07e6ec148deeca11fb124ed6b56b116eb.tar.gz gentoo-2-195a36e07e6ec148deeca11fb124ed6b56b116eb.tar.bz2 gentoo-2-195a36e07e6ec148deeca11fb124ed6b56b116eb.zip |
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/rfswitch/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/rfswitch/rfswitch-1.1.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/net-wireless/rfswitch/ChangeLog b/net-wireless/rfswitch/ChangeLog index 97f9e05a2e72..16af01e2542c 100644 --- a/net-wireless/rfswitch/ChangeLog +++ b/net-wireless/rfswitch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/rfswitch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfswitch/ChangeLog,v 1.8 2012/11/28 21:23:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfswitch/ChangeLog,v 1.9 2012/11/28 21:26:18 ssuominen Exp $ + + 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -rfswitch-1.1.ebuild: + old *rfswitch-1.3 (28 Nov 2012) diff --git a/net-wireless/rfswitch/rfswitch-1.1.ebuild b/net-wireless/rfswitch/rfswitch-1.1.ebuild deleted file mode 100644 index 00c8e385e9b7..000000000000 --- a/net-wireless/rfswitch/rfswitch-1.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfswitch/rfswitch-1.1.ebuild,v 1.1 2007/02/10 10:58:08 phreak Exp $ - -inherit linux-mod - -DESCRIPTION="Drivers for software based wireless radio switches" -HOMEPAGE="http://rfswitch.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" -RDEPEND="" - -BUILD_TARGETS="modules" - -MODULE_NAMES="av5100(net/wireless:) - pbe5(net/wireless:)" -MODULESD_AV5100_DOCS="README" - -# Use the in-kernel ipw2100 modules -CONFIG_CHECK="IPW2100" -ERROR_IPW2100="${P} requires support for ipw2100 (CONFIG_IPW2100)." - -pkg_setup() { - linux-mod_pkg_setup - - if kernel_is 2 4 ; then - die "${P} does not support building against kernel 2.4.x" - fi - - BUILD_PARAMS="KSRC=${KV_DIR}" -} - -src_unpack() { - unpack ${A} - - convert_to_m "${S}"/Makefile - - # Compile fixes for >=kernel-2.6.19 - sed -i "s,#include <linux/config.h>,#include <linux/autoconf.h>," \ - "${S}"/av5100.c "${S}"/pbe5.c -} - -src_install() { - linux-mod_src_install - - dodoc ISSUES -} |