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

Evgeniy Alekseev arcanis at archlinux.org
Wed Dec 2 21:27:08 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-12-02 21:26:51 UTC (rev 148118)
+++ PKGBUILD	2015-12-02 21:27:08 UTC (rev 148119)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
-
-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)
+++ PKGBUILD	2015-12-02 21:27:08 UTC (rev 148119)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+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	2015-12-02 21:27:08 UTC (rev 148119)
@@ -0,0 +1,8 @@
+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:



More information about the arch-commits mailing list