public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Räty" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/betelgeuse:master commit in: net-wireless/linux-wlan-ng-modules/files/, net-wireless/bluez-gnome/, ...
Date: Wed, 20 Nov 2013 14:43:55 +0000 (UTC)	[thread overview]
Message-ID: <1384958281.a8036bafda1862097703d8594042b64ce75b957b.betelgeuse@gentoo> (raw)

commit:     a8036bafda1862097703d8594042b64ce75b957b
Author:     Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 14:38:01 2013 +0000
Commit:     Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 14:38:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/betelgeuse.git;a=commit;h=a8036baf

Removing some old ebuilds

---
 net-wireless/bluez-gnome/ChangeLog                 |   8 -
 net-wireless/bluez-gnome/Manifest                  |   2 -
 net-wireless/bluez-gnome/bluez-gnome-9999.ebuild   |  45 ---
 net-wireless/linux-wlan-ng-modules/ChangeLog       |  74 -----
 net-wireless/linux-wlan-ng-modules/Manifest        |   6 -
 .../files/0.2.8-sk_buff-mac.patch                  |  76 -----
 .../files/linux-wlan-ng-0.2.5-sandbox.patch        |  17 --
 .../linux-wlan-ng-modules-0.2.8-r1.ebuild          |  94 ------
 net-wireless/linux-wlan-ng-modules/metadata.xml    |  15 -
 net-wireless/linux-wlan-ng/ChangeLog               | 321 ---------------------
 net-wireless/linux-wlan-ng/Manifest                |   6 -
 .../files/linux-wlan-ng-0.2.3-shared.patch         |  12 -
 .../linux-wlan-ng/files/linux-wlan-ng-gentoo-init  |  97 -------
 .../linux-wlan-ng/linux-wlan-ng-0.2.5.ebuild       | 157 ----------
 net-wireless/linux-wlan-ng/metadata.xml            |   9 -
 15 files changed, 939 deletions(-)

diff --git a/net-wireless/bluez-gnome/ChangeLog b/net-wireless/bluez-gnome/ChangeLog
deleted file mode 100644
index f774320..0000000
--- a/net-wireless/bluez-gnome/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for net-wireless/bluez-gnome
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  20 May 2007; Petteri Räty <betelgeuse@gentoo.org>
-  +bluez-gnome-9999.ebuild:
-  Add live cvs ebuild for bluez-gnome.
-

diff --git a/net-wireless/bluez-gnome/Manifest b/net-wireless/bluez-gnome/Manifest
deleted file mode 100644
index f5e45e5..0000000
--- a/net-wireless/bluez-gnome/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD bluez-gnome-9999.ebuild 868 RMD160 38fe6046bd88ec41c152870cf1dee1fd13c85669 SHA1 9e14c2ce0385d758aa9b62d447e67349f94e7818 SHA256 525dcd91e7b3d1dc4ede684f36fe38a1b7caaff6855bc6df68efb1c58b8d161b
-MISC ChangeLog 246 RMD160 084156d766e9c6f5ab5e2e4b216376bea3abbcf8 SHA1 008043459978ee09344b6dac827286a9a6942222 SHA256 3fd17924475d0f6a246b9dda6040d81242780b914f841dec79beb6c9d61a970f

diff --git a/net-wireless/bluez-gnome/bluez-gnome-9999.ebuild b/net-wireless/bluez-gnome/bluez-gnome-9999.ebuild
deleted file mode 100644
index 261dffb..0000000
--- a/net-wireless/bluez-gnome/bluez-gnome-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit cvs autotools gnome2
-
-DESCRIPTION="Bluetooth helpers for GNOME"
-HOMEPAGE="http://www.bluez.org/"
-
-SRC_URI=""
-ECVS_SERVER="cvs.bluez.org:/cvsroot/bluez"
-ECVS_MODULE="gnome"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-
-IUSE=""
-DEPEND=">=dev-libs/glib-2.0
-	>=x11-libs/libnotify-0.3.2
-	>=gnome-base/gconf-2.6
-	>=dev-libs/dbus-glib-0.60
-	>=x11-libs/gtk+-2.6"
-RDEPEND="=net-wireless/bluez-utils-3*
-	${DEPEND}"
-
-S="${WORKDIR}/gnome"
-
-src_unpack() {
-	cvs_src_unpack
-	cd "${S}"
-	eautoreconf
-	intltoolize --automake --copy --force || die "intltoolize failed"
-}
-
-src_compile() {
-	econf --disable-schemas-install
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS README NEWS || die
-}
-

diff --git a/net-wireless/linux-wlan-ng-modules/ChangeLog b/net-wireless/linux-wlan-ng-modules/ChangeLog
deleted file mode 100644
index a4440b0..0000000
--- a/net-wireless/linux-wlan-ng-modules/ChangeLog
+++ /dev/null
@@ -1,74 +0,0 @@
-# ChangeLog for net-wireless/linux-wlan-ng-modules
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng-modules/ChangeLog,v 1.10 2006/08/26 07:51:28 betelgeuse Exp $
-
-  29 Dec 2007; Petteri Räty <betelgeuse@gentoo.org>
-  -files/linux-wlan-ng-0.2.5-kernel-2.6.19.patch,
-  -linux-wlan-ng-modules-0.2.5.ebuild,
-  -linux-wlan-ng-modules-0.2.5-r1.ebuild:
-  Remove old ebuilds.
-
-  29 Dec 2007; Petteri Räty <betelgeuse@gentoo.org>
-  +files/0.2.8-sk_buff-mac.patch, +linux-wlan-ng-modules-0.2.8-r1.ebuild:
-  Add a version that compiles with latest kernels.
-
-  26 Aug 2006; Petteri Räty <betelgeuse@gentoo.org>
-  +files/linux-wlan-ng-0.2.3-kernel-2.6.17.patch,
-  linux-wlan-ng-modules-0.2.3-r1.ebuild:
-  Added a patch for 2.6.17 kernels. Thanks to Alex <Alex@Thiem-net.de>. Fixes
-  bug #138891.
-
-*linux-wlan-ng-modules-0.2.3-r1 (02 Apr 2006)
-
-  02 Apr 2006; Petteri Räty <betelgeuse@gentoo.org>
-  +linux-wlan-ng-modules-0.2.3-r1.ebuild:
-  A new revision with support for pci, plx and pcmcia drivers removed.
-
-  25 Mar 2006; Petteri Räty <betelgeuse@gentoo.org>
-  +files/linux-wlan-ng-0.2.3-kernel-2.6.16.patch,
-  linux-wlan-ng-modules-0.2.3.ebuild:
-  Added a patch for Linux 2.6.16.
-
-  12 Feb 2006; Petteri Räty <betelgeuse@gentoo.org>
-  -files/linux-wlan-ng-0.2.2-module_param.patch,
-  -files/0.2.2-kernel-2.6.14.patch, -linux-wlan-ng-modules-0.2.2.ebuild,
-  -linux-wlan-ng-modules-0.2.2-r1.ebuild:
-  Removed old revisions.
-
-  31 Dec 2005; Petteri Räty <betelgeuse@gentoo.org>
-  linux-wlan-ng-modules-0.2.3.ebuild:
-  Added linux-mod_pkg_postinst call to pkg_postinst that got lost when the
-  deprecated message was added.
-
-*linux-wlan-ng-modules-0.2.3 (19 Dec 2005)
-
-  19 Dec 2005; Petteri Räty <betelgeuse@gentoo.org>
-  +files/linux-wlan-ng-0.2.3-module_param.patch,
-  linux-wlan-ng-modules-0.2.2.ebuild, linux-wlan-ng-modules-0.2.2-r1.ebuild,
-  +linux-wlan-ng-modules-0.2.3.ebuild:
-  Version bump. Corrected LICENSE to be an or between GPL-2 and MPL-1.1. Also
-  added a note that pci, plx and pcmcia use flags will most likely be removed
-  in the near future.
-
-  03 Dec 2005; Simon Stelling <blubb@gentoo.org>
-  linux-wlan-ng-modules-0.2.2-r1.ebuild:
-  marked ~amd64 (bug 107794)
-
-*linux-wlan-ng-modules-0.2.2-r1 (02 Nov 2005)
-
-  02 Nov 2005; Petteri Räty <betelgeuse@gentoo.org>
-  +files/0.2.2-kernel-2.6.14.patch, +linux-wlan-ng-modules-0.2.2-r1.ebuild:
-  Added a patch from upstream svn to fix compiling with 2.6.14 kernels. Fixes
-  bug 110914.
-
-  15 Oct 2005; Joseph Jezak <josejx@gentoo.org>
-  linux-wlan-ng-modules-0.2.2.ebuild:
-  Marked ~ppc for bug #107794.
-
-*linux-wlan-ng-modules-0.2.2 (01 Oct 2005)
-
-  01 Oct 2005; Petteri Räty <betelgeuse@gentoo.org>
-  +files/linux-wlan-ng-0.2.2-module_param.patch, +metadata.xml,
-  +linux-wlan-ng-modules-0.2.2.ebuild:
-  Initial addition for the new split linux-wlan-ng ebuilds.
-

diff --git a/net-wireless/linux-wlan-ng-modules/Manifest b/net-wireless/linux-wlan-ng-modules/Manifest
deleted file mode 100644
index e03f8e1..0000000
--- a/net-wireless/linux-wlan-ng-modules/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX 0.2.8-sk_buff-mac.patch 3684 RMD160 580fa09fa7f077e0b8b73a7f62929b82bde52811 SHA1 c3c5562ad3dceec1e6f45894b93eae7f7cb50ce1 SHA256 9a1a4608a3617c22f68e5a61069d4d73448c8dd3cfece4f25aacd18f21e92103
-AUX linux-wlan-ng-0.2.5-sandbox.patch 603 RMD160 2499eaba829a3291ba5784776c9b43afc15e362e SHA1 0f61e41929e4730ef0454a4cdf22ac5982a422f1 SHA256 5337c3fafefd23ffaca670629ca53ec1d3bc22b6a4bf580f9c85fadd6d41721d
-DIST linux-wlan-ng-0.2.8.tar.bz2 462193 RMD160 1b246f4603589641e4d637205cda39602f586cf2 SHA1 a98cd5c7327f5392730ebe1a5b7f289fc88d00de SHA256 e4b6ab08eaff2766c3bf85ea8d63ab31ae774266b8351772117fcc94d1318ade
-EBUILD linux-wlan-ng-modules-0.2.8-r1.ebuild 2316 RMD160 534665c5cd75edcff72f3fd0565abb8c462f97e3 SHA1 14c60752a8287ea66b728d4193b4afe7522400d1 SHA256 583404dba5edb9687b75b780f2757ca33d5631f58205e0434b2ffc248ce7e275
-MISC ChangeLog 2911 RMD160 1b813b227e35f1a00a21c0a76737e7c5d5ba4039 SHA1 671512052772fa742f70b0fa9f8b1f462cc4fb80 SHA256 a071aa07682eb2d7ff9d4b1a6da0b087f84ee8d235b7c9f08a1d23ced15aecc5
-MISC metadata.xml 571 RMD160 a17abb45825b57ac44fc2c76bbddc05dfc70e6b1 SHA1 bcfab6e5905e962e40e46ce903f1d87fef96c24c SHA256 7c0a45fa8b25ff12fcc72f4a57755393f3c566706ad05cd839d583a541603a2c

diff --git a/net-wireless/linux-wlan-ng-modules/files/0.2.8-sk_buff-mac.patch b/net-wireless/linux-wlan-ng-modules/files/0.2.8-sk_buff-mac.patch
deleted file mode 100644
index b522073..0000000
--- a/net-wireless/linux-wlan-ng-modules/files/0.2.8-sk_buff-mac.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-diff -ru linux-wlan-ng-0.2.8/src/p80211/p80211conv.c linux-wlan-ng-0.2.8.devel/src/p80211/p80211conv.c
---- linux-wlan-ng-0.2.8/src/p80211/p80211conv.c	2007-03-19 16:37:00.000000000 +0100
-+++ linux-wlan-ng-0.2.8.devel/src/p80211/p80211conv.c	2007-06-05 18:57:49.234754000 +0200
-@@ -498,7 +498,9 @@
- 	}
- 
- 	skb->protocol = eth_type_trans(skb, netdev);
--	skb->mac.raw = (unsigned char *) e_hdr; /* new MAC header */
-+	/* XXX: I *think* this is right. -jeffm */
-+	skb_reset_mac_header(skb);
-+//	skb->mac.raw = (unsigned char *) e_hdr; /* new MAC header */
- 
-         /* jkriegl: process signal and noise as set in hfa384x_int_rx() */
- 	/* jkriegl: only process signal/noise if requested by iwspy */
-diff -ru linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c linux-wlan-ng-0.2.8.devel/src/p80211/p80211netdev.c
---- linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c	2007-03-19 16:37:00.000000000 +0100
-+++ linux-wlan-ng-0.2.8.devel/src/p80211/p80211netdev.c	2007-06-05 19:03:35.952167000 +0200
-@@ -389,7 +389,7 @@
- 
- 				/* set up various data fields */
- 				skb->dev = dev;
--				skb->mac.raw = skb->data ;
-+				skb_reset_mac_header(skb);
- 				skb->ip_summed = CHECKSUM_NONE;
- 				skb->pkt_type = PACKET_OTHERHOST;
- 				skb->protocol = htons(ETH_P_80211_RAW); 
-diff -ru linux-wlan-ng-0.2.8/src/prism2/driver/hfa384x.c linux-wlan-ng-0.2.8.devel/src/prism2/driver/hfa384x.c
---- linux-wlan-ng-0.2.8/src/prism2/driver/hfa384x.c	2007-03-19 16:37:00.000000000 +0100
-+++ linux-wlan-ng-0.2.8.devel/src/prism2/driver/hfa384x.c	2007-06-05 19:04:30.845216000 +0200
-@@ -3645,7 +3645,7 @@
- 		/* the prism2 cards don't return the FCS */
- 		datap = skb_put(skb, WLAN_CRC_LEN);
- 		memset (datap, 0xff, WLAN_CRC_LEN);
--		skb->mac.raw = skb->data;
-+		skb_reset_mac_header(skb);
- 
- 		/* Attach the rxmeta, set some stuff */
- 		p80211skb_rxmeta_attach(wlandev, skb);
-diff -ru linux-wlan-ng-0.2.8/src/prism2/driver/hfa384x_usb.c linux-wlan-ng-0.2.8.devel/src/prism2/driver/hfa384x_usb.c
---- linux-wlan-ng-0.2.8/src/prism2/driver/hfa384x_usb.c	2007-03-19 16:37:00.000000000 +0100
-+++ linux-wlan-ng-0.2.8.devel/src/prism2/driver/hfa384x_usb.c	2007-06-05 19:04:46.641407000 +0200
-@@ -4255,7 +4255,7 @@
- 		/* The prism2 series does not return the CRC */
- 		memset(skb_put(skb, WLAN_CRC_LEN), 0xff, WLAN_CRC_LEN);
- 
--		skb->mac.raw = skb->data;
-+		skb_reset_mac_header(skb);
- 
- 		/* Attach the rxmeta, set some stuff */
- 		p80211skb_rxmeta_attach(wlandev, skb);
-diff -ru linux-wlan-ng-0.2.8/src/prism2/driver/prism2_pci.c linux-wlan-ng-0.2.8.devel/src/prism2/driver/prism2_pci.c
---- linux-wlan-ng-0.2.8/src/prism2/driver/prism2_pci.c	2007-03-19 16:37:00.000000000 +0100
-+++ linux-wlan-ng-0.2.8.devel/src/prism2/driver/prism2_pci.c	2007-06-05 19:33:15.406928000 +0200
-@@ -275,7 +275,7 @@
- static int __init prism2pci_init(void)
- {
-         WLAN_LOG_NOTICE("%s Loaded\n", version);
--	return pci_module_init(&prism2_pci_drv_id);
-+	return pci_register_driver(&prism2_pci_drv_id);
- };
- 
- static void __exit prism2pci_cleanup(void)
-Only in linux-wlan-ng-0.2.8.devel/src/prism2/driver: prism2_pci.c~
-diff -ru linux-wlan-ng-0.2.8/src/prism2/driver/prism2_plx.c linux-wlan-ng-0.2.8.devel/src/prism2/driver/prism2_plx.c
---- linux-wlan-ng-0.2.8/src/prism2/driver/prism2_plx.c	2007-03-19 16:37:00.000000000 +0100
-+++ linux-wlan-ng-0.2.8.devel/src/prism2/driver/prism2_plx.c	2007-06-05 19:33:12.758581000 +0200
-@@ -420,7 +420,7 @@
- static int __init prism2plx_init(void)
- {
-         WLAN_LOG_NOTICE("%s Loaded\n", version);
--	return pci_module_init(&prism2_plx_drv_id);
-+	return pci_register_driver(&prism2_plx_drv_id);
- };
- 
- static void __exit prism2plx_cleanup(void)
-Only in linux-wlan-ng-0.2.8.devel/src/prism2/driver: prism2_plx.c~

diff --git a/net-wireless/linux-wlan-ng-modules/files/linux-wlan-ng-0.2.5-sandbox.patch b/net-wireless/linux-wlan-ng-modules/files/linux-wlan-ng-0.2.5-sandbox.patch
deleted file mode 100644
index 45063df..0000000
--- a/net-wireless/linux-wlan-ng-modules/files/linux-wlan-ng-0.2.5-sandbox.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix lirc building in sandbox
-
-From: Daniel Drake <dsd@gentoo.org>
-
-Index: linux-wlan-ng-0.2.5/scripts/Makefile
-===================================================================
---- linux-wlan-ng-0.2.5.orig/scripts/Makefile
-+++ linux-wlan-ng-0.2.5/scripts/Makefile
-@@ -27,7 +27,7 @@ get_version:
- 	$(CC) -I$(KERNEL_SOURCE)/include get_version.c -o get_version
- 
- get_options:
--	$(MAKE) -f $(CURR_DIR)/Makefile.get_options -C $(KERNEL_SOURCE) get_version_target
-+	$(MAKE) -f $(CURR_DIR)/Makefile.get_options -C $(KERNEL_SOURCE) get_version_target M=$(shell pwd)
- 
- clean:
- 	$(RM) get_version make.opts 

diff --git a/net-wireless/linux-wlan-ng-modules/linux-wlan-ng-modules-0.2.8-r1.ebuild b/net-wireless/linux-wlan-ng-modules/linux-wlan-ng-modules-0.2.8-r1.ebuild
deleted file mode 100644
index a0e6d9c..0000000
--- a/net-wireless/linux-wlan-ng-modules/linux-wlan-ng-modules-0.2.8-r1.ebuild
+++ /dev/null
@@ -1,94 +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/linux-wlan-ng-modules/linux-wlan-ng-modules-0.2.8.ebuild,v 1.1 2007/05/09 16:30:52 genstef Exp $
-
-inherit eutils linux-mod
-
-MY_PN=${PN/-modules/}
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Kernel modules for Prism2/2.5/3 based 802.11b USB wireless LAN products"
-HOMEPAGE="http://linux-wlan.org"
-SRC_URI="ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/${MY_P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="debug"
-
-BUILD_TARGETS="default"
-BUILD_PARAMS="WLAN_SRC=${S}/src"
-
-DEPEND="!<net-wireless/linux-wlan-ng-0.2.2"
-
-CONFIG_CHECK="WIRELESS_EXT"
-
-pkg_setup() {
-	# We have to put this to the global scope inside the function or it will be
-	# reset between functions because the ebuild is sourced many times.
-
-	MODULE_NAMES="p80211(net/wireless:${S}/src/p80211)"
-	MODULE_NAMES="${MODULE_NAMES} prism2_usb(net/wireless:${S}/src/prism2/driver)"
-
-	linux-mod_pkg_setup
-}
-
-config_by_usevar() {
-	local config=${3}
-	[[ -z ${config} ]] && config=${S}/default.config
-
-	if use ${2}; then
-		echo "${1}=y" >> ${config}
-	else
-		echo "${1}=n" >> ${config}
-	fi
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	epatch "${FILESDIR}/${MY_PN}-0.2.5-sandbox.patch"
-	epatch "${FILESDIR}/0.2.8-sk_buff-mac.patch"
-
-	local config=${S}/default.config
-	cp "${S}/config.in" "${config}" || die
-
-	cat > "${config}" <<-EOF
-		TARGET_ROOT_ON_HOST="${D}"
-		LINUX_SRC="${KERNEL_DIR}"
-		FIRMWARE_DIR=/lib/firmware/
-		PRISM2_PCI=n
-		PRISM2_PLX=n
-		PRISM2_PCMCIA=n
-		PRISM2_USB=y
-	EOF
-
-	config_by_usevar WLAN_DEBUG debug
-
-	sed -i -e "s:dep modules:modules:" "${S}/src/p80211/Makefile"
-}
-
-src_compile() {
-	set_arch_to_kernel
-	emake default_config || die "emake default_config failed"
-	set_arch_to_portage
-
-	cd "${S}/src/mkmeta"
-	emake || die "emake mkmeta failed"
-
-	linux-mod_src_compile
-}
-
-pkg_postinst() {
-	linux-mod_pkg_postinst
-
-	einfo "Support for pci, plx and pcmcia drivers has been removed in"
-	einfo "revision. For pci, plx and pcmcia drivers try for example"
-	einfo "the hostap-driver or orinoco drivers. They both work with the"
-	einfo "standard wireless tools."
-	einfo ""
-	einfo "If they do not work, please report this to betelgeuse@gentoo.org."
-}

diff --git a/net-wireless/linux-wlan-ng-modules/metadata.xml b/net-wireless/linux-wlan-ng-modules/metadata.xml
deleted file mode 100644
index 30dc964..0000000
--- a/net-wireless/linux-wlan-ng-modules/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>mobile</herd>
-<maintainer>
-  <email>betelgeuse@gentoo.org</email>
-  <name>Petteri Räty</name>
-</maintainer>
-<longdescription>
-Kernel modules for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products.
-This package contains the kernel modules for the linux-wlan-ng project. The kernel
-modules are provided in a separate package so that they can be more easily re-emerged
-when the kernel is updated.
-</longdescription>
-</pkgmetadata>

diff --git a/net-wireless/linux-wlan-ng/ChangeLog b/net-wireless/linux-wlan-ng/ChangeLog
deleted file mode 100644
index aba65fd..0000000
--- a/net-wireless/linux-wlan-ng/ChangeLog
+++ /dev/null
@@ -1,321 +0,0 @@
-# ChangeLog for net-wireless/linux-wlan-ng
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/ChangeLog,v 1.59 2006/09/01 12:14:09 genstef Exp $
-
-  02 Jan 2008; Petteri Räty <betelgeuse@gentoo.org>
-  linux-wlan-ng-0.2.5.ebuild:
-  Fix linux-wlan-ng-modules dep so that it matches 0.2.8.
-
-  01 Sep 2006; Stefan Schweizer <genstef@gentoo.org>
-  -files/linux-wlan-2.6.10-fix.diff, -linux-wlan-ng-0.2.0-r3.ebuild,
-  -linux-wlan-ng-0.2.1_pre23.ebuild, -linux-wlan-ng-0.2.3.ebuild,
-  -linux-wlan-ng-0.2.3-r1.ebuild:
-  drop old versions that use the deprecated pcmcia eclass and hppa keyword
-  thanks to gmsoft, bug 140166
-
-  01 Aug 2006; Andrej Kacian <ticho@gentoo.org>
-  linux-wlan-ng-0.2.0-r3.ebuild:
-  Move back to ~x86, since this version doesn't work on 2.6.x kernels. See bug
-  #140166.
-
-*linux-wlan-ng-0.2.3-r2 (23 Jun 2006)
-
-  23 Jun 2006; Petteri Räty <betelgeuse@gentoo.org>
-  +files/linux-wlan-ng-0.2.3-shared.patch, +linux-wlan-ng-0.2.3-r2.ebuild:
-  Suppressed error message on systems where /proc/sys/kernel/hotplug is empty.
-  Thanks to Felix Wiemann <FelixWiemannBugs@gmx.de> for the fix. Fixes bug
-  #136595.
-
-  27 Apr 2006; Alec Warner <antarus@gentoo.org>
-  files/digest-linux-wlan-ng-0.2.0-r3,
-  files/digest-linux-wlan-ng-0.2.1_pre23, files/digest-linux-wlan-ng-0.2.3,
-  Manifest:
-  Fixing SHA256 digest, pass four
-
-*linux-wlan-ng-0.2.3-r1 (02 Apr 2006)
-
-  02 Apr 2006; Petteri Räty <betelgeuse@gentoo.org>
-  +linux-wlan-ng-0.2.3-r1.ebuild:
-  Removed pcmcia support in favor of better alternatives like hostap and
-  orinoco drivers.
-
-  12 Feb 2006; Petteri Räty <betelgeuse@gentoo.org>
-  -linux-wlan-ng-0.2.2.ebuild:
-  Removed old version.
-
-  29 Dec 2005; Simon Stelling <blubb@gentoo.org> linux-wlan-ng-0.2.3.ebuild:
-  added ~amd64 keyword
-
-*linux-wlan-ng-0.2.3 (19 Dec 2005)
-
-  19 Dec 2005; Petteri Räty <betelgeuse@gentoo.org>
-  linux-wlan-ng-0.2.0-r3.ebuild, -linux-wlan-ng-0.2.1_pre20.ebuild,
-  linux-wlan-ng-0.2.1_pre23.ebuild, linux-wlan-ng-0.2.2.ebuild,
-  +linux-wlan-ng-0.2.3.ebuild:
-  Version bump. Added a note about other alternatives to linux-wlan-ng when
-  not using the usb driver. Also corrected the LICENSE of all versions and
-  removed the oldest 0.2.1_pre version.
-
-  20 Nov 2005; Joseph Jezak <josejx@gentoo.org> linux-wlan-ng-0.2.2.ebuild:
-  Marked ~ppc for bug #107794.
-
-*linux-wlan-ng-0.2.2 (01 Oct 2005)
-
-  01 Oct 2005; Petteri Räty <betelgeuse@gentoo.org>
-  +files/linux-wlan-ng-gentoo-init, +linux-wlan-ng-0.2.2.ebuild:
-  Version bump using the new splitted linux-wlan-ng ebuilds.
-
-  24 Sep 2005; Simon Stelling <blubb@gentoo.org>
-  linux-wlan-ng-0.2.1_pre23.ebuild:
-  added ~amd64 keyword
-
-  06 May 2005; Sven Wegener <swegener@gentoo.org>
-  linux-wlan-ng-0.2.0-r3.ebuild, linux-wlan-ng-0.2.1_pre20.ebuild,
-  linux-wlan-ng-0.2.1_pre23.ebuild:
-  Removed * postfix from <, <=, >= and > dependencies.
-
-  25 Apr 2005; <brix@gentoo.org> linux-wlan-ng-0.2.0-r3.ebuild,
-  linux-wlan-ng-0.2.1_pre20.ebuild, linux-wlan-ng-0.2.1_pre23.ebuild:
-  Removed RDEPEND on virtual/os-headers, bug #82449.
-
-  25 Apr 2005; <brix@gentoo.org>
-  -files/linux-wlan-ng-0.2.1_pre19-prism2dl.diff,
-  -linux-wlan-ng-0.2.0-r1.ebuild, -linux-wlan-ng-0.2.0-r2.ebuild,
-  -linux-wlan-ng-0.2.1_pre8.ebuild, -linux-wlan-ng-0.2.1_pre11.ebuild,
-  -linux-wlan-ng-0.2.1_pre16.ebuild, -linux-wlan-ng-0.2.1_pre17.ebuild,
-  -linux-wlan-ng-0.2.1_pre17-r1.ebuild, -linux-wlan-ng-0.2.1_pre19.ebuild,
-  -linux-wlan-ng-0.2.1_pre22.ebuild:
-  Pruned old ebuilds.
-
-  23 Jan 2005; Simon Stelling <blubb@gentoo.org>
-  linux-wlan-ng-0.2.1_pre20.ebuild:
-  added ~amd64
-
-*linux-wlan-ng-0.2.1_pre23 (06 Jan 2005)
-
-  06 Jan 2005; Guy Martin <gmsoft@gentoo.org>
-  +files/linux-wlan-2.6.10-fix.diff, +linux-wlan-ng-0.2.1_pre23.ebuild:
-  Version bump. Now using linux-info.eclass for a cleaner output. Added ~hppa to
-  KEYWORDS.
-
-  23 Nov 2004; Sven Wegener <swegener@gentoo.org> :
-  Fixed digest.
-
-*linux-wlan-ng-0.2.1_pre22 (09 Oct 2004)
-
-  09 Oct 2004; Doug Goldstein <cardoe@gentoo.org>
-  +linux-wlan-ng-0.2.1_pre22.ebuild:
-  revision bump to pre22, masked because no testable hardware
-  includes the fixes from bug 64176 
-  should fix access violation compiler error
-
-  09 Jul 2004; Travis Tilley <lv@gentoo.org> linux-wlan-ng-0.2.0-r1.ebuild,
-  linux-wlan-ng-0.2.0-r2.ebuild, linux-wlan-ng-0.2.0-r3.ebuild,
-  linux-wlan-ng-0.2.1_pre11.ebuild, linux-wlan-ng-0.2.1_pre16.ebuild,
-  linux-wlan-ng-0.2.1_pre17-r1.ebuild, linux-wlan-ng-0.2.1_pre17.ebuild,
-  linux-wlan-ng-0.2.1_pre19.ebuild, linux-wlan-ng-0.2.1_pre20.ebuild,
-  linux-wlan-ng-0.2.1_pre8.ebuild:
-  switch linux-headers dependency to virtual/os-headers
-
-  14 Jun 2004; Aron Griffis <agriffis@gentoo.org>
-  linux-wlan-ng-0.2.0-r1.ebuild, linux-wlan-ng-0.2.0-r2.ebuild,
-  linux-wlan-ng-0.2.0-r3.ebuild, linux-wlan-ng-0.2.1_pre11.ebuild,
-  linux-wlan-ng-0.2.1_pre16.ebuild, linux-wlan-ng-0.2.1_pre17-r1.ebuild,
-  linux-wlan-ng-0.2.1_pre17.ebuild, linux-wlan-ng-0.2.1_pre19.ebuild,
-  linux-wlan-ng-0.2.1_pre20.ebuild, linux-wlan-ng-0.2.1_pre8.ebuild:
-  Fix use invocation
-
-  27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
-  linux-wlan-ng-0.2.1_pre19.ebuild:
-  Add inherit eutils
-
-*linux-wlan-ng-0.2.1_pre20 (01 Mar 2004)
-
-  01 Mar 2004; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.2.1_pre20.ebuild:
-  Bump again. This version has the fix for prism2dl merged.
-
-*linux-wlan-ng-0.2.1_pre19 (29 Feb 2004)
-
-  29 Feb 2004; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.2.1_pre17-r1.ebuild, linux-wlan-ng-0.2.1_pre19.ebuild,
-  files/linux-wlan-ng-0.2.1_pre19-prism2dl.diff:
-  Bump, and fix pre17-r1 to unset ARCH earlier. This was causing breakage where
-  the topleve Makefile in the kernel was not found, so the kernel version was
-  not being set, and modules ended up in /lib/modules/kernel. Also includes fix so
-  that prism2dl uses includes from /usr/include/linux and not /usr/src/linux/include.
-
-  21 Feb 2004; Luca Barbato <lu_zero@gentoo.org>
-  linux-wlan-ng-0.2.1_pre17-r1.ebuild:
-  Marked ~ppc
-
-  08 Feb 2004; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.2.0-r3.ebuild:
-  Marking stable. Needed for module-init-tools fixes.
-
-*linux-wlan-ng-0.2.1_pre17-r1 (07 Feb 2004)
-
-  07 Feb 2004; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.2.0-r3.ebuild, linux-wlan-ng-0.2.1_pre17-r1.ebuild:
-  Updates to both 0.2.0 and 0.2.1_pre series to use new pcmcia.eclass to make
-  life easier.
-
-*linux-wlan-ng-0.2.1_pre17 (03 Feb 2004)
-
-  03 Feb 2004; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.2.1_pre17.ebuild:
-  Added 0.2.1_pre17 which is ready for pcmcia-cs 3.2.7, unsets ARCH and tells
-  people to not bother with symlinks for 2.6 kernsl, and includes
-  module-init-tools fix for pcmcia-cs configure stage.
-
-*linux-wlan-ng-0.2.0-r3 (01 Feb 2004)
-
-  01 Feb 2004; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.1.16_pre4.ebuild, linux-wlan-ng-0.1.16_pre6.ebuild,
-  linux-wlan-ng-0.1.16_pre7.ebuild, linux-wlan-ng-0.1.16_pre8.ebuild,
-  linux-wlan-ng-0.1.16_pre9.ebuild, linux-wlan-ng-0.2.0-r1.ebuild,
-  linux-wlan-ng-0.2.0-r2.ebuild, linux-wlan-ng-0.2.0-r3.ebuild,
-  linux-wlan-ng-0.2.1_pre1.ebuild, linux-wlan-ng-0.2.1_pre2.ebuild,
-  linux-wlan-ng-0.2.1_pre3.ebuild:
-  Added 0.2.0-r3 which works for pcmcia-cs >= 3.2.5 in preparation for 3.2.5
-  getting marked stable and 3.2.7 getting added to portage. Include fix for
-  module-init-tools systems. Cleaned out lots of older dead ebuilds too to make
-  things prettier.
-
-*linux-wlan-ng-0.2.1_pre16 (24 Jan 2004)
-
-  24 Jan 2004; <nerdboy@gentoo.org> linux-wlan-ng-0.2.1_pre16.ebuild:
-  Added pre16 for 2.6.x kernels, with ewarn info
-
-  18 Dec 2003; Peter Johanson <latexer@gentoo.org> metadata.xml:
-  Added metadata.xml
-
-*linux-wlan-ng-0.2.1_pre11 (02 Aug 2003)
-
-  02 Aug 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild,
-  linux-wlan-ng-0.2.1_pre11.ebuild:
-  Clean out the offensive 0.2.0 ebuild, and bump
-
-*linux-wlan-ng-0.2.1_pre8 (13 Jun 2003)
-
-  13 Jun 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre8.ebuild:
-  New pre version which hopefully fixes pcmcia issues
-
-*linux-wlan-ng-0.2.1_pre3 (29 Apr 2003)
-
-  29 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre3.ebuild:
-  Latest pre-release.
-
-*linux-wlan-ng-0.2.1_pre2 (25 Apr 2003)
-
-  25 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre2.ebuild:
-  Bump
-
-*linux-wlan-ng-0.2.1_pre1 (25 Apr 2003)
-
-  20 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre1.ebuild:
-  Bump
-
-*linux-wlan-ng-0.2.0-r2 (10 Apr 2003)
-
-  15 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0-r2.ebuild:
-  Marked stable for x86
-
-  10 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0-r2.ebuild:
-  Uses gentoo style init script
-
-  10 Apr 2003; Peter Johanson <latexer@gentoo.org> :
-  Fixed all ebuilds to do check_KV if needed.
-  
-*linux-wlan-ng-0.2.1_pre1 (10 Apr 2003)
-
-  10 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre1.ebuild:
-  Version bump, uses gentoo style init script.
-
-*linux-wlan-ng-0.2.0-r1 (03 Apr 2003)
-
-  07 Apr 2003; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.2.0-r1.ebuild:
-  Major fix to how the pcmcia-cs version is handled. Much better now.
-
-  03 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0-r1.ebuild:
-  Version bump with fixed pcmcia-cs detection
-
-  24 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild :
-  Using has_version now to resolve the PCMCIA_VERSION issues. no more calling commands that portage
-  doesn't know about. This should fix it.
-
-  8 Mar 2003; Peter Johanson <latexer@gentoo.org> :
-  Added more extensive comment to postinst section.
-
-  4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild :
-  Absolute paths for cardmgr and cut. this should solve it once and forall.
-
-*linux-wlan-ng-0.2.0 (4 Mar 2003)
-
-  4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild :
-  Version bump. bug #16849
-
-  4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
-  Fixed some sedding to get the man pages in the right spot.
-
-  3 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
-  PCMIA_VERSION seems to work better with double quotes.
-
-  27 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
-  small fix to PCMCIA_VERSION. bug #16537
-
-  27 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
-  Fixed PCMCIA_VERSION definition to work with latest portage
-
-  11 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre4.ebuild
-  linux-wlan-ng-0.1.16_pre6.ebuild linux-wlan-ng-0.1.16_pre7.ebuild :
-  Added IUSE to older linux-wlan-ng ebuilds. Fixed formatting issues so lintool
-  checks all of these as okay.
-
-*linux-wlan-ng-0.1.16_pre9 (22 Feb 2003)
-
-  28 Feb 2003; Peter Johanson <latexer@gentoo.org>
-  linux-wlan-ng-0.1.16_pre9.ebuild:
-  Hopefully finally fixed PCMCIA_VERSION
-
-  22 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
-  Slightly modified to check which version of pcmcia-cs it should compile against
-
-  22 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
-  version bump
-
-*linux-wlan-ng-0.1.16_pre8 (08 Feb 2003)
-
-  08 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre8.ebuild:
-  Revision bump, plus major overhaul of how things are done. Please test.
-  bugzilla is down for now. Will thanks submitter soon as i figure out who it was.
-
-*linux-wlan-ng-0.1.16_pre7 (09 Apr 2003)
- 
-  13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
-  Added missing changelog entry.
-
-*linux-wlan-ng-0.1.16_pre6 (11 Nov 2002)
-
-  11 Nov 2002; Chad Huneycutt <chadh@gentoo.org> linux-wlan-ng-0.1.16_pre6.ebuild :
-
-  revision bump and misc fixes, credit to Bret Towe <btowe@gbis.com> and
-  tprado@charter.net
-
-*linux-wlan-ng-0.1.16_pre4 (31 Oct 2002)
-
-  31 Oct 2002; Hannes Mehnert <hannes@gentoo.org>:
-  moved to net-wireless
-
-  31 Oct 2002; Chad Huneycutt <chadh@gentoo.org> linux-wlan-ng-0.1.16_pre4.ebuild :
-
-  add 0.1.16-pre4 ebuild from Tom Prado <tprado@charter.net>
-  
-  31 Oct 2002; Chad Huneycutt <chadh@gentoo.org> ChangeLog :
-  
-  Added initial ChangeLog which should be updated whenever the package is
-  updated in any way. This changelog is targetted to users. This means that the
-  comments should well explained and written in clean English. The details about
-  writing correct changelogs are explained in the skel.ChangeLog file which you
-  can find in the root directory of the portage repository.

diff --git a/net-wireless/linux-wlan-ng/Manifest b/net-wireless/linux-wlan-ng/Manifest
deleted file mode 100644
index 5a79b60..0000000
--- a/net-wireless/linux-wlan-ng/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX linux-wlan-ng-0.2.3-shared.patch 448 RMD160 0797a25148b6ff6ec673f7192dd3a8a598f168a2 SHA1 e65300103e2106e6c2846398fb0a94287be43a64 SHA256 0fc73ee43745095d4821d04ad27e1f2ecdfc5fc4b0733bfc394950a63f86264f
-AUX linux-wlan-ng-gentoo-init 1934 RMD160 b0b6bb79e92d56859b5be5008c0bfbebdbeb2237 SHA1 71357c66dc45f4427dd5100f756968842f1d0869 SHA256 7d0863c996f518c962030d3b45a489fd8a8d98534ffb606b310d9354c21017b4
-DIST linux-wlan-ng-0.2.5.tar.bz2 457056 RMD160 3bd08380d9bd131ad960a8b3c9dd87972254357a SHA1 6f95e8e63b3271e3d6b88ec0eb267027b8c6d436 SHA256 882f5fe8c3e3a2538f59e96d002866aea1ce3ad33396da0cea7721455f4a42be
-EBUILD linux-wlan-ng-0.2.5.ebuild 4002 RMD160 a13959b5fefadc6a35066c73928d20e16882eeda SHA1 f181e1d7ec8212e3b52a7c60880395b1fdf5d5f2 SHA256 71c68c5518cb8b4f49a06b45d9814ba5352fa32ae907f07a07edbc705a94b9b3
-MISC ChangeLog 12640 RMD160 4eb3f8f5f6f0740755dfeacdf66761622b110d24 SHA1 4a97ccbafb911e293c857b94881ea8eee99dd4c5 SHA256 2ec7239bb8ccad60d755c4d90c9721e80f3d0564b3394c17f9c85affb4ecef50
-MISC metadata.xml 254 RMD160 405142be32b3bd0c5b01406de510a6f6eddeb877 SHA1 88ebd9738b470bb9f297a4c1ff0d61a69331c670 SHA256 cf0ce33c8adaba16d53ca70e86c8f768757e89a172711ce03f69baf17912ed15

diff --git a/net-wireless/linux-wlan-ng/files/linux-wlan-ng-0.2.3-shared.patch b/net-wireless/linux-wlan-ng/files/linux-wlan-ng-0.2.3-shared.patch
deleted file mode 100644
index c504213..0000000
--- a/net-wireless/linux-wlan-ng/files/linux-wlan-ng-0.2.3-shared.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur linux-wlan-ng-0.2.3.old/etc/wlan/shared linux-wlan-ng-0.2.3/etc/wlan/shared
---- linux-wlan-ng-0.2.3.old/etc/wlan/shared	2006-06-23 13:52:27.100566344 +0300
-+++ linux-wlan-ng-0.2.3/etc/wlan/shared	2006-06-23 13:52:51.393873200 +0300
-@@ -71,7 +71,7 @@
- fi
- 
- if [ -f /proc/sys/kernel/hotplug -a \
--	-x `cat /proc/sys/kernel/hotplug` -a \
-+	-x "`cat /proc/sys/kernel/hotplug`" -a \
- 	-f /etc/hotplug/wlan.agent ] ; then
- 	HAS_HOTPLUG=y
- else

diff --git a/net-wireless/linux-wlan-ng/files/linux-wlan-ng-gentoo-init b/net-wireless/linux-wlan-ng/files/linux-wlan-ng-gentoo-init
deleted file mode 100644
index a4bf06c..0000000
--- a/net-wireless/linux-wlan-ng/files/linux-wlan-ng-gentoo-init
+++ /dev/null
@@ -1,97 +0,0 @@
-#!/sbin/runscript
-
-source_config() {
-	if [ -f /etc/wlan/shared ]
-	then
-		source /etc/wlan/shared
-	else
-		return 1
-	fi
-	return 0
-}
-
-start() {
-	ebegin "Starting WLAN devices"
-	if ! source_config
-	then
-		eerror "Error loading /etc/wlan/shared"
-		eend 1
-		return 1
-	fi
-
-	# NOTE: We don't explicitly insmod the card driver here.  The
-	#  best thing to do is to specify an alias in /etc/modules.conf.
-	#  Then, the first time we call wlanctl with the named device,
-	#  the kernel module autoload stuff will take over.
-
-	for DEVICE in $WLAN_DEVICES; do
-	#=======ENABLE========================================
-	# Do we want to init the card at all?
-		eval 'WLAN_ENABLE=$ENABLE_'$DEVICE
-		if ! is_true $WLAN_ENABLE ; then
-			continue
-		fi
-
-		if is_true $WLAN_DOWNLOAD; then
-			wlan_download $DEVICE
-		fi
-
-		wlan_enable $DEVICE
-
-	#=======MAC STARTUP=========================================
-		wlan_supports_scan $DEVICE
-
-		if [ $? = 0 ] ; then
-			wlan_scan $DEVICE
-			if [ $? = 0 ] ; then
-				wlan_source_config_for_ssid "$ssid" "$bssid"
-		
-				wlan_user_mibs $DEVICE
-				# make it quiet
-				error=`eval wlan_wep $DEVICE`
-		
-				grep 'autojoin' /proc/net/p80211/$DEVICE/wlandev > /dev/null
-					if [ $? = 0 ]; then
-						wlan_infra $DEVICE
-					else
-						wlan_dot11_join $DEVICE
-					fi
-			else
-				echo "network not found.  maybe start IBSS?"
-			fi
-		else
-			wlan_source_config $DEVICE
-	
-			wlan_user_mibs $DEVICE
-			# make it quiet
-			error=`eval wlan_wep $DEVICE`
-	
-			if is_true $IS_ADHOC ; then
-				wlan_adhoc $DEVICE
-			else
-				wlan_infra $DEVICE
-			fi
-		fi
-	done
-
-	eend 0
-}
-
-stop() {
-	ebegin "Shutting Down WLAN Devices"
-	if ! source_config
-	then
-		eerror "Error loading /etc/wlan/shared"
-		eend 1
-		return 1
-	fi
-
-	# Do a reset on each device to make sure none of them are still
-	#  trying to generate interrupts.
-	for DEVICE in $WLAN_DEVICES; do
-		# This just makes it quiet...
-		error="$(eval wlan_disable $DEVICE)"
-	done
-
-	eend 0
-}

diff --git a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.5.ebuild b/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.5.ebuild
deleted file mode 100644
index db258bc..0000000
--- a/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.5.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/linux-wlan-ng-0.2.3-r2.ebuild,v 1.1 2006/06/23 11:03:27 betelgeuse Exp $
-
-#The configure script needs prepared sources.
-inherit linux-mod
-
-DESCRIPTION="Programs/files needed for Prism2/2.5/3 based USB wireless LAN products"
-HOMEPAGE="http://linux-wlan.org"
-SRC_URI="ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/${P}.tar.bz2"
-
-# includes dual licensed files but also stuff only under MPL-1.1
-LICENSE="|| ( GPL-2 MPL-1.1 ) MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="debug doc"
-
-DEPEND=">=net-wireless/linux-wlan-ng-modules-${PV}
-		~net-wireless/linux-wlan-ng-utils-0.2.2
-		~net-wireless/linux-wlan-ng-firmware-0.2.2"
-
-RDEPEND=${DEPEND}
-
-#relative to src/
-COMPILE_DIRS="mkmeta wlanctl nwepgen wlancfg prism2/download"
-INSTALL_DIRS="${COMPILE_DIRS} ../etc"
-
-CONFIG_FILE="${S}/default.config"
-CONFIG_DIR="/etc/conf.d"
-
-config_by_usevar() {
-	local config=${3}
-	[[ -z ${config} ]] && config=${CONFIG_FILE}
-
-	if use ${2}; then
-		echo "${1}=y" >> ${config}
-	else
-		echo "${1}=n" >> ${config}
-	fi
-}
-
-set_option() {
-	local config=${3}
-	[[ -z ${config} ]] && config=${CONFIG_FILE}
-
-	echo "${1}=${2}" >> ${config}
-}
-
-src_unpack() {
-	local config=${CONFIG_FILE}
-
-	unpack ${A}
-
-	cd "${S}"
-	epatch "${FILESDIR}/${PN}-0.2.3-shared.patch"
-
-	rm ${S}/doc/rh71notes
-
-	cd ${S}/etc
-	mv rc.wlan rc.wlan.orig
-	cp ${FILESDIR}/${PN}-gentoo-init rc.wlan
-
-	#IMHO this should not be done but better to not upset users at this point
-	sed -i -e "s:/etc/wlan:/etc/conf.d:g" ${S}/etc/wlan/Makefile
-	sed -i -e "s:/etc/wlan/wlan.conf:/etc/conf.d/wlan.conf:g" \
-		   -e "s:/etc/wlan/wlancfg:/etc/conf.d/wlancfg:g" \
-		${S}/etc/wlan/shared
-
-	cp ${S}/config.in ${config}
-
-	set_option TARGET_ROOT_ON_HOST	${D}
-	set_option LINUX_SRC			${KERNEL_DIR}
-	set_option PRISM2_USB			n
-	set_option PRISM2_PCI			n
-	set_option PRISM2_PLX			n
-	set_option PRISM2_PCMCIA		n
-
-	config_by_usevar WLAN_DEBUG debug
-}
-
-src_compile() {
-	set_arch_to_kernel
-	emake default_config || die "emake default_config failed"
-	set_arch_to_portage
-
-	CONFIG_FILE="config.mk"
-
-	set_option		 FIRMWARE_DIR  "/lib/firmware"
-	set_option		 PRISM2_PCMCIA	n
-
-	#For the scripts that go to /etc
-	set_option TARGET_PCMCIA_DIR	${D}/etc/pcmcia
-
-	cd ${S}/src/
-	for dir in ${COMPILE_DIRS}; do
-		pushd ${dir}
-		make || die "make in ${dir} failed"
-		popd
-	done
-}
-
-src_install() {
-	cd ${S}/man
-	doman *.1
-
-	# Does not install hotplug rules if /etc/hotplug
-	# does not exist in ${D}
-	# Needs to be patch because expects stuff to be in /etc/wlan
-	# dodir /etc/hotplug
-
-	for dir in ${INSTALL_DIRS}; do
-		pushd ${S}/src/${dir}
-		make install || die "make install in ${dir} failed"
-		popd
-	done
-
-	cd ${S}
-
-	dodir etc/wlan
-	mv ${D}/etc/conf.d/shared ${D}/etc/wlan/
-
-	if use doc; then
-		insinto /usr/share/doc/${PF}/
-		pushd ${S}/doc
-		for file in $(ls); do
-			[[ "${file}" != "Makefile" ]] && doins -r ${file}
-		done
-		popd
-	fi
-
-	dodoc CHANGES FAQ README THANKS TODO
-}
-
-pkg_postinst() {
-	einfo "/etc/init.d/wlan is used to control startup and shutdown of the"
-	einfo "driver."
-	einfo ""
-	einfo "Modify ${CONFIG_DIR}/wlan.conf to set global parameters."
-	einfo "Modify ${CONFIG_DIR}/wlancfg-* to set individual card parameters."
-	einfo "There are detailed instructions in these config files."
-	einfo ""
-	einfo "Three keygen programs are included: nwepgen, keygen, and lwepgen."
-	einfo "keygen seems provide more usable keys at the moment."
-	einfo "You can change the keygen in your wlancfg-* files."
-	einfo ""
-	einfo "Be sure to add iface_wlan0 parameters to /etc/conf.d/net."
-	einfo ""
-	einfo ""
-	einfo "Support for pci, plx and pcmcia drivers has been removed in"
-	einfo "revision. For pci, plx and pcmcia drivers try for example"
-	einfo "the hostap-driver or orinoco drivers. They both work with the"
-	einfo "standard wireless tools."
-	einfo ""
-	einfo "If they do not work, please report this to betelgeuse@gentoo.org."
-}
-

diff --git a/net-wireless/linux-wlan-ng/metadata.xml b/net-wireless/linux-wlan-ng/metadata.xml
deleted file mode 100644
index ed78dfa..0000000
--- a/net-wireless/linux-wlan-ng/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>mobile</herd>
-<maintainer>
-  <email>betelgeuse@gentoo.org</email>
-  <name>Petteri Räty</name>
-</maintainer>
-</pkgmetadata>


                 reply	other threads:[~2013-11-20 14:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384958281.a8036bafda1862097703d8594042b64ce75b957b.betelgeuse@gentoo \
    --to=betelgeuse@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox