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

2017-10-15 Thread Tobias Powalowski
Date: Monday, October 16, 2017 @ 05:51:55
  Author: tpowa
Revision: 263034

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 263033, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 263033, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 263033, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 263033, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 263033, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 263033, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 263033, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 263033, 
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/dkms.conf
  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/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-10-16 05:51:50 UTC (rev 263033)
+++ community-i686/60-vhba.rules2017-10-16 05:51:55 UTC (rev 263034)
@@ -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 263033, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-10-16 05:51:55 UTC (rev 263034)
@@ -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-10-16 05:51:50 UTC (rev 263033)
+++ community-i686/PKGBUILD 2017-10-16 05:51:55 UTC (rev 263034)
@@ -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=15
-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/rule

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

2017-09-27 Thread Tobias Powalowski
Date: Thursday, September 28, 2017 @ 06:19:31
  Author: tpowa
Revision: 260733

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 260732, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 260732, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 260732, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 260732, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 260732, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 260732, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 260732, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 260732, 
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/dkms.conf
  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/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-09-28 06:19:25 UTC (rev 260732)
+++ community-i686/60-vhba.rules2017-09-28 06:19:31 UTC (rev 260733)
@@ -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 260732, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-09-28 06:19:31 UTC (rev 260733)
@@ -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-09-28 06:19:25 UTC (rev 260732)
+++ community-i686/PKGBUILD 2017-09-28 06:19:31 UTC (rev 260733)
@@ -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.12-ARCH
-pkgrel=13
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 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.12' 'linux<4.13')
-  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/

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

2017-09-05 Thread Tobias Powalowski
Date: Tuesday, September 5, 2017 @ 09:40:07
  Author: tpowa
Revision: 255716

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 255715, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 255715, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 255715, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 255715, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 255715, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 255715, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 255715, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 255715, 
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/dkms.conf
  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/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-09-05 09:40:02 UTC (rev 255715)
+++ community-i686/60-vhba.rules2017-09-05 09:40:07 UTC (rev 255716)
@@ -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 255715, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-09-05 09:40:07 UTC (rev 255716)
@@ -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-09-05 09:40:02 UTC (rev 255715)
+++ community-i686/PKGBUILD 2017-09-05 09:40:07 UTC (rev 255716)
@@ -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.12-ARCH
-pkgrel=12
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 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.12' 'linux<4.13')
-  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/ru

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

2017-08-17 Thread Tobias Powalowski
Date: Friday, August 18, 2017 @ 06:46:27
  Author: tpowa
Revision: 252353

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 252352, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 252352, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 252352, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 252352, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 252352, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 252352, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 252352, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 252352, 
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/dkms.conf
  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/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-08-18 06:46:23 UTC (rev 252352)
+++ community-i686/60-vhba.rules2017-08-18 06:46:27 UTC (rev 252353)
@@ -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 252352, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-08-18 06:46:27 UTC (rev 252353)
@@ -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-08-18 06:46:23 UTC (rev 252352)
+++ community-i686/PKGBUILD 2017-08-18 06:46:27 UTC (rev 252353)
@@ -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.12-ARCH
-pkgrel=11
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 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.12' 'linux<4.13')
-  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

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

2017-08-12 Thread Tobias Powalowski
Date: Sunday, August 13, 2017 @ 06:00:01
  Author: tpowa
Revision: 250024

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 250023, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 250023, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 250023, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 250023, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 250023, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 250023, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 250023, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 250023, 
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/dkms.conf
  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/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-08-13 05:59:58 UTC (rev 250023)
+++ community-i686/60-vhba.rules2017-08-13 06:00:01 UTC (rev 250024)
@@ -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 250023, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-08-13 06:00:01 UTC (rev 250024)
@@ -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-08-13 05:59:58 UTC (rev 250023)
+++ community-i686/PKGBUILD 2017-08-13 06:00:01 UTC (rev 250024)
@@ -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.12-ARCH
-pkgrel=10
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 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.12' 'linux<4.13')
-  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

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

2017-07-05 Thread Tobias Powalowski
Date: Thursday, July 6, 2017 @ 04:51:15
  Author: tpowa
Revision: 242468

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 242467, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 242467, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 242467, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 242467, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 242467, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 242467, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 242467, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 242467, 
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/dkms.conf
  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/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 04:51:11 UTC (rev 242467)
+++ community-i686/60-vhba.rules2017-07-06 04:51:15 UTC (rev 242468)
@@ -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 242467, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-07-06 04:51:15 UTC (rev 242468)
@@ -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 04:51:11 UTC (rev 242467)
+++ community-i686/PKGBUILD 2017-07-06 04:51:15 UTC (rev 242468)
@@ -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=3
-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

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

2017-06-14 Thread Tobias Powalowski
Date: Thursday, June 15, 2017 @ 06:06:22
  Author: tpowa
Revision: 237067

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 237066, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 237066, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 237066, vhba-module/repos/community-testing-i686/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 237066, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 237066, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 237066, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 237066, vhba-module/repos/community-testing-x86_64/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 237066, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  
vhba-module/repos/community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch
  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/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch
  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|  
 30 +++
 community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch   |  
 41 
 community-i686/60-vhba.rules|  
  1 
 community-i686/PKGBUILD |  
 47 
 community-i686/dkms.conf|  
  9 
 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   |  
 47 
 community-x86_64/dkms.conf  |  
  9 
 community-x86_64/vhba-module.install|  
 21 --
 13 files changed, 150 insertions(+), 220 deletions(-)

Deleted: 
community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch
===
--- community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch   
2017-06-15 06:06:17 UTC (rev 237066)
+++ community-i686/0001-VHBA-compatibility-fix-for-upcoming-kernel-4.11.patch   
2017-06-15 06:06:22 UTC (rev 237067)
@@ -1,41 +0,0 @@
-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-06-15 06:06:17 UTC (rev 237066)
+++ community-i686/60-vhba.rules2017-06-15 06:06:22 UTC (rev 237067)
@@ -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 237066, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/