[arch-commits] Commit in source-highlight/repos/extra-x86_64 (4 files)

2019-10-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, October 12, 2019 @ 18:24:31
  Author: jelle
Revision: 364689

archrelease: copy trunk to extra-x86_64

Added:
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 364688, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch
(from rev 364688, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
Deleted:
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch

+
 PKGBUILD   |   71 +++
 fix-zsh-highlighting-hangups.patch |   26 ++--
 2 files changed, 45 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-12 18:24:22 UTC (rev 364688)
+++ PKGBUILD2019-10-12 18:24:31 UTC (rev 364689)
@@ -1,39 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.8
-pkgrel=19
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('x86_64')
-url="https://www.gnu.org/software/src-highlite/";
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";
-"fix-zsh-highlighting-hangups.patch")
-md5sums=('3243470706ef5fefdc3e43b5306a4e41'
- '5b6129bca6fcd0ea252fa31bf7a988fa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i "${srcdir}/fix-zsh-highlighting-hangups.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
-
-  # PKGBUILD syntax highlighting
-  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
-}

Copied: source-highlight/repos/extra-x86_64/PKGBUILD (from rev 364688, 
source-highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-12 18:24:31 UTC (rev 364689)
@@ -0,0 +1,32 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('x86_64')
+url="https://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('d8e154e9a5d62c77807e4e5d36c0faed5ce2964291be5f8b83e2968a6de52229503689a4ca2109a717ae2632a14b63ec937ca0430c91684c72063f6bc0294195')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Deleted: fix-zsh-highlighting-hangups.patch
===
--- fix-zsh-highlighting-hangups.patch  2019-10-12 18:24:22 UTC (rev 364688)
+++ fix-zsh-highlighting-hangups.patch  2019-10-12 18:24:31 UTC (rev 364689)
@@ -1,13 +0,0 @@
-diff --git a/src/zsh.lang b/src/zsh.lang
-index 69542a7..a0bac36 100644
 a/src/zsh.lang
-+++ b/src/zsh.lang
-@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
-   "unlimit|unset|unsetopt|until|vared|wait|whence",
-   "where|which|while|zcompile|zformat|zftp|zle",
-   "zmodload|zparseopts|zprof|zpty|zregexparse",
--  "zsocket|zstyle|ztcp|"
-+  "zsocket|zstyle|ztcp"
- 
- variable = '\$\{([^[:blank:]]+)\}'
- variable = '\$\(([^[:blank:]]+)\)'

Copied: source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch 
(from rev 364688, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
===
--- fix-zsh-highlighting-hangups.patch  (rev 0)
+++ fix-zsh-highlighting-hangups.patch  2019-10-12 18:24:31 UTC (rev 364689)
@@ -0,0 +1,13 @@
+diff --git a/src/zsh.lang b/src/zsh.lang
+index 69542a7..a0bac36 100644
+--- a/src/zsh.lang
 b/src/zsh.lang
+@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
+   "unlimit|unset|unsetopt|until|vared|wait|whence",
+   "where|which|while|zcompile|zformat|zftp|zle",
+   "zmodload|zparseopts|zprof|zpty|zregexparse",
+-  "zsocket|zstyle|ztcp|"
++   

[arch-commits] Commit in source-highlight/repos/extra-x86_64 (3 files)

2018-06-24 Thread Jelle van der Waa via arch-commits
Date: Sunday, June 24, 2018 @ 19:59:55
  Author: jelle
Revision: 327525

archrelease: copy trunk to extra-x86_64

Added:
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 327524, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch
(from rev 327524, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
Deleted:
  source-highlight/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |   73 +++
 fix-zsh-highlighting-hangups.patch |   13 ++
 2 files changed, 53 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-24 19:59:41 UTC (rev 327524)
+++ PKGBUILD2018-06-24 19:59:55 UTC (rev 327525)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.8
-pkgrel=15
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('x86_64')
-url="http://www.gnu.org/software/src-highlite/";
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('3243470706ef5fefdc3e43b5306a4e41')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
-
-  # PKGBUILD syntax highlighting
-  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
-}

Copied: source-highlight/repos/extra-x86_64/PKGBUILD (from rev 327524, 
source-highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-24 19:59:55 UTC (rev 327525)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=16
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";
+"fix-zsh-highlighting-hangups.patch")
+md5sums=('3243470706ef5fefdc3e43b5306a4e41'
+ '5b6129bca6fcd0ea252fa31bf7a988fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/fix-zsh-highlighting-hangups.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch 
(from rev 327524, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
===
--- fix-zsh-highlighting-hangups.patch  (rev 0)
+++ fix-zsh-highlighting-hangups.patch  2018-06-24 19:59:55 UTC (rev 327525)
@@ -0,0 +1,13 @@
+diff --git a/src/zsh.lang b/src/zsh.lang
+index 69542a7..a0bac36 100644
+--- a/src/zsh.lang
 b/src/zsh.lang
+@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
+   "unlimit|unset|unsetopt|until|vared|wait|whence",
+   "where|which|while|zcompile|zformat|zftp|zle",
+   "zmodload|zparseopts|zprof|zpty|zregexparse",
+-  "zsocket|zstyle|ztcp|"
++  "zsocket|zstyle|ztcp"
+ 
+ variable = '\$\{([^[:blank:]]+)\}'
+ variable = '\$\(([^[:blank:]]+)\)'


[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2011-07-30 Thread Andrea Scarpino
Date: Saturday, July 30, 2011 @ 06:21:35
  Author: andrea
Revision: 133869

db-move: source-highlight removed by andrea for move to [extra] (x86_64)

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2011-07-30 Thread Andrea Scarpino
Date: Saturday, July 30, 2011 @ 06:21:36
  Author: andrea
Revision: 133870

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 15:08:37
  Author: ibiru
Revision: 125214

db-move: source-highlight removed by ibiru for move to [extra] (x86_64)

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 staging-x86_64)

2011-05-25 Thread Ionut Biru
Date: Wednesday, May 25, 2011 @ 15:08:37
  Author: ibiru
Revision: 125215

db-move: moved source-highlight from [staging] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/staging-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 03:27:44
  Author: ibiru
Revision: 113098

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 03:27:43
  Author: ibiru
Revision: 113097

db-move: source-highlight removed by ibiru for move to [extra] (x86_64)

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2011-02-02 Thread Giovanni Scafora
Date: Wednesday, February 2, 2011 @ 12:43:38
  Author: giovanni
Revision: 108724

archrelease: copy trunk to extra-x86_64

Added:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2011-02-02 Thread Giovanni Scafora
Date: Wednesday, February 2, 2011 @ 12:43:24
  Author: giovanni
Revision: 108723

archrelease: remove extra-x86_64

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:13:05
  Author: ibiru
Revision: 101249

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-11-28 Thread Ionut Biru
Date: Sunday, November 28, 2010 @ 10:13:04
  Author: ibiru
Revision: 101248

db-move: source-highlight removed by ibiru for move to [extra] (x86_64)

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 08:58:54
  Author: ibiru
Revision: 83697

archrelease: copy trunk to extra-x86_64

Added:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 08:58:39
  Author: ibiru
Revision: 83696

archrelease: remove extra-x86_64

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 08:50:28
  Author: ibiru
Revision: 83660

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-06-22 Thread Ionut Biru
Date: Tuesday, June 22, 2010 @ 08:50:26
  Author: ibiru
Revision: 83659

db-move: source-highlight removed by ibiru for move to extra

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2010-03-19 Thread Ionut Biru
Date: Friday, March 19, 2010 @ 07:05:42
  Author: ibiru
Revision: 72736

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-03-19 Thread Ionut Biru
Date: Friday, March 19, 2010 @ 07:05:39
  Author: ibiru
Revision: 72735

db-move: source-highlight removed by ibiru for move to extra

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-03-18 Thread Giovanni Scafora
Date: Thursday, March 18, 2010 @ 10:35:22
  Author: giovanni
Revision: 72574

archrelease: copy trunk to extra-x86_64

Added:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-03-18 Thread Giovanni Scafora
Date: Thursday, March 18, 2010 @ 10:35:02
  Author: giovanni
Revision: 72573

archrelease: remove extra-x86_64

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-03-18 Thread Giovanni Scafora
Date: Thursday, March 18, 2010 @ 10:21:50
  Author: giovanni
Revision: 72560

archrelease: copy trunk to extra-x86_64

Added:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-03-18 Thread Giovanni Scafora
Date: Thursday, March 18, 2010 @ 10:21:32
  Author: giovanni
Revision: 72559

archrelease: remove extra-x86_64

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2010-02-28 Thread Ionut Biru
Date: Sunday, February 28, 2010 @ 07:22:54
  Author: ibiru
Revision: 70728

db-move: source-highlight removed by ibiru for move to extra

Deleted:
  source-highlight/repos/extra-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2010-02-28 Thread Ionut Biru
Date: Sunday, February 28, 2010 @ 07:22:55
  Author: ibiru
Revision: 70729

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64 testing-x86_64)

2009-12-09 Thread Allan McRae
Date: Wednesday, December 9, 2009 @ 22:26:01
  Author: allan
Revision: 61013

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/
Deleted:
  source-highlight/repos/testing-x86_64/



[arch-commits] Commit in source-highlight/repos (extra-x86_64)

2009-12-09 Thread Allan McRae
Date: Wednesday, December 9, 2009 @ 22:26:01
  Author: allan
Revision: 61012

db-move: source-highlight removed by allan for move to extra

Deleted:
  source-highlight/repos/extra-x86_64/