[arch-commits] CVS update of core/base (13 files)

Dan McGee dan at archlinux.org
Mon Dec 3 03:17:25 UTC 2007


    Date: Sunday, December 2, 2007 @ 22:17:25
  Author: dan
    Path: /home/cvs-core/core/base

Modified: coreutils/PKGBUILD (1.29 -> 1.30) e2fsprogs/PKGBUILD (1.34 -> 1.35)
          findutils/PKGBUILD (1.35 -> 1.36) gawk/PKGBUILD (1.8 -> 1.9)
          glibc/PKGBUILD (1.78 -> 1.79) grep/PKGBUILD (1.23 -> 1.24)
          gzip/PKGBUILD (1.22 -> 1.23) less/PKGBUILD (1.28 -> 1.29)
          man/PKGBUILD (1.37 -> 1.38) perl/PKGBUILD (1.53 -> 1.54)
          tar/PKGBUILD (1.25 -> 1.26) tcp_wrappers/PKGBUILD (1.17 -> 1.18)
          util-linux-ng/PKGBUILD (1.3 -> 1.4)

more bash->sh updates and removal of unnecessary bash dependency


------------------------+
 coreutils/PKGBUILD     |    4 ++--
 e2fsprogs/PKGBUILD     |    4 ++--
 findutils/PKGBUILD     |    4 ++--
 gawk/PKGBUILD          |    4 ++--
 glibc/PKGBUILD         |    4 ++--
 grep/PKGBUILD          |    4 ++--
 gzip/PKGBUILD          |    4 ++--
 less/PKGBUILD          |    4 ++--
 man/PKGBUILD           |    4 ++--
 perl/PKGBUILD          |    4 ++--
 tar/PKGBUILD           |    4 ++--
 tcp_wrappers/PKGBUILD  |    4 ++--
 util-linux-ng/PKGBUILD |    4 ++--
 13 files changed, 26 insertions(+), 26 deletions(-)


Index: core/base/coreutils/PKGBUILD
diff -u core/base/coreutils/PKGBUILD:1.29 core/base/coreutils/PKGBUILD:1.30
--- core/base/coreutils/PKGBUILD:1.29	Thu Nov 15 18:53:13 2007
+++ core/base/coreutils/PKGBUILD	Sun Dec  2 22:17:23 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.29 2007/11/15 23:53:13 daniel Exp $
+# $Id: PKGBUILD,v 1.30 2007/12/03 03:17:23 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=coreutils
 pkgver=6.9
@@ -8,7 +8,7 @@
 license=('GPL')
 url="http://www.gnu.org/software/coreutils"
 groups=('base')
-depends=('bash' 'glibc' 'shadow>=4.0.4.1-3' 'pam' 'acl')
+depends=('glibc' 'shadow>=4.0.4.1-3' 'pam' 'acl')
 replaces=('sh-utils' 'fileutils' 'textutils')
 backup=('etc/pam.d/su')
 options=('!makeflags')
Index: core/base/e2fsprogs/PKGBUILD
diff -u core/base/e2fsprogs/PKGBUILD:1.34 core/base/e2fsprogs/PKGBUILD:1.35
--- core/base/e2fsprogs/PKGBUILD:1.34	Thu Nov 15 18:53:14 2007
+++ core/base/e2fsprogs/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.34 2007/11/15 23:53:14 daniel Exp $
+# $Id: PKGBUILD,v 1.35 2007/12/03 03:17:24 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=e2fsprogs
 pkgver=1.40.2
@@ -8,7 +8,7 @@
 license=('GPL' 'LGPL' 'MIT')
 url="http://e2fsprogs.sourceforge.net"
 groups=('base')
-depends=('glibc' 'bash')
+depends=('glibc')
 makedepends=('bc')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 	Makefile-fsck.static.patch)
Index: core/base/findutils/PKGBUILD
diff -u core/base/findutils/PKGBUILD:1.35 core/base/findutils/PKGBUILD:1.36
--- core/base/findutils/PKGBUILD:1.35	Thu Nov 15 18:53:14 2007
+++ core/base/findutils/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.35 2007/11/15 23:53:14 daniel Exp $
+# $Id: PKGBUILD,v 1.36 2007/12/03 03:17:24 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=findutils
 pkgver=4.2.31
@@ -7,7 +7,7 @@
 arch=(i686 x86_64)
 license=('GPL')
 groups=('base')
-depends=('glibc' 'bash')
+depends=('glibc')
 url="http://www.gnu.org/software/findutils"
 source=(ftp://ftp.gnu.org/pub/gnu/findutils/findutils-$pkgver.tar.gz)
 md5sums=('a0e31a0f18a49709bf5a449867c8049a')
Index: core/base/gawk/PKGBUILD
diff -u core/base/gawk/PKGBUILD:1.8 core/base/gawk/PKGBUILD:1.9
--- core/base/gawk/PKGBUILD:1.8	Thu Nov 15 18:53:15 2007
+++ core/base/gawk/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.8 2007/11/15 23:53:15 daniel Exp $
+# $Id: PKGBUILD,v 1.9 2007/12/03 03:17:24 dan Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=gawk
@@ -12,7 +12,7 @@
 provides=('awk')
 replaces=('mawk')
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=('bash' 'glibc')
+depends=('sh' 'glibc')
 md5sums=('b237751aef53c9ead9644e376bc53386')
 
 build() {
Index: core/base/glibc/PKGBUILD
diff -u core/base/glibc/PKGBUILD:1.78 core/base/glibc/PKGBUILD:1.79
--- core/base/glibc/PKGBUILD:1.78	Thu Nov 15 18:53:15 2007
+++ core/base/glibc/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.78 2007/11/15 23:53:15 daniel Exp $
+# $Id: PKGBUILD,v 1.79 2007/12/03 03:17:24 dan Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=glibc
 pkgver=2.7
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 url="http://www.gnu.org/software/libc"
 groups=('base')
-depends=('bash' 'kernel-headers>=2.6.23.1' 'tzdata')
+depends=('sh' 'kernel-headers>=2.6.23.1' 'tzdata')
 makedepends=('gcc>=4.2.2-2')
 replaces=('glibc-xen')
 source=(http://ftp.gnu.org/gnu/glibc/glibc-${pkgver}.tar.bz2
Index: core/base/grep/PKGBUILD
diff -u core/base/grep/PKGBUILD:1.23 core/base/grep/PKGBUILD:1.24
--- core/base/grep/PKGBUILD:1.23	Thu Nov 15 18:53:16 2007
+++ core/base/grep/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.23 2007/11/15 23:53:16 daniel Exp $
+# $Id: PKGBUILD,v 1.24 2007/12/03 03:17:24 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=grep
 pkgver=2.5.3
@@ -8,7 +8,7 @@
 license=('GPL')
 url="http://www.gnu.org/software/grep/grep.html"
 groups=('base')
-depends=('glibc' 'bash' 'pcre')
+depends=('glibc' 'pcre')
 makedepends=('texinfo>=4.8a')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
 	# patches from fedora cvs
Index: core/base/gzip/PKGBUILD
diff -u core/base/gzip/PKGBUILD:1.22 core/base/gzip/PKGBUILD:1.23
--- core/base/gzip/PKGBUILD:1.22	Thu Nov 15 18:53:16 2007
+++ core/base/gzip/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.22 2007/11/15 23:53:16 daniel Exp $
+# $Id: PKGBUILD,v 1.23 2007/12/03 03:17:24 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=gzip
 pkgver=1.3.12
@@ -8,7 +8,7 @@
 url="http://www.gzip.org"
 license=('GPL')
 groups=('base')
-depends=('glibc' 'bash')
+depends=('glibc' 'sh')
 makedepends=('patch')
 source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.gz
         gzip-fixutimens.patch)
Index: core/base/less/PKGBUILD
diff -u core/base/less/PKGBUILD:1.28 core/base/less/PKGBUILD:1.29
--- core/base/less/PKGBUILD:1.28	Sun Nov 25 10:42:17 2007
+++ core/base/less/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.28 2007/11/25 15:42:17 andyrtr Exp $
+# $Id: PKGBUILD,v 1.29 2007/12/03 03:17:24 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=less
 pkgver=416
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://www.greenwoodsoftware.com/less"
 groups=('base')
-depends=('ncurses' 'bash' 'file')
+depends=('ncurses' 'file')
 source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('da84d9378b8daf7ef1a95d13611d3294')
 
Index: core/base/man/PKGBUILD
diff -u core/base/man/PKGBUILD:1.37 core/base/man/PKGBUILD:1.38
--- core/base/man/PKGBUILD:1.37	Thu Nov 15 19:02:34 2007
+++ core/base/man/PKGBUILD	Sun Dec  2 22:17:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.37 2007/11/16 00:02:34 daniel Exp $
+# $Id: PKGBUILD,v 1.38 2007/12/03 03:17:24 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=man
 pkgver=1.6e
@@ -8,7 +8,7 @@
 url="http://primates.ximian.com/~flucifredi/man/"
 license=('GPL')
 groups=('base')
-depends=('groff' 'less' 'gzip' 'awk' 'coreutils' 'bash')
+depends=('groff' 'less' 'gzip' 'awk' 'coreutils' 'sh')
 backup=(etc/man.conf)
 source=(http://primates.ximian.com/~flucifredi/man/man-$pkgver.tar.gz \
         whatis.cron.daily man-troff.patch)
Index: core/base/perl/PKGBUILD
diff -u core/base/perl/PKGBUILD:1.53 core/base/perl/PKGBUILD:1.54
--- core/base/perl/PKGBUILD:1.53	Fri Nov 30 22:36:20 2007
+++ core/base/perl/PKGBUILD	Sun Dec  2 22:17:25 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.53 2007/12/01 03:36:20 kevin Exp $
+# $Id: PKGBUILD,v 1.54 2007/12/03 03:17:25 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=perl
 pkgver=5.8.8
@@ -8,7 +8,7 @@
 license=('GPL' 'PerlArtistic')
 url="http://www.perl.org"
 groups=('base')
-depends=('gdbm' 'db>=4.6' 'bash' 'coreutils' 'glibc')
+depends=('gdbm' 'db>=4.6' 'coreutils' 'glibc' 'sh')
 source=(http://www.perl.com/CPAN/src/perl-$pkgver.tar.gz
 	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/DB_File-1.814.tar.gz
 	http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Sys-Syslog-0.10.tar.gz
Index: core/base/tar/PKGBUILD
diff -u core/base/tar/PKGBUILD:1.25 core/base/tar/PKGBUILD:1.26
--- core/base/tar/PKGBUILD:1.25	Thu Nov 15 19:02:38 2007
+++ core/base/tar/PKGBUILD	Sun Dec  2 22:17:25 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.25 2007/11/16 00:02:38 daniel Exp $
+# $Id: PKGBUILD,v 1.26 2007/12/03 03:17:25 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=tar
 pkgver=1.19
@@ -8,7 +8,7 @@
 license=('GPL')
 groups=('base')
 url="http://www.gnu.org/software/tar/tar.html"
-depends=('glibc' 'bash')
+depends=('glibc')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2 tar.1)
 md5sums=('bcc2e19b19823b9ab68c94586067a792'
          'a5f8c5da7a9465ea1978145f3ef0610c')
Index: core/base/tcp_wrappers/PKGBUILD
diff -u core/base/tcp_wrappers/PKGBUILD:1.17 core/base/tcp_wrappers/PKGBUILD:1.18
--- core/base/tcp_wrappers/PKGBUILD:1.17	Thu Nov 15 19:02:38 2007
+++ core/base/tcp_wrappers/PKGBUILD	Sun Dec  2 22:17:25 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.17 2007/11/16 00:02:38 daniel Exp $
+# $Id: PKGBUILD,v 1.18 2007/12/03 03:17:25 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=tcp_wrappers
 pkgver=7.6
@@ -9,7 +9,7 @@
 license=('custom')
 groups=('base')
 backup=(etc/hosts.allow etc/hosts.deny)
-depends=('bash' 'glibc')
+depends=('glibc')
 source=(ftp://ftp.porcupine.org/pub/security/${pkgname}_$pkgver.tar.gz \
         hosts.allow hosts.deny try-from.8 safe_finger.8 gcc340.patch \
         shared_lib_plus_plus-1.patch)
Index: core/base/util-linux-ng/PKGBUILD
diff -u core/base/util-linux-ng/PKGBUILD:1.3 core/base/util-linux-ng/PKGBUILD:1.4
--- core/base/util-linux-ng/PKGBUILD:1.3	Thu Nov 15 19:02:39 2007
+++ core/base/util-linux-ng/PKGBUILD	Sun Dec  2 22:17:25 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.3 2007/11/16 00:02:39 daniel Exp $
+# $Id: PKGBUILD,v 1.4 2007/12/03 03:17:25 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=util-linux-ng
 pkgver=2.13.0.1
@@ -6,7 +6,7 @@
 pkgdesc="Miscellaneous system utilities for Linux"
 arch=('i686' 'x86_64')
 groups=('base')
-depends=('bash' 'ncurses' 'zlib' 'e2fsprogs')
+depends=('ncurses' 'zlib' 'e2fsprogs')
 replaces=('linux32' 'util-linux')
 conflicts=('linux32' 'util-linux')
 provides=('linux32' 'util-linux')




More information about the arch-commits mailing list