]> Pileus Git - ~andy/sunrise/commitdiff
Remove, this is included in 2.6.24 vanilla kernel
authorJakub Moc <jakub@gentoo.org>
Sun, 27 Jan 2008 14:12:22 +0000 (14:12 +0000)
committerJakub Moc <jakub@gentoo.org>
Sun, 27 Jan 2008 14:12:22 +0000 (14:12 +0000)
svn path=/sunrise/; revision=5527

net-wireless/rt2x00-git/ChangeLog [deleted file]
net-wireless/rt2x00-git/Manifest [deleted file]
net-wireless/rt2x00-git/metadata.xml [deleted file]
net-wireless/rt2x00-git/rt2x00-git-20070529.ebuild [deleted file]

diff --git a/net-wireless/rt2x00-git/ChangeLog b/net-wireless/rt2x00-git/ChangeLog
deleted file mode 100644 (file)
index 78bed4b..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for net-wireless/rt2x00-git
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  28 Oct 2007; Markus Ullmann <jokey@gentoo.org> rt2x00-git-20070529:
-  fix quoting
-
-  15 Jun 2007; Ali Polatel (hawking) <polatel@gmail.com>
-  -rt2x00-git-20070513.ebuild:
-  Drop old
-
-  14 Jun 2007; Jakub Moc <jakub@gentoo.org> +rt2x00-git-20070529.ebuild:
-  Bump to newer snapshot
-
-  14 May 2007; Jakub Moc <jakub@gentoo.org> rt2x00-git-20070513.ebuild:
-  Add net-wireless/rt2x00 blocker
-
-  14 May 2007; Jakub Moc <jakub@gentoo.org> +rt2x00-git-20070513.ebuild,
-  +metadata.xml:
-  New rt2x00 git version ebuild, based on ebuild by Dick Marinus. Bug 176148
-
diff --git a/net-wireless/rt2x00-git/Manifest b/net-wireless/rt2x00-git/Manifest
deleted file mode 100644 (file)
index ebb61cc..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST rt2x00-git-20070529.tar.gz 327893 RMD160 e32b25bc84a1bcf5212b70f33f728b9b67065075 SHA1 525ad5131219107cfe6237e041457c49a5a791f6 SHA256 2e6913396a648fe7a03ced6dc51de7fcfa0f194dbf37fb3197c770ef3433411d
-EBUILD rt2x00-git-20070529.ebuild 2834 RMD160 86e108d8bfa790d0075ca77b4318d582665beb4b SHA1 809fa909e49dfbc7cc393f705d4613e1eb3107d5 SHA256 c733beb7e11ba66e3ad12c6067199930894e1b4072575318f8cd93056508c43b
-MISC ChangeLog 683 RMD160 3beb9edbbbe79351fb7f9a71393a5e139e008efb SHA1 10eaa26b903df414af96cf682f1cc23e04c16739 SHA256 4774a739c730e5f5f092b61c129b498e5143dc52ad646e2e2cfb7fc2ad9c208b
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-wireless/rt2x00-git/metadata.xml b/net-wireless/rt2x00-git/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/net-wireless/rt2x00-git/rt2x00-git-20070529.ebuild b/net-wireless/rt2x00-git/rt2x00-git-20070529.ebuild
deleted file mode 100644 (file)
index 68efd12..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit linux-mod
-
-MY_PN="rt2x00-git"
-
-DESCRIPTION="Ralink drivers for rt2400, rt2500, rt61 and rt73 chips (experimental git branch)"
-HOMEPAGE="http://rt2x00.serialmonkey.com/"
-SRC_URI="http://dev.gentooexperimental.org/~jakub/distfiles/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RT2X00_DEVICES="rt2400pci rt2500pci rt2500usb rt61pci rt73usb"
-for x in ${RT2X00_DEVICES} ; do
-       IUSE="${IUSE} ${x}"
-done
-
-DEPEND="net-wireless/mac80211
-       !net-wireless/rt2x00"
-RDEPEND="${DEPEND}
-       rt2400pci? ( net-wireless/eeprom_93cx6 )
-       rt2500pci? ( net-wireless/eeprom_93cx6 )
-       rt61pci? ( net-wireless/eeprom_93cx6 net-wireless/crc-itu-t )
-       rt73usb? ( net-wireless/crc-itu-t )"
-
-S="${WORKDIR}/drivers/net/wireless/mac80211/rt2x00/"
-
-src_unpack() {
-       unpack ${A}
-       if use rt61pci || use rt73usb ; then
-               echo "CFLAGS += -I/usr/include/mac80211 -I/usr/include/crc-itu-t" \
-                       "-I/usr/include/eeprom_93cx6 -D CONFIG_RT2X00_LIB_FIRMWARE" >> "${S}"/Makefile
-       else
-               echo "CFLAGS += -I/usr/include/mac80211 -I/usr/include/crc-itu-t" \
-                       "-I/usr/include/eeprom_93cx6" >> "${S}"/Makefile
-       fi
-}
-
-pkg_setup() {
-       # check whether any drivers are set in USE
-       local selected="n"
-       for i in ${RT2X00_DEVICES} ; do
-               if use ${i} ; then
-                       selected="y"
-                       break
-               fi
-       done
-       if [[ ${selected} == "n" ]] ; then
-               eerror "You didn't choose any rt2x00 driver to build!"
-               die "Add one or more of ${RT2X00_DEVICES} to your USE flags and try again."
-       fi
-
-       CONFIG_CHECK="WIRELESS_EXT"
-       ERROR_WIRELESS_EXT="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)."
-
-       MODULE_NAMES="rt2x00lib(net/wireless/mac80211/rt2x00/)"
-       BUILD_PARAMS="CONFIG_RT2X00=m CONFIG_RT2X00_LIB=m"
-
-       for i in ${RT2X00_DEVICES} ; do
-               use ${i} && MODULE_NAMES="${MODULE_NAMES} ${i}(net/wireless/mac80211/rt2x00/)"
-               use ${i} && BUILD_PARAMS="${BUILD_PARAMS} CONFIG_$(echo -n ${i} | tr '[:lower:]' '[:upper:]')=m"
-       done
-
-       if use rt2400pci || use rt2500pci || use rt61pci ; then
-               MODULE_NAMES="${MODULE_NAMES} rt2x00pci(net/wireless/mac80211/rt2x00/)"
-               BUILD_PARAMS="${BUILD_PARAMS} CONFIG_RT2X00_LIB_PCI=m"
-               CONFIG_CHECK="${CONFIG_CHECK} PCI"
-       fi
-
-       if use rt2500usb || use rt73usb ; then
-               MODULE_NAMES="${MODULE_NAMES} rt2x00usb(net/wireless/mac80211/rt2x00/)"
-               BUILD_PARAMS="${BUILD_PARAMS} CONFIG_RT2X00_LIB_USB=m"
-               CONFIG_CHECK="${CONFIG_CHECK} USB"
-       fi
-
-       if use rt61pci || use rt73usb ; then
-               BUILD_PARAMS="${BUILD_PARAMS} CONFIG_RT2X00_LIB_FIRMWARE=m"
-               CONFIG_CHECK="${CONFIG_CHECK} FW_LOADER"
-               ERROR_FW_LOADER="${P} requires support for Firmware module loading (CONFIG_FW_LOADER)."
-       fi
-
-       linux-mod_pkg_setup
-       BUILD_TARGETS="modules"
-       BUILD_PARAMS="${BUILD_PARAMS} -C ${KV_DIR} M=${S} V=1"
-}