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

2017-11-03 Thread Tobias Powalowski
Date: Friday, November 3, 2017 @ 07:24:42
  Author: tpowa
Revision: 265248

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 265247, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 265247, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 265247, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 265247, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 265247, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 265247, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 265247, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 265247, 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/dkms.conf
  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/dkms.conf
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|  100 +
 /dkms.conf   |   18 +
 /vhba-module.install |   30 +
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   50 
 community-i686/dkms.conf |9 --
 community-i686/vhba-module.install   |   15 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   50 
 community-x86_64/dkms.conf   |9 --
 community-x86_64/vhba-module.install |   15 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2017-11-03 07:24:23 UTC (rev 265247)
+++ community-i686/60-vhba.rules2017-11-03 07:24:42 UTC (rev 265248)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 265247, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-11-03 07:24:42 UTC (rev 265248)
@@ -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 2017-11-03 07:24:23 UTC (rev 265247)
+++ community-i686/PKGBUILD 2017-11-03 07:24:42 UTC (rev 265248)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20170610
-_extramodules=extramodules-4.13-ARCH
-pkgrel=16
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
-source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
-60-vhba.rules dkms.conf)
-sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
-}
-
-package_vhba-module() {
-  depends=('linux>=4.13' 'linux<4.14')
-  install=vhba-module.install
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-package_vhba-module-dkms() {
-  depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
-  conflicts=(vhba-module)
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 265247, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03

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

2017-09-21 Thread Tobias Powalowski
Date: Thursday, September 21, 2017 @ 20:16:49
  Author: tpowa
Revision: 259324

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

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

--+
 /60-vhba.rules   |2 
 /PKGBUILD|  100 +
 /dkms.conf   |   18 
 /vhba-module.install |   30 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   50 
 community-testing-i686/dkms.conf |9 --
 community-testing-i686/vhba-module.install   |   15 ---
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   50 
 community-testing-x86_64/dkms.conf   |9 --
 community-testing-x86_64/vhba-module.install |   15 ---
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2017-09-21 20:16:05 UTC (rev 
259323)
+++ community-testing-i686/60-vhba.rules2017-09-21 20:16:49 UTC (rev 
259324)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
259323, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-09-21 20:16:49 UTC (rev 
259324)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-21 20:16:05 UTC (rev 259323)
+++ community-testing-i686/PKGBUILD 2017-09-21 20:16:49 UTC (rev 259324)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20170610
-_extramodules=extramodules-4.13-ARCH
-pkgrel=14
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.13' 'linux-headers<4.14' linux)
-source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
-60-vhba.rules dkms.conf)
-sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
-}
-
-package_vhba-module() {
-  depends=('linux>=4.13' 'linux<4.14')
-  install=vhba-module.install
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-package_vhba-module-dkms() {
-  depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
-  conflicts=(vhba-module)
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.ru

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

2017-07-06 Thread Jan Steffens
Date: Thursday, July 6, 2017 @ 16:07:41
  Author: heftig
Revision: 242565

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 242564, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 242564, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 242564, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 242564, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 242564, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 242564, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 242564, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 242564, 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/dkms.conf
  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/dkms.conf
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|  100 +
 /dkms.conf   |   18 +
 /vhba-module.install |   30 +
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   50 
 community-i686/dkms.conf |9 --
 community-i686/vhba-module.install   |   15 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   50 
 community-x86_64/dkms.conf   |9 --
 community-x86_64/vhba-module.install |   15 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2017-07-06 16:06:57 UTC (rev 242564)
+++ community-i686/60-vhba.rules2017-07-06 16:07:41 UTC (rev 242565)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 242564, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-07-06 16:07:41 UTC (rev 242565)
@@ -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 2017-07-06 16:06:57 UTC (rev 242564)
+++ community-i686/PKGBUILD 2017-07-06 16:07:41 UTC (rev 242565)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20170610
-_extramodules=extramodules-4.11-ARCH
-pkgrel=4
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.11' 'linux-headers<4.12' linux)
-source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
-60-vhba.rules dkms.conf)
-sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
-}
-
-package_vhba-module() {
-  depends=('linux>=4.11' 'linux<4.12')
-  install=vhba-module.install
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-package_vhba-module-dkms() {
-  depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
-  conflicts=(vhba-module)
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 242564, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 1

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

2017-06-18 Thread Jan Steffens
Date: Sunday, June 18, 2017 @ 08:44:56
  Author: heftig
Revision: 238018

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 238017, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 238017, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 238017, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 238017, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 238017, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 238017, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 238017, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 238017, 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/dkms.conf
  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/dkms.conf
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|  100 +
 /dkms.conf   |   18 +
 /vhba-module.install |   30 +
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   50 
 community-i686/dkms.conf |9 --
 community-i686/vhba-module.install   |   15 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   50 
 community-x86_64/dkms.conf   |9 --
 community-x86_64/vhba-module.install |   15 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2017-06-18 08:40:21 UTC (rev 238017)
+++ community-i686/60-vhba.rules2017-06-18 08:44:56 UTC (rev 238018)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 238017, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-06-18 08:44:56 UTC (rev 238018)
@@ -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 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-i686/PKGBUILD 2017-06-18 08:44:56 UTC (rev 238018)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20170610
-_extramodules=extramodules-4.11-ARCH
-pkgrel=2
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.11' 'linux-headers<4.12' linux)
-source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
-60-vhba.rules dkms.conf)
-sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
-}
-
-package_vhba-module() {
-  depends=('linux>=4.11' 'linux<4.12')
-  install=vhba-module.install
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-package_vhba-module-dkms() {
-  depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
-  conflicts=(vhba-module)
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 238017, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-18 08

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

2017-06-14 Thread Tobias Powalowski
Date: Wednesday, June 14, 2017 @ 18:32:14
  Author: tpowa
Revision: 236798

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

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

--+
 /60-vhba.rules   |2 
 /PKGBUILD|  100 +
 /dkms.conf   |   18 
 /vhba-module.install |   30 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   50 
 community-testing-i686/dkms.conf |9 --
 community-testing-i686/vhba-module.install   |   15 ---
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   50 
 community-testing-x86_64/dkms.conf   |9 --
 community-testing-x86_64/vhba-module.install |   15 ---
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2017-06-14 18:32:00 UTC (rev 
236797)
+++ community-testing-i686/60-vhba.rules2017-06-14 18:32:14 UTC (rev 
236798)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
236797, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-06-14 18:32:14 UTC (rev 
236798)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-14 18:32:00 UTC (rev 236797)
+++ community-testing-i686/PKGBUILD 2017-06-14 18:32:14 UTC (rev 236798)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20170610
-_extramodules=extramodules-4.11-ARCH
-pkgrel=1
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.11' 'linux-headers<4.12' linux)
-source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
-60-vhba.rules dkms.conf)
-sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
-}
-
-package_vhba-module() {
-  depends=('linux>=4.11' 'linux<4.12')
-  install=vhba-module.install
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-package_vhba-module-dkms() {
-  depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
-  conflicts=(vhba-module)
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-

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

2017-05-23 Thread Tobias Powalowski
Date: Tuesday, May 23, 2017 @ 14:12:56
  Author: tpowa
Revision: 229722

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  
vhba-module/repos/community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch
(from rev 229721, 
vhba-module/repos/community-testing-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch)
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 229721, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 229721, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 229721, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  
vhba-module/repos/community-x86_64/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch
(from rev 229721, 
vhba-module/repos/community-testing-x86_64/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 229721, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 229721, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 229721, 
vhba-module/repos/community-testing-x86_64/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-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  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   |  
 94 ++
 /vhba-module.install|  
 42 
 community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch   |  
 41 
 community-i686/60-vhba.rules|  
  1 
 community-i686/PKGBUILD |  
 44 
 community-i686/vhba-module.install  |  
 21 --
 community-x86_64/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch |  
 41 
 community-x86_64/60-vhba.rules  |  
  1 
 community-x86_64/PKGBUILD   |  
 44 
 community-x86_64/vhba-module.install|  
 21 --
 11 files changed, 220 insertions(+), 132 deletions(-)

Copied: 
vhba-module/repos/community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch
 (from rev 229721, 
vhba-module/repos/community-testing-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch)
===
--- community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch   
(rev 0)
+++ community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch   
2017-05-23 14:12:56 UTC (rev 229722)
@@ -0,0 +1,41 @@
+From 7dc0d29a3ef6e45455f537c8187791446ca7e1e5 Mon Sep 17 00:00:00 2001
+From: Rok Mandeljc 
+Date: Sun, 26 Mar 2017 17:09:42 +0200
+Subject: [PATCH] VHBA: compatibility fix for upcoming kernel 4.11
+
+As per Bug #104, from 4.11-rc2 on, we need to include linux/sched/signal.h
+instead of linux/sched.h
+---
+ vhba-module/vhba.c | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/vhba-module/vhba.c b/vhba-module/vhba.c
+index 4a14a10e955000bb..ff30e4cb51b61ec6 100644
+--- a/vhba-module/vhba.c
 b/vhba-module/vhba.c
+@@ -18,16 +18,21 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
++#include 
++
+ #include 
+ #include 
+ #include 
+ #include 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
++#include 
++#else
+ #include 
++#endif
+ #include 
+ #include 
+ #include 
+ #include 
+-#include 
+ #ifdef CONFIG_COMPAT
+ #include 
+ #endif
+-- 
+2.12.2
+

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2017-05-23 14:12:54 UTC (rev 229721)
+++ community-i686/60-vhba.rules2017-05-23 14:12:56 UTC (rev 229722)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 229721, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules   

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

2014-06-18 Thread Tobias Powalowski
Date: Wednesday, June 18, 2014 @ 16:08:29
  Author: tpowa
Revision: 113332

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  
vhba-module/repos/community-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
(from rev 113326, 
vhba-module/repos/community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 113326, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 113326, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 113326, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  
vhba-module/repos/community-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
(from rev 113326, 
vhba-module/repos/community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 113326, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 113326, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 113326, 
vhba-module/repos/community-testing-x86_64/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-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  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  
  |  100 ++
 /vhba-module.install   
  |   44 
 community-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch 
  |   54 +
 community-i686/60-vhba.rules   
  |1 
 community-i686/PKGBUILD
  |   40 
 community-i686/vhba-module.install 
  |   22 --
 
community-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
 |   54 +
 community-x86_64/60-vhba.rules 
  |1 
 community-x86_64/PKGBUILD  
  |   40 
 community-x86_64/vhba-module.install   
  |   22 --
 11 files changed, 254 insertions(+), 126 deletions(-)

Copied: 
vhba-module/repos/community-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
 (from rev 113326, 
vhba-module/repos/community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
===
--- 
community-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch  
(rev 0)
+++ 
community-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch  
2014-06-18 14:08:29 UTC (rev 113332)
@@ -0,0 +1,54 @@
+From 6545ad1e266f4eb2428e93ba0fdb43d8b87d5fcd Mon Sep 17 00:00:00 2001
+From: Rok Mandeljc 
+Date: Sat, 19 Apr 2014 12:06:23 +0200
+Subject: [PATCH] VHBA module: define scmd_dbg() and scmd_warn() macros only if
+ they are not defined already; fix for compilation on kernel 3.15 and newer
+ (bug #76)
+
+---
+ vhba-module/vhba.c | 10 +++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/vhba-module/vhba.c b/vhba-module/vhba.c
+index ae9b554..eb1c5e6 100644
+--- a/vhba-module/vhba.c
 b/vhba-module/vhba.c
+@@ -54,12 +54,16 @@ MODULE_LICENSE("GPL");
+ #define DPRINTK(fmt, args...)
+ #endif
+ 
++/* scmd_dbg was introduced in 3.15 */
++#ifndef scmd_dbg
+ #define scmd_dbg(scmd, fmt, a...)   \
+ dev_dbg(&(scmd)->device->sdev_gendev, fmt, ##a)
++#endif
+ 
++#ifndef scmd_warn
+ #define scmd_warn(scmd, fmt, a...)  \
+ dev_warn(&(scmd)->device->sdev_gendev, fmt, ##a)
+-
++#endif
+ 
+ #define VHBA_MAX_SECTORS_PER_IO 256
+ #define VHBA_MAX_ID 32
+@@ -276,7 +280,7 @@ static void vhba_scan_devices (struct work_struct *work)
+ }
+ change = vhost->chgtype[id];
+ exists = vhost->devices[id] != NULL;
+-
++
+ vhost->chgtype[id] = 0;
+ clear_bit(id, vhost->chgmap);
+ 
+@@ -289,7 +293,7 @@ static void vhba_scan_devices (struct work_struct *work)
+ dev_dbg(&vhost->shost->shost_gendev, "trying to add target 
0:%d:0\n", id);
+ vhb

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:06:34
  Author: tpowa
Revision: 113282

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

Added:
  
vhba-module/repos/community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
(from rev 113281, 
vhba-module/trunk/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 113281, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 113281, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 113281, vhba-module/trunk/vhba-module.install)
  
vhba-module/repos/community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
(from rev 113281, 
vhba-module/trunk/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 113281, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 113281, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 113281, vhba-module/trunk/vhba-module.install)
Deleted:
  
vhba-module/repos/community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  
vhba-module/repos/community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch   
  |  108 ++
 /60-vhba.rules 
  |2 
 /PKGBUILD  
  |  100 +
 /vhba-module.install   
  |   44 
 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
   |   54 -
 community-testing-i686/60-vhba.rules   
  |1 
 community-testing-i686/PKGBUILD
  |   50 
 community-testing-i686/vhba-module.install 
  |   22 --
 
community-testing-x86_64/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
 |   54 -
 community-testing-x86_64/60-vhba.rules 
  |1 
 community-testing-x86_64/PKGBUILD  
  |   50 
 community-testing-x86_64/vhba-module.install   
  |   22 --
 12 files changed, 254 insertions(+), 254 deletions(-)

Deleted: 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
===
--- 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  2014-06-17 08:06:25 UTC (rev 113281)
+++ 
community-testing-i686/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
  2014-06-17 08:06:34 UTC (rev 113282)
@@ -1,54 +0,0 @@
-From 6545ad1e266f4eb2428e93ba0fdb43d8b87d5fcd Mon Sep 17 00:00:00 2001
-From: Rok Mandeljc 
-Date: Sat, 19 Apr 2014 12:06:23 +0200
-Subject: [PATCH] VHBA module: define scmd_dbg() and scmd_warn() macros only if
- they are not defined already; fix for compilation on kernel 3.15 and newer
- (bug #76)
-

- vhba-module/vhba.c | 10 +++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/vhba-module/vhba.c b/vhba-module/vhba.c
-index ae9b554..eb1c5e6 100644
 a/vhba-module/vhba.c
-+++ b/vhba-module/vhba.c
-@@ -54,12 +54,16 @@ MODULE_LICENSE("GPL");
- #define DPRINTK(fmt, args...)
- #endif
- 
-+/* scmd_dbg was introduced in 3.15 */
-+#ifndef scmd_dbg
- #define scmd_dbg(scmd, fmt, a...)   \
- dev_dbg(&(scmd)->device->sdev_gendev, fmt, ##a)
-+#endif
- 
-+#ifndef scmd_warn
- #define scmd_warn(scmd, fmt, a...)  \
- dev_warn(&(scmd)->device->sdev_gendev, fmt, ##a)
--
-+#endif
- 
- #define VHBA_MAX_SECTORS_PER_IO 256
- #define VHBA_MAX_ID 32
-@@ -276,7 +280,7 @@ static void vhba_scan_devices (struct work_struct *work)
- }
- change = vhost->chgtype[id];
- exists = vhost->devices[id] != NULL;
--
-+
- vhost->chgtype[id] = 0;
- clear_bit(id, vhost->chgmap);
- 
-@@ -289,7 +293,7 @@ static void vhba_scan_devices (struc