Date: Tuesday, January 10, 2017 @ 18:30:39 Author: tpowa Revision: 206642
archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 206641, vhba-module/trunk/60-vhba.rules) vhba-module/repos/community-testing-i686/PKGBUILD (from rev 206641, vhba-module/trunk/PKGBUILD) vhba-module/repos/community-testing-i686/vhba-module.install (from rev 206641, vhba-module/trunk/vhba-module.install) vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 206641, vhba-module/trunk/60-vhba.rules) vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 206641, vhba-module/trunk/PKGBUILD) vhba-module/repos/community-testing-x86_64/vhba-module.install (from rev 206641, 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/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/vhba-module.install ----------------------------------------------+ /60-vhba.rules | 2 /PKGBUILD | 88 +++++++++++++++++++++++++ /vhba-module.install | 42 +++++++++++ community-testing-i686/60-vhba.rules | 1 community-testing-i686/PKGBUILD | 44 ------------ community-testing-i686/vhba-module.install | 21 ----- community-testing-x86_64/60-vhba.rules | 1 community-testing-x86_64/PKGBUILD | 44 ------------ community-testing-x86_64/vhba-module.install | 21 ----- 9 files changed, 132 insertions(+), 132 deletions(-) Deleted: community-testing-i686/60-vhba.rules =================================================================== --- community-testing-i686/60-vhba.rules 2017-01-10 18:30:27 UTC (rev 206641) +++ community-testing-i686/60-vhba.rules 2017-01-10 18:30:39 UTC (rev 206642) @@ -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 206641, vhba-module/trunk/60-vhba.rules) =================================================================== --- community-testing-i686/60-vhba.rules (rev 0) +++ community-testing-i686/60-vhba.rules 2017-01-10 18:30:39 UTC (rev 206642) @@ -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-01-10 18:30:27 UTC (rev 206641) +++ community-testing-i686/PKGBUILD 2017-01-10 18:30:39 UTC (rev 206642) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Ray Rashif <sc...@archlinux.org> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Charles Lindsay <char...@chaoslizard.org> - -pkgname=vhba-module -pkgver=20161009 -_extramodules=extramodules-4.9-ARCH -pkgrel=4 -pkgdesc="Kernel module that emulates SCSI devices" -arch=('i686' 'x86_64') -url="http://cdemu.sourceforge.net/" -license=('GPL') -depends=('linux>=4.9' 'linux<4.10') -makedepends=('linux-headers>=4.9' 'linux-headers<4.10') -options=(!makeflags) -install=$pkgname.install -source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" - '60-vhba.rules') -sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9' - '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b') - -prepare() { - cd $pkgname-$pkgver -} - -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: Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 206641, vhba-module/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-01-10 18:30:39 UTC (rev 206642) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Ray Rashif <sc...@archlinux.org> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Charles Lindsay <char...@chaoslizard.org> + +pkgname=vhba-module +pkgver=20161009 +_extramodules=extramodules-4.9-ARCH +pkgrel=5 +pkgdesc="Kernel module that emulates SCSI devices" +arch=('i686' 'x86_64') +url="http://cdemu.sourceforge.net/" +license=('GPL') +depends=('linux>=4.9' 'linux<4.10') +makedepends=('linux-headers>=4.9' 'linux-headers<4.10') +options=(!makeflags) +install=$pkgname.install +source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" + '60-vhba.rules') +sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9' + '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b') + +prepare() { + cd $pkgname-$pkgver +} + +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-testing-i686/vhba-module.install =================================================================== --- community-testing-i686/vhba-module.install 2017-01-10 18:30:27 UTC (rev 206641) +++ community-testing-i686/vhba-module.install 2017-01-10 18:30:39 UTC (rev 206642) @@ -1,21 +0,0 @@ -EXTRAMODULES=extramodules-4.9-ARCH - -_updatemod() { - echo " > Updating module dependencies..." - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_install() { - getent group cdemu &>/dev/null || groupadd -r cdemu - _updatemod -} - -post_upgrade() { - _updatemod -} - -post_remove() { - _updatemod -} - -# vim:set ts=2 sw=2 et: Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 206641, vhba-module/trunk/vhba-module.install) =================================================================== --- community-testing-i686/vhba-module.install (rev 0) +++ community-testing-i686/vhba-module.install 2017-01-10 18:30:39 UTC (rev 206642) @@ -0,0 +1,21 @@ +EXTRAMODULES=extramodules-4.9-ARCH + +_updatemod() { + echo " > Updating module dependencies..." + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} + +post_install() { + getent group cdemu &>/dev/null || groupadd -r cdemu + _updatemod +} + +post_upgrade() { + _updatemod +} + +post_remove() { + _updatemod +} + +# vim:set ts=2 sw=2 et: Deleted: community-testing-x86_64/60-vhba.rules =================================================================== --- community-testing-x86_64/60-vhba.rules 2017-01-10 18:30:27 UTC (rev 206641) +++ community-testing-x86_64/60-vhba.rules 2017-01-10 18:30:39 UTC (rev 206642) @@ -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 206641, vhba-module/trunk/60-vhba.rules) =================================================================== --- community-testing-x86_64/60-vhba.rules (rev 0) +++ community-testing-x86_64/60-vhba.rules 2017-01-10 18:30:39 UTC (rev 206642) @@ -0,0 +1 @@ +ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess" Deleted: community-testing-x86_64/PKGBUILD =================================================================== --- community-testing-x86_64/PKGBUILD 2017-01-10 18:30:27 UTC (rev 206641) +++ community-testing-x86_64/PKGBUILD 2017-01-10 18:30:39 UTC (rev 206642) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Ray Rashif <sc...@archlinux.org> -# Contributor: Mateusz Herych <heni...@gmail.com> -# Contributor: Charles Lindsay <char...@chaoslizard.org> - -pkgname=vhba-module -pkgver=20161009 -_extramodules=extramodules-4.9-ARCH -pkgrel=4 -pkgdesc="Kernel module that emulates SCSI devices" -arch=('i686' 'x86_64') -url="http://cdemu.sourceforge.net/" -license=('GPL') -depends=('linux>=4.9' 'linux<4.10') -makedepends=('linux-headers>=4.9' 'linux-headers<4.10') -options=(!makeflags) -install=$pkgname.install -source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" - '60-vhba.rules') -sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9' - '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b') - -prepare() { - cd $pkgname-$pkgver -} - -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: Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 206641, vhba-module/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2017-01-10 18:30:39 UTC (rev 206642) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Ray Rashif <sc...@archlinux.org> +# Contributor: Mateusz Herych <heni...@gmail.com> +# Contributor: Charles Lindsay <char...@chaoslizard.org> + +pkgname=vhba-module +pkgver=20161009 +_extramodules=extramodules-4.9-ARCH +pkgrel=5 +pkgdesc="Kernel module that emulates SCSI devices" +arch=('i686' 'x86_64') +url="http://cdemu.sourceforge.net/" +license=('GPL') +depends=('linux>=4.9' 'linux<4.10') +makedepends=('linux-headers>=4.9' 'linux-headers<4.10') +options=(!makeflags) +install=$pkgname.install +source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2" + '60-vhba.rules') +sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9' + '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b') + +prepare() { + cd $pkgname-$pkgver +} + +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-testing-x86_64/vhba-module.install =================================================================== --- community-testing-x86_64/vhba-module.install 2017-01-10 18:30:27 UTC (rev 206641) +++ community-testing-x86_64/vhba-module.install 2017-01-10 18:30:39 UTC (rev 206642) @@ -1,21 +0,0 @@ -EXTRAMODULES=extramodules-4.9-ARCH - -_updatemod() { - echo " > Updating module dependencies..." - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_install() { - getent group cdemu &>/dev/null || groupadd -r cdemu - _updatemod -} - -post_upgrade() { - _updatemod -} - -post_remove() { - _updatemod -} - -# vim:set ts=2 sw=2 et: Copied: vhba-module/repos/community-testing-x86_64/vhba-module.install (from rev 206641, vhba-module/trunk/vhba-module.install) =================================================================== --- community-testing-x86_64/vhba-module.install (rev 0) +++ community-testing-x86_64/vhba-module.install 2017-01-10 18:30:39 UTC (rev 206642) @@ -0,0 +1,21 @@ +EXTRAMODULES=extramodules-4.9-ARCH + +_updatemod() { + echo " > Updating module dependencies..." + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} + +post_install() { + getent group cdemu &>/dev/null || groupadd -r cdemu + _updatemod +} + +post_upgrade() { + _updatemod +} + +post_remove() { + _updatemod +} + +# vim:set ts=2 sw=2 et: