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

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:56:59 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:56:59
  Author: tpowa
    Path: /home/cvs-extra/extra/network/intel-537

Modified: PKGBUILD (1.42 -> 1.43) intel-537.install (1.13 -> 1.14)

'upgpkg: update to new major kernel'


-------------------+
 PKGBUILD          |    8 ++++----
 intel-537.install |   21 +++++----------------
 2 files changed, 9 insertions(+), 20 deletions(-)


Index: extra/network/intel-537/PKGBUILD
diff -u extra/network/intel-537/PKGBUILD:1.42 extra/network/intel-537/PKGBUILD:1.43
--- extra/network/intel-537/PKGBUILD:1.42	Mon Jul  9 18:14:16 2007
+++ extra/network/intel-537/PKGBUILD	Wed Oct 10 16:56:59 2007
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.42 2007/07/09 22:14:16 tpowa Exp $
+# $Id: PKGBUILD,v 1.43 2007/10/10 20:56:59 tpowa Exp $
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
-_kernver=2.6.22-ARCH;
+_kernver=2.6.23-ARCH;
 
 pkgname=intel-537
 pkgver=2.60.80.0
-pkgrel=47
+pkgrel=48
 pkgdesc="Intel Modem Drivers for 537 chipsets. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('custom:"INTEL537"')
 url="http://linmodems.technion.ac.il/packages/Intel/"
 depends=('intel-537-utils' 'kernel26')
-source=(ftp://aiedownload.intel.com/df-support/9284/eng/Intel-537EP-2.70.95.0-suse9.3.tgz flip.patch compile.patch \
+source=(http://downloadmirror.intel.com/9284/eng/Intel-537EP-2.70.95.0-suse9.3.tgz flip.patch compile.patch \
 	module-parm.patch pm_unregister.patch asmlinkage.patch kernel-2.6.19.patch kernel-2.6.20.patch)
 install=intel-537.install
 
Index: extra/network/intel-537/intel-537.install
diff -u extra/network/intel-537/intel-537.install:1.13 extra/network/intel-537/intel-537.install:1.14
--- extra/network/intel-537/intel-537.install:1.13	Sat Apr 28 09:15:22 2007
+++ extra/network/intel-537/intel-537.install	Wed Oct 10 16:56:59 2007
@@ -1,25 +1,14 @@
  # arg 1:  the new package version
 post_install() {
 cat << EOF
-INTEL SOFTWARE LICENSE AGREEMENT 
-    
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING. 
-Do not use or load this software and any associated materials (collectively, the Software) until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.  
-    
-Copyright (c) 1999-2004, Intel Corporation All rights reserved. 
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 
- 
-1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 
-2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 
-3. Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 
-    
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+In order to use this module you have to agree to intel's software license:
+usr/share/licenses/intel537/license.txt
+Else please remove the package.
 EOF
 
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.21-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 echo
 echo
@@ -41,7 +30,7 @@
   rm /etc/hamregistry.bin
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.21-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list