[arch-commits] CVS update of extra/network/fcpci-beyond (4 files)

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


    Date: Sunday, May 20, 2007 @ 10:19:52
  Author: travis
    Path: /home/cvs-extra/extra/network/fcpci-beyond

 Removed: PKGBUILD (1.6) atomic.patch (1.1) fcpci.install (1.4)
          kernel-2.6.19.patch (1.1)

Beyond removed from repos


---------------------+
 PKGBUILD            |   28 ----------------------------
 atomic.patch        |   18 ------------------
 fcpci.install       |   31 -------------------------------
 kernel-2.6.19.patch |   20 --------------------
 4 files changed, 97 deletions(-)


Index: extra/network/fcpci-beyond/PKGBUILD
diff -u extra/network/fcpci-beyond/PKGBUILD:1.6 extra/network/fcpci-beyond/PKGBUILD:removed
--- extra/network/fcpci-beyond/PKGBUILD:1.6	Sun Dec  3 02:51:49 2006
+++ extra/network/fcpci-beyond/PKGBUILD	Sun May 20 10:19:52 2007
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD,v 1.6 2006/12/03 07:51:49 james Exp $
-#Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=fcpci-beyond
-pkgver=31107
-pkgrel=20
-_kernver=2.6.19-beyond
-pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For beyond kernel."
-arch=(i686 x86_64)
-url="http://www.avm.de"
-depends=('capi4k-utils' 'kernel26beyond')
-source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz \
-	kernel-2.6.19.patch atomic.patch)
-install=fcpci.install
-build() {
-  cd $startdir/src/fritz/src
-  patch -Np0 -i ../../atomic.patch || return 1
-  patch -Np0 -i ../../kernel-2.6.19.patch || return 1
-  cd $startdir/src/fritz
-  make LIBDIR=$startdir/pkg/var/lib/fritz KDIR=/lib/modules/${_kernver}/build all || return 1
-  mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  cp $startdir/src/fritz/src/fcpci.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
-  rm -r $startdir/pkg/var/lib/fritz  
-  # build module dependencies
-  sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/fcpci.install
-}
-md5sums=('3ee301b5d0e8df9e4b915af58b725556' '5c63dc9df0810bb1ba85f3425abaa0ed'\
-         '258b13bb2ac46960b9c91635f02cd080')
Index: extra/network/fcpci-beyond/atomic.patch
diff -u extra/network/fcpci-beyond/atomic.patch:1.1 extra/network/fcpci-beyond/atomic.patch:removed
--- extra/network/fcpci-beyond/atomic.patch:1.1	Sat May  6 07:52:48 2006
+++ extra/network/fcpci-beyond/atomic.patch	Sun May 20 10:19:52 2007
@@ -1,18 +0,0 @@
---- tools.h	2005-07-07 00:00:00.000000000 +0200
-+++ tools.h~	2006-03-13 08:27:07.000000000 +0100
-@@ -69,14 +69,7 @@
- extern void lprintf  (const char *, const char *, ...);
- extern void vlprintf (const char *, const char *, va_list);
- 
--/*---------------------------------------------------------------------------*\
--\*---------------------------------------------------------------------------*/
--static inline unsigned long atomic_xchg (
--	volatile atomic_t *	v, 
--	unsigned		value
--) {
--	return __xchg (value, &v->counter, sizeof (unsigned));
--} /* atomic_xchg */
-+
- 
- /*---------------------------------------------------------------------------*\
- \*---------------------------------------------------------------------------*/
Index: extra/network/fcpci-beyond/fcpci.install
diff -u extra/network/fcpci-beyond/fcpci.install:1.4 extra/network/fcpci-beyond/fcpci.install:removed
--- extra/network/fcpci-beyond/fcpci.install:1.4	Sun Dec  3 02:51:49 2006
+++ extra/network/fcpci-beyond/fcpci.install	Sun May 20 10:19:52 2007
@@ -1,31 +0,0 @@
- # arg 1:  the new package version
-post_install() {
-cat << EOF
-==> Add 'capiinit' to rc.conf daemons list. 
-==> If you use hotplug daemon, please blacklist hisax modules in /etc/hotplug/blacklist.
-EOF
-  sed -i -e 's/#fcpci		-	-	-	-	-	-/fcpci		-	-	-	-	-	-/g' /etc/capi.conf
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.19-beyond
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1:  the old package version
-post_remove() {
-  sed -i -e 's/fcpci		-	-	-	-	-	-/#fcpci		-	-	-	-	-	-/g' /etc/capi.conf
-    # 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 $*
Index: extra/network/fcpci-beyond/kernel-2.6.19.patch
diff -u extra/network/fcpci-beyond/kernel-2.6.19.patch:1.1 extra/network/fcpci-beyond/kernel-2.6.19.patch:removed
--- extra/network/fcpci-beyond/kernel-2.6.19.patch:1.1	Sun Dec  3 02:51:49 2006
+++ extra/network/fcpci-beyond/kernel-2.6.19.patch	Sun May 20 10:19:52 2007
@@ -1,20 +0,0 @@
---- main.c~	2005-07-07 00:00:00.000000000 +0200
-+++ main.c	2006-10-17 14:56:59.000000000 +0200
-@@ -22,7 +22,6 @@
- 
- #include <stdarg.h>
- #include <asm/uaccess.h>
--#include <linux/config.h>
- #include <linux/version.h>
- #include <linux/kernel.h>
- #include <linux/module.h>
---- driver.h~	2005-07-07 00:00:00.000000000 +0200
-+++ driver.h	2006-10-17 15:00:26.000000000 +0200
-@@ -23,7 +23,6 @@
- #ifndef __have_driver_h__
- #define __have_driver_h__
- 
--#include <linux/config.h>
- #include <linux/skbuff.h>
- #include <linux/capi.h>
- #include <linux/list.h>




More information about the arch-commits mailing list