[arch-commits] Commit in vhba-module/repos/community-testing-x86_64 (6 files)
Jan Steffens
heftig at archlinux.org
Thu Aug 20 21:43:39 UTC 2020
Date: Thursday, August 20, 2020 @ 21:43:39
Author: heftig
Revision: 685714
archrelease: copy trunk to community-testing-x86_64
Added:
vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 685707, vhba-module/trunk/60-vhba.rules)
vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 685707, vhba-module/trunk/PKGBUILD)
vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 685708, vhba-module/trunk/dkms.conf)
Deleted:
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
---------------+
60-vhba.rules | 2 -
PKGBUILD | 108 ++++++++++++++++++++++++++++----------------------------
dkms.conf | 18 ++++-----
3 files changed, 64 insertions(+), 64 deletions(-)
Deleted: 60-vhba.rules
===================================================================
--- 60-vhba.rules 2020-08-20 21:43:39 UTC (rev 685713)
+++ 60-vhba.rules 2020-08-20 21:43:39 UTC (rev 685714)
@@ -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-x86_64/60-vhba.rules (from rev 685707, vhba-module/trunk/60-vhba.rules)
===================================================================
--- 60-vhba.rules (rev 0)
+++ 60-vhba.rules 2020-08-20 21:43:39 UTC (rev 685714)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess"
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-20 21:43:39 UTC (rev 685713)
+++ PKGBUILD 2020-08-20 21:43:39 UTC (rev 685714)
@@ -1,54 +0,0 @@
-# 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=20200106
-pkgrel=63
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/"
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"
- 60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
- '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
- '8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
- cd $pkgbase-$pkgver
- sed -i 's/20190302/20190410/' Makefile # Fixup VHBA_VERSION
-}
-
-build() {
- cd $pkgbase-$pkgver
- make KERNELRELEASE="$(</usr/src/linux/version)"
-}
-
-package_vhba-module() {
- depends=(linux)
-
- local extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
- cd $pkgbase-$pkgver
- install -Dt "$pkgdir$extradir" -m644 *.ko
- install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
- echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
-
- find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
- find "$pkgdir" -name '*.ko' -exec xz {} +
-}
-
-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
- echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 685707, vhba-module/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-20 21:43:39 UTC (rev 685714)
@@ -0,0 +1,54 @@
+# 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=20200106
+pkgrel=64
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/"
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"
+ 60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+ '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+ '8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+ cd $pkgbase-$pkgver
+ sed -i 's/20190302/20190410/' Makefile # Fixup VHBA_VERSION
+}
+
+build() {
+ cd $pkgbase-$pkgver
+ make KERNELRELEASE="$(</usr/src/linux/version)"
+}
+
+package_vhba-module() {
+ depends=(linux)
+
+ local extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
+ cd $pkgbase-$pkgver
+ install -Dt "$pkgdir$extradir" -m644 *.ko
+ install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+ echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+ find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
+ find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+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
+ echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: dkms.conf
===================================================================
--- dkms.conf 2020-08-20 21:43:39 UTC (rev 685713)
+++ dkms.conf 2020-08-20 21:43:39 UTC (rev 685714)
@@ -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-testing-x86_64/dkms.conf (from rev 685708, vhba-module/trunk/dkms.conf)
===================================================================
--- dkms.conf (rev 0)
+++ dkms.conf 2020-08-20 21:43:39 UTC (rev 685714)
@@ -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"
More information about the arch-commits
mailing list