[arch-commits] CVS update of extra/network/rt2500-beyond (3 files)

Travis Willard travis at archlinux.org
Sun May 20 14:14:45 UTC 2007


    Date: Sunday, May 20, 2007 @ 10:14:45
  Author: travis
    Path: /home/cvs-extra/extra/network/rt2500-beyond

 Removed: PKGBUILD (1.3) kernel-2.6.19.patch (1.1) rt2500.install (1.2)

Beyond no longer in repos


---------------------+
 PKGBUILD            |   24 ------------------------
 kernel-2.6.19.patch |   10 ----------
 rt2500.install      |   35 -----------------------------------
 3 files changed, 69 deletions(-)


Index: extra/network/rt2500-beyond/PKGBUILD
diff -u extra/network/rt2500-beyond/PKGBUILD:1.3 extra/network/rt2500-beyond/PKGBUILD:removed
--- extra/network/rt2500-beyond/PKGBUILD:1.3	Sun Dec  3 02:40:29 2006
+++ extra/network/rt2500-beyond/PKGBUILD	Sun May 20 10:14:45 2007
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD,v 1.3 2006/12/03 07:40:29 james Exp $
-# Maintainer: James Rayner <iphitus at gmail.com>
-
-pkgname=rt2500-beyond
-_kernver=2.6.19-beyond
-pkgver=1.1.0_B4
-_pkgver=1.1.0-b4
-pkgrel=3
-pkgdesc="Drivers for rt2500 chipset wireless cards"
-url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
-depends=(kernel26beyond)
-install=rt2500.install
-source=(http://optusnet.dl.sourceforge.net/sourceforge/rt2400/rt2500-${_pkgver}.tar.gz \
-	kernel-2.6.19.patch)
-
-
-build() {
-  cd $startdir/src/rt2500-$_pkgver/Module
-  patch -Np1 -i ../../kernel-2.6.19.patch || return 1
-  make KERNDIR=/lib/modules/$_kernver/build
-  install -D -m 644 rt2500.ko $startdir/pkg/lib/modules/$_kernver/kernel/drivers/net/wireless/rt2500.ko
-  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
-md5sums=('83b8b9a091705c08d99268479f3b3b6a' 'dee64ddaedd47dcdce47d6b15160d726')
Index: extra/network/rt2500-beyond/kernel-2.6.19.patch
diff -u extra/network/rt2500-beyond/kernel-2.6.19.patch:1.1 extra/network/rt2500-beyond/kernel-2.6.19.patch:removed
--- extra/network/rt2500-beyond/kernel-2.6.19.patch:1.1	Sun Dec  3 02:40:29 2006
+++ extra/network/rt2500-beyond/kernel-2.6.19.patch	Sun May 20 10:14:45 2007
@@ -1,10 +0,0 @@
---- Module/rt_config.h~	2006-06-17 22:12:58.000000000 +0200
-+++ Module/rt_config.h	2006-10-17 19:04:59.000000000 +0200
-@@ -55,7 +55,6 @@
- #error  You must compile this driver with "-O".
- #endif
- 
--#include <linux/config.h>  //can delete
- #include <linux/module.h>
- #include <linux/version.h>
- #include <linux/kernel.h>
Index: extra/network/rt2500-beyond/rt2500.install
diff -u extra/network/rt2500-beyond/rt2500.install:1.2 extra/network/rt2500-beyond/rt2500.install:removed
--- extra/network/rt2500-beyond/rt2500.install:1.2	Sun Dec  3 02:40:29 2006
+++ extra/network/rt2500-beyond/rt2500.install	Sun May 20 10:14:45 2007
@@ -1,35 +0,0 @@
-# arg 1:  the new package version
-post_install()
-{
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade()
-{
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove()
-{
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list