[arch-commits] CVS update of extra/network/ipw3945-suspend2 (4 files)

daniel at archlinux.org daniel at archlinux.org
Tue Oct 16 18:49:29 UTC 2007


    Date: Tuesday, October 16, 2007 @ 14:49:29
  Author: daniel
    Path: /home/cvs-extra/extra/network/ipw3945-suspend2

 Removed: 2.6.18-compile.patch (1.1) PKGBUILD (1.9) ipw3945.install (1.4)
          kernel-2.6.19.patch (1.1)


----------------------+
 2.6.18-compile.patch |   11 -----------
 PKGBUILD             |   30 ------------------------------
 ipw3945.install      |   36 ------------------------------------
 kernel-2.6.19.patch  |   10 ----------
 4 files changed, 87 deletions(-)


Index: extra/network/ipw3945-suspend2/2.6.18-compile.patch
diff -u extra/network/ipw3945-suspend2/2.6.18-compile.patch:1.1 extra/network/ipw3945-suspend2/2.6.18-compile.patch:removed
--- extra/network/ipw3945-suspend2/2.6.18-compile.patch:1.1	Sun Oct 15 08:21:39 2006
+++ extra/network/ipw3945-suspend2/2.6.18-compile.patch	Tue Oct 16 14:49:29 2007
@@ -1,11 +0,0 @@
---- Makefile~	2006-06-24 01:35:00.000000000 +0200
-+++ Makefile	2006-08-28 13:29:15.000000000 +0200
-@@ -93,7 +93,7 @@
- 	IEEE80211_API := $(shell [[ "$(IEEE80211_VER)" == 1.1.14* ]] && \
- 		{ echo "2" ; } || \
- 		{ ver=$(IEEE80211_VER); ver=$${ver\#*.} ; echo $${ver%.*} ; })
--	EXTRA_CFLAGS += -DIEEE80211_API_VERSION=$(IEEE80211_API)
-+	EXTRA_CFLAGS += -DIEEE80211_API_VERSION=2
- endif
- 
- ifeq ($(CONFIG_IPW3945_DEBUG),y)
Index: extra/network/ipw3945-suspend2/PKGBUILD
diff -u extra/network/ipw3945-suspend2/PKGBUILD:1.9 extra/network/ipw3945-suspend2/PKGBUILD:removed
--- extra/network/ipw3945-suspend2/PKGBUILD:1.9	Tue Aug 21 12:58:05 2007
+++ extra/network/ipw3945-suspend2/PKGBUILD	Tue Oct 16 14:49:29 2007
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD,v 1.9 2007/08/21 16:58:05 daniel Exp $
-# Contributor: Giovanni Scafora <linuxmania at gmail.com>
-# Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.22-suspend2
-pkgname=ipw3945-suspend2
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
-arch=(i686 x86_64)
-url="http://ipw3945.sourceforge.net"
-license=("GPL")
-depends=('wireless_tools' 'kernel26suspend2' '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
-}
-
Index: extra/network/ipw3945-suspend2/ipw3945.install
diff -u extra/network/ipw3945-suspend2/ipw3945.install:1.4 extra/network/ipw3945-suspend2/ipw3945.install:removed
--- extra/network/ipw3945-suspend2/ipw3945.install:1.4	Tue Aug 21 12:58:05 2007
+++ extra/network/ipw3945-suspend2/ipw3945.install	Tue Oct 16 14:49:29 2007
@@ -1,36 +0,0 @@
-# arg 1:  the new package version
-post_install()
-{
-  KERNEL_VERSION='2.6.22-suspend2'
-  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.22-suspend2'
-  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.22-suspend2'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
- 
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*
Index: extra/network/ipw3945-suspend2/kernel-2.6.19.patch
diff -u extra/network/ipw3945-suspend2/kernel-2.6.19.patch:1.1 extra/network/ipw3945-suspend2/kernel-2.6.19.patch:removed
--- extra/network/ipw3945-suspend2/kernel-2.6.19.patch:1.1	Sat Dec  2 10:45:50 2006
+++ extra/network/ipw3945-suspend2/kernel-2.6.19.patch	Tue Oct 16 14:49:29 2007
@@ -1,10 +0,0 @@
---- ipw3945.h~	2006-06-26 23:29:30.000000000 +0200
-+++ ipw3945.h	2006-10-17 17:12:06.000000000 +0200
-@@ -29,7 +29,6 @@
- 
- #include <linux/module.h>
- #include <linux/moduleparam.h>
--#include <linux/config.h>
- #include <linux/init.h>
- 
- #include <linux/version.h>




More information about the arch-commits mailing list