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

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


    Date: Sunday, May 20, 2007 @ 10:11:56
  Author: travis
    Path: /home/cvs-extra/extra/modules/kqemu-beyond

 Removed: PKGBUILD (1.5) kqemu.install (1.3)

Beyond no longer in repos


---------------+
 PKGBUILD      |   25 -------------------------
 kqemu.install |   17 -----------------
 2 files changed, 42 deletions(-)


Index: extra/modules/kqemu-beyond/PKGBUILD
diff -u extra/modules/kqemu-beyond/PKGBUILD:1.5 extra/modules/kqemu-beyond/PKGBUILD:removed
--- extra/modules/kqemu-beyond/PKGBUILD:1.5	Sun Feb 11 18:06:19 2007
+++ extra/modules/kqemu-beyond/PKGBUILD	Sun May 20 10:11:56 2007
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2007/02/11 23:06:19 andyrtr Exp $
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-# Contributor: basilburn <basilburn at yahoo.com>
-
-pkgname=kqemu-beyond
-_kernver=2.6.19-beyond
-pkgver=1.3.0pre11
-pkgrel=1
-pkgdesc="QEMU Accelerator Module, which adds virtualization capabilities to qemu. For kernel26beyond."
-arch=(i686 x86_64)
-url="http://fabrice.bellard.free.fr/qemu/"
-depends=('kernel26beyond' 'qemu>=0.9.0')
-install=kqemu.install
-source=(http://fabrice.bellard.free.fr/qemu/kqemu-$pkgver.tar.gz)
-md5sums=('970521874ef8b1ba4598925ace5936c3')
-
-build()
-{
-  cd $startdir/src/kqemu-$pkgver
-  
-  ./configure --kernel-path=/lib/modules/${_kernver}/build
-  make || return 1
-  install -D -m644 kqemu.ko $startdir/pkg/lib/modules/${_kernver}/misc/kqemu.ko || return 1
-  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/kqemu.install
-} 
Index: extra/modules/kqemu-beyond/kqemu.install
diff -u extra/modules/kqemu-beyond/kqemu.install:1.3 extra/modules/kqemu-beyond/kqemu.install:removed
--- extra/modules/kqemu-beyond/kqemu.install:1.3	Wed Feb  7 13:28:11 2007
+++ extra/modules/kqemu-beyond/kqemu.install	Sun May 20 10:11:56 2007
@@ -1,17 +0,0 @@
-KERNEL_VERSION='2.6.19-beyond'
-
-post_install() {
-  depmod -v $KERNEL_VERSION >/dev/null 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  depmod -v $KERNEL_VERSION >/dev/null 2>&1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list