[arch-commits] Commit in byacc/repos (4 files)

2017-08-04 Thread Levente Polyak
Date: Friday, August 4, 2017 @ 09:10:48
  Author: anthraxx
Revision: 248162

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-04 09:10:40 UTC (rev 248161)
+++ community-i686/PKGBUILD 2017-08-04 09:10:48 UTC (rev 248162)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20170201
-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=('f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638'
-'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 248161, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-04 09:10:48 UTC (rev 248162)
@@ -0,0 +1,34 @@
+# 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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-04 09:10:40 UTC (rev 248161)
+++ community-x86_64/PKGBUILD   2017-08-04 09:10:48 UTC (rev 248162)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20170201
-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=('f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638'
-'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}
-  

[arch-commits] Commit in byacc/repos (4 files)

2017-02-03 Thread Levente Polyak
Date: Friday, February 3, 2017 @ 18:14:31
  Author: anthraxx
Revision: 209768

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-03 18:14:22 UTC (rev 209767)
+++ community-i686/PKGBUILD 2017-02-03 18:14:31 UTC (rev 209768)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20161202
-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=('139d8262ba1380f5aece41b3fe8537206c413f20da0a2e408fbe1e7f32795961290c569b6ba1fbe6eb99158c466ffbc62c22e8d2c9c05e7a72c217a84a9a29e2'
-'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 209767, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-03 18:14:31 UTC (rev 209768)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20170201
+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=('f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638'
+'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-03 18:14:22 UTC (rev 209767)
+++ community-x86_64/PKGBUILD   2017-02-03 18:14:31 UTC (rev 209768)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20161202
-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=('139d8262ba1380f5aece41b3fe8537206c413f20da0a2e408fbe1e7f32795961290c569b6ba1fbe6eb99158c466ffbc62c22e8d2c9c05e7a72c217a84a9a29e2'
-'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 

[arch-commits] Commit in byacc/repos (4 files)

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 23:03:32
  Author: anthraxx
Revision: 200231

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-18 23:03:18 UTC (rev 200230)
+++ community-i686/PKGBUILD 2016-12-18 23:03:32 UTC (rev 200231)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20160606
-pkgrel=1
-pkgdesc="A 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=('b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea'
-'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 200230, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-18 23:03:32 UTC (rev 200231)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20161202
+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=('139d8262ba1380f5aece41b3fe8537206c413f20da0a2e408fbe1e7f32795961290c569b6ba1fbe6eb99158c466ffbc62c22e8d2c9c05e7a72c217a84a9a29e2'
+'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-18 23:03:18 UTC (rev 200230)
+++ community-x86_64/PKGBUILD   2016-12-18 23:03:32 UTC (rev 200231)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20160606
-pkgrel=1
-pkgdesc="A 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=('b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea'
-'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 

[arch-commits] Commit in byacc/repos (4 files)

2016-06-07 Thread Levente Polyak
Date: Tuesday, June 7, 2016 @ 11:52:48
  Author: anthraxx
Revision: 178119

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-07 09:52:40 UTC (rev 178118)
+++ community-i686/PKGBUILD 2016-06-07 09:52:48 UTC (rev 178119)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20160324
-pkgrel=1
-pkgdesc="A 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=('ad2721d1433368560a0d26b8e3a2cabacc62b682f7866ae3be5ac1ef1a0e60438ba84303be070877d6431878753e594d2e136c5beaa04518c1b9b45c09656fad'
-'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 178118, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-07 09:52:48 UTC (rev 178119)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20160606
+pkgrel=1
+pkgdesc="A 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=('b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea'
+'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-07 09:52:40 UTC (rev 178118)
+++ community-x86_64/PKGBUILD   2016-06-07 09:52:48 UTC (rev 178119)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20160324
-pkgrel=1
-pkgdesc="A 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=('ad2721d1433368560a0d26b8e3a2cabacc62b682f7866ae3be5ac1ef1a0e60438ba84303be070877d6431878753e594d2e136c5beaa04518c1b9b45c09656fad'
-'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 

[arch-commits] Commit in byacc/repos (4 files)

2016-03-29 Thread Levente Polyak
Date: Tuesday, March 29, 2016 @ 17:14:09
  Author: anthraxx
Revision: 168774

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-29 15:13:59 UTC (rev 168773)
+++ community-i686/PKGBUILD 2016-03-29 15:14:09 UTC (rev 168774)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=3
-pkgdesc="A 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=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 168773, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-29 15:14:09 UTC (rev 168774)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+
+pkgname=byacc
+pkgver=20160324
+pkgrel=1
+pkgdesc="A 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=('ad2721d1433368560a0d26b8e3a2cabacc62b682f7866ae3be5ac1ef1a0e60438ba84303be070877d6431878753e594d2e136c5beaa04518c1b9b45c09656fad'
+'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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-29 15:13:59 UTC (rev 168773)
+++ community-x86_64/PKGBUILD   2016-03-29 15:14:09 UTC (rev 168774)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jens Adam 
-# Contributor: Abel Stern 
-# Contributor: Anton Bazhenov 
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=3
-pkgdesc="A 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=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'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 

[arch-commits] Commit in byacc/repos (4 files)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:51:39
  Author: anthraxx
Revision: 137558

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 16:51:31 UTC (rev 137557)
+++ community-i686/PKGBUILD 2015-07-28 16:51:39 UTC (rev 137558)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jens Adam j...@byte.cx
-# Contributor: Abel Stern abel.stern AT gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=2
-pkgdesc=A 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=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
-
-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 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 137557, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 16:51:39 UTC (rev 137558)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=3
+pkgdesc=A 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=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+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 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-28 16:51:31 UTC (rev 137557)
+++ community-x86_64/PKGBUILD   2015-07-28 16:51:39 UTC (rev 137558)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jens Adam j...@byte.cx
-# Contributor: Abel Stern abel.stern AT gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=2
-pkgdesc=A 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=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed 

[arch-commits] Commit in byacc/repos (4 files)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:38:56
  Author: anthraxx
Revision: 137556

archrelease: copy trunk to community-i686, community-x86_64

Added:
  byacc/repos/community-i686/
  byacc/repos/community-i686/PKGBUILD
(from rev 137555, byacc/trunk/PKGBUILD)
  byacc/repos/community-x86_64/
  byacc/repos/community-x86_64/PKGBUILD
(from rev 137555, byacc/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: byacc/repos/community-i686/PKGBUILD (from rev 137555, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 16:38:56 UTC (rev 137556)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A 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=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+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 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 137555, 
byacc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-28 16:38:56 UTC (rev 137556)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A 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=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+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 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: