diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-10-22 10:45:39 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-10-22 10:45:39 +0000 |
commit | ea2474ff7397adab62f0762687d45b2675ec8fda (patch) | |
tree | a5cfc0017d61dc8e9a525f6318ad4dafc8a57fe2 /net-wireless/hostap-driver | |
parent | Pruned old versions. (diff) | |
download | gentoo-2-ea2474ff7397adab62f0762687d45b2675ec8fda.tar.gz gentoo-2-ea2474ff7397adab62f0762687d45b2675ec8fda.tar.bz2 gentoo-2-ea2474ff7397adab62f0762687d45b2675ec8fda.zip |
Pruned old versions.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-wireless/hostap-driver')
7 files changed, 7 insertions, 221 deletions
diff --git a/net-wireless/hostap-driver/ChangeLog b/net-wireless/hostap-driver/ChangeLog index 22e93082ec85..75f30b8cfdee 100644 --- a/net-wireless/hostap-driver/ChangeLog +++ b/net-wireless/hostap-driver/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/hostap-driver # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.46 2005/10/17 10:14:45 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.47 2005/10/22 10:45:39 brix Exp $ + + 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> + -files/hostap-driver-0.4.1-firmware.patch, + -files/hostap-driver-0.4.4-firmware.patch, -hostap-driver-0.4.1.ebuild, + -hostap-driver-0.4.4.ebuild: + Pruned old versions. *hostap-driver-0.4.5 (17 Oct 2005) diff --git a/net-wireless/hostap-driver/files/digest-hostap-driver-0.4.1 b/net-wireless/hostap-driver/files/digest-hostap-driver-0.4.1 deleted file mode 100644 index fca2b30786a9..000000000000 --- a/net-wireless/hostap-driver/files/digest-hostap-driver-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d216fd8eb031eac1d1738646a0654bd hostap-driver-0.4.1.tar.gz 201143 diff --git a/net-wireless/hostap-driver/files/digest-hostap-driver-0.4.4 b/net-wireless/hostap-driver/files/digest-hostap-driver-0.4.4 deleted file mode 100644 index 276df4a56a97..000000000000 --- a/net-wireless/hostap-driver/files/digest-hostap-driver-0.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e9b4a5cb992e06c3c6bf2bc99eca6625 hostap-driver-0.4.4.tar.gz 202307 diff --git a/net-wireless/hostap-driver/files/hostap-driver-0.4.1-firmware.patch b/net-wireless/hostap-driver/files/hostap-driver-0.4.1-firmware.patch deleted file mode 100644 index ec1c6ea3c8a5..000000000000 --- a/net-wireless/hostap-driver/files/hostap-driver-0.4.1-firmware.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urp hostap-driver-0.4.1/driver/modules/hostap_config.h hostap-driver-0.4.1-firmware/driver/modules/hostap_config.h ---- hostap-driver-0.4.1/driver/modules/hostap_config.h 2005-05-23 05:36:11.000000000 +0200 -+++ hostap-driver-0.4.1-firmware/driver/modules/hostap_config.h 2005-05-23 11:23:09.000000000 +0200 -@@ -59,7 +59,7 @@ - * In addition, please note that it is possible to kill your card with - * non-volatile download if you are using incorrect image. This feature has not - * been fully tested, so please be careful with it. */ --/* #define PRISM2_NON_VOLATILE_DOWNLOAD */ -+#define PRISM2_NON_VOLATILE_DOWNLOAD - #endif /* PRISM2_DOWNLOAD_SUPPORT */ - - /* Include wireless extensions sub-ioctl support even if wireless extensions diff --git a/net-wireless/hostap-driver/files/hostap-driver-0.4.4-firmware.patch b/net-wireless/hostap-driver/files/hostap-driver-0.4.4-firmware.patch deleted file mode 100644 index 7302938a14ff..000000000000 --- a/net-wireless/hostap-driver/files/hostap-driver-0.4.4-firmware.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urp hostap-driver-0.4.4/driver/modules/hostap_config.h hostap-driver-0.4.4-firmware/driver/modules/hostap_config.h ---- hostap-driver-0.4.4/driver/modules/hostap_config.h 2005-08-21 21:24:43.000000000 +0200 -+++ hostap-driver-0.4.4-firmware/driver/modules/hostap_config.h 2005-08-22 00:18:56.000000000 +0200 -@@ -59,7 +59,7 @@ - * In addition, please note that it is possible to kill your card with - * non-volatile download if you are using incorrect image. This feature has not - * been fully tested, so please be careful with it. */ --/* #define PRISM2_NON_VOLATILE_DOWNLOAD */ -+#define PRISM2_NON_VOLATILE_DOWNLOAD - #endif /* PRISM2_DOWNLOAD_SUPPORT */ - - /* Include wireless extensions sub-ioctl support even if wireless extensions diff --git a/net-wireless/hostap-driver/hostap-driver-0.4.1.ebuild b/net-wireless/hostap-driver/hostap-driver-0.4.1.ebuild deleted file mode 100644 index e8926a4faa43..000000000000 --- a/net-wireless/hostap-driver/hostap-driver-0.4.1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2005 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.4.1.ebuild,v 1.3 2005/08/13 16:06:58 brix Exp $ - -inherit toolchain-funcs eutils linux-mod - -DESCRIPTION="Driver for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products" -HOMEPAGE="http://hostap.epitest.fi" -SRC_URI="${SRC_URI} http://hostap.epitest.fi/releases/${P}.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="~x86 ~ppc" -IUSE="pcmcia" -SLOT="0" - -RDEPEND=">=net-wireless/wireless-tools-25" - -BUILD_PARAMS="KERNEL_PATH=${KV_DIR}" -BUILD_TARGETS="all" -MODULESD_HOSTAP_DOCS="README" - -CONFIG_CHECK="NET_RADIO" -NET_RADIO_ERROR="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." - -pkg_setup() { - MODULE_NAMES="hostap(net::${S}/driver/modules) - hostap_pci(net::${S}/driver/modules) - hostap_plx(net::${S}/driver/modules) - hostap_crypt_wep(net::${S}/driver/modules) - hostap_crypt_ccmp(net::${S}/driver/modules) - hostap_crypt_tkip(net::${S}/driver/modules)" - - if use pcmcia; then - MODULE_NAMES="${MODULE_NAMES} hostap_cs(net::${S}/driver/modules)" - fi - - linux-mod_pkg_setup -} - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-firmware.patch - - sed -i \ - -e "s:gcc:$(tc-getCC):" \ - -e "s:tail -1:tail -n 1:" \ - ${S}/Makefile - - if use pcmcia; then - # unpack the pcmcia-cs sources if needed - pcmcia_src_unpack - - # set correct pcmcia path (PCMCIA_VERSION gets set from pcmcia_src_unpack) - if [ -n "${PCMCIA_VERSION}" ]; then - sed -i "s:^\(PCMCIA_PATH\)=:\1=${PCMCIA_SOURCE_DIR}:" ${S}/Makefile - fi - fi - - convert_to_m ${S}/Makefile -} - -src_install() { - if use pcmcia; then - insinto /etc/pcmcia - doins driver/etc/hostap_cs.conf - fi - - dodoc ChangeLog - - linux-mod_src_install -} - -pkg_postinst() { - if [ -e /etc/pcmcia/prism2.conf ] - then - einfo "" - einfo "You may need to edit or remove /etc/pcmcia/prism2.conf" - einfo "This is usually a result of conflicts with the" - einfo "net-wireless/linux-wlan-ng drivers." - einfo "" - fi - - ewarn "" - ewarn "Please note that this installation of HostAP contains support" - ewarn "for downloading binary firmware images into the non-volatile" - ewarn "(permanent) flash memory of wireless LAN cards." - ewarn "" - ewarn "Albeit being a great feature, this can lead to A DEAD CARD" - ewarn "when inappropriately used (e.g. wrong firmware)." - ewarn "" - - linux-mod_pkg_postinst -} diff --git a/net-wireless/hostap-driver/hostap-driver-0.4.4.ebuild b/net-wireless/hostap-driver/hostap-driver-0.4.4.ebuild deleted file mode 100644 index a71874e3b532..000000000000 --- a/net-wireless/hostap-driver/hostap-driver-0.4.4.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2005 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.4.4.ebuild,v 1.2 2005/09/17 09:57:19 blubb Exp $ - -inherit toolchain-funcs eutils linux-mod - -DESCRIPTION="Driver for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products" -HOMEPAGE="http://hostap.epitest.fi" -SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="pcmcia" -SLOT="0" - -RDEPEND=">=net-wireless/wireless-tools-25" - -BUILD_TARGETS="all" -MODULESD_HOSTAP_DOCS="README" -MODULESD_HOSTAP_CRYPT_WEP_ENABLED="no" -MODULESD_HOSTAP_CRYPT_TKIP_ENABLED="no" -MODULESD_HOSTAP_CRYPT_CCMP_ENABLED="no" - -CONFIG_CHECK="NET_RADIO" -NET_RADIO_ERROR="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)." - -pkg_setup() { - linux-mod_pkg_setup - - MODULE_NAMES="hostap(net::${S}/driver/modules) - hostap_pci(net::${S}/driver/modules) - hostap_plx(net::${S}/driver/modules) - hostap_crypt_wep(net::${S}/driver/modules) - hostap_crypt_ccmp(net::${S}/driver/modules) - hostap_crypt_tkip(net::${S}/driver/modules)" - - if use pcmcia; then - MODULE_NAMES="${MODULE_NAMES} hostap_cs(net::${S}/driver/modules)" - fi - - BUILD_PARAMS="KERNEL_PATH=${KV_DIR}" -} - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-firmware.patch - - sed -i \ - -e "s:gcc:$(tc-getCC):" \ - -e "s:tail -1:tail -n 1:" \ - ${S}/Makefile - - if use pcmcia; then - # unpack the pcmcia-cs sources if needed - pcmcia_src_unpack - - # set correct pcmcia path (PCMCIA_VERSION gets set from pcmcia_src_unpack) - if [ -n "${PCMCIA_VERSION}" ]; then - sed -i "s:^\(PCMCIA_PATH\)=:\1=${PCMCIA_SOURCE_DIR}:" ${S}/Makefile - fi - fi - - convert_to_m ${S}/Makefile -} - -src_install() { - if use pcmcia; then - insinto /etc/pcmcia - doins driver/etc/hostap_cs.conf - fi - - dodoc ChangeLog - - linux-mod_src_install -} - -pkg_postinst() { - if [ -e /etc/pcmcia/prism2.conf ] - then - einfo "" - einfo "You may need to edit or remove /etc/pcmcia/prism2.conf" - einfo "This is usually a result of conflicts with the" - einfo "net-wireless/linux-wlan-ng drivers." - einfo "" - fi - - ewarn "" - ewarn "Please note that this installation of HostAP contains support" - ewarn "for downloading binary firmware images into the non-volatile" - ewarn "(permanent) flash memory of wireless LAN cards." - ewarn "" - ewarn "Albeit being a great feature, this can lead to A DEAD CARD" - ewarn "when inappropriately used (e.g. wrong firmware)." - ewarn "" - - linux-mod_pkg_postinst -} |