[arch-commits] CVS update of extra/network/slmodem-beyond (5 files)

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


    Date: Sunday, May 20, 2007 @ 10:14:20
  Author: travis
    Path: /home/cvs-extra/extra/network/slmodem-beyond

 Removed: 2.6.16.patch (1.1) PKGBUILD (1.5) kernel-2.6.19.patch (1.1)
          module-parm.patch (1.1) slmodem.install (1.4)

Beyond no longer in repos


---------------------+
 2.6.16.patch        |   18 ------------------
 PKGBUILD            |   44 --------------------------------------------
 kernel-2.6.19.patch |   20 --------------------
 module-parm.patch   |   22 ----------------------
 slmodem.install     |   48 ------------------------------------------------
 5 files changed, 152 deletions(-)


Index: extra/network/slmodem-beyond/2.6.16.patch
diff -u extra/network/slmodem-beyond/2.6.16.patch:1.1 extra/network/slmodem-beyond/2.6.16.patch:removed
--- extra/network/slmodem-beyond/2.6.16.patch:1.1	Sat May  6 07:58:58 2006
+++ extra/network/slmodem-beyond/2.6.16.patch	Sun May 20 10:14:20 2007
@@ -1,18 +0,0 @@
---- st7554.c~	2005-11-01 16:31:45.000000000 +0100
-+++ st7554.c	2006-03-12 14:57:35.000000000 +0100
-@@ -982,7 +982,6 @@
- 
- 
- static struct file_operations st7554_fops = {
--        .owner =   THIS_MODULE,
-         .llseek =  no_llseek,
-         .read =    st7554_read,
-         .write =   st7554_write,
-@@ -1150,7 +1149,6 @@
- MODULE_DEVICE_TABLE (usb, st7554_ids);
- 
- static struct usb_driver st7554_usb_driver = {
--	.owner =       THIS_MODULE,
- 	.name =	       "ST7554 USB Modem",
- 	.probe =       st7554_probe,
- 	.disconnect =  st7554_disconnect,
Index: extra/network/slmodem-beyond/PKGBUILD
diff -u extra/network/slmodem-beyond/PKGBUILD:1.5 extra/network/slmodem-beyond/PKGBUILD:removed
--- extra/network/slmodem-beyond/PKGBUILD:1.5	Sun Dec  3 02:43:31 2006
+++ extra/network/slmodem-beyond/PKGBUILD	Sun May 20 10:14:20 2007
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2006/12/03 07:43:31 james Exp $
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-
-_kernver=2.6.19-beyond;
-
-pkgname=slmodem-beyond
-pkgver=2.9.11
-pkgrel=19
-
-pkgdesc="Drivers for the Smartlink winmodems. For beyond kernel."
-arch=(i686 x86_64) 
-url="http://linmodems.technion.ac.il/packages/smartlink/" 
-depends=('kernel26beyond' 'slmodem-utils') 
-install=slmodem.install 
-source=(http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20051101.tar.gz \
-  http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem.tar.gz 2.6.16.patch \
-  module-parm.patch 2.6.18-utsrelease.patch 2.6.18-devfs.patch kernel-2.6.19.patch) 
-
-
-build() { 
-  cd $startdir/src
-  patch -Np0 -i kernel-2.6.19.patch || return 1
-  cd $startdir/src/ungrab-winmodem
-  make KERNEL_DIR=/lib/modules/${_kernver}/build || return 1
-  install -D -m644 ungrab-winmodem.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/ungrab-winmodem.ko
-  # fix for 2.6.16
-  cd $startdir/src/slmodem-$pkgver-20051101/drivers
-  patch -Np0 -i ../../2.6.16.patch || return 1
-  cd $startdir/src/slmodem-$pkgver-20051101
-  patch -Np1 -i ../module-parm.patch || return 1
-  patch -Np0 -i ../2.6.18-utsrelease.patch|| return 1
-  patch -Np0 -i ../2.6.18-devfs.patch || return 1
-  make KERNEL_DIR=/lib/modules/${_kernver}/build SUPPORT_ALSA=1 DESTDIR=$startdir/pkg drivers || return 1 
-  # Install kernel modules
-  install -D -m 644 drivers/slamr.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/slamr.ko
-  install -D -m 644 drivers/slusb.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/usb/net/slusb.ko 
-  sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/slmodem.install
-}
-
-md5sums=('94b5b505a9cddcd2d985c33e48f9d2e3' 'ce60d49e150cd66d03963449f83e8b72'\
-         '03b5c464fb2058df62826a68703a0a76' '0cd113b3f92c9c8b7729d569e1c5e1a9'\
-         '189d2c7ff9e340857a3e04ccef3cd032' '35bc5a661cb66c12c168a32036e10630'\
-         'b8697215c854540527102bae35758b5b')
Index: extra/network/slmodem-beyond/kernel-2.6.19.patch
diff -u extra/network/slmodem-beyond/kernel-2.6.19.patch:1.1 extra/network/slmodem-beyond/kernel-2.6.19.patch:removed
--- extra/network/slmodem-beyond/kernel-2.6.19.patch:1.1	Sun Dec  3 02:43:31 2006
+++ extra/network/slmodem-beyond/kernel-2.6.19.patch	Sun May 20 10:14:20 2007
@@ -1,20 +0,0 @@
---- ungrab-winmodem/ungrab-winmodem.c~	2005-10-09 22:54:03.000000000 +0200
-+++ ungrab-winmodem/ungrab-winmodem.c	2006-10-17 19:07:57.000000000 +0200
-@@ -11,7 +11,6 @@
-  *
-  */
- 
--#include <linux/config.h>
- #include <linux/module.h>
- #include <linux/version.h>
- #include <linux/init.h>
---- slmodem-2.9.11-20051101/drivers/amrmo_init.c~	2006-10-17 19:08:16.000000000 +0200
-+++ slmodem-2.9.11-20051101/drivers/amrmo_init.c	2006-10-17 19:08:27.000000000 +0200
-@@ -43,7 +43,6 @@
- 
- /*****************************************************************************/
- 
--#include <linux/config.h>
- #include <linux/module.h>
- #include <linux/version.h>
- #include <linux/init.h>
Index: extra/network/slmodem-beyond/module-parm.patch
diff -u extra/network/slmodem-beyond/module-parm.patch:1.1 extra/network/slmodem-beyond/module-parm.patch:removed
--- extra/network/slmodem-beyond/module-parm.patch:1.1	Tue Jun 27 06:21:49 2006
+++ extra/network/slmodem-beyond/module-parm.patch	Sun May 20 10:14:20 2007
@@ -1,22 +0,0 @@
---- slmodem-2.9.11-20051101/drivers/amrmo_init.c~	2005-10-09 23:14:13.000000000 +0200
-+++ slmodem-2.9.11-20051101/drivers/amrmo_init.c	2006-04-09 15:35:27.000000000 +0200
-@@ -701,7 +701,7 @@
-  *  module stuff
-  */
- 
--MODULE_PARM(debug,"i");
-+module_param(debug, int, 0);
- MODULE_PARM_DESC(debug,"debug level: 0-3 (default=0)");
- 
- MODULE_AUTHOR("Smart Link Ltd.");
---- slmodem-2.9.11-20051101/drivers/st7554.c~	2006-04-09 15:37:14.000000000 +0200
-+++ slmodem-2.9.11-20051101/drivers/st7554.c	2006-04-09 15:37:45.000000000 +0200
-@@ -76,7 +76,7 @@
- #define USB_DBG_URB(fmt...) // USB_DBG(fmt)
- 
- static int debug = 0;
--MODULE_PARM(debug,"i");
-+module_param(debug, int, 0);
- MODULE_PARM_DESC(debug,"Debug level: 0-3 (default=0)");
- 
- /* st7554 IDs */
Index: extra/network/slmodem-beyond/slmodem.install
diff -u extra/network/slmodem-beyond/slmodem.install:1.4 extra/network/slmodem-beyond/slmodem.install:removed
--- extra/network/slmodem-beyond/slmodem.install:1.4	Sun Dec  3 02:43:31 2006
+++ extra/network/slmodem-beyond/slmodem.install	Sun May 20 10:14:20 2007
@@ -1,48 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-# License
-cat << EOF
- **************************************************************************
-
-TERMS AND CONDITIONS OF USE FOR SMART LINK LINUX SOFTWARE DRIVERS
-
-By using the Linux software provided by Smart Link, YOU ARE CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL THE TERMS OF THIS AGREEMENT, PLEASE UNINSTALL THE SOFTWARE FROM YOUR SYSTEM. For manufacturers, these Terms and Conditions modify the existing Master Contract with Smart Link.
-
-1. PRODUCT: Smart Link's product herein, (the "Product"), included as part of this Linux driver package and as specified on Smart Link's website www.smlink.com , comprises Smart Link's Linux software drivers (the "Software") which are available for download by end-users and manufacturers ("Users")
-
-2. LICENSE: The scope of the license granted herein shall be limited to granting the User the right to download the Software from Smart Link's website, free of charge, for the sole purpose of upgrading the User's existing Smart Link chipset based modems ("Modems") in conjunction with the User's right to use, make, reproduce, distribute and sublicense the Software solely for distribution and support of the Modems and shall not include the right to otherwise sell or sub-license the Software. 
-
-3. LIMITATION OF REMEDIES AND DAMAGES: In no event shall Smart Link or any of the licensors, directors, officers, employees or affiliates of the foregoing be liable to User for any direct, indirect, consequential, incidental, special or similar damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information and the like), whether foreseeable or unforeseeable, arising out of the use or inability to use the Software, regardless of the basis of the claim and even if Smart Link or a Smart Link representative has been advised of the possibility of such damage. SOME JURISDICTIONS MAY NOT ALLOW THE LIMITATION OR EXCLUSION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR CONSUMER PRODUCTS, SO THE ABOVE LIMITATIONS OR EXCLUSIONS MAY NOT APPLY TO USER. 
-
-4. SOFTWARE CHANGES: Smart Link shall have the right, in its sole discretion, without liability to User, to (a) change the design, or discontinue developing, producing, licensing or distributing any Software covered by this Agreement, and (b) announce new Software to which the terms and conditions of this Agreement do not apply. 
-
-Signed: Smart Link, Ltd. , www.smlink.com
-EOF
-
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.19-beyond
-  depmod -v $KERNEL_VERSION   > /dev/null 2>&1	
-echo
-echo
-echo "==> NOTICE:"
-echo "==> For more information about the use and config of the drivers,"
-echo "==> have a look at http://wiki.archlinux.org/index.php/Slmodem_drivers"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  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