Date: Tuesday, September 11, 2018 @ 07:26:02
  Author: pierre
Revision: 334361

archrelease: copy trunk to testing-x86_64

Added:
  zsh/repos/testing-x86_64/PKGBUILD
    (from rev 334360, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/zprofile
    (from rev 334360, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh.install
    (from rev 334360, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/testing-x86_64/PKGBUILD
  zsh/repos/testing-x86_64/zprofile
  zsh/repos/testing-x86_64/zsh.install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-11 07:25:48 UTC (rev 334360)
+++ PKGBUILD    2018-09-11 07:26:02 UTC (rev 334361)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pie...@archlinux.de>
-
-pkgbase=zsh
-pkgname=('zsh' 'zsh-doc')
-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.xz"{,.asc}
-        'zprofile')
-sha512sums=('791cbeff45a5ef86608341147724f8b301a50eae1500f94eaaef1074c14c516c32d3f5628b8b16dbe42b7ad812c1a221240c1d4c5cd240144a00976c196f0735'
-            'SKIP'
-            
'f3ecd9afc02c5be71c804f5a44282c4d81acb5ced0d4c21f4f4ac6d04f2c2b5c1ccfe003cba64639943cd3b48ec45174c387b0a272ccf7759e325a499272f5f2'
-            'SKIP'
-            
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
-validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
-
-prepare() {
-       cd "${srcdir}/${pkgbase}-${pkgver}"
-
-       # 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
-               sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
-       done
-       rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-}
-
-build() {
-       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 \
-               --enable-zlogout=/etc/zsh/zlogout \
-               --enable-zprofile=/etc/zsh/zprofile \
-               --enable-zshrc=/etc/zsh/zshrc \
-               --enable-maildir-support \
-               --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 \
-               --enable-zsh-secure-free
-       make
-}
-
-check() {
-       cd "${srcdir}/${pkgbase}-${pkgver}"
-       HOME="${srcdir}" make check
-}
-
-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'
-
-       cd "${srcdir}/${pkgbase}-${pkgver}"
-       make DESTDIR="${pkgdir}/" install.info install.html
-       install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
-       install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: zsh/repos/testing-x86_64/PKGBUILD (from rev 334360, zsh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-09-11 07:26:02 UTC (rev 334361)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pie...@archlinux.de>
+
+pkgbase=zsh
+pkgname=('zsh' 'zsh-doc')
+pkgver=5.6.1
+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.xz"{,.asc}
+        'zprofile')
+sha512sums=('45a60b864482a276277d8443f6faf41a2f63e11ab89a4ec0276c897971f34a874393f79c118af915b8f325a1b0265a457a1a82e8d33530f7fb797ece9c2adb7b'
+            'SKIP'
+            
'a3b64c01ce817d31c48bd8da7342af2a2adb116e6f58dab84f9c79fc9e687c4d83b2e5a2375ffe070376adc609b3f4f4f4114e5fd77f6f0b75859c5c30f7c752'
+            'SKIP'
+            
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
+validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
+
+prepare() {
+       cd "${srcdir}/${pkgbase}-${pkgver}"
+
+       # 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
+               sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
+       done
+       rm Completion/Linux/Command/_{pkgtool,rpmbuild}
+}
+
+build() {
+       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 \
+               --enable-zlogout=/etc/zsh/zlogout \
+               --enable-zprofile=/etc/zsh/zprofile \
+               --enable-zshrc=/etc/zsh/zshrc \
+               --enable-maildir-support \
+               --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 \
+               --enable-zsh-secure-free
+       make
+}
+
+check() {
+       cd "${srcdir}/${pkgbase}-${pkgver}"
+       HOME="${srcdir}" make check
+}
+
+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'
+
+       cd "${srcdir}/${pkgbase}-${pkgver}"
+       make DESTDIR="${pkgdir}/" install.info install.html
+       install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
+       install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: zprofile
===================================================================
--- zprofile    2018-09-11 07:25:48 UTC (rev 334360)
+++ zprofile    2018-09-11 07:26:02 UTC (rev 334361)
@@ -1 +0,0 @@
-emulate sh -c 'source /etc/profile'

Copied: zsh/repos/testing-x86_64/zprofile (from rev 334360, zsh/trunk/zprofile)
===================================================================
--- zprofile                            (rev 0)
+++ zprofile    2018-09-11 07:26:02 UTC (rev 334361)
@@ -0,0 +1 @@
+emulate sh -c 'source /etc/profile'

Deleted: zsh.install
===================================================================
--- zsh.install 2018-09-11 07:25:48 UTC (rev 334360)
+++ zsh.install 2018-09-11 07:26:02 UTC (rev 334361)
@@ -1,12 +0,0 @@
-post_install() {
-       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() {
-       post_install
-}
-
-pre_remove() {
-       sed -i -r '/^(\/usr)?\/bin\/zsh$/d' etc/shells
-}

Copied: zsh/repos/testing-x86_64/zsh.install (from rev 334360, 
zsh/trunk/zsh.install)
===================================================================
--- zsh.install                         (rev 0)
+++ zsh.install 2018-09-11 07:26:02 UTC (rev 334361)
@@ -0,0 +1,12 @@
+post_install() {
+       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() {
+       post_install
+}
+
+pre_remove() {
+       sed -i -r '/^(\/usr)?\/bin\/zsh$/d' etc/shells
+}

Reply via email to