[arch-commits] CVS update of unstable/modules/at76c503a-cvs-beyond (2 files)

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


    Date: Sunday, May 20, 2007 @ 10:28:47
  Author: travis
    Path: /home/cvs-unstable/unstable/modules/at76c503a-cvs-beyond

 Removed: PKGBUILD (1.4) at76c503a-cvs.install (1.3)

Beyond removed from repos


-----------------------+
 PKGBUILD              |   44 --------------------------------------------
 at76c503a-cvs.install |   25 -------------------------
 2 files changed, 69 deletions(-)


Index: unstable/modules/at76c503a-cvs-beyond/PKGBUILD
diff -u unstable/modules/at76c503a-cvs-beyond/PKGBUILD:1.4 unstable/modules/at76c503a-cvs-beyond/PKGBUILD:removed
--- unstable/modules/at76c503a-cvs-beyond/PKGBUILD:1.4	Sun Feb 25 12:38:25 2007
+++ unstable/modules/at76c503a-cvs-beyond/PKGBUILD	Sun May 20 10:28:46 2007
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD,v 1.4 2007/02/25 17:38:25 ganja_guru Exp $
-# Maintainer: James Rayner <james at archlinux.org>
-# Contributor: Giovanni Scafora <linuxmania at gmail.com>
-
-_kernver=2.6.19-beyond
-pkgname=at76c503a-cvs-beyond
-pkgver=20070225
-pkgrel=1
-pkgdesc="Another driver for the Atmel AT76C503A based USB WLAN adapters from latest CVS version."
-arch=('i686' 'x86_64')
-url="http://developer.berlios.de/projects/at76c503a"
-license="GPL"
-depends=('wireless_tools' 'kernel26beyond' 'at76c503a-fw-cvs')
-provides=('at76c503a-beyond')
-conflicts=('at76c503a-beyond')
-makedepends=('cvs')
-install=at76c503a-cvs.install
-source=()
-md5sums=()
-
-_cvsroot=":pserver:anonymous at cvs.berlios.de:/cvsroot/at76c503a"
-_cvsmod="at76c503a"
-
-build() {
-  cd $startdir/src
-  msg "Connecting to $_cvsmod.berlios.de CVS server..."
-  cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
-  cd $_cvsmod
-
-  msg "CVS chebeyondout done or server timeout"
-  cp -r ../$_cvsmod ../$_cvsmod-build
-  cd ../$_cvsmod-build
-
-  msg "Starting make..."
-  sed -i -e "s:config.h:autoconf.h:g" at76c503.c
-  make KERNEL_PATH=/lib/modules/${_kernver}/build || return 1
-
-  #Install kernel module
-  install -D -m644 at76_usb.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/at76c503a/at76_usb.ko
-
-  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-
-  rm -r $startdir/src/$_cvsmod-build
-}
Index: unstable/modules/at76c503a-cvs-beyond/at76c503a-cvs.install
diff -u unstable/modules/at76c503a-cvs-beyond/at76c503a-cvs.install:1.3 unstable/modules/at76c503a-cvs-beyond/at76c503a-cvs.install:removed
--- unstable/modules/at76c503a-cvs-beyond/at76c503a-cvs.install:1.3	Fri Dec 22 21:49:00 2006
+++ unstable/modules/at76c503a-cvs-beyond/at76c503a-cvs.install	Sun May 20 10:28:46 2007
@@ -1,25 +0,0 @@
-# arg 1:  the new package version
-post_install()
-{
-  KERNEL_VERSION='2.6.19-beyond'
-  /sbin/depmod -ae -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'
-  /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-# arg 1:  the old package version
-post_remove()
-{
-  KERNEL_VERSION='2.6.19-beyond'
-  /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list