[arch-commits] CVS update of core/base/less (PKGBUILD zless)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 18 21:17:45 UTC 2007


    Date: Sunday, November 18, 2007 @ 16:17:45
  Author: andyrtr
    Path: /home/cvs-core/core/base/less

Modified: PKGBUILD (1.26 -> 1.27)
 Removed: zless (1.1)

upgpkg: less 415-1


----------+
 PKGBUILD |    8 ++++----
 zless    |    9 ---------
 2 files changed, 4 insertions(+), 13 deletions(-)


Index: core/base/less/PKGBUILD
diff -u core/base/less/PKGBUILD:1.26 core/base/less/PKGBUILD:1.27
--- core/base/less/PKGBUILD:1.26	Thu Nov 15 18:53:17 2007
+++ core/base/less/PKGBUILD	Sun Nov 18 16:17:45 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.26 2007/11/15 23:53:17 daniel Exp $
+# $Id: PKGBUILD,v 1.27 2007/11/18 21:17:45 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=less
-pkgver=409
-pkgrel=2
+pkgver=415
+pkgrel=1
 pkgdesc="A terminal based program for viewing text files"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 groups=('base')
 depends=('ncurses' 'bash' 'file')
 source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('32f4e9d9b86b2a16be85057f588bd965')
+md5sums=('d2f562e465640942ef5e52d313107559')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
Index: core/base/less/zless
diff -u core/base/less/zless:1.1 core/base/less/zless:removed
--- core/base/less/zless:1.1	Sun Jul 18 17:25:36 2004
+++ core/base/less/zless	Sun Nov 18 16:17:45 2007
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-: ${PAGER=less}
-export PAGER
-
-PATH="/usr/bin:$PATH"
-export PATH
-
-exec zmore ${1+"$@"}




More information about the arch-commits mailing list