[arch-commits] Commit in vhba-module/repos (16 files)
Jan Steffens
heftig at archlinux.org
Sun Jun 18 08:44:57 UTC 2017
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.rules 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-i686/60-vhba.rules 2017-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.rules 2017-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 <schiv at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Charles Lindsay <charles at chaoslizard.org>
-
-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:44:56 UTC (rev 238018)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+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" -m644 ../60-vhba.rules
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/dkms.conf
===================================================================
--- community-i686/dkms.conf 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-i686/dkms.conf 2017-06-18 08:44:56 UTC (rev 238018)
@@ -1,9 +0,0 @@
-PACKAGE_NAME="vhba-module"
-PACKAGE_VERSION="#MODULE_VERSION#"
-AUTOINSTALL="yes"
-
-MAKE[0]="make KERNELRELEASE=$kernelver"
-CLEAN="make clean"
-
-BUILT_MODULE_NAME[0]="vhba"
-DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"
Copied: vhba-module/repos/community-i686/dkms.conf (from rev 238017, vhba-module/trunk/dkms.conf)
===================================================================
--- community-i686/dkms.conf (rev 0)
+++ community-i686/dkms.conf 2017-06-18 08:44:56 UTC (rev 238018)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"
Deleted: community-i686/vhba-module.install
===================================================================
--- community-i686/vhba-module.install 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-i686/vhba-module.install 2017-06-18 08:44:56 UTC (rev 238018)
@@ -1,15 +0,0 @@
-post_install() {
- getent group cdemu &>/dev/null || groupadd -r cdemu
- post_upgrade $1 0
-}
-
-post_upgrade() {
- EXTRAMODULES=extramodules-4.11-arch
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_remove() {
- post_upgrade 0 $1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vhba-module/repos/community-i686/vhba-module.install (from rev 238017, vhba-module/trunk/vhba-module.install)
===================================================================
--- community-i686/vhba-module.install (rev 0)
+++ community-i686/vhba-module.install 2017-06-18 08:44:56 UTC (rev 238018)
@@ -0,0 +1,15 @@
+post_install() {
+ getent group cdemu &>/dev/null || groupadd -r cdemu
+ post_upgrade $1 0
+}
+
+post_upgrade() {
+ EXTRAMODULES=extramodules-4.11-ARCH
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+ post_upgrade 0 $1
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/60-vhba.rules
===================================================================
--- community-x86_64/60-vhba.rules 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-x86_64/60-vhba.rules 2017-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-x86_64/60-vhba.rules (from rev 238017, vhba-module/trunk/60-vhba.rules)
===================================================================
--- community-x86_64/60-vhba.rules (rev 0)
+++ community-x86_64/60-vhba.rules 2017-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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-x86_64/PKGBUILD 2017-06-18 08:44:56 UTC (rev 238018)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Charles Lindsay <charles at chaoslizard.org>
-
-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-x86_64/PKGBUILD (from rev 238017, vhba-module/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-06-18 08:44:56 UTC (rev 238018)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+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" -m644 ../60-vhba.rules
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/dkms.conf
===================================================================
--- community-x86_64/dkms.conf 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-x86_64/dkms.conf 2017-06-18 08:44:56 UTC (rev 238018)
@@ -1,9 +0,0 @@
-PACKAGE_NAME="vhba-module"
-PACKAGE_VERSION="#MODULE_VERSION#"
-AUTOINSTALL="yes"
-
-MAKE[0]="make KERNELRELEASE=$kernelver"
-CLEAN="make clean"
-
-BUILT_MODULE_NAME[0]="vhba"
-DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"
Copied: vhba-module/repos/community-x86_64/dkms.conf (from rev 238017, vhba-module/trunk/dkms.conf)
===================================================================
--- community-x86_64/dkms.conf (rev 0)
+++ community-x86_64/dkms.conf 2017-06-18 08:44:56 UTC (rev 238018)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"
Deleted: community-x86_64/vhba-module.install
===================================================================
--- community-x86_64/vhba-module.install 2017-06-18 08:40:21 UTC (rev 238017)
+++ community-x86_64/vhba-module.install 2017-06-18 08:44:56 UTC (rev 238018)
@@ -1,15 +0,0 @@
-post_install() {
- getent group cdemu &>/dev/null || groupadd -r cdemu
- post_upgrade $1 0
-}
-
-post_upgrade() {
- EXTRAMODULES=extramodules-4.11-arch
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_remove() {
- post_upgrade 0 $1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vhba-module/repos/community-x86_64/vhba-module.install (from rev 238017, vhba-module/trunk/vhba-module.install)
===================================================================
--- community-x86_64/vhba-module.install (rev 0)
+++ community-x86_64/vhba-module.install 2017-06-18 08:44:56 UTC (rev 238018)
@@ -0,0 +1,15 @@
+post_install() {
+ getent group cdemu &>/dev/null || groupadd -r cdemu
+ post_upgrade $1 0
+}
+
+post_upgrade() {
+ EXTRAMODULES=extramodules-4.11-ARCH
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+ post_upgrade 0 $1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list