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

Levente Polyak anthraxx at archlinux.org
Fri Feb 3 18:14:32 UTC 2017


    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 <anthraxx[at]archlinux[dot]org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jens Adam <jra at byte.cx>
-# Contributor: Abel Stern <abel.stern AT gmail.com>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-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 <dickey at 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 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 <anthraxx[at]archlinux[dot]org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jens Adam <jra at byte.cx>
+# Contributor: Abel Stern <abel.stern AT gmail.com>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+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 <dickey at 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	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 <anthraxx[at]archlinux[dot]org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jens Adam <jra at byte.cx>
-# Contributor: Abel Stern <abel.stern AT gmail.com>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-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 <dickey at 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 209767, byacc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-03 18:14:31 UTC (rev 209768)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jens Adam <jra at byte.cx>
+# Contributor: Abel Stern <abel.stern AT gmail.com>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+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 <dickey at 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:



More information about the arch-commits mailing list