[arch-commits] CVS update of unstable/modules/tiacx-beyond (PKGBUILD acx.install)

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


    Date: Sunday, May 20, 2007 @ 10:29:31
  Author: travis
    Path: /home/cvs-unstable/unstable/modules/tiacx-beyond

 Removed: PKGBUILD (1.4) acx.install (1.3)

Beyond removed from repos


-------------+
 PKGBUILD    |   21 ---------------------
 acx.install |   23 -----------------------
 2 files changed, 44 deletions(-)


Index: unstable/modules/tiacx-beyond/PKGBUILD
diff -u unstable/modules/tiacx-beyond/PKGBUILD:1.4 unstable/modules/tiacx-beyond/PKGBUILD:removed
--- unstable/modules/tiacx-beyond/PKGBUILD:1.4	Mon Jan  1 16:39:13 2007
+++ unstable/modules/tiacx-beyond/PKGBUILD	Sun May 20 10:29:30 2007
@@ -1,21 +0,0 @@
-# Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.19-beyond;
-
-pkgname=tiacx-beyond
-pkgver=20060521
-pkgrel=1
-pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For kernel26beyond."
-arch=(i686 x86_64)
-url="http://acx100.sourceforge.net/"
-depends=('wireless_tools' 'kernel26beyond' 'tiacx-firmware')
-install=acx.install
-source=(http://acx100.erley.org/acx-$pkgver.tar.bz2 kernel-2.6.18-19.patch)
-
-build() {
-    cd $startdir/src
-    patch -Np1 -i kernel-2.6.18-19.patch || return 1
-    make -C /lib/modules/$_kernver/build M=`pwd` || return 1
-    install -D acx.ko $startdir/pkg/lib/modules/$_kernver/extra/acx.ko
-    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
-
Index: unstable/modules/tiacx-beyond/acx.install
diff -u unstable/modules/tiacx-beyond/acx.install:1.3 unstable/modules/tiacx-beyond/acx.install:removed
--- unstable/modules/tiacx-beyond/acx.install:1.3	Fri Dec 22 21:29:00 2006
+++ unstable/modules/tiacx-beyond/acx.install	Sun May 20 10:29:30 2007
@@ -1,23 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 
-}
-
-# 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	 
-  
-}
-
-# arg 1:  the old package version
-post_remove() {
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list