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

2020-02-16 Thread Pierre Schmitz via arch-commits
Date: Sunday, February 16, 2020 @ 17:59:32
  Author: pierre
Revision: 375701

upgpkg: zsh 5.8-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 16:38:37 UTC (rev 375700)
+++ PKGBUILD2020-02-16 17:59:32 UTC (rev 375701)
@@ -2,7 +2,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.7.1
+pkgver=5.8
 pkgrel=1
 arch=('x86_64')
 url='https://www.zsh.org/'
@@ -10,9 +10,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-sha512sums=('a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0'
+sha512sums=('96198ecef498b7d7945fecebbe6bf14065fa8c5d81a7662164579eba8206b79575812d292adea1864bc7487ac0818ba900e25f9ab3802449340de80417c2c533'
 'SKIP'
-
'e51bc8eb408bcb20bf8a4f0b8588f7803fdd433445efa282f598a3bec4575cba7feaad117cd2d5077f51150bf0ba41a673ffb925ade33c435db498f1d791cc8c'
+
'38cc549818eb9c6952051b714dd2008d99605aba4ca4f614e62b033c9b067dd2031fff766ac5c1efe5bb52eae32bd482dea5df2b2d46decb7ecdb458f3da9d52'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
@@ -33,7 +33,7 @@
rm -rf Completion/$_fpath
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
-   rm Completion/Linux/Command/_{pkgtool,rpmbuild}
+   rm Completion/Linux/Command/_pkgtool
 }
 
 build() {


[arch-commits] Commit in zsh/trunk (PKGBUILD vcs_info.patch)

2019-02-04 Thread Pierre Schmitz via arch-commits
Date: Monday, February 4, 2019 @ 15:39:24
  Author: pierre
Revision: 345249

upgpkg: zsh 5.7.1-1

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/vcs_info.patch

+
 PKGBUILD   |   15 ++-
 vcs_info.patch |   35 ---
 2 files changed, 6 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:53:33 UTC (rev 345248)
+++ PKGBUILD2019-02-04 15:39:24 UTC (rev 345249)
@@ -2,20 +2,19 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.7
-pkgrel=2
+pkgver=5.7.1
+pkgrel=1
 arch=('x86_64')
 url='https://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile' 'vcs_info.patch')
-sha512sums=('cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958'
+'zprofile')
+sha512sums=('a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0'
 'SKIP'
-
'4b5f256ed39c0594daf2fdb2f995c60944c70556438b986fcf6f4e40dbfdc58e70eb65691c841d5dbb973a20b30255abe55ed140482b7afd446e1911c4efd395'
+
'e51bc8eb408bcb20bf8a4f0b8588f7803fdd433445efa282f598a3bec4575cba7feaad117cd2d5077f51150bf0ba41a673ffb925ade33c435db498f1d791cc8c'
 'SKIP'
-
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034'
-
'f72285f2ddedf1da44f419c13b54dca2a1845027ff36a4b00ea58aadf3e19986aed3568325afbc4ff7b7e92820875ac75263287dce73c2ba1d16409d5def0353')
+
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
   'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444'
   '7CA7ECAAF06216B90F894146ACF8146CAE8CBBC4')
@@ -35,8 +34,6 @@
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-
-   patch -p1 -i "${srcdir}/vcs_info.patch"
 }
 
 build() {

Deleted: vcs_info.patch
===
--- vcs_info.patch  2019-02-04 14:53:33 UTC (rev 345248)
+++ vcs_info.patch  2019-02-04 15:39:24 UTC (rev 345249)
@@ -1,35 +0,0 @@
-From b70919e0d9dadc93893e9d18bc3ef13b88756ecf Mon Sep 17 00:00:00 2001
-From: dana 
-Date: Sun, 27 Jan 2019 00:26:31 -0600
-Subject: [PATCH] 44020: VCS_INFO_detect_p4: Fix infinite recursion
-

- ChangeLog  | 5 +
- Functions/VCS_Info/Backends/VCS_INFO_detect_p4 | 1 -
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/ChangeLog b/ChangeLog
-index 81668ccc9..be243c1b8 100644
 a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,8 @@
-+2018-01-27  dana  
-+
-+  * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
-+  infinite recursion
-+
- 2018-01-24  dana  
- 
-   * unposted: Config/version.mk: Post-release version bump
-diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 
b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
-index d171c68ee..5ec21da9f 100644
 a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
-+++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
-@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() {
- }
- 
- 
--(( ${+functions[VCS_INFO_detect_p4]} )) ||
- VCS_INFO_detect_p4() {
-   local serverport p4where
- 


[arch-commits] Commit in zsh/trunk (PKGBUILD vcs_info.patch)

2019-01-26 Thread Pierre Schmitz via arch-commits
Date: Sunday, January 27, 2019 @ 07:49:51
  Author: pierre
Revision: 344861

upgpkg: zsh 5.7-2

Added:
  zsh/trunk/vcs_info.patch
Modified:
  zsh/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 vcs_info.patch |   35 +++
 2 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-27 06:43:21 UTC (rev 344860)
+++ PKGBUILD2019-01-27 07:49:51 UTC (rev 344861)
@@ -3,18 +3,19 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile')
+'zprofile' 'vcs_info.patch')
 
sha512sums=('cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958'
 'SKIP'
 
'4b5f256ed39c0594daf2fdb2f995c60944c70556438b986fcf6f4e40dbfdc58e70eb65691c841d5dbb973a20b30255abe55ed140482b7afd446e1911c4efd395'
 'SKIP'
-
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
+
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034'
+
'f72285f2ddedf1da44f419c13b54dca2a1845027ff36a4b00ea58aadf3e19986aed3568325afbc4ff7b7e92820875ac75263287dce73c2ba1d16409d5def0353')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
   'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444'
   '7CA7ECAAF06216B90F894146ACF8146CAE8CBBC4')
@@ -34,6 +35,8 @@
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
rm Completion/Linux/Command/_{pkgtool,rpmbuild}
+
+   patch -p1 -i "${srcdir}/vcs_info.patch"
 }
 
 build() {

Added: vcs_info.patch
===
--- vcs_info.patch  (rev 0)
+++ vcs_info.patch  2019-01-27 07:49:51 UTC (rev 344861)
@@ -0,0 +1,35 @@
+From b70919e0d9dadc93893e9d18bc3ef13b88756ecf Mon Sep 17 00:00:00 2001
+From: dana 
+Date: Sun, 27 Jan 2019 00:26:31 -0600
+Subject: [PATCH] 44020: VCS_INFO_detect_p4: Fix infinite recursion
+
+---
+ ChangeLog  | 5 +
+ Functions/VCS_Info/Backends/VCS_INFO_detect_p4 | 1 -
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/ChangeLog b/ChangeLog
+index 81668ccc9..be243c1b8 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,8 @@
++2018-01-27  dana  
++
++  * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
++  infinite recursion
++
+ 2018-01-24  dana  
+ 
+   * unposted: Config/version.mk: Post-release version bump
+diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 
b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
+index d171c68ee..5ec21da9f 100644
+--- a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
 b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
+@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() {
+ }
+ 
+ 
+-(( ${+functions[VCS_INFO_detect_p4]} )) ||
+ VCS_INFO_detect_p4() {
+   local serverport p4where
+ 


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

2019-01-25 Thread Pierre Schmitz via arch-commits
Date: Friday, January 25, 2019 @ 17:59:14
  Author: pierre
Revision: 344770

upgpkg: zsh 5.7-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 15:17:00 UTC (rev 344769)
+++ PKGBUILD2019-01-25 17:59:14 UTC (rev 344770)
@@ -2,21 +2,22 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.6.2
+pkgver=5.7
 pkgrel=1
 arch=('x86_64')
-url='http://www.zsh.org/'
+url='https://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-sha512sums=('f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2'
+sha512sums=('cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958'
 'SKIP'
-
'5102314e2857b032c6e6b4b715c261970b2f0c28663aff99fb87f7bb6c3971f88f8e8892ed349793570beae3fb68ff7923c82e99a3c1bb485e4639f01caaad4a'
+
'4b5f256ed39c0594daf2fdb2f995c60944c70556438b986fcf6f4e40dbfdc58e70eb65691c841d5dbb973a20b30255abe55ed140482b7afd446e1911c4efd395'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
-  'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444')
+  'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444'
+  '7CA7ECAAF06216B90F894146ACF8146CAE8CBBC4')
 
 prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"


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

2018-09-14 Thread Pierre Schmitz via arch-commits
Date: Friday, September 14, 2018 @ 14:45:40
  Author: pierre
Revision: 334560

upgpkg: zsh 5.6.2-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 14:10:27 UTC (rev 334559)
+++ PKGBUILD2018-09-14 14:45:40 UTC (rev 334560)
@@ -2,7 +2,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 arch=('x86_64')
 url='http://www.zsh.org/'
@@ -10,12 +10,13 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-sha512sums=('45a60b864482a276277d8443f6faf41a2f63e11ab89a4ec0276c897971f34a874393f79c118af915b8f325a1b0265a457a1a82e8d33530f7fb797ece9c2adb7b'
+sha512sums=('f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2'
 'SKIP'
-
'a3b64c01ce817d31c48bd8da7342af2a2adb116e6f58dab84f9c79fc9e687c4d83b2e5a2375ffe070376adc609b3f4f4f4114e5fd77f6f0b75859c5c30f7c752'
+
'5102314e2857b032c6e6b4b715c261970b2f0c28663aff99fb87f7bb6c3971f88f8e8892ed349793570beae3fb68ff7923c82e99a3c1bb485e4639f01caaad4a'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
-validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
+validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
+  'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444')
 
 prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"


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

2018-09-11 Thread Pierre Schmitz via arch-commits
Date: Tuesday, September 11, 2018 @ 07:25:48
  Author: pierre
Revision: 334360

upgpkg: zsh 5.6.1-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 07:10:39 UTC (rev 334359)
+++ PKGBUILD2018-09-11 07:25:48 UTC (rev 334360)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.6
+pkgver=5.6.1
 pkgrel=1
 arch=('x86_64')
 url='http://www.zsh.org/'
@@ -11,9 +11,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-sha512sums=('791cbeff45a5ef86608341147724f8b301a50eae1500f94eaaef1074c14c516c32d3f5628b8b16dbe42b7ad812c1a221240c1d4c5cd240144a00976c196f0735'
+sha512sums=('45a60b864482a276277d8443f6faf41a2f63e11ab89a4ec0276c897971f34a874393f79c118af915b8f325a1b0265a457a1a82e8d33530f7fb797ece9c2adb7b'
 'SKIP'
-
'f3ecd9afc02c5be71c804f5a44282c4d81acb5ced0d4c21f4f4ac6d04f2c2b5c1ccfe003cba64639943cd3b48ec45174c387b0a272ccf7759e325a499272f5f2'
+
'a3b64c01ce817d31c48bd8da7342af2a2adb116e6f58dab84f9c79fc9e687c4d83b2e5a2375ffe070376adc609b3f4f4f4114e5fd77f6f0b75859c5c30f7c752'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2018-09-10 Thread Pierre Schmitz via arch-commits
Date: Monday, September 10, 2018 @ 15:15:07
  Author: pierre
Revision: 334311

upgpkg: zsh 5.6-1

Modified:
  zsh/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 15:06:51 UTC (rev 334310)
+++ PKGBUILD2018-09-10 15:15:07 UTC (rev 334311)
@@ -3,17 +3,17 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.5.1
-pkgrel=2
+pkgver=5.6
+pkgrel=1
 arch=('x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
-source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.gz"{,.asc}
+source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-sha512sums=('c4f7327a3f5480bd9a169fb07e34812e0106fa9de3b5f7d38bb0db85a3e4d01b9a4a8f35553da03a15d7d819108305cfaa2811c945273e2cac84512219e69ebb'
+sha512sums=('791cbeff45a5ef86608341147724f8b301a50eae1500f94eaaef1074c14c516c32d3f5628b8b16dbe42b7ad812c1a221240c1d4c5cd240144a00976c196f0735'
 'SKIP'
-
'd121d3e642e15406ea3e570fe67bb023f27b10e3f12a6a8a8ad02b1f7070c88445f0431a411a8e54ff92a237ba7c4334f4d6f9fb3f4bebeade4c02e42bdf1a5e'
+
'f3ecd9afc02c5be71c804f5a44282c4d81acb5ced0d4c21f4f4ac6d04f2c2b5c1ccfe003cba64639943cd3b48ec45174c387b0a272ccf7759e325a499272f5f2'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2018-06-24 Thread Pierre Schmitz via arch-commits
Date: Sunday, June 24, 2018 @ 10:00:13
  Author: pierre
Revision: 327522

upgpkg: zsh 5.5.1-2

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-24 09:57:52 UTC (rev 327521)
+++ PKGBUILD2018-06-24 10:00:13 UTC (rev 327522)
@@ -4,7 +4,7 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.5.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://www.zsh.org/'
 license=('custom')


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

2018-04-17 Thread Pierre Schmitz via arch-commits
Date: Tuesday, April 17, 2018 @ 17:38:24
  Author: pierre
Revision: 321929

upgpkg: zsh 5.5.1-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-17 02:54:09 UTC (rev 321928)
+++ PKGBUILD2018-04-17 17:38:24 UTC (rev 321929)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.5
+pkgver=5.5.1
 pkgrel=1
 arch=('x86_64')
 url='http://www.zsh.org/'
@@ -11,9 +11,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.gz"{,.asc}
 'zprofile')
-sha512sums=('aafa29e1bc29d35fb5822ad4ca5f4c64b1e4a4e3f9bff70e9e5976918fa9e7906467bd11f69291e694dfa77efa1e5433d7839fc668aa572228623f1c131c381f'
+sha512sums=('c4f7327a3f5480bd9a169fb07e34812e0106fa9de3b5f7d38bb0db85a3e4d01b9a4a8f35553da03a15d7d819108305cfaa2811c945273e2cac84512219e69ebb'
 'SKIP'
-
'769ebcaeb90b2cf6e81142160d1d25e4b38112c49a86178077891eb59c60e71ddfc3a873fe71cefd782fc794d094ce30ce753c9d74d114ba9b383b76e0db02d1'
+
'd121d3e642e15406ea3e570fe67bb023f27b10e3f12a6a8a8ad02b1f7070c88445f0431a411a8e54ff92a237ba7c4334f4d6f9fb3f4bebeade4c02e42bdf1a5e'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2018-04-09 Thread Pierre Schmitz via arch-commits
Date: Monday, April 9, 2018 @ 07:58:53
  Author: pierre
Revision: 321339

upgpkg: zsh 5.5-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 07:26:52 UTC (rev 321338)
+++ PKGBUILD2018-04-09 07:58:53 UTC (rev 321339)
@@ -3,8 +3,8 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.5
+pkgrel=1
 arch=('x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -11,9 +11,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.gz"{,.asc}
 'zprofile')
-sha512sums=('5eaa2ff3dc8052dfb50d2be19bfeed1856b00f7c2dc698129c95c2373a516ee61dba5b42ded390ac20b171abe352b1875f177a4dda8fdc15a4f2a05bb7a024e2'
+sha512sums=('aafa29e1bc29d35fb5822ad4ca5f4c64b1e4a4e3f9bff70e9e5976918fa9e7906467bd11f69291e694dfa77efa1e5433d7839fc668aa572228623f1c131c381f'
 'SKIP'
-
'76cb8ec64d0ddab5562b34415f3b6837e7c6339162488ba3cf2c50e70c571b5597d5fe37d24ba0cad65ef24e6d47bba3077dc1e2016e055ad77bda951fc56b39'
+
'769ebcaeb90b2cf6e81142160d1d25e4b38112c49a86178077891eb59c60e71ddfc3a873fe71cefd782fc794d094ce30ce753c9d74d114ba9b383b76e0db02d1'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2018-01-04 Thread Felix Yan via arch-commits
Date: Friday, January 5, 2018 @ 02:48:28
  Author: felixonmars
Revision: 314062

upgpkg: zsh 5.4.2-2

rebuild with gdbm 1.14.1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 02:44:14 UTC (rev 314061)
+++ PKGBUILD2018-01-05 02:48:28 UTC (rev 314062)
@@ -4,7 +4,7 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.4.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -11,11 +11,11 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.gz"{,.asc}
 'zprofile')
-md5sums=('dfe156fd69b0d8d1745ecf6d6e02e047'
- 'SKIP'
- 'f6f95c1b7c04ca8fb14154c1f828d6aa'
- 'SKIP'
- '24a9335edf77252a7b5f52e079f7aef7')
+sha512sums=('5eaa2ff3dc8052dfb50d2be19bfeed1856b00f7c2dc698129c95c2373a516ee61dba5b42ded390ac20b171abe352b1875f177a4dda8fdc15a4f2a05bb7a024e2'
+'SKIP'
+
'76cb8ec64d0ddab5562b34415f3b6837e7c6339162488ba3cf2c50e70c571b5597d5fe37d24ba0cad65ef24e6d47bba3077dc1e2016e055ad77bda951fc56b39'
+'SKIP'
+
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
 
 prepare() {


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

2017-08-29 Thread Pierre Schmitz
Date: Tuesday, August 29, 2017 @ 22:37:30
  Author: pierre
Revision: 304329

upgpkg: zsh 5.4.2-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 18:44:00 UTC (rev 304328)
+++ PKGBUILD2017-08-29 22:37:30 UTC (rev 304329)
@@ -3,17 +3,17 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.4.1
+pkgver=5.4.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
-source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
+source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.gz"{,.asc}
 'zprofile')
-md5sums=('0b80b7f64c30397cd747d97c378018af'
+md5sums=('dfe156fd69b0d8d1745ecf6d6e02e047'
  'SKIP'
- '1724342c71a7194cdc02e22be7464ba3'
+ 'f6f95c1b7c04ca8fb14154c1f828d6aa'
  'SKIP'
  '24a9335edf77252a7b5f52e079f7aef7')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2017-08-09 Thread Pierre Schmitz
Date: Wednesday, August 9, 2017 @ 16:33:53
  Author: pierre
Revision: 301807

upgpkg: zsh 5.4.1-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-09 10:37:58 UTC (rev 301806)
+++ PKGBUILD2017-08-09 16:33:53 UTC (rev 301807)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.4
+pkgver=5.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,9 +11,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-md5sums=('5051c31f20173d88ce307f514f23a409'
+md5sums=('0b80b7f64c30397cd747d97c378018af'
  'SKIP'
- '43bc3e821d9d486587bc8507640a0475'
+ '1724342c71a7194cdc02e22be7464ba3'
  'SKIP'
  '24a9335edf77252a7b5f52e079f7aef7')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2016-12-22 Thread Pierre Schmitz
Date: Thursday, December 22, 2016 @ 19:42:23
  Author: pierre
Revision: 284462

upgpkg: zsh 5.3.1-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 19:26:55 UTC (rev 284461)
+++ PKGBUILD2016-12-22 19:42:23 UTC (rev 284462)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.3
+pkgver=5.3.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,9 +11,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-md5sums=('c5ba34e68fcf62a2e78adc56bf3d328a'
+md5sums=('67d3e5ed99de68340c16aef613b0ecf7'
  'SKIP'
- '12c35fff5b1b902a5a81ab79cb9c3da6'
+ '6b908409528e77e00a26b7283f1f425d'
  'SKIP'
  '24a9335edf77252a7b5f52e079f7aef7')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2016-12-13 Thread Pierre Schmitz
Date: Tuesday, December 13, 2016 @ 15:49:52
  Author: pierre
Revision: 283099

upgpkg: zsh 5.3-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 07:58:36 UTC (rev 283098)
+++ PKGBUILD2016-12-13 15:49:52 UTC (rev 283099)
@@ -3,8 +3,8 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.2
-pkgrel=2
+pkgver=5.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -11,9 +11,9 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-md5sums=('afe96fde08b70e23c1cab1ca7a68fb34'
+md5sums=('c5ba34e68fcf62a2e78adc56bf3d328a'
  'SKIP'
- '873f1ade1fa5d0d15f9cba16d3ba5f98'
+ '12c35fff5b1b902a5a81ab79cb9c3da6'
  'SKIP'
  '24a9335edf77252a7b5f52e079f7aef7')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2016-11-20 Thread Pierre Schmitz
Date: Sunday, November 20, 2016 @ 09:58:19
  Author: pierre
Revision: 281654

upgpkg: zsh 5.2-2

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/zsh-doc.install

-+
 PKGBUILD|9 +
 zsh-doc.install |   20 
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-20 09:38:11 UTC (rev 281653)
+++ PKGBUILD2016-11-20 09:58:19 UTC (rev 281654)
@@ -4,17 +4,19 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
-source=("http://www.zsh.org/pub/zsh-${pkgver}.tar.xz;
-"http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.xz;
+source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
 md5sums=('afe96fde08b70e23c1cab1ca7a68fb34'
+ 'SKIP'
  '873f1ade1fa5d0d15f9cba16d3ba5f98'
+ 'SKIP'
  '24a9335edf77252a7b5f52e079f7aef7')
+validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
 
 prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -77,7 +79,6 @@
 
 package_zsh-doc() {
pkgdesc='Info, HTML and PDF format of the ZSH documentation'
-   install=zsh-doc.install
 
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}/" install.info install.html

Deleted: zsh-doc.install
===
--- zsh-doc.install 2016-11-20 09:38:11 UTC (rev 281653)
+++ zsh-doc.install 2016-11-20 09:58:19 UTC (rev 281654)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(zsh.info zsh.info-1 zsh.info-2 zsh.info-3 zsh.info-4 zsh.info-5 
zsh.info-6)
-
-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
-}
-
-pre_remove() {
-   [ -x usr/bin/install-info ] || return 0
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file.gz $infodir/dir 2> 
/dev/null
-   done
-}


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

2015-12-03 Thread Pierre Schmitz
Date: Thursday, December 3, 2015 @ 17:30:45
  Author: pierre
Revision: 252146

upgpkg: zsh 5.2-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-03 16:13:46 UTC (rev 252145)
+++ PKGBUILD2015-12-03 16:30:45 UTC (rev 252146)
@@ -3,8 +3,8 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.1.1
-pkgrel=2
+pkgver=5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -12,8 +12,8 @@
 source=("http://www.zsh.org/pub/zsh-${pkgver}.tar.xz;
 "http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.xz;
 'zprofile')
-md5sums=('0e8ea3313300277a04cee80836507bae'
- 'ae55bc07b7054093fed09b52d575582a'
+md5sums=('afe96fde08b70e23c1cab1ca7a68fb34'
+ '873f1ade1fa5d0d15f9cba16d3ba5f98'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {
@@ -31,7 +31,6 @@
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-   rm Completion/Unix/Command/_systemd
 }
 
 build() {


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

2015-09-12 Thread Pierre Schmitz
Date: Saturday, September 12, 2015 @ 09:02:27
  Author: pierre
Revision: 245985

upgpkg: zsh 5.1.1-2

ncurses 6 rebuild

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 06:57:35 UTC (rev 245984)
+++ PKGBUILD2015-09-12 07:02:27 UTC (rev 245985)
@@ -4,7 +4,7 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')


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

2015-09-12 Thread Pierre Schmitz
Date: Saturday, September 12, 2015 @ 08:57:18
  Author: pierre
Revision: 245983

upgpkg: zsh 5.1.1-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 05:40:21 UTC (rev 245982)
+++ PKGBUILD2015-09-12 06:57:18 UTC (rev 245983)
@@ -3,8 +3,8 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.1
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -12,8 +12,8 @@
 source=("http://www.zsh.org/pub/zsh-${pkgver}.tar.xz;
 "http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.xz;
 'zprofile')
-md5sums=('fbf736a6540873f4fb7bdaf70cafb1f0'
- '1cae4809faf084081fb9aa08a3041288'
+md5sums=('0e8ea3313300277a04cee80836507bae'
+ 'ae55bc07b7054093fed09b52d575582a'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 20:39:14
  Author: foutrelis
Revision: 245391

ncurses 6.0 rebuild.

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 18:25:14 UTC (rev 245390)
+++ PKGBUILD2015-09-06 18:39:14 UTC (rev 245391)
@@ -4,7 +4,7 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')


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

2015-09-06 Thread Pierre Schmitz
Date: Sunday, September 6, 2015 @ 19:01:03
  Author: pierre
Revision: 245366

upgpkg: zsh 5.1-1

Modified:
  zsh/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 17:00:57 UTC (rev 245365)
+++ PKGBUILD2015-09-06 17:01:03 UTC (rev 245366)
@@ -3,17 +3,17 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.8
+pkgver=5.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
-source=("http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
-"http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
+source=("http://www.zsh.org/pub/zsh-${pkgver}.tar.xz;
+"http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.xz;
 'zprofile')
-md5sums=('e6759e8dd7b714d624feffd0a73ba0fe'
- 'c49d1f0d2e7593c966461e0c1fa70532'
+md5sums=('fbf736a6540873f4fb7bdaf70cafb1f0'
+ '1cae4809faf084081fb9aa08a3041288'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {
@@ -30,8 +30,8 @@
rm -rf Completion/$_fpath
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
-   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
-   rm -f  Completion/Unix/Command/_{osc,systemd}
+   rm Completion/Linux/Command/_{pkgtool,rpmbuild}
+   rm Completion/Unix/Command/_systemd
 }
 
 build() {


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

2015-06-02 Thread Pierre Schmitz
Date: Tuesday, June 2, 2015 @ 19:27:54
  Author: pierre
Revision: 240217

upgpkg: zsh 5.0.8-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 17:27:12 UTC (rev 240216)
+++ PKGBUILD2015-06-02 17:27:54 UTC (rev 240217)
@@ -3,8 +3,8 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.7
-pkgrel=2
+pkgver=5.0.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -12,8 +12,8 @@
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
 'zprofile')
-md5sums=('1cd396ce17952de50b8a89980d617f0a'
- 'ec04d46211a20281778ddbbde9aa680f'
+md5sums=('e6759e8dd7b714d624feffd0a73ba0fe'
+ 'c49d1f0d2e7593c966461e0c1fa70532'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {


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

2015-05-16 Thread Pierre Schmitz
Date: Saturday, May 16, 2015 @ 14:16:11
  Author: pierre
Revision: 239447

upgpkg: zsh 5.0.7-2

Modified:
  zsh/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-16 11:40:43 UTC (rev 239446)
+++ PKGBUILD2015-05-16 12:16:11 UTC (rev 239447)
@@ -4,7 +4,7 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.0.7
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -22,6 +22,9 @@
# Set correct keymap path
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
 
+   # Fix usb.ids path
+   sed -i 's#/usr/share/misc/usb.ids#/usr/share/hwdata/usb.ids#g' 
Completion/Linux/Command/_lsusb
+
# Remove unneeded and conflicting completion scripts
for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
rm -rf Completion/$_fpath


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

2014-10-08 Thread Pierre Schmitz
Date: Thursday, October 9, 2014 @ 06:07:39
  Author: pierre
Revision: 224133

upgpkg: zsh 5.0.7-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 04:03:07 UTC (rev 224132)
+++ PKGBUILD2014-10-09 04:07:39 UTC (rev 224133)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.6
+pkgver=5.0.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -12,8 +12,8 @@
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
 'zprofile')
-md5sums=('7150a6abc2aa1a79d81ed9a282594225'
- '759b5ae9710ceed11b02645a0049'
+md5sums=('1cd396ce17952de50b8a89980d617f0a'
+ 'ec04d46211a20281778ddbbde9aa680f'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {


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

2014-08-29 Thread Pierre Schmitz
Date: Friday, August 29, 2014 @ 10:29:07
  Author: pierre
Revision: 220790

upgpkg: zsh 5.0.6-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 02:40:26 UTC (rev 220789)
+++ PKGBUILD2014-08-29 08:29:07 UTC (rev 220790)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -12,8 +12,8 @@
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
 'zprofile')
-md5sums=('6156dc2f19b0a067bdbc0fb7f81e2017'
- '1eea70e7401a7a2116fa8de6ee5e8d32'
+md5sums=('7150a6abc2aa1a79d81ed9a282594225'
+ '759b5ae9710ceed11b02645a0049'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {



[arch-commits] Commit in zsh/trunk (PKGBUILD xattr-include.patch)

2014-01-07 Thread Pierre Schmitz
Date: Tuesday, January 7, 2014 @ 10:47:38
  Author: pierre
Revision: 203277

Workaround no longer needed with glibc 2.18-12

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/xattr-include.patch

-+
 PKGBUILD|8 ++--
 xattr-include.patch |   16 
 2 files changed, 2 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 09:24:12 UTC (rev 203276)
+++ PKGBUILD2014-01-07 09:47:38 UTC (rev 203277)
@@ -11,11 +11,10 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
-'zprofile' 'xattr-include.patch')
+'zprofile')
 md5sums=('6156dc2f19b0a067bdbc0fb7f81e2017'
  '1eea70e7401a7a2116fa8de6ee5e8d32'
- '24a9335edf77252a7b5f52e079f7aef7'
- 'd9af40097fcf112beba34919e8a5934f')
+ '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {
cd ${srcdir}/${pkgbase}-${pkgver}
@@ -30,9 +29,6 @@
done
rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
rm -f  Completion/Unix/Command/_{osc,systemd}
-
-   # Workaround for FS#38387
-   patch -p0 -i ${srcdir}/xattr-include.patch
 }
 
 build() {

Deleted: xattr-include.patch
===
--- xattr-include.patch 2014-01-07 09:24:12 UTC (rev 203276)
+++ xattr-include.patch 2014-01-07 09:47:38 UTC (rev 203277)
@@ -1,16 +0,0 @@
 Src/Modules/attr.c 2013-11-27 20:00:20.0 +0100
-+++ Src/Modules/attr.c 2014-01-06 11:55:38.550079342 +0100
-@@ -27,11 +27,12 @@
-  *
-  */
- 
-+#include sys/xattr.h
-+
- #include attr.mdh
- #include attr.pro
- 
- #include sys/types.h
--#include sys/xattr.h
- 
- static ssize_t
- xgetxattr(const char *path, const char *name, void *value, size_t size, int 
symlink)



[arch-commits] Commit in zsh/trunk (PKGBUILD xattr-include.patch)

2014-01-06 Thread Pierre Schmitz
Date: Monday, January 6, 2014 @ 12:03:39
  Author: pierre
Revision: 203237

upgpkg: zsh 5.0.5-1

Added:
  zsh/trunk/xattr-include.patch
Modified:
  zsh/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 xattr-include.patch |   16 
 2 files changed, 25 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 07:56:25 UTC (rev 203236)
+++ PKGBUILD2014-01-06 11:03:39 UTC (rev 203237)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,10 +11,11 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
-'zprofile')
-md5sums=('9829fe8932c25740173a272e8959cf8c'
- '2505867639d58726cd09e6884cb7863c'
- '24a9335edf77252a7b5f52e079f7aef7')
+'zprofile' 'xattr-include.patch')
+md5sums=('6156dc2f19b0a067bdbc0fb7f81e2017'
+ '1eea70e7401a7a2116fa8de6ee5e8d32'
+ '24a9335edf77252a7b5f52e079f7aef7'
+ 'd9af40097fcf112beba34919e8a5934f')
 
 prepare() {
cd ${srcdir}/${pkgbase}-${pkgver}
@@ -29,6 +30,9 @@
done
rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
rm -f  Completion/Unix/Command/_{osc,systemd}
+
+   # Workaround for FS#38387
+   patch -p0 -i ${srcdir}/xattr-include.patch
 }
 
 build() {

Added: xattr-include.patch
===
--- xattr-include.patch (rev 0)
+++ xattr-include.patch 2014-01-06 11:03:39 UTC (rev 203237)
@@ -0,0 +1,16 @@
+--- Src/Modules/attr.c 2013-11-27 20:00:20.0 +0100
 Src/Modules/attr.c 2014-01-06 11:55:38.550079342 +0100
+@@ -27,11 +27,12 @@
+  *
+  */
+ 
++#include sys/xattr.h
++
+ #include attr.mdh
+ #include attr.pro
+ 
+ #include sys/types.h
+-#include sys/xattr.h
+ 
+ static ssize_t
+ xgetxattr(const char *path, const char *name, void *value, size_t size, int 
symlink)



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

2013-12-22 Thread Pierre Schmitz
Date: Sunday, December 22, 2013 @ 18:26:50
  Author: pierre
Revision: 202620

upgpkg: zsh 5.0.4-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-22 13:44:39 UTC (rev 202619)
+++ PKGBUILD2013-12-22 17:26:50 UTC (rev 202620)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -12,8 +12,8 @@
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
 'zprofile')
-md5sums=('aeba7cffed625aa5e212d33285243e11'
- '01096a74fb641d2c6a00de0cfe2cd3ec'
+md5sums=('9829fe8932c25740173a272e8959cf8c'
+ '2505867639d58726cd09e6884cb7863c'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {



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

2013-12-15 Thread Pierre Schmitz
Date: Sunday, December 15, 2013 @ 10:17:26
  Author: pierre
Revision: 201564

upgpkg: zsh 5.0.3-1

Added:
  zsh/trunk/zsh-doc.install
Modified:
  zsh/trunk/PKGBUILD

-+
 PKGBUILD|   45 +++--
 zsh-doc.install |   20 
 2 files changed, 51 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 06:47:10 UTC (rev 201563)
+++ PKGBUILD2013-12-15 09:17:26 UTC (rev 201564)
@@ -1,23 +1,23 @@
 # $Id$
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
-pkgname=zsh
-pkgver=5.0.2
-pkgrel=4
-pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+pkgbase=zsh
+pkgname=('zsh' 'zsh-doc')
+pkgver=5.0.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
-depends=('pcre' 'libcap' 'gdbm')
-backup=('etc/zsh/zprofile')
-install=zsh.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+makedepends=('pcre' 'libcap' 'gdbm')
+source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
+http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
 'zprofile')
-md5sums=('b8f2ad691acf58b3252225746480dcad'
+md5sums=('aeba7cffed625aa5e212d33285243e11'
+ '01096a74fb641d2c6a00de0cfe2cd3ec'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgbase}-${pkgver}
 
# Set correct keymap path
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
@@ -32,9 +32,11 @@
 }
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgbase}-${pkgver}
 
./configure --prefix=/usr \
+   --docdir=/usr/share/doc/zsh \
+   --htmldir=/usr/share/doc/zsh/html \
--enable-etcdir=/etc/zsh \
--enable-zshenv=/etc/zsh/zshenv \
--enable-zlogin=/etc/zsh/zlogin \
@@ -55,13 +57,28 @@
 }
 
 check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgbase}-${pkgver}
HOME=${srcdir} make check
 }
 
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+package_zsh() {
+   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
+   depends=('pcre' 'libcap' 'gdbm')
+   backup=('etc/zsh/zprofile')
+   install=zsh.install
+
+   cd ${srcdir}/${pkgbase}-${pkgver}
make DESTDIR=${pkgdir}/ install
install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
+
+package_zsh-doc() {
+   pkgdesc='Info, HTML and PDF format of the ZSH documentation'
+   install=zsh-doc.install
+
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   make DESTDIR=${pkgdir}/ install.info install.html
+   install -D -m644 Doc/zsh.pdf ${pkgdir}/usr/share/doc/zsh.pdf
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Added: zsh-doc.install
===
--- zsh-doc.install (rev 0)
+++ zsh-doc.install 2013-12-15 09:17:26 UTC (rev 201564)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(zsh.info zsh.info-1 zsh.info-2 zsh.info-3 zsh.info-4 zsh.info-5 
zsh.info-6)
+
+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
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for file in ${filelist[@]}; do
+   install-info --delete $infodir/$file.gz $infodir/dir 2 
/dev/null
+   done
+}



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

2013-12-15 Thread Pierre Schmitz
Date: Sunday, December 15, 2013 @ 15:10:05
  Author: pierre
Revision: 201571

pdf should be in the zsh subdir

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 14:00:17 UTC (rev 201570)
+++ PKGBUILD2013-12-15 14:10:05 UTC (rev 201571)
@@ -79,6 +79,6 @@
 
cd ${srcdir}/${pkgbase}-${pkgver}
make DESTDIR=${pkgdir}/ install.info install.html
-   install -D -m644 Doc/zsh.pdf ${pkgdir}/usr/share/doc/zsh.pdf
+   install -D -m644 Doc/zsh.pdf ${pkgdir}/usr/share/doc/zsh/zsh.pdf
install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-09-13 Thread Pierre Schmitz
Date: Friday, September 13, 2013 @ 15:52:38
  Author: pierre
Revision: 194327

Remove systemd completion and update fpath

* FS#36476 - systemd zsh completion: use systemd's own files 
* FS#34994 - [zsh] Fix default fpath

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 11:45:42 UTC (rev 194326)
+++ PKGBUILD2013-09-13 13:52:38 UTC (rev 194327)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -16,7 +16,7 @@
 md5sums=('b8f2ad691acf58b3252225746480dcad'
  '24a9335edf77252a7b5f52e079f7aef7')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
 
# Set correct keymap path
@@ -23,10 +23,17 @@
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
 
# Remove unneeded and conflicting completion scripts
-   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
+   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
+   rm -rf Completion/$_fpath
+   sed s#\s*Completion/$_fpath/\*/\*##g -i Src/Zle/complete.mdd
+   done
rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
-   rm -f  Completion/Unix/Command/_osc
+   rm -f  Completion/Unix/Command/_{osc,systemd}
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
./configure --prefix=/usr \
--enable-etcdir=/etc/zsh \
--enable-zshenv=/etc/zsh/zshenv \



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

2013-08-13 Thread Pierre Schmitz
Date: Tuesday, August 13, 2013 @ 22:12:38
  Author: pierre
Revision: 192544

Add /bin/zsh to /etc/shell for compatibility

Modified:
  zsh/trunk/PKGBUILD
  zsh/trunk/zsh.install

-+
 PKGBUILD|2 +-
 zsh.install |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 19:31:25 UTC (rev 192543)
+++ PKGBUILD2013-08-13 20:12:38 UTC (rev 192544)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'

Modified: zsh.install
===
--- zsh.install 2013-08-13 19:31:25 UTC (rev 192543)
+++ zsh.install 2013-08-13 20:12:38 UTC (rev 192544)
@@ -1,5 +1,6 @@
 post_install() {
-   grep -q '/usr/bin/zsh' etc/shells || echo '/usr/bin/zsh'  etc/shells
+   grep -qe '^/bin/zsh$' etc/shells || echo '/bin/zsh'  etc/shells
+   grep -qe '^/usr/bin/zsh$' etc/shells || echo '/usr/bin/zsh'  
etc/shells
 }
 
 post_upgrade() {



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

2013-05-30 Thread Pierre Schmitz
Date: Thursday, May 30, 2013 @ 11:29:34
  Author: pierre
Revision: 186625

Move zsh to /usr/bin

* update source URL
* remove broken info pages
* remove old initscripts related adjustments

Modified:
  zsh/trunk/PKGBUILD
  zsh/trunk/zsh.install

-+
 PKGBUILD|   15 ---
 zsh.install |   15 ++-
 2 files changed, 6 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 07:49:49 UTC (rev 186624)
+++ PKGBUILD2013-05-30 09:29:34 UTC (rev 186625)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,7 +11,7 @@
 depends=('pcre' 'libcap' 'gdbm')
 backup=('etc/zsh/zprofile')
 install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 md5sums=('b8f2ad691acf58b3252225746480dcad'
  '24a9335edf77252a7b5f52e079f7aef7')
@@ -19,12 +19,6 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   # FS#16360
-   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
-Doc/zsh.texi \
-Completion/Unix/Type/_services \
-Completion/Unix/Command/_init_d
-
# Set correct keymap path
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
 
@@ -34,7 +28,6 @@
rm -f  Completion/Unix/Command/_osc
 
./configure --prefix=/usr \
-   --bindir=/bin \
--enable-etcdir=/etc/zsh \
--enable-zshenv=/etc/zsh/zshenv \
--enable-zlogin=/etc/zsh/zlogin \
@@ -51,7 +44,7 @@
--enable-pcre \
--enable-cap \
--enable-zsh-secure-free
-   make all info
+   make
 }
 
 check() {
@@ -61,7 +54,7 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir}/ install install.info
+   make DESTDIR=${pkgdir}/ install
install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Modified: zsh.install
===
--- zsh.install 2013-05-30 07:49:49 UTC (rev 186624)
+++ zsh.install 2013-05-30 09:29:34 UTC (rev 186625)
@@ -1,12 +1,5 @@
-infodir=usr/share/info
-filelist=(zsh.info zsh.info-1 zsh.info-2 zsh.info-3 zsh.info-4 zsh.info-5 
zsh.info-6)
-
 post_install() {
-   grep -q '/bin/zsh' etc/shells || echo '/bin/zsh'  etc/shells
-   [ -x usr/bin/install-info ] || return 0
-   for file in ${filelist[@]}; do
-   install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-   done
+   grep -q '/usr/bin/zsh' etc/shells || echo '/usr/bin/zsh'  etc/shells
 }
 
 post_upgrade() {
@@ -14,9 +7,5 @@
 }
 
 pre_remove() {
-   sed -i '/^\/bin\/zsh/d' etc/shells
-   [ -x usr/bin/install-info ] || return 0
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-   done
+   sed -i -r '/^(\/usr)?\/bin\/zsh$/d' etc/shells
 }



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

2012-12-21 Thread Pierre Schmitz
Date: Friday, December 21, 2012 @ 18:25:37
  Author: pierre
Revision: 173722

upgpkg: zsh 5.0.2-1

upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-21 22:49:56 UTC (rev 173721)
+++ PKGBUILD2012-12-21 23:25:37 UTC (rev 173722)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=5.0.0
-pkgrel=3
+pkgver=5.0.2
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -13,7 +13,7 @@
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
-md5sums=('e8484468925cec8d9a84b8b04797e764'
+md5sums=('b8f2ad691acf58b3252225746480dcad'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {



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

2012-11-17 Thread Eric BĂ©langer
Date: Saturday, November 17, 2012 @ 23:23:18
  Author: eric
Revision: 171490

upgpkg: zsh 5.0.0-3

Add info pages (close FS#31603)

Modified:
  zsh/trunk/PKGBUILD
  zsh/trunk/zsh.install

-+
 PKGBUILD|8 
 zsh.install |   11 +++
 2 files changed, 15 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-18 03:33:34 UTC (rev 171489)
+++ PKGBUILD2012-11-18 04:23:18 UTC (rev 171490)
@@ -3,16 +3,16 @@
 
 pkgname=zsh
 pkgver=5.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 depends=('pcre' 'libcap' 'gdbm')
+backup=('etc/zsh/zprofile')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
-backup=('etc/zsh/zprofile')
 md5sums=('e8484468925cec8d9a84b8b04797e764'
  '24a9335edf77252a7b5f52e079f7aef7')
 
@@ -51,7 +51,7 @@
--enable-pcre \
--enable-cap \
--enable-zsh-secure-free
-   make
+   make all info
 }
 
 check() {
@@ -61,7 +61,7 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir}/ install
+   make DESTDIR=${pkgdir}/ install install.info
install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Modified: zsh.install
===
--- zsh.install 2012-11-18 03:33:34 UTC (rev 171489)
+++ zsh.install 2012-11-18 04:23:18 UTC (rev 171490)
@@ -1,5 +1,12 @@
+infodir=usr/share/info
+filelist=(zsh.info zsh.info-1 zsh.info-2 zsh.info-3 zsh.info-4 zsh.info-5 
zsh.info-6)
+
 post_install() {
grep -q '/bin/zsh' etc/shells || echo '/bin/zsh'  etc/shells
+   [ -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() {
@@ -8,4 +15,8 @@
 
 pre_remove() {
sed -i '/^\/bin\/zsh/d' etc/shells
+   [ -x usr/bin/install-info ] || return 0
+   for file in ${filelist[@]}; do
+   install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+   done
 }



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

2012-07-24 Thread Pierre Schmitz
Date: Tuesday, July 24, 2012 @ 16:44:46
  Author: pierre
Revision: 164036

upgpkg: zsh 5.0.0-2

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 19:19:10 UTC (rev 164035)
+++ PKGBUILD2012-07-24 20:44:46 UTC (rev 164036)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'



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

2012-07-23 Thread Pierre Schmitz
Date: Monday, July 23, 2012 @ 06:11:13
  Author: pierre
Revision: 163981

Set correct keymap path

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-23 08:35:29 UTC (rev 163980)
+++ PKGBUILD2012-07-23 10:11:13 UTC (rev 163981)
@@ -18,12 +18,16 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \
 Completion/Unix/Type/_services \
 Completion/Unix/Command/_init_d
 
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
+
# Remove unneeded and conflicting completion scripts
rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}



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

2012-07-21 Thread Pierre Schmitz
Date: Saturday, July 21, 2012 @ 18:23:54
  Author: pierre
Revision: 163902

upgpkg: zsh 5.0.0-1

upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 19:28:49 UTC (rev 163901)
+++ PKGBUILD2012-07-21 22:23:54 UTC (rev 163902)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.17
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -13,7 +13,7 @@
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 backup=('etc/zsh/zprofile')
-md5sums=('8258967060b2654f30001a011946ac6a'
+md5sums=('e8484468925cec8d9a84b8b04797e764'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {



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

2012-04-30 Thread Pierre Schmitz
Date: Monday, April 30, 2012 @ 11:21:01
  Author: pierre
Revision: 157984

Remove unneeded and conflicting completion scripts

Modified:
  zsh/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-30 15:07:47 UTC (rev 157983)
+++ PKGBUILD2012-04-30 15:21:01 UTC (rev 157984)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=4.3.17
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -23,6 +23,12 @@
 Doc/zsh.texi \
 Completion/Unix/Type/_services \
 Completion/Unix/Command/_init_d
+
+   # Remove unneeded and conflicting completion scripts
+   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
+   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
+   rm -f  Completion/Unix/Command/_osc
+
./configure --prefix=/usr \
--bindir=/bin \
--enable-etcdir=/etc/zsh \



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

2012-02-23 Thread Pierre Schmitz
Date: Thursday, February 23, 2012 @ 18:41:04
  Author: pierre
Revision: 150930

upgpkg: zsh 4.3.17-1

upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 23:36:49 UTC (rev 150929)
+++ PKGBUILD2012-02-23 23:41:04 UTC (rev 150930)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.16
+pkgver=4.3.17
 pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 backup=('etc/zsh/zprofile')
-md5sums=('4bf0b8947b5acc0ac4334d75adc87239'
+md5sums=('8258967060b2654f30001a011946ac6a'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {



[arch-commits] Commit in zsh/trunk (PKGBUILD svn-1.7.patch)

2012-02-19 Thread Pierre Schmitz
Date: Sunday, February 19, 2012 @ 15:57:52
  Author: pierre
Revision: 150665

upgpkg: zsh 4.3.16-1

upstream update

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/svn-1.7.patch

---+
 PKGBUILD  |   14 +-
 svn-1.7.patch |   34 --
 2 files changed, 5 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-19 17:21:32 UTC (rev 150664)
+++ PKGBUILD2012-02-19 20:57:52 UTC (rev 150665)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.15
-pkgrel=3
+pkgver=4.3.16
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,15 +11,13 @@
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
-'zprofile' 'svn-1.7.patch')
+'zprofile')
 backup=('etc/zsh/zprofile')
-md5sums=('11766b0dd674a513810903cd33ffcac4'
- '24a9335edf77252a7b5f52e079f7aef7'
- '4fcbc119fdb624a8c483a278f3a82efd')
+md5sums=('4bf0b8947b5acc0ac4334d75adc87239'
+ '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ${srcdir}/svn-1.7.patch
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \
@@ -48,8 +46,6 @@
 
 check() {
cd ${srcdir}/${pkgname}-${pkgver}
-   # This test wont work with the noatime mount option
-   rm Test/C02cond.ztst
HOME=${srcdir} make check
 }
 

Deleted: svn-1.7.patch
===
--- svn-1.7.patch   2012-02-19 17:21:32 UTC (rev 150664)
+++ svn-1.7.patch   2012-02-19 20:57:52 UTC (rev 150665)
@@ -1,34 +0,0 @@
-diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn 
b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
-index b1cb730..41cc3e7 100644
 a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
-+++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
-@@ -6,12 +6,28 @@
- 
- setopt localoptions noksharrays extendedglob NO_shwordsplit
- local svnbase svnbranch a b rrn
-+local -i rc
- local -A svninfo parentinfo
- local -xA hook_com
- 
- svnbase=.;
- svninfo=()
--${vcs_comm[cmd]} info --non-interactive | while IFS=: read a b; do 
svninfo[${a// /_}]=${b## #}; done
-+# Unfortunately, `$pipestatus' is broken currently. Until that problem is
-+# resolved, here is a workaround that will get things done, without using it.
-+# Clumsily, but that's life.
-+local -a dat
-+dat=( ${(f)$(${vcs_comm[cmd]} info --non-interactive 21)} )
-+rc=$?
-+(( rc != 0 ))  return 1
-+# The following line is the real code, the following is the workaround.
-+#${vcs_comm[cmd]} info --non-interactive \
-+print -l ${dat[@]} \
-+| while IFS=: read a b; do
-+svninfo[${a// /_}]=${b## #}
-+done
-+#rc=${pipestatus[1]}
-+#(( rc != 0 ))  return 1
-+
- while [[ -d ${svnbase}/../.svn ]]; do
- parentinfo=()
- ${vcs_comm[cmd]} info --non-interactive ${svnbase}/.. | while IFS=: 
read a b; do parentinfo[${a// /_}]=${b## #}; done



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

2012-02-06 Thread Pierre Schmitz
Date: Monday, February 6, 2012 @ 04:55:46
  Author: pierre
Revision: 149206

upgpkg: zsh 4.3.15-3

pcre 8.30 rebuild

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 09:44:16 UTC (rev 149205)
+++ PKGBUILD2012-02-06 09:55:46 UTC (rev 149206)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=4.3.15
-pkgrel=2
+pkgrel=3
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'



[arch-commits] Commit in zsh/trunk (PKGBUILD svn-1.7.patch)

2012-01-02 Thread Pierre Schmitz
Date: Monday, January 2, 2012 @ 07:42:51
  Author: pierre
Revision: 145826

Fix support for svn 1.7

See 
http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=commitdiff;h=ee03cac7fea67062eff3340b018b8d38c35f6a95

Added:
  zsh/trunk/svn-1.7.patch
Modified:
  zsh/trunk/PKGBUILD

---+
 PKGBUILD  |8 +---
 svn-1.7.patch |   34 ++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 11:52:31 UTC (rev 145825)
+++ PKGBUILD2012-01-02 12:42:51 UTC (rev 145826)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=4.3.15
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,13 +11,15 @@
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
-'zprofile')
+'zprofile' 'svn-1.7.patch')
 backup=('etc/zsh/zprofile')
 md5sums=('11766b0dd674a513810903cd33ffcac4'
- '24a9335edf77252a7b5f52e079f7aef7')
+ '24a9335edf77252a7b5f52e079f7aef7'
+ '4fcbc119fdb624a8c483a278f3a82efd')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/svn-1.7.patch
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \

Added: svn-1.7.patch
===
--- svn-1.7.patch   (rev 0)
+++ svn-1.7.patch   2012-01-02 12:42:51 UTC (rev 145826)
@@ -0,0 +1,34 @@
+diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn 
b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+index b1cb730..41cc3e7 100644
+--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
 b/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
+@@ -6,12 +6,28 @@
+ 
+ setopt localoptions noksharrays extendedglob NO_shwordsplit
+ local svnbase svnbranch a b rrn
++local -i rc
+ local -A svninfo parentinfo
+ local -xA hook_com
+ 
+ svnbase=.;
+ svninfo=()
+-${vcs_comm[cmd]} info --non-interactive | while IFS=: read a b; do 
svninfo[${a// /_}]=${b## #}; done
++# Unfortunately, `$pipestatus' is broken currently. Until that problem is
++# resolved, here is a workaround that will get things done, without using it.
++# Clumsily, but that's life.
++local -a dat
++dat=( ${(f)$(${vcs_comm[cmd]} info --non-interactive 21)} )
++rc=$?
++(( rc != 0 ))  return 1
++# The following line is the real code, the following is the workaround.
++#${vcs_comm[cmd]} info --non-interactive \
++print -l ${dat[@]} \
++| while IFS=: read a b; do
++svninfo[${a// /_}]=${b## #}
++done
++#rc=${pipestatus[1]}
++#(( rc != 0 ))  return 1
++
+ while [[ -d ${svnbase}/../.svn ]]; do
+ parentinfo=()
+ ${vcs_comm[cmd]} info --non-interactive ${svnbase}/.. | while IFS=: 
read a b; do parentinfo[${a// /_}]=${b## #}; done



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

2011-12-17 Thread Pierre Schmitz
Date: Saturday, December 17, 2011 @ 19:41:02
  Author: pierre
Revision: 145145

upgpkg: zsh 4.3.15-1

upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-17 23:35:31 UTC (rev 145144)
+++ PKGBUILD2011-12-18 00:41:02 UTC (rev 145145)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.14
-pkgrel=2
+pkgver=4.3.15
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -13,7 +13,7 @@
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 backup=('etc/zsh/zprofile')
-md5sums=('1c819a3ff7302b42eba988e333e76109'
+md5sums=('11766b0dd674a513810903cd33ffcac4'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {



[arch-commits] Commit in zsh/trunk (PKGBUILD modules.patch)

2011-12-07 Thread Pierre Schmitz
Date: Wednesday, December 7, 2011 @ 05:40:57
  Author: pierre
Revision: 144582

upstream update

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/modules.patch

---+
 PKGBUILD  |   11 ---
 modules.patch |   11 ---
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-07 10:40:36 UTC (rev 144581)
+++ PKGBUILD2011-12-07 10:40:57 UTC (rev 144582)
@@ -2,22 +2,19 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.12
-pkgrel=3
+pkgver=4.3.14
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2; 'modules.patch')
-md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811'
- 'b367c1398b60242f7044a93a837227f9')
+source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('1c819a3ff7302b42eba988e333e76109')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   # upstream patch to fix handling of compressed kernel modules
-   patch -p1 -i ${srcdir}/modules.patch
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \

Deleted: modules.patch
===
--- modules.patch   2011-12-07 10:40:36 UTC (rev 144581)
+++ modules.patch   2011-12-07 10:40:57 UTC (rev 144582)
@@ -1,11 +0,0 @@
 a/Completion/Linux/Command/_modutils
-+++ b/Completion/Linux/Command/_modutils
-@@ -107,7 +107,7 @@ case $state in
-   ! _retrieve_cache modules-$kver;
- then 
-   # 2011-01-02 gi1242: Do we need .o files? Or is .ko enough?
--  modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko)(.:t:r) )
-+  modules=( 
$modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz)(.:t:r:r) )
-   _store_cache modules-$kver modules
- fi
- 



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

2011-11-18 Thread Pierre Schmitz
Date: Saturday, November 19, 2011 @ 01:04:58
  Author: pierre
Revision: 142953

upgpkg: zsh 4.3.12-3

gdbm 1.10 rebuild

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-19 04:33:22 UTC (rev 142952)
+++ PKGBUILD2011-11-19 06:04:58 UTC (rev 142953)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=4.3.12
-pkgrel=2
+pkgrel=3
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'



[arch-commits] Commit in zsh/trunk (PKGBUILD modules.patch)

2011-06-19 Thread Pierre Schmitz
Date: Sunday, June 19, 2011 @ 07:12:41
  Author: pierre
Revision: 127893

upgpkg: zsh 4.3.12-2
fix kernel module handling

Added:
  zsh/trunk/modules.patch
Modified:
  zsh/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 modules.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 10:56:34 UTC (rev 127892)
+++ PKGBUILD2011-06-19 11:12:41 UTC (rev 127893)
@@ -3,18 +3,21 @@
 
 pkgname=zsh
 pkgver=4.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811')
+source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2; 'modules.patch')
+md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811'
+ 'b367c1398b60242f7044a93a837227f9')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   # upstream patch to fix handling of compressed kernel modules
+   patch -p1 -i ${srcdir}/modules.patch
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
 Doc/zsh.texi \

Added: modules.patch
===
--- modules.patch   (rev 0)
+++ modules.patch   2011-06-19 11:12:41 UTC (rev 127893)
@@ -0,0 +1,11 @@
+--- a/Completion/Linux/Command/_modutils
 b/Completion/Linux/Command/_modutils
+@@ -107,7 +107,7 @@ case $state in
+   ! _retrieve_cache modules-$kver;
+ then 
+   # 2011-01-02 gi1242: Do we need .o files? Or is .ko enough?
+-  modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko)(.:t:r) )
++  modules=( 
$modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz)(.:t:r:r) )
+   _store_cache modules-$kver modules
+ fi
+ 



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

2011-06-02 Thread Pierre Schmitz
Date: Thursday, June 2, 2011 @ 07:13:57
  Author: pierre
Revision: 126178

upgpkg: zsh 4.3.12-1
upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-02 11:12:25 UTC (rev 126177)
+++ PKGBUILD2011-06-02 11:13:57 UTC (rev 126178)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.11
-pkgrel=2
+pkgver=4.3.12
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,7 +11,7 @@
 depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3225c7f53b69f395e95723585d6785ed')
+md5sums=('7a82c0bf0635e046ca4e9ec1bdef3811')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -32,6 +32,8 @@
--with-term-lib='ncursesw' \
--enable-multibyte \
--enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
--with-tcsetpgrp \
--enable-pcre \
--enable-cap \



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

2011-05-28 Thread Pierre Schmitz
Date: Saturday, May 28, 2011 @ 11:13:10
  Author: pierre
Revision: 125724

add check() function

Modified:
  zsh/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 7 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-28 14:45:52 UTC (rev 125723)
+++ PKGBUILD2011-05-28 15:13:10 UTC (rev 125724)
@@ -39,6 +39,13 @@
make
 }
 
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   # This test wont work with the noatime mount option
+   rm Test/C02cond.ztst
+   HOME=${srcdir} make check
+}
+
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir}/ install



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

2011-03-14 Thread Pierre Schmitz
Date: Monday, March 14, 2011 @ 17:00:40
  Author: pierre
Revision: 114633

upgpkg: zsh 4.3.11-2
add gdbm support FS#23262

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-14 19:27:15 UTC (rev 114632)
+++ PKGBUILD2011-03-14 21:00:40 UTC (rev 114633)
@@ -3,12 +3,12 @@
 
 pkgname=zsh
 pkgver=4.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
-depends=('pcre' 'libcap')
+depends=('pcre' 'libcap' 'gdbm')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('3225c7f53b69f395e95723585d6785ed')
@@ -35,8 +35,7 @@
--with-tcsetpgrp \
--enable-pcre \
--enable-cap \
-   --enable-zsh-secure-free \
-   --disable-gdbm
+   --enable-zsh-secure-free
make
 }
 



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

2010-12-20 Thread Pierre Schmitz
Date: Monday, December 20, 2010 @ 16:42:08
  Author: pierre
Revision: 103514

upgpkg: zsh 4.3.11-1
upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-20 18:41:02 UTC (rev 103513)
+++ PKGBUILD2010-12-20 21:42:08 UTC (rev 103514)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.10
-pkgrel=4
+pkgver=4.3.11
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,7 +11,7 @@
 depends=('pcre' 'libcap')
 install=zsh.install
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('74c5b275544400082a1cde806c98682a')
+md5sums=('3225c7f53b69f395e95723585d6785ed')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in zsh/trunk (PKGBUILD usr_zsh.sh zsh.install)

2010-07-06 Thread Pierre Schmitz
Date: Tuesday, July 6, 2010 @ 03:47:55
  Author: pierre
Revision: 84997

cleanup PKGBUILD
fix FS#20086

Modified:
  zsh/trunk/PKGBUILD
  zsh/trunk/zsh.install
Deleted:
  zsh/trunk/usr_zsh.sh

-+
 PKGBUILD|   69 +-
 usr_zsh.sh  |9 ---
 zsh.install |   10 ++--
 3 files changed, 38 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-06 06:32:55 UTC (rev 84996)
+++ PKGBUILD2010-07-06 07:47:55 UTC (rev 84997)
@@ -1,46 +1,47 @@
 # $Id$
-# Maintainer: Jeff 'codemac' Mickey j...@archlinux.org
-# Maintainer: aurelien aurel...@archlinux.org
-# Contributor: Jochem Kossen j.kos...@home.nl
+# Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
 pkgver=4.3.10
-pkgrel=3
-pkgdesc=A very advanced and programmable command interpreter (shell) for UNIX
+pkgrel=4
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
-url=http://www.zsh.org/;
+url='http://www.zsh.org/'
 license=('custom')
-depends=('ncurses' 'pcre')
+depends=('pcre' 'libcap')
 install=zsh.install
-source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('74c5b275544400082a1cde806c98682a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # FS#16360
-  sed -i s:init.d:rc.d:g Doc/Zsh/compsys.yo \
-   Doc/zsh.texi \
-   Completion/Unix/Type/_services \
-   Completion/Unix/Command/_init_d
-  ./configure --prefix=/usr \
-  --bindir=/bin \
-  --enable-etcdir=/etc/zsh \
- --enable-zshenv=/etc/zsh/zshenv \
-  --enable-zlogin=/etc/zsh/zlogin \
-  --enable-zlogout=/etc/zsh/zlogout \
-  --enable-zprofile=/etc/profile \
-  --enable-zshrc=/etc/zsh/zshrc \
-  --enable-maildir-support \
- --with-term-lib=ncursesw \
- --enable-multibyte \
- --enable-function-subdirs \
- --enable-zsh-mem \
- --with-tcsetpgrp \
-  --enable-pcre \
-  --enable-zsh-secure-free \
- --disable-gdbm
-  make || return 1
-  make DESTDIR=${pkgdir}/ install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+   ./configure --prefix=/usr \
+   --bindir=/bin \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/profile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free \
+   --disable-gdbm
+   make
+}
 
-  install -D -m644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir}/ install
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Deleted: usr_zsh.sh
===
--- usr_zsh.sh  2010-07-06 06:32:55 UTC (rev 84996)
+++ usr_zsh.sh  2010-07-06 07:47:55 UTC (rev 84997)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-/bin/echo WARNING: you should be calling zsh with /bin/zsh,
-/bin/echo not with /usr/bin/zsh. Please execute chsh to fix
-/bin/echo this. Legacy /usr/bin/zsh support will go away!
-/bin/echo 
-
-exec /bin/zsh $@
-

Modified: zsh.install
===
--- zsh.install 2010-07-06 06:32:55 UTC (rev 84996)
+++ zsh.install 2010-07-06 07:47:55 UTC (rev 84997)
@@ -1,15 +1,11 @@
 post_install() {
-  if [ ! `/bin/grep /bin/zsh /etc/shells` ]; then
-/bin/sed -i s|/bin/bash|/bin/bash\n/bin/zsh| /etc/shells
-  fi
+   grep -q '/bin/zsh' etc/shells || echo '/bin/zsh'  etc/shells
 }
 
 post_upgrade() {
-  post_install $1
+   post_install
 }
 
 pre_remove() {
-  /bin/sed -i '/^\/bin\/zsh/d' /etc/shells
+   sed -i '/^\/bin\/zsh/d' etc/shells
 }
-
-# vim:set ts=2 sw=2 et:
\ No newline at end of file