[arch-commits] CVS update of core/devel (6 files)

Dan McGee dan at archlinux.org
Mon Dec 3 03:13:11 UTC 2007


    Date: Sunday, December 2, 2007 @ 22:13:11
  Author: dan
    Path: /home/cvs-core/core/devel

Modified: autoconf/PKGBUILD (1.26 -> 1.27) automake/PKGBUILD (1.42 -> 1.43)
          flex/PKGBUILD (1.20 -> 1.21) libtool/PKGBUILD (1.31 -> 1.32)
          m4/PKGBUILD (1.25 -> 1.26) make/PKGBUILD (1.18 -> 1.19)

bash->sh updates, and removal of bash where it isn't required


-------------------+
 autoconf/PKGBUILD |    4 ++--
 automake/PKGBUILD |    4 ++--
 flex/PKGBUILD     |    4 ++--
 libtool/PKGBUILD  |    4 ++--
 m4/PKGBUILD       |    4 ++--
 make/PKGBUILD     |    4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)


Index: core/devel/autoconf/PKGBUILD
diff -u core/devel/autoconf/PKGBUILD:1.26 core/devel/autoconf/PKGBUILD:1.27
--- core/devel/autoconf/PKGBUILD:1.26	Thu Nov 15 18:53:12 2007
+++ core/devel/autoconf/PKGBUILD	Sun Dec  2 22:13:10 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.26 2007/11/15 23:53:12 daniel Exp $
+# $Id: PKGBUILD,v 1.27 2007/12/03 03:13:10 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=autoconf
 pkgver=2.61
@@ -8,7 +8,7 @@
 license=('GPL')
 url="http://www.gnu.org/software/autoconf"
 groups=('base-devel')
-depends=('awk' 'm4' 'diffutils' 'bash')
+depends=('awk' 'm4' 'diffutils' 'sh')
 options=('!makeflags')
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('51f472f71a6a04850a0f0126bf594cdb')
Index: core/devel/automake/PKGBUILD
diff -u core/devel/automake/PKGBUILD:1.42 core/devel/automake/PKGBUILD:1.43
--- core/devel/automake/PKGBUILD:1.42	Thu Nov 15 18:53:12 2007
+++ core/devel/automake/PKGBUILD	Sun Dec  2 22:13:10 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.42 2007/11/15 23:53:12 daniel Exp $
+# $Id: PKGBUILD,v 1.43 2007/12/03 03:13:10 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=automake
 pkgver=1.10
@@ -8,7 +8,7 @@
 license=('GPL')
 url="http://www.gnu.org/software/automake"
 groups=('base-devel')
-depends=('perl' 'bash')
+depends=('perl' 'sh')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('452163c32d061c53a7acc0e8c1b689ba')
 
Index: core/devel/flex/PKGBUILD
diff -u core/devel/flex/PKGBUILD:1.20 core/devel/flex/PKGBUILD:1.21
--- core/devel/flex/PKGBUILD:1.20	Thu Nov 15 18:53:14 2007
+++ core/devel/flex/PKGBUILD	Sun Dec  2 22:13:10 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.20 2007/11/15 23:53:14 daniel Exp $
+# $Id: PKGBUILD,v 1.21 2007/12/03 03:13:10 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=flex
 pkgver=2.5.33
@@ -8,7 +8,7 @@
 url="http://flex.sourceforge.net"
 license=('custom')
 groups=('base-devel')
-depends=('glibc' 'bash')
+depends=('glibc' 'sh')
 source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2 
         flex-yytext.patch)
 md5sums=('343374a00b38d9e39d1158b71af37150' '3aeab6871ea9fed8ed45db5692e390ca')
Index: core/devel/libtool/PKGBUILD
diff -u core/devel/libtool/PKGBUILD:1.31 core/devel/libtool/PKGBUILD:1.32
--- core/devel/libtool/PKGBUILD:1.31	Thu Nov 15 18:53:18 2007
+++ core/devel/libtool/PKGBUILD	Sun Dec  2 22:13:11 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.31 2007/11/15 23:53:18 daniel Exp $
+# $Id: PKGBUILD,v 1.32 2007/12/03 03:13:11 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=libtool
 pkgver=1.5.24
@@ -8,7 +8,7 @@
 license=('GPL')
 url="http://www.gnu.org/software/libtool"
 groups=('base-devel')
-depends=('bash')
+depends=('sh')
 source=(ftp://ftp.gnu.org/pub/gnu/libtool/$pkgname-$pkgver.tar.gz)
 md5sums=('d0071c890101fcf4f2be8934a37841b0')
 options=('!libtool')
Index: core/devel/m4/PKGBUILD
diff -u core/devel/m4/PKGBUILD:1.25 core/devel/m4/PKGBUILD:1.26
--- core/devel/m4/PKGBUILD:1.25	Thu Nov 15 19:02:34 2007
+++ core/devel/m4/PKGBUILD	Sun Dec  2 22:13:11 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.25 2007/11/16 00:02:34 daniel Exp $
+# $Id: PKGBUILD,v 1.26 2007/12/03 03:13:11 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=m4
 pkgver=1.4.10
@@ -8,7 +8,7 @@
 license=('GPL')
 url="http://www.gnu.org/software/m4"
 groups=('base-devel')
-depends=('glibc' 'bash')
+depends=('glibc')
 source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz)
 md5sums=('4f2cdda3328ec06198578596e8b12727')
 
Index: core/devel/make/PKGBUILD
diff -u core/devel/make/PKGBUILD:1.18 core/devel/make/PKGBUILD:1.19
--- core/devel/make/PKGBUILD:1.18	Thu Nov 15 19:02:34 2007
+++ core/devel/make/PKGBUILD	Sun Dec  2 22:13:11 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.18 2007/11/16 00:02:34 daniel Exp $
+# $Id: PKGBUILD,v 1.19 2007/12/03 03:13:11 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=make
 pkgver=3.81
@@ -8,7 +8,7 @@
 url="http://www.gnu.org/software/make"
 license=('GPL')
 groups=('base-devel')
-depends=('glibc' 'bash')
+depends=('glibc')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('a4e9494ac6dc3f6b0c5ff75c5d52abba')
 




More information about the arch-commits mailing list