From b90c5f0e8325235ae47f9575093ae460cceb7617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 18 Sep 2014 01:20:13 -0300 Subject: remove deprecated module packages --- pcr/vhba-module-parabola-lts/60-vhba.rules | 1 - pcr/vhba-module-parabola-lts/PKGBUILD | 62 ------------------------ pcr/vhba-module-parabola-lts/vhba-module.install | 20 -------- 3 files changed, 83 deletions(-) delete mode 100644 pcr/vhba-module-parabola-lts/60-vhba.rules delete mode 100644 pcr/vhba-module-parabola-lts/PKGBUILD delete mode 100644 pcr/vhba-module-parabola-lts/vhba-module.install (limited to 'pcr/vhba-module-parabola-lts') diff --git a/pcr/vhba-module-parabola-lts/60-vhba.rules b/pcr/vhba-module-parabola-lts/60-vhba.rules deleted file mode 100644 index 39ae3a4ec..000000000 --- a/pcr/vhba-module-parabola-lts/60-vhba.rules +++ /dev/null @@ -1 +0,0 @@ -ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess" diff --git a/pcr/vhba-module-parabola-lts/PKGBUILD b/pcr/vhba-module-parabola-lts/PKGBUILD deleted file mode 100644 index ed17049c8..000000000 --- a/pcr/vhba-module-parabola-lts/PKGBUILD +++ /dev/null @@ -1,62 +0,0 @@ -# $Id: PKGBUILD 116828 2014-08-04 07:19:43Z tpowa $ -# Maintainer (Arch): Ray Rashif -# Contributor (Arch): Mateusz Herych -# Contributor (Arch): Charles Lindsay -# Maintainer: André Silva -# Contributor: Luke Shumaker -# Contributor: Márcio Silva - -# Kernel info -_basekernel=3.14 -_kernelname=-lts - -# Source info -_pkgname=vhba-module -pkgver=20140629 -pkgdesc="Kernel module that emulates SCSI devices (built for the linux-libre${_kernelname} kernel package)" -url="http://cdemu.sourceforge.net/" -license=('GPL') -source=("http://downloads.sourceforge.net/cdemu/$_pkgname-$pkgver.tar.bz2" - '60-vhba.rules') -md5sums=('6b307a80df9c163768cc7ecb3ccebb71' - '4dc37dc348b5a2c83585829bde790dcc') - -# Package info -pkgrel=1 -arch=('i686' 'x86_64' 'mips64el') -options=(!makeflags) -install=$_pkgname.install - -# Generic (you shouldn't have to modify any of these variables) -pkgname=${_pkgname}-parabola${_kernelname} -_toohigh=$(IFS=. read a b <<<$_basekernel; echo $a.$((b+1))) -_extramodules=extramodules-${_basekernel}${_kernelname} -depends=("linux-libre${_kernelname}>=${_basekernel}" "linux-libre${_kernelname}<${_toohigh}") -makedepends=("linux-libre${_kernelname}-headers>=${_basekernel}" "linux-libre${_kernelname}-headers<${_toohigh}") -replaces=("${_pkgname}${_kernelname}" "${_pkgname}-libre${_kernelname}") # for Arch-compatibility -conflicts=("${_pkgname}${_kernelname}" "${_pkgname}-libre${_kernelname}") # for Arch-compatibility -provides=("${_pkgname}${_kernelname}=${pkgver}") # for Arch-compatibility -if [[ -n "${_kernelname}" ]]; then - provides+=("${_pkgname}-parabola=${pkgver}") # pkgname without _kernelname -fi - -build() { - cd "${srcdir}/${_pkgname}-${pkgver}" - - _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" - - make KDIR=/usr/lib/modules/$_kernver/build -} - -package() { - cd "${srcdir}/${_pkgname}-${pkgver}" - - # Set the correct extramodules directory for install - cp -f "${startdir}/${install}" "${startdir}/${install}.pkg" - true && install=${install}.pkg - sed -r "s/(_extramodules=).*/\1${_extramodules}/" -i "${startdir}/${install}" - - # Actually install - 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" -} diff --git a/pcr/vhba-module-parabola-lts/vhba-module.install b/pcr/vhba-module-parabola-lts/vhba-module.install deleted file mode 100644 index 04d26b27b..000000000 --- a/pcr/vhba-module-parabola-lts/vhba-module.install +++ /dev/null @@ -1,20 +0,0 @@ -_updatemod() { - _extramodules=THIS_IS_AUTOMATICALLY_SET_BY_PKGBUILD - depmod $(cat /usr/lib/modules/${_extramodules}/version) -} - -post_install() { - getent group cdemu &>/dev/null || groupadd -r cdemu - _updatemod -} - -post_upgrade() { - post_install -} - -post_remove() { - _updatemod - groupdel cdemu -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-2-g168b