[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2020-03-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 17, 2020 @ 01:08:06
  Author: polyzen
Revision: 599984

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 599983, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 599983, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 599983, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |   40 ++--
 PKGBUILD|   73 --
 zsh-syntax-highlighting.install |   16 
 3 files changed, 67 insertions(+), 62 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-03-17 01:07:35 UTC (rev 599983)
+++ ChangeLog   2020-03-17 01:08:06 UTC (rev 599984)
@@ -1,20 +0,0 @@
-0.6.0-1:
-upstream update
-
-0.5.0-1:
-upstream update
-
-0.4.1-2:
-add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
-
-0.4.1-1:
-upstream update
-
-0.4.0-1:
-ustream update
-
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 599983, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-03-17 01:08:06 UTC (rev 599984)
@@ -0,0 +1,20 @@
+0.6.0-1:
+upstream update
+
+0.5.0-1:
+upstream update
+
+0.4.1-2:
+add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
+
+0.4.1-1:
+upstream update
+
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 01:07:35 UTC (rev 599983)
+++ PKGBUILD2020-03-17 01:08:06 UTC (rev 599984)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-sha512sums=('a375e6f22b0b4158eafbb245c21d6265c2b0298e82a524ccd2468fe6bcb5d2b71927b11329fc60ec8d479db309d8d0e05f108e089b0a996bef8e5d3f624791e6')
-changelog=ChangeLog
-
-build() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make
-}
-
-package() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
-  # create symlink for using with oh-my-zsh
-  ln -s "zsh-syntax-highlighting.zsh" \
-   
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
-
-  # licence
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 599983, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 01:08:06 UTC (rev 599984)
@@ -0,0 +1,39 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+checkdepends=('procps-ng')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+sha512sums=('b2594e265c6ff2b6efcdb92ff604ffb45b670c0f1a99c04fda3d7061154173e1bbaffe89f0665b9dd6e171027b15068e131d01baaf470fea624cd590e3986be4')
+changelog=ChangeLog
+
+build() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make
+}
+
+check() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make quiet-test
+}
+
+package() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
+  # create symlink for using with oh-my-zsh
+  ln -s "zsh-syntax-highlighting.zsh" \
+   
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
+
+  # licence
+  install -dm755 "${pkgdir}/usr/share/licen

[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2017-08-30 Thread Evgeniy Alekseev
Date: Wednesday, August 30, 2017 @ 09:17:06
  Author: arcanis
Revision: 254756

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 254755, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 254755, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 254755, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |   37 +++-
 PKGBUILD|   68 +++---
 zsh-syntax-highlighting.install |   16 
 3 files changed, 62 insertions(+), 59 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2017-08-30 09:16:47 UTC (rev 254755)
+++ ChangeLog   2017-08-30 09:17:06 UTC (rev 254756)
@@ -1,17 +0,0 @@
-0.5.0-1:
-upstream update
-
-0.4.1-2:
-add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
-
-0.4.1-1:
-upstream update
-
-0.4.0-1:
-ustream update
-
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 254755, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2017-08-30 09:17:06 UTC (rev 254756)
@@ -0,0 +1,20 @@
+0.6.0-1:
+upstream update
+
+0.5.0-1:
+upstream update
+
+0.4.1-2:
+add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
+
+0.4.1-1:
+upstream update
+
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-30 09:16:47 UTC (rev 254755)
+++ PKGBUILD2017-08-30 09:17:06 UTC (rev 254756)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-md5sums=('07e37236b1c9a9ab32e0b0bd81dd4f0e')
-changelog=ChangeLog
-
-build() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make
-}
-
-package() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
-  # create symlink for using with oh-my-zsh
-  ln -s "zsh-syntax-highlighting.zsh" \
-   
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
-
-  # licence
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 254755, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-30 09:17:06 UTC (rev 254756)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+sha512sums=('a375e6f22b0b4158eafbb245c21d6265c2b0298e82a524ccd2468fe6bcb5d2b71927b11329fc60ec8d479db309d8d0e05f108e089b0a996bef8e5d3f624791e6')
+changelog=ChangeLog
+
+build() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make
+}
+
+package() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
+  # create symlink for using with oh-my-zsh
+  ln -s "zsh-syntax-highlighting.zsh" \
+   
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
+
+  # licence
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
==

[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2016-11-02 Thread Evgeniy Alekseev
Date: Wednesday, November 2, 2016 @ 10:33:32
  Author: arcanis
Revision: 194374

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 194373, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 194373, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 194373, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |   31 +
 PKGBUILD|   68 +++---
 zsh-syntax-highlighting.install |   16 
 3 files changed, 59 insertions(+), 56 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-11-02 10:33:15 UTC (rev 194373)
+++ ChangeLog   2016-11-02 10:33:32 UTC (rev 194374)
@@ -1,14 +0,0 @@
-0.4.1-2:
-add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
-
-0.4.1-1:
-upstream update
-
-0.4.0-1:
-ustream update
-
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 194373, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-11-02 10:33:32 UTC (rev 194374)
@@ -0,0 +1,17 @@
+0.5.0-1:
+upstream update
+
+0.4.1-2:
+add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
+
+0.4.1-1:
+upstream update
+
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-02 10:33:15 UTC (rev 194373)
+++ PKGBUILD2016-11-02 10:33:32 UTC (rev 194374)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-md5sums=('c19158bd3240a9274c9347acfafc94f1')
-changelog=ChangeLog
-
-build() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make
-}
-
-package() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
-  # create symlink for using with oh-my-zsh
-  ln -s "zsh-syntax-highlighting.zsh" \
-
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
-
-  # licence
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 194373, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-02 10:33:32 UTC (rev 194374)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+md5sums=('07e37236b1c9a9ab32e0b0bd81dd4f0e')
+changelog=ChangeLog
+
+build() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make
+}
+
+package() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
+  # create symlink for using with oh-my-zsh
+  ln -s "zsh-syntax-highlighting.zsh" \
+   
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
+
+  # licence
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
===
--- zsh-syntax-highlighting.install 2016-11-02 10:33:15 UTC (rev 194373)
+++ zsh-syntax-highlighting.install 2016-11-02 10:33:32 UTC (re

[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2016-09-30 Thread Evgeniy Alekseev
Date: Friday, September 30, 2016 @ 12:59:19
  Author: arcanis
Revision: 191084

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 191083, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 191083, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 191083, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |   25 --
 PKGBUILD|   65 +++---
 zsh-syntax-highlighting.install |   16 -
 3 files changed, 56 insertions(+), 50 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-09-30 12:58:58 UTC (rev 191083)
+++ ChangeLog   2016-09-30 12:59:19 UTC (rev 191084)
@@ -1,11 +0,0 @@
-0.4.1-1:
-upstream update
-
-0.4.0-1:
-ustream update
-
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 191083, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-09-30 12:59:19 UTC (rev 191084)
@@ -0,0 +1,14 @@
+0.4.1-2:
+add workaround for oh-my-zsh (see 
https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
+
+0.4.1-1:
+upstream update
+
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-30 12:58:58 UTC (rev 191083)
+++ PKGBUILD2016-09-30 12:59:19 UTC (rev 191084)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-md5sums=('c19158bd3240a9274c9347acfafc94f1')
-changelog=ChangeLog
-
-build() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make
-}
-
-package() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
-
-  # licence
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 191083, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-30 12:59:19 UTC (rev 191084)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+md5sums=('c19158bd3240a9274c9347acfafc94f1')
+changelog=ChangeLog
+
+build() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make
+}
+
+package() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
+  # create symlink for using with oh-my-zsh
+  ln -s "zsh-syntax-highlighting.zsh" \
+
"${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
+
+  # licence
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
===
--- zsh-syntax-highlighting.install 2016-09-30 12:58:58 UTC (rev 191083)
+++ zsh-syntax-highlighting.install 2016-09-30 12:59:19 UTC (rev 191084)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << EOF
-To activate zsh-syntax-highlighting, add the following line at the end of 
~/.zshrc:
-source 
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 
zsh-syntax-highlighting/repos/community-any/zsh-syntax-h

[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2016-01-28 Thread Evgeniy Alekseev
Date: Thursday, January 28, 2016 @ 14:47:32
  Author: arcanis
Revision: 159320

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 159319, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 159319, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 159319, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |   19 ++--
 PKGBUILD|   60 +++---
 zsh-syntax-highlighting.install |   16 +-
 3 files changed, 50 insertions(+), 45 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-01-28 13:47:01 UTC (rev 159319)
+++ ChangeLog   2016-01-28 13:47:32 UTC (rev 159320)
@@ -1,8 +0,0 @@
-0.4.0-1:
-ustream update
-
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 159319, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-01-28 13:47:32 UTC (rev 159320)
@@ -0,0 +1,11 @@
+0.4.1-1:
+upstream update
+
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-28 13:47:01 UTC (rev 159319)
+++ PKGBUILD2016-01-28 13:47:32 UTC (rev 159320)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-md5sums=('285ebac197414604f9a93597f4c66b78')
-changelog=ChangeLog
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/zsh/plugins/"
-  cp -r "zsh-users-${pkgname}-"* "${pkgdir}/usr/share/zsh/plugins/${pkgname}"
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc"
-  ln -s "/usr/share/zsh/plugins/${pkgname}" \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/zsh/plugins/${pkgname}/COPYING.md" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 159319, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-28 13:47:32 UTC (rev 159320)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+md5sums=('c19158bd3240a9274c9347acfafc94f1')
+changelog=ChangeLog
+
+build() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make
+}
+
+package() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" 
DESTDIR="${pkgdir}" install
+
+  # licence
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
===
--- zsh-syntax-highlighting.install 2016-01-28 13:47:01 UTC (rev 159319)
+++ zsh-syntax-highlighting.install 2016-01-28 13:47:32 UTC (rev 159320)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << EOF
-To activate zsh-syntax-highlighting, add the following line at the end of 
~/.zshrc:
-source 
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 
zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install 
(from rev 159319, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===
--- zsh-syntax-highlighting.install (rev 0)
+++ zsh-syntax-highlighting.install

[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2015-12-02 Thread Evgeniy Alekseev
Date: Wednesday, December 2, 2015 @ 22:27:08
  Author: arcanis
Revision: 148119

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 148118, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 148118, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 148118, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |   13 +---
 PKGBUILD|   58 +++---
 zsh-syntax-highlighting.install |   16 +-
 3 files changed, 45 insertions(+), 42 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-12-02 21:26:51 UTC (rev 148118)
+++ ChangeLog   2015-12-02 21:27:08 UTC (rev 148119)
@@ -1,5 +0,0 @@
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 148118, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-12-02 21:27:08 UTC (rev 148119)
@@ -0,0 +1,8 @@
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-02 21:26:51 UTC (rev 148118)
+++ PKGBUILD2015-12-02 21:27:08 UTC (rev 148119)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-md5sums=('73182f2db724455933edd624d920f4e8')
-changelog=ChangeLog
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/zsh/plugins/"
-  cp -r "zsh-users-${pkgname}-"* "${pkgdir}/usr/share/zsh/plugins/${pkgname}"
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc"
-  ln -s "/usr/share/zsh/plugins/${pkgname}" \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/zsh/plugins/${pkgname}/COPYING.md" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 148118, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-02 21:27:08 UTC (rev 148119)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+md5sums=('285ebac197414604f9a93597f4c66b78')
+changelog=ChangeLog
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/zsh/plugins/"
+  cp -r "zsh-users-${pkgname}-"* "${pkgdir}/usr/share/zsh/plugins/${pkgname}"
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc"
+  ln -s "/usr/share/zsh/plugins/${pkgname}" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/zsh/plugins/${pkgname}/COPYING.md" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
===
--- zsh-syntax-highlighting.install 2015-12-02 21:26:51 UTC (rev 148118)
+++ zsh-syntax-highlighting.install 2015-12-02 21:27:08 UTC (rev 148119)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << EOF
-To activate zsh-syntax-highlighting, add the following line at the end of 
~/.zshrc:
-source 
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 
zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install 
(from rev 148118, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===
--- zsh-syntax-highlighting.install (rev 0)
+++ zsh-syntax-highlighting.install 

[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

2015-10-22 Thread Evgeniy Alekseev
Date: Friday, October 23, 2015 @ 00:21:16
  Author: arcanis
Revision: 144742

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
(from rev 144741, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 144741, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
(from rev 144741, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

-+
 ChangeLog   |7 +++-
 PKGBUILD|   57 +++---
 zsh-syntax-highlighting.install |   16 +-
 3 files changed, 42 insertions(+), 38 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-10-22 22:20:58 UTC (rev 144741)
+++ ChangeLog   2015-10-22 22:21:16 UTC (rev 144742)
@@ -1,2 +0,0 @@
-0.2.1-1:
-ustream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 144741, 
zsh-syntax-highlighting/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-10-22 22:21:16 UTC (rev 144742)
@@ -0,0 +1,5 @@
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 22:20:58 UTC (rev 144741)
+++ PKGBUILD2015-10-22 22:21:16 UTC (rev 144742)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=(any)
-url="https://github.com/zsh-users/zsh-syntax-highlighting";
-license=('BSD')
-depends=('zsh>=4.3.9')
-install=${pkgname}.install
-conflicts=("${pkgname}-git")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
-md5sums=('40f2b7f786b14886cb518c6ee9815dfa')
-changelog=ChangeLog
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/zsh/plugins/${pkgname}"
-  cp -r "${srcdir}"/zsh-users-${pkgname}-*/* 
"${pkgdir}/usr/share/zsh/plugins/${pkgname}"
-
-  install -dm755 "${pkgdir}/usr/share/doc"
-  ln -s /usr/share/zsh/plugins/${pkgname} "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /usr/share/zsh/plugins/${pkgname}/COPYING.md 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 144741, 
zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 22:21:16 UTC (rev 144742)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting";
+license=('BSD')
+depends=('zsh>=4.3.9')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";)
+md5sums=('73182f2db724455933edd624d920f4e8')
+changelog=ChangeLog
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/zsh/plugins/"
+  cp -r "zsh-users-${pkgname}-"* "${pkgdir}/usr/share/zsh/plugins/${pkgname}"
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc"
+  ln -s "/usr/share/zsh/plugins/${pkgname}" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/zsh/plugins/${pkgname}/COPYING.md" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
===
--- zsh-syntax-highlighting.install 2015-10-22 22:20:58 UTC (rev 144741)
+++ zsh-syntax-highlighting.install 2015-10-22 22:21:16 UTC (rev 144742)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << EOF
-To activate zsh-syntax-highlighting, add the following line at the end of 
~/.zshrc:
-source 
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 
zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install 
(from rev 144741, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===
--- zsh-syntax-highlighting.install (rev 0)
+++ zsh-syntax-highlighting.install 2015-10-22 22:21:16 UTC (rev 144742)
@@ -0,0 +1,8