[arch-commits] Commit in which/trunk (PKGBUILD)

2019-11-13 Thread Felix Yan via arch-commits
Date: Wednesday, November 13, 2019 @ 17:09:14
  Author: felixonmars
Revision: 368291

[core] mass rebuild

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 17:09:13 UTC (rev 368290)
+++ PKGBUILD2019-11-13 17:09:14 UTC (rev 368291)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.21
-pkgrel=4
+pkgrel=5
 pkgdesc='A utility to show the full path of commands'
 arch=('x86_64')
 url='https://savannah.gnu.org/projects/which/'


[arch-commits] Commit in which/trunk (PKGBUILD)

2019-10-06 Thread Sébastien Luttringer via arch-commits
Date: Sunday, October 6, 2019 @ 15:49:59
  Author: seblu
Revision: 363954

upgpkg: which 2.21-4

https://www.archlinux.org/todo/base-group-removal/

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-06 15:49:10 UTC (rev 363953)
+++ PKGBUILD2019-10-06 15:49:59 UTC (rev 363954)
@@ -4,12 +4,12 @@
 
 pkgname=which
 pkgver=2.21
-pkgrel=3
+pkgrel=4
 pkgdesc='A utility to show the full path of commands'
 arch=('x86_64')
 url='https://savannah.gnu.org/projects/which/'
 license=('GPL3')
-groups=('base' 'base-devel')
+groups=('base-devel')
 depends=('glibc' 'bash')
 # gpg key is using deprecated md5 algo, do not use
 # check if a new one is issued in the next release


[arch-commits] Commit in which/trunk (PKGBUILD)

2018-11-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 3, 2018 @ 16:38:38
  Author: jelle
Revision: 337781

upgpkg: which 2.21-3

PIE/BUILDINFO rebuild

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-03 16:10:52 UTC (rev 337780)
+++ PKGBUILD2018-11-03 16:38:38 UTC (rev 337781)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.21
-pkgrel=2
+pkgrel=3
 pkgdesc='A utility to show the full path of commands'
 arch=('x86_64')
 url='https://savannah.gnu.org/projects/which/'


[arch-commits] Commit in which/trunk (PKGBUILD which.install)

2016-05-14 Thread Sébastien Luttringer
Date: Saturday, May 14, 2016 @ 15:14:25
  Author: seblu
Revision: 267965

upgpkg: which 2.21-2

https://www.archlinux.org/todo/hooks-part-1/

Modified:
  which/trunk/PKGBUILD
Deleted:
  which/trunk/which.install

---+
 PKGBUILD  |3 +--
 which.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 13:10:33 UTC (rev 267964)
+++ PKGBUILD2016-05-14 13:14:25 UTC (rev 267965)
@@ -5,7 +5,7 @@
 
 pkgname=which
 pkgver=2.21
-pkgrel=1
+pkgrel=2
 pkgdesc='A utility to show the full path of commands'
 arch=('i686' 'x86_64')
 url='http://savannah.gnu.org/projects/which'
@@ -12,7 +12,6 @@
 license=('GPL3')
 groups=('base' 'base-devel')
 depends=('glibc' 'bash')
-install=which.install
 # gpg key is using deprecated md5 algo, do not use
 # check if a new one is issued in the next release
 source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)

Deleted: which.install
===
--- which.install   2016-05-14 13:10:33 UTC (rev 267964)
+++ which.install   2016-05-14 13:14:25 UTC (rev 267965)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(which.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info "$infodir/$file.gz" "$infodir/dir" 2>/dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info --delete "$infodir/$file" "$infodir/dir" 2>/dev/null
-  done
-}


[arch-commits] Commit in which/trunk (PKGBUILD)

2015-03-21 Thread Sébastien Luttringer
Date: Saturday, March 21, 2015 @ 15:13:39
  Author: seblu
Revision: 234442

upgpkg: which 2.21-1

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-21 09:25:47 UTC (rev 234441)
+++ PKGBUILD2015-03-21 14:13:39 UTC (rev 234442)
@@ -4,8 +4,8 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=which
-pkgver=2.20
-pkgrel=7
+pkgver=2.21
+pkgrel=1
 pkgdesc='A utility to show the full path of commands'
 arch=('i686' 'x86_64')
 url='http://savannah.gnu.org/projects/which'
@@ -16,7 +16,7 @@
 # gpg key is using deprecated md5 algo, do not use
 # check if a new one is issued in the next release
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('95be0501a466e515422cde4af46b2744')
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in which/trunk (PKGBUILD which.install)

2014-07-01 Thread Sébastien Luttringer
Date: Tuesday, July 1, 2014 @ 22:43:38
  Author: seblu
Revision: 216175

upgpkg: which 2.20-7

- New upstream URL. Old one are dead.
- Bashify install file
- Syntax winter cleanup
- Change maintainership
- https://www.archlinux.org/todo/mtree-rebuilds/

Modified:
  which/trunk/PKGBUILD
  which/trunk/which.install

---+
 PKGBUILD  |   24 ++--
 which.install |   14 +++---
 2 files changed, 21 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 19:15:44 UTC (rev 216174)
+++ PKGBUILD2014-07-01 20:43:38 UTC (rev 216175)
@@ -1,27 +1,31 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=which
 pkgver=2.20
-pkgrel=6
-pkgdesc=A utility to show the full path of commands
+pkgrel=7
+pkgdesc='A utility to show the full path of commands'
 arch=('i686' 'x86_64')
-url=http://www.xs4all.nl/~carlo17/which;
+url='http://savannah.gnu.org/projects/which'
 license=('GPL3')
 groups=('base' 'base-devel')
-depends=('glibc' 'sh')
+depends=('glibc' 'bash')
 install=which.install
-source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('95be0501a466e515422cde4af46b2744')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('95be0501a466e515422cde4af46b2744'
+ 'SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: which.install
===
--- which.install   2014-07-01 19:15:44 UTC (rev 216174)
+++ which.install   2014-07-01 20:43:38 UTC (rev 216175)
@@ -2,19 +2,19 @@
 filelist=(which.info)
 
 post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2/dev/null
   done
 }
 
 post_upgrade() {
-  post_install $1
+  post_install $1
 }
 
 pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2/dev/null
   done
 }



[arch-commits] Commit in which/trunk (PKGBUILD)

2013-01-27 Thread Allan McRae
Date: Sunday, January 27, 2013 @ 13:31:30
  Author: allan
Revision: 176099

upgpkg: which 2.20-6

rebuild to add to base-devel

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 12:27:55 UTC (rev 176098)
+++ PKGBUILD2013-01-27 12:31:30 UTC (rev 176099)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=5
+pkgrel=6
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;



[arch-commits] Commit in which/trunk (PKGBUILD)

2013-01-01 Thread Allan McRae
Date: Tuesday, January 1, 2013 @ 06:53:35
  Author: allan
Revision: 174002

add to base-devel

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-01 11:53:17 UTC (rev 174001)
+++ PKGBUILD2013-01-01 11:53:35 UTC (rev 174002)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;
 license=('GPL3')
-groups=('base')
+groups=('base' 'base-devel')
 depends=('glibc' 'sh')
 install=which.install
 source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)



[arch-commits] Commit in which/trunk (PKGBUILD)

2011-11-03 Thread Allan McRae
Date: Thursday, November 3, 2011 @ 10:29:40
  Author: allan
Revision: 141956

signing rebuild

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-03 14:24:19 UTC (rev 141955)
+++ PKGBUILD2011-11-03 14:29:40 UTC (rev 141956)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=4
+pkgrel=5
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;



[arch-commits] Commit in which/trunk (PKGBUILD)

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 22:27:58
  Author: stephane
Revision: 100049

upgpkg: which 2.20-4
rebuild of old package, tidy up PKGBUILD

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-20 03:27:34 UTC (rev 100048)
+++ PKGBUILD2010-11-20 03:27:58 UTC (rev 100049)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=3
+pkgrel=4
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;
@@ -18,7 +18,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {



[arch-commits] Commit in which/trunk (PKGBUILD)

2010-04-18 Thread Allan McRae
Date: Sunday, April 18, 2010 @ 07:20:36
  Author: allan
Revision: 77838

upgpkg: which 2.20-3
make sure sh is available for install script

Modified:
  which/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-18 11:06:39 UTC (rev 77837)
+++ PKGBUILD2010-04-18 11:20:36 UTC (rev 77838)
@@ -4,13 +4,13 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=2
+pkgrel=3
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;
 license=('GPL3')
 groups=('base')
-depends=('glibc')
+depends=('glibc' 'sh')
 install=which.install
 source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('95be0501a466e515422cde4af46b2744')



[arch-commits] Commit in which/trunk (PKGBUILD which.install)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:30:24
  Author: allan
Revision: 69366

upgpkg: which 2.20-2
rebuild to compress info page, remove texinfo dep

Modified:
  which/trunk/PKGBUILD
  which/trunk/which.install

---+
 PKGBUILD  |   17 ++---
 which.install |6 +++---
 2 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:28:09 UTC (rev 69365)
+++ PKGBUILD2010-02-20 11:30:24 UTC (rev 69366)
@@ -1,24 +1,27 @@
 # $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=which
 pkgver=2.20
-pkgrel=1
+pkgrel=2
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;
 license=('GPL3')
+groups=('base')
+depends=('glibc')
 install=which.install
-groups=('base')
-depends=('glibc' 'texinfo')
 source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('95be0501a466e515422cde4af46b2744')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+}
 
-  rm -f ${pkgdir}/usr/share/info/dir
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Modified: which.install
===
--- which.install   2010-02-20 11:28:09 UTC (rev 69365)
+++ which.install   2010-02-20 11:30:24 UTC (rev 69366)
@@ -2,8 +2,9 @@
 filelist=(which.info)
 
 post_install() {
+  [ -x usr/bin/install-info ] || return 0
   for file in ${fileli...@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }
 
@@ -12,9 +13,8 @@
 }
 
 pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
   for file in ${fileli...@]}; do
 install-info --delete $infodir/$file $infodir/dir 2 /dev/null
   done
 }
-
-# vim:set ts=2 sw=2 et: