[arch-commits] CVS update of extra/system/truecrypt-beyond (PKGBUILD truecrypt.install)

Travis Willard travis at archlinux.org
Sun May 20 14:21:07 UTC 2007


    Date: Sunday, May 20, 2007 @ 10:21:07
  Author: travis
    Path: /home/cvs-extra/extra/system/truecrypt-beyond

 Removed: PKGBUILD (1.6) truecrypt.install (1.3)

Beyond removed from repos


-------------------+
 PKGBUILD          |   25 -------------------------
 truecrypt.install |   30 ------------------------------
 2 files changed, 55 deletions(-)


Index: extra/system/truecrypt-beyond/PKGBUILD
diff -u extra/system/truecrypt-beyond/PKGBUILD:1.6 extra/system/truecrypt-beyond/PKGBUILD:removed
--- extra/system/truecrypt-beyond/PKGBUILD:1.6	Mon Apr  2 17:30:54 2007
+++ extra/system/truecrypt-beyond/PKGBUILD	Sun May 20 10:21:07 2007
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD,v 1.6 2007/04/02 21:30:54 tom Exp $
-
-# Contributor: Tom K <tomk at runbox.com>
-pkgname=truecrypt-beyond
-pkgver=4.3
-pkgrel=1
-pkgdesc="Free open-source disk encryption software - module for kernel26beyond"
-depends=('truecrypt-utils' 'kernel26beyond')
-source=(http://www.truecrypt.org/downloads/truecrypt-$pkgver-source-code.tar.gz)
-url="http://www.truecrypt.org/"
-install=truecrypt.install
-license=('custom')
-
-_kernver=2.6.19-beyond
-
-build() {
-  cd $startdir/src/truecrypt-$pkgver-source-code/Linux/Kernel
-
-  make KERNEL_SRC=/lib/modules/$_kernver/build || return 1
-  install -Dm600 ../Kernel/truecrypt.ko $startdir/pkg/lib/modules/$_kernver/extra/truecrypt.ko
-
-  # Update kernel version in .install script
-  sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=$_kernver/g" $startdir/truecrypt.install
-}
-md5sums=('f0786a0c067574ccd5aa1e9197dcb6f5')
Index: extra/system/truecrypt-beyond/truecrypt.install
diff -u extra/system/truecrypt-beyond/truecrypt.install:1.3 extra/system/truecrypt-beyond/truecrypt.install:removed
--- extra/system/truecrypt-beyond/truecrypt.install:1.3	Mon Dec 11 07:09:59 2006
+++ extra/system/truecrypt-beyond/truecrypt.install	Sun May 20 10:21:07 2007
@@ -1,30 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  post_upgrade
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.19-beyond
-  depmod -a -v $KERNEL_VERSION  > /dev/null 2>&1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.19-beyond
-  depmod -a -v $KERNEL_VERSION  > /dev/null 2>&1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list