[arch-commits] Commit in vhba-module/repos (12 files)

Jan Steffens heftig at nymeria.archlinux.org
Sat Jun 8 00:39:39 UTC 2013


    Date: Saturday, June 8, 2013 @ 02:39:39
  Author: heftig
Revision: 92544

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vhba-module/repos/community-i686/60-vhba.rules
    (from rev 92543, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
    (from rev 92543, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
    (from rev 92543, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
    (from rev 92543, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
    (from rev 92543, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
    (from rev 92543, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--------------------------------------+
 /60-vhba.rules                       |    2 
 /PKGBUILD                            |   80 +++++++++++++++++++++++++++++++++
 /vhba-module.install                 |   44 ++++++++++++++++++
 community-i686/60-vhba.rules         |   13 -----
 community-i686/PKGBUILD              |   44 ------------------
 community-i686/vhba-module.install   |   21 --------
 community-x86_64/60-vhba.rules       |   13 -----
 community-x86_64/PKGBUILD            |   44 ------------------
 community-x86_64/vhba-module.install |   21 --------
 9 files changed, 126 insertions(+), 156 deletions(-)

Deleted: community-i686/60-vhba.rules
===================================================================
--- community-i686/60-vhba.rules	2013-06-08 00:38:33 UTC (rev 92543)
+++ community-i686/60-vhba.rules	2013-06-08 00:39:39 UTC (rev 92544)
@@ -1,13 +0,0 @@
-ACTION=="remove", GOTO="vhba_end"
-KERNEL!="vhba_ctl", GOTO="vhba_end"
-
-NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
-
-TEST=="/sys/fs/cgroup/systemd", GOTO="vhba_uaccess"
-TAG+="udev-acl"
-GOTO="vhba_end"
-
-LABEL="vhba_uaccess"
-TAG+="uaccess"
-
-LABEL="vhba_end"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 92543, vhba-module/trunk/60-vhba.rules)
===================================================================
--- community-i686/60-vhba.rules	                        (rev 0)
+++ community-i686/60-vhba.rules	2013-06-08 00:39:39 UTC (rev 92544)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-08 00:38:33 UTC (rev 92543)
+++ community-i686/PKGBUILD	2013-06-08 00:39:39 UTC (rev 92544)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Charles Lindsay <charles at chaoslizard.org>
-
-pkgname=vhba-module
-pkgver=20120422
-_extramodules=extramodules-3.9-ARCH
-pkgrel=25
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/"
-license=('GPL')
-depends=('linux>=3.9' 'linux<3.10')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
-        '60-vhba.rules')
-md5sums=('d97372da1d270d1605742b2995fb6678'
-         'b5e82d0160e7a181219b67c1794d5c27')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 vhba.ko \
-    "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-
-  sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" \
-    "$startdir/vhba-module.install"
-
-  install -Dm644 "$srcdir/60-vhba.rules" \
-	  "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 92543, vhba-module/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-08 00:39:39 UTC (rev 92544)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.9-ARCH
+pkgrel=1
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/"
+license=('GPL')
+depends=('linux>=3.9' 'linux<3.10')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
+        '60-vhba.rules')
+md5sums=('92a681e4665aa85a8335d00395a61697'
+         '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/vhba-module.install
===================================================================
--- community-i686/vhba-module.install	2013-06-08 00:38:33 UTC (rev 92543)
+++ community-i686/vhba-module.install	2013-06-08 00:39:39 UTC (rev 92544)
@@ -1,21 +0,0 @@
-_updatemod() {
-  echo "  > Updating module dependencies..."
-  EXTRAMODULES='extramodules-3.9-ARCH'
-  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_upgrade() {
-  getent group cdemu &>/dev/null || groupadd -r cdemu
-  _updatemod
-}
-
-post_remove() {
-  _updatemod
-  groupdel cdemu
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/vhba-module.install (from rev 92543, vhba-module/trunk/vhba-module.install)
===================================================================
--- community-i686/vhba-module.install	                        (rev 0)
+++ community-i686/vhba-module.install	2013-06-08 00:39:39 UTC (rev 92544)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/60-vhba.rules
===================================================================
--- community-x86_64/60-vhba.rules	2013-06-08 00:38:33 UTC (rev 92543)
+++ community-x86_64/60-vhba.rules	2013-06-08 00:39:39 UTC (rev 92544)
@@ -1,13 +0,0 @@
-ACTION=="remove", GOTO="vhba_end"
-KERNEL!="vhba_ctl", GOTO="vhba_end"
-
-NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
-
-TEST=="/sys/fs/cgroup/systemd", GOTO="vhba_uaccess"
-TAG+="udev-acl"
-GOTO="vhba_end"
-
-LABEL="vhba_uaccess"
-TAG+="uaccess"
-
-LABEL="vhba_end"

Copied: vhba-module/repos/community-x86_64/60-vhba.rules (from rev 92543, vhba-module/trunk/60-vhba.rules)
===================================================================
--- community-x86_64/60-vhba.rules	                        (rev 0)
+++ community-x86_64/60-vhba.rules	2013-06-08 00:39:39 UTC (rev 92544)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-08 00:38:33 UTC (rev 92543)
+++ community-x86_64/PKGBUILD	2013-06-08 00:39:39 UTC (rev 92544)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Charles Lindsay <charles at chaoslizard.org>
-
-pkgname=vhba-module
-pkgver=20120422
-_extramodules=extramodules-3.9-ARCH
-pkgrel=25
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/"
-license=('GPL')
-depends=('linux>=3.9' 'linux<3.10')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
-        '60-vhba.rules')
-md5sums=('d97372da1d270d1605742b2995fb6678'
-         'b5e82d0160e7a181219b67c1794d5c27')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 vhba.ko \
-    "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-
-  sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" \
-    "$startdir/vhba-module.install"
-
-  install -Dm644 "$srcdir/60-vhba.rules" \
-	  "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-x86_64/PKGBUILD (from rev 92543, vhba-module/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-08 00:39:39 UTC (rev 92544)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.9-ARCH
+pkgrel=1
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/"
+license=('GPL')
+depends=('linux>=3.9' 'linux<3.10')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
+        '60-vhba.rules')
+md5sums=('92a681e4665aa85a8335d00395a61697'
+         '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/vhba-module.install
===================================================================
--- community-x86_64/vhba-module.install	2013-06-08 00:38:33 UTC (rev 92543)
+++ community-x86_64/vhba-module.install	2013-06-08 00:39:39 UTC (rev 92544)
@@ -1,21 +0,0 @@
-_updatemod() {
-  echo "  > Updating module dependencies..."
-  EXTRAMODULES='extramodules-3.9-ARCH'
-  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_upgrade() {
-  getent group cdemu &>/dev/null || groupadd -r cdemu
-  _updatemod
-}
-
-post_remove() {
-  _updatemod
-  groupdel cdemu
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-x86_64/vhba-module.install (from rev 92543, vhba-module/trunk/vhba-module.install)
===================================================================
--- community-x86_64/vhba-module.install	                        (rev 0)
+++ community-x86_64/vhba-module.install	2013-06-08 00:39:39 UTC (rev 92544)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list