[arch-commits] CVS update of extra/network/ipw3945-beyond (PKGBUILD ipw3945.install)

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


    Date: Sunday, May 20, 2007 @ 10:05:24
  Author: travis
    Path: /home/cvs-extra/extra/network/ipw3945-beyond

 Removed: PKGBUILD (1.13) ipw3945.install (1.4)

Beyond no longer in repos


-----------------+
 PKGBUILD        |   33 ---------------------------------
 ipw3945.install |   36 ------------------------------------
 2 files changed, 69 deletions(-)


Index: extra/network/ipw3945-beyond/PKGBUILD
diff -u extra/network/ipw3945-beyond/PKGBUILD:1.13 extra/network/ipw3945-beyond/PKGBUILD:removed
--- extra/network/ipw3945-beyond/PKGBUILD:1.13	Sat Jan 27 16:58:37 2007
+++ extra/network/ipw3945-beyond/PKGBUILD	Sun May 20 10:05:23 2007
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD,v 1.13 2007/01/27 21:58:37 james Exp $
-# Contributor: Giovanni Scafora <linuxmania at gmail.com>
-# Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.19-beyond
-pkgname=ipw3945-beyond
-pkgver=1.1.3
-pkgrel=3
-pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
-arch=(i686 x86_64)
-url="http://ipw3945.sourceforge.net"
-license=""
-options=("FORCE")
-depends=('wireless_tools' 'kernel26beyond' 'ipw3945-ucode' 'ipw3945d')
-install=ipw3945.install
-source=(http://optusnet.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz)
-
-build() {
-  cd $startdir/src/ipw3945-$pkgver
-  sed -i -e "s:^#\(CONFIG_IPW3945_QOS\)=.*:\1=y:" \
-           -e "s:^# \(CONFIG_IPW3945_MONITOR\)=.*:\1=y:" \
-           -e "s:^# \(CONFIG_IEEE80211_RADIOTAP\)=.*:\1=y:" \
-           -e "s:^# \(CONFIG_IPW3945_PROMISCUOUS\)=.*:\1=y:" \
-           Makefile
-#  patch -p0 -i $startdir/src/2.6.18-compile.patch ||return 1
-#  patch -p0 -i $startdir/src/kernel-2.6.19.patch || return 1
-  make  KVER=${_kernver}
-  #Install kernel module
-  install -D -m 644 ipw3945.ko  $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/ipw3945/ipw3945.ko
-  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
-
-
-md5sums=('2cca7c91ea4c89e72e2b8be96973a7f7')
Index: extra/network/ipw3945-beyond/ipw3945.install
diff -u extra/network/ipw3945-beyond/ipw3945.install:1.4 extra/network/ipw3945-beyond/ipw3945.install:removed
--- extra/network/ipw3945-beyond/ipw3945.install:1.4	Sun Dec  3 05:09:29 2006
+++ extra/network/ipw3945-beyond/ipw3945.install	Sun May 20 10:05:23 2007
@@ -1,36 +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