]> Pileus Git - ~andy/sunrise/commitdiff
net-wireless/rtl818x-svn: Remove old
authorAli Polatel <hawking@gentoo.org>
Mon, 21 May 2007 13:48:11 +0000 (13:48 +0000)
committerAli Polatel <hawking@gentoo.org>
Mon, 21 May 2007 13:48:11 +0000 (13:48 +0000)
svn path=/sunrise/; revision=3707

net-wireless/rtl818x-svn/ChangeLog
net-wireless/rtl818x-svn/Manifest
net-wireless/rtl818x-svn/rtl818x-svn-20070514.ebuild [deleted file]

index 6a9c1c0e08e2d54e61dc8fd424e594df89094aa0..22386fce612c6e1262eb78080cd2403b4d714207 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 May 2007; Ali Polatel (hawking) <polatel@gmail.com>
+  -rtl818x-svn-20070514.ebuild:
+  Remove old
+
   16 May 2007; Aryix (aryixb) <aryixb@gmail.com>
   +rtl818x-svn-20070516.ebuild:
   updated svn to 20070516
index b0e6ad5fcc31dec6f70a124168e178e35d222105..59546f82fe891fb964e6424c3b3c3b2e74136bf8 100644 (file)
@@ -1,6 +1,4 @@
-DIST rtl818x-svn-20070514.tar.gz 594967 RMD160 4f24aa26aeac25b8e1d735ba7595c75aa3649de7 SHA1 c6b59e7aa3ab58440183fd33a842b190fec3a473 SHA256 e9b7c86c397821065823b19f6cceda2d3b9d81984235671aac0682ee1a6042c3
 DIST rtl818x-svn-20070516.tar.gz 948563 RMD160 962586d37324ab1c463fd712a3a62eca29ccc84b SHA1 15be732969cd653496370e794d3a6e40721f2605 SHA256 e07feefc6887ebc418751e74668fb468177afae27d34226fde317475c50ec7e1
-EBUILD rtl818x-svn-20070514.ebuild 1781 RMD160 cd6bfe8209873e99a0e8a007d8b4146c01b5db44 SHA1 01706ba50892ac91f36d10d2b012344a390fbce5 SHA256 8eedf6fa6ceec738e57f4453b25f7ce0f852bb7d9d784c05a296cf3dd71e6fb3
 EBUILD rtl818x-svn-20070516.ebuild 1867 RMD160 bb27c3cd899f26ca5ab5c522127b44d076df39c8 SHA1 2667263697917fa47f656bdb6775d97e6a070a83 SHA256 329b9ab4098d9bbd8757f1ebf234decddde7b53ef3ac439c7f456829e1a3a1d2
-MISC ChangeLog 506 RMD160 45d3adeafcb0ec864528845d05d1f7f51cbd279c SHA1 b21b5755cd065a23dd93f963354ce30f6454a3a6 SHA256 0d1808772434bffe15933392369bf4686505d7bc9ee4a22f209abdcc28392d1b
+MISC ChangeLog 609 RMD160 76f6e0369cdca02af98ef88e0e83abc4dd048ef8 SHA1 4acb7736b8a473d87fa142d9cdc6fc0f81be87b0 SHA256 484fec6fc42a52d9b428c97f7c08d85a2ceaa76fdcd14cbd2aaaac12caf1c56b
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-wireless/rtl818x-svn/rtl818x-svn-20070514.ebuild b/net-wireless/rtl818x-svn/rtl818x-svn-20070514.ebuild
deleted file mode 100644 (file)
index d8ee2d4..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils linux-mod
-
-DESCRIPTION="Experimental driver for RTL8187 and RTL818x wireless chipsets"
-HOMEPAGE="http://rtl-wifi.sourceforge.net/"
-SRC_URI="http://father.lugmen.org.ar/~aryix/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-MODULE_NAMES="ieee80211_crypt-rtl(net:ieee80211)
-       ieee80211_crypt_wep-rtl(net:ieee80211)
-       ieee80211_crypt_tkip-rtl(net:ieee80211)
-       ieee80211_crypt_ccmp-rtl(net:ieee80211)
-       ieee80211-rtl(net:ieee80211)
-       r8180(net:rtl818x-newstack)"
-BUILD_TARGETS="all"
-
-pkg_setup() {
-       if ! kernel_is 2 6 ; then
-               eerror "This driver is for kernel >=2.6 only!"
-               die "No kernel >=2.6 detected!"
-       fi
-
-       # Needs WIRELESS_EXT in kernel, for wireless_send_event
-       local CONFIG_CHECK="WIRELESS_EXT CRYPTO CRYPTO_ARC4 CRC32 !IEEE80211"
-       local ERROR_IEEE80211="${P} requires the in-kernel version of the IEEE802.11 subsystem to be disabled (CONFIG_IEEE80211)"
-       linux-mod_pkg_setup
-}
-
-src_install() {
-       linux-mod_src_install
-
-       dodoc ChangeLog
-
-       # Further documentation
-       local d f
-       for d in ieee80211 rtl818x-newstack ; do
-               docinto "${d}"
-               for f in AUTHORS CHANGES README{,.adhoc,.master} ; do
-                       [[ -e "${d}/${f}" ]] && dodoc "${d}/${f}"
-               done
-       done
-}
-
-pkg_postinst() {
-       linux-mod_pkg_postinst
-
-       elog "You may want to add the following modules to"
-       elog "/etc/modules.autoload.d/kernel-2.6"
-       elog
-       elog "The module itself:           r8180"
-       elog "WEP and WPA encryption:  ieee80211_crypt-rtl"
-       elog "WEP encryption:              ieee80211_crypt_wep-rtl"
-       elog "WPA TKIP encryption:         ieee80211_crypt_tkip-rtl"
-       elog "WPA CCMP encryption:         ieee80211_crypt_ccmp-rtl"
-       elog "For the r8187 module:        ieee80211-rtl"
-}