[arch-commits] Commit in byacc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-11 Thread Levente Polyak via arch-commits
Date: Monday, November 11, 2019 @ 22:50:14
  Author: anthraxx
Revision: 526851

archrelease: copy trunk to community-x86_64

Added:
  byacc/repos/community-x86_64/PKGBUILD
(from rev 526850, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-11 22:50:10 UTC (rev 526850)
+++ PKGBUILD2019-11-11 22:50:14 UTC (rev 526851)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20190617
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='https://invisible-island.net/byacc/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 526850, 
byacc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-11 22:50:14 UTC (rev 526851)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20191103
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('247cf5469da618733a9ce8d2f079e56ef485354c4fce462014ac9d3108ebf7eccb0147a3e005374a541895eff28b9a63f5f840a7576a26cb23ab34d968a2d05c'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-01 Thread Levente Polyak via arch-commits
Date: Monday, July 1, 2019 @ 20:45:16
  Author: anthraxx
Revision: 487199

archrelease: copy trunk to community-x86_64

Added:
  byacc/repos/community-x86_64/PKGBUILD
(from rev 487198, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 +++--
 1 file changed, 37 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-01 20:45:10 UTC (rev 487198)
+++ PKGBUILD2019-07-01 20:45:16 UTC (rev 487199)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20180609
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='https://invisible-island.net/byacc/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 487198, 
byacc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-01 20:45:16 UTC (rev 487199)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20190617
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-11 Thread Levente Polyak via arch-commits
Date: Monday, June 11, 2018 @ 22:20:47
  Author: anthraxx
Revision: 342397

archrelease: copy trunk to community-x86_64

Added:
  byacc/repos/community-x86_64/PKGBUILD
(from rev 342396, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-11 22:20:41 UTC (rev 342396)
+++ PKGBUILD2018-06-11 22:20:47 UTC (rev 342397)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20180525
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='https://invisible-island.net/byacc/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 342396, 
byacc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-11 22:20:47 UTC (rev 342397)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20180609
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-30 Thread Levente Polyak via arch-commits
Date: Wednesday, May 30, 2018 @ 19:19:01
  Author: anthraxx
Revision: 333482

archrelease: copy trunk to community-x86_64

Added:
  byacc/repos/community-x86_64/PKGBUILD
(from rev 333481, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-30 19:18:49 UTC (rev 333481)
+++ PKGBUILD2018-05-30 19:19:01 UTC (rev 333482)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20180510
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='https://invisible-island.net/byacc/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 333481, 
byacc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-30 19:19:01 UTC (rev 333482)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20180525
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-11 Thread Levente Polyak via arch-commits
Date: Friday, May 11, 2018 @ 23:09:42
  Author: anthraxx
Revision: 320912

archrelease: copy trunk to community-x86_64

Added:
  byacc/repos/community-x86_64/PKGBUILD
(from rev 320911, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-11 23:09:34 UTC (rev 320911)
+++ PKGBUILD2018-05-11 23:09:42 UTC (rev 320912)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20170709
-pkgrel=1
-pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
-url='http://invisible-island.net/byacc/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 320911, 
byacc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-11 23:09:42 UTC (rev 320912)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20180510
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et: