diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-11 22:42:51 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-11 22:42:51 +0000 |
commit | 05b59db7bf370f1781834e780083fcdeeb394d5b (patch) | |
tree | ea3fcd8670be39ac3678ec33d6f84f37a56fd7e2 /net-wireless | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-05b59db7bf370f1781834e780083fcdeeb394d5b.tar.gz gentoo-2-05b59db7bf370f1781834e780083fcdeeb394d5b.tar.bz2 gentoo-2-05b59db7bf370f1781834e780083fcdeeb394d5b.zip |
ppc stable as per bug #74117. Ancient version removed as well.
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hostap-driver/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/hostap-driver/files/digest-hostap-driver-0.1.2-r2 | 6 | ||||
-rw-r--r-- | net-wireless/hostap-driver/files/hostap-driver-0.1.2.firmware.diff.bz2 | bin | 590 -> 0 bytes | |||
-rw-r--r-- | net-wireless/hostap-driver/hostap-driver-0.1.2-r2.ebuild | 109 | ||||
-rw-r--r-- | net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild | 4 |
5 files changed, 8 insertions, 118 deletions
diff --git a/net-wireless/hostap-driver/ChangeLog b/net-wireless/hostap-driver/ChangeLog index b5b9df8a2c6c..1ad46e8c3df3 100644 --- a/net-wireless/hostap-driver/ChangeLog +++ b/net-wireless/hostap-driver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/hostap-driver # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.22 2004/12/10 17:03:00 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.23 2004/12/11 22:42:51 dragonheart Exp $ + + 12 Dec 2004; Daniel Black <dragonheart@gentoo.org> + -files/hostap-driver-0.1.2.firmware.diff.bz2, + -hostap-driver-0.1.2-r2.ebuild, hostap-driver-0.2.5-r1.ebuild: + ppc stable as per bug #74117. Ancient version removed as well. 10 Dec 2004; Henrik Brix Andersen <brix@gentoo.org> -files/hostap-driver-0.1.3.firmware.diff.bz2, -hostap-driver-0.1.1.ebuild, diff --git a/net-wireless/hostap-driver/files/digest-hostap-driver-0.1.2-r2 b/net-wireless/hostap-driver/files/digest-hostap-driver-0.1.2-r2 deleted file mode 100644 index 80075855c15c..000000000000 --- a/net-wireless/hostap-driver/files/digest-hostap-driver-0.1.2-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 44dbc0a8978fe618eee242b0bd25392c pcmcia-cs-3.2.5.tar.gz 1266494 -MD5 33325ed642b5277a9695d10bd19b3d7a pcmcia-cs-3.2.5-module-init-tools.diff.gz 460 -MD5 ee4f8227cc28f9a29a609f6e9561ef54 pcmcia-cs-3.2.5-SMP-fix.diff.gz 320 -MD5 2b2cba3fdd498b001ea3c27d8b2da31b pcmcia-cs-3.2.5-3.2.6.diff.gz 23034 -MD5 f2feda5eb46c1a2b99ae9db274879afc pcmcia-cs-3.2.5-3.2.7.diff.gz 28244 -MD5 48dc3ddd8a8b1d47002b54f7a8fee7da hostap-driver-0.1.2.tar.gz 168410 diff --git a/net-wireless/hostap-driver/files/hostap-driver-0.1.2.firmware.diff.bz2 b/net-wireless/hostap-driver/files/hostap-driver-0.1.2.firmware.diff.bz2 Binary files differdeleted file mode 100644 index fbd8c0649bc7..000000000000 --- a/net-wireless/hostap-driver/files/hostap-driver-0.1.2.firmware.diff.bz2 +++ /dev/null diff --git a/net-wireless/hostap-driver/hostap-driver-0.1.2-r2.ebuild b/net-wireless/hostap-driver/hostap-driver-0.1.2-r2.ebuild deleted file mode 100644 index be4e7cfb91e1..000000000000 --- a/net-wireless/hostap-driver/hostap-driver-0.1.2-r2.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.1.2-r2.ebuild,v 1.6 2004/11/01 11:49:36 brix Exp $ - -# pcmcia eclass inherits eutils -inherit toolchain-funcs pcmcia eutils - -DESCRIPTION="HostAP wireless drivers" -HOMEPAGE="http://hostap.epitest.fi/" -SRC_URI="${SRC_URI} http://hostap.epitest.fi/releases/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="${IUSE} hostap-nopci hostap-noplx" -DEPEND=">=net-wireless/wireless-tools-25" - -LIB_PATH="/lib/modules/${KV}" - -src_unpack() { - check_KV - unpack ${A} - - # Unpack the pcmcia-cs sources if needed - pcmcia_src_unpack - - cd ${S} - epatch "${FILESDIR}/${P}.firmware.diff.bz2" - - ## set compiler options - sed -i -e "s:gcc:$(tc-getCC):" ${S}/Makefile - # sed -i -e "s:-O2:${CFLAGS}:" "${S}/Makefile" # improper CFLAGS could cause unresolved symbols in the modules - - ## fix for new coreutils (#31801) - sed -i -e "s:tail -1:tail -n 1:" ${S}/Makefile - - - # If we unpacked them, add the path to the Makefile - if [ -n "${PCMCIA_SOURCE_DIR}" ] - then - sed -i -e "s:^PCMCIA_PATH=:PCMCIA_PATH=${PCMCIA_SOURCE_DIR}:" ${S}/Makefile - fi -} - -src_compile() { - # Configure using pcmcia.eclass - pcmcia_configure - - cd ${S} - okvminor="${KV#*.}" ; okvminor="${okvminor%%.*}" - - # 2.6 needs just to do "make all" - if [ "${okvminor}" -lt 5 ]; then - local mydrivers - - use pcmcia && mydrivers="${mydrivers} pccard" - use hostap-nopci || mydrivers="${mydrivers} pci" - use hostap-noplx || mydrivers="${mydrivers} plx" - - einfo "Building the following drivers: ${mydrivers}" - emake EXTRA_CFLAGS="-DPRISM2_DOWNLOAD_SUPPORT" ${mydrivers} || die - else - unset ARCH - emake EXTRA_CFLAGS="-DPRISM2_DOWNLOAD_SUPPORT" all || die - fi - -} - -src_install() { - # Magic for different kernel module extensions - - okvminor="${KV#*.}" ; okvminor="${okvminor%%.*}" - if [ "${okvminor}" -gt 5 ]; then - kobj=ko - else - kobj=o - fi - - dodir ${LIB_PATH}/net - cp ${S}/driver/modules/{hostap,hostap_crypt_wep}.${kobj} \ - ${D}${LIB_PATH}/net/ - - if use pcmcia >&/dev/null; then - dodir ${LIB_PATH}/pcmcia - dodir /etc/pcmcia - cp ${S}/driver/modules/hostap_cs.${kobj} ${D}/${LIB_PATH}/pcmcia/ - cp ${S}/driver/etc/hostap_cs.conf ${D}/etc/pcmcia/ - if [ -r /etc/pcmcia/prism2.conf ]; then - einfo "You may need to edit or remove /etc/pcmcia/prism2.conf" - einfo "This is usually a result of conflicts with the" - einfo "linux-wlan-ng drivers." - fi - fi - - if ! use hostap-nopci >&/dev/null; then - cp ${S}/driver/modules/hostap_pci.${kobj} \ - ${D}${LIB_PATH}/net/ - fi - - if ! use hostap-noplx >&/dev/null; then - cp ${S}/driver/modules/hostap_plx.${kobj} \ - ${D}${LIB_PATH}/net/ - fi - dodoc README ChangeLog -} - -pkg_postinst(){ - depmod -a - einfo "Checking kernel module dependancies" -} diff --git a/net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild b/net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild index 704cb36aa228..8489f78dd8a4 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild,v 1.3 2004/11/29 17:41:10 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.2.5-r1.ebuild,v 1.4 2004/12/11 22:42:51 dragonheart Exp $ inherit toolchain-funcs pcmcia kernel-mod eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://hostap.epitest.fi" SRC_URI="${SRC_URI} http://hostap.epitest.fi/releases/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" IUSE="" SLOT="0" |