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

Eric Belanger eric at archlinux.org
Mon Mar 3 05:00:24 UTC 2008


    Date: Monday, March 3, 2008 @ 00:00:24
  Author: eric
    Path: /home/cvs-extra/extra/system/tcsh

   Added: ChangeLog (1.1)
Modified: PKGBUILD (1.17 -> 1.18) tcsh.install (1.3 -> 1.4)

upgpkg: tcsh 6.15.01-2
    unset MANPATH variable (close FS#9744), clean up install scriptlet


--------------+
 ChangeLog    |    4 ++++
 PKGBUILD     |    8 ++++----
 tcsh.install |   12 ------------
 3 files changed, 8 insertions(+), 16 deletions(-)


Index: extra/system/tcsh/ChangeLog
diff -u /dev/null extra/system/tcsh/ChangeLog:1.1
--- /dev/null	Mon Mar  3 00:00:24 2008
+++ extra/system/tcsh/ChangeLog	Mon Mar  3 00:00:22 2008
@@ -0,0 +1,4 @@
+2008-03-02  Eric Belanger  <eric at archlinux.org>
+
+	* tcsh 6.15.01-2
+	* unset MANPATH variable (close FS#9744)
Index: extra/system/tcsh/PKGBUILD
diff -u extra/system/tcsh/PKGBUILD:1.17 extra/system/tcsh/PKGBUILD:1.18
--- extra/system/tcsh/PKGBUILD:1.17	Mon Dec 10 22:27:47 2007
+++ extra/system/tcsh/PKGBUILD	Mon Mar  3 00:00:24 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.17 2007/12/11 03:27:47 eric Exp $
+# $Id: PKGBUILD,v 1.18 2008/03/03 05:00:24 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=tcsh
 pkgver=6.15.01
-pkgrel=1
+pkgrel=2
 pkgdesc="Enhanced version of the Berkeley C shell"
 arch=('i686' 'x86_64')
 url="http://www.tcsh.org/Welcome"
@@ -13,10 +13,10 @@
 install=tcsh.install
 source=(ftp://ftp.astron.com/pri/$pkgname-$pkgver.tar.gz csh.cshrc \
         csh.login tcsh.config.skel)
-md5sums=('0563ce3d604b84b564dea7fd7bd87832' '1c2025ff039d3e05243db9fc9e0d8dea'\
+md5sums=('0563ce3d604b84b564dea7fd7bd87832' '299cd79eb3cbc2a3caeac1c3a0309556'\
          'e00fe0339280074b1c2e0b8f63bc5d19' '6bd69d3c815412ada4579ac8f8cc9c45')
 sha1sums=('f73f0a62cf59087b13be0c1552b69bbe7ef7f7b1'
-          '4b3f4b79487ee89d7c5440f54a6edd53f9a0a37a'
+          '8ebcee4e6c934481a46fe40c15d52a53ed5744bb'
           'bf350706deff296817aea1aec9e592a2c13d7032'
           '73a0ae17f2e3dcf2d3ae871982e8591379e1800e')
 
Index: extra/system/tcsh/tcsh.install
diff -u extra/system/tcsh/tcsh.install:1.3 extra/system/tcsh/tcsh.install:1.4
--- extra/system/tcsh/tcsh.install:1.3	Mon Feb 20 02:09:45 2006
+++ extra/system/tcsh/tcsh.install	Mon Mar  3 00:00:24 2008
@@ -1,28 +1,16 @@
-# arg 1: the new package version
 post_install() {
 	if [ ! "`grep /usr/bin/tcsh etc/shells`" ]; then
 		echo "updating /etc/shells... done."
 		sed -i "s|/bin/bash|/bin/bash\n/usr/bin/tcsh\n/usr/bin/csh|" etc/shells
 	fi
-	/bin/true
 }
 
-# arg 1: the new package version
-# arg 2: the old package version
 post_upgrade() {
 	post_install $1
 }
 
-# arg 1: the old package version
 pre_remove() {
 	echo -ne "\nupdating /etc/shells... "
 	sed -i "\|/usr/bin/tcsh|d" etc/shells
   sed -i "\|/usr/bin/csh|d" etc/shells
-	/bin/true
 }
-
-op=$1
-shift
-
-$op $*
-# vim: ts=2: ft=sh




More information about the arch-commits mailing list