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

Anatol Pomozov anatolik at archlinux.org
Wed May 20 16:01:19 UTC 2015


    Date: Wednesday, May 20, 2015 @ 18:01:19
  Author: anatolik
Revision: 239590

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

Added:
  re2c/repos/extra-i686/PKGBUILD
    (from rev 239589, re2c/trunk/PKGBUILD)
  re2c/repos/extra-x86_64/PKGBUILD
    (from rev 239589, re2c/trunk/PKGBUILD)
Deleted:
  re2c/repos/extra-i686/PKGBUILD
  re2c/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   62 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   31 ------------------------
 extra-x86_64/PKGBUILD |   31 ------------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-05-20 16:00:38 UTC (rev 239589)
+++ extra-i686/PKGBUILD	2015-05-20 16:01:19 UTC (rev 239590)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: nut543 <kfs1 at online.no>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=re2c
-pkgver=0.14.2
-pkgrel=1
-arch=(i686 x86_64)
-depends=(gcc-libs)
-pkgdesc='A tool for generating C-based recognizers from regular expressions'
-url='http://re2c.sourceforge.net/'
-license=(GPL)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b565233bb46e4cbb8d006ddc1989038e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: re2c/repos/extra-i686/PKGBUILD (from rev 239589, re2c/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-05-20 16:01:19 UTC (rev 239590)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.14.3
+pkgrel=1
+arch=(i686 x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='http://re2c.sourceforge.net/'
+license=(GPL)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9d6914369494ea924a1dd7d96715cdc0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-05-20 16:00:38 UTC (rev 239589)
+++ extra-x86_64/PKGBUILD	2015-05-20 16:01:19 UTC (rev 239590)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: nut543 <kfs1 at online.no>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=re2c
-pkgver=0.14.2
-pkgrel=1
-arch=(i686 x86_64)
-depends=(gcc-libs)
-pkgdesc='A tool for generating C-based recognizers from regular expressions'
-url='http://re2c.sourceforge.net/'
-license=(GPL)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b565233bb46e4cbb8d006ddc1989038e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: re2c/repos/extra-x86_64/PKGBUILD (from rev 239589, re2c/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-05-20 16:01:19 UTC (rev 239590)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.14.3
+pkgrel=1
+arch=(i686 x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='http://re2c.sourceforge.net/'
+license=(GPL)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9d6914369494ea924a1dd7d96715cdc0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list