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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Tue Apr 9 16:09:00 UTC 2013


    Date: Tuesday, April 9, 2013 @ 18:09:00
  Author: tredaelli
Revision: 87968

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-09 16:08:17 UTC (rev 87967)
+++ community-i686/PKGBUILD	2013-04-09 16:09:00 UTC (rev 87968)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-# Contributor: Will Chappell <mr.chapendi at gmail.com>
-# Contributor: Jesse Young <jesse.young at gmail.com>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=ragel
-pkgver=6.7
-pkgrel=1
-pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
-arch=('i686' 'x86_64')
-url="http://www.complang.org/ragel/"
-license=('GPL')
-depends=('gcc-libs')
-source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f4423e0d8a6538dd4e61498fcfad3cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ragel/repos/community-i686/PKGBUILD (from rev 87967, ragel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-09 16:09:00 UTC (rev 87968)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+# Contributor: Will Chappell <mr.chapendi at gmail.com>
+# Contributor: Jesse Young <jesse.young at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=ragel
+pkgver=6.8
+pkgrel=1
+pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
+arch=('i686' 'x86_64')
+url="http://www.complang.org/ragel/"
+license=('GPL')
+depends=('gcc-libs')
+source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1bb39745ac23da449019f9f2cb4b0d01')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-09 16:08:17 UTC (rev 87967)
+++ community-x86_64/PKGBUILD	2013-04-09 16:09:00 UTC (rev 87968)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-# Contributor: Will Chappell <mr.chapendi at gmail.com>
-# Contributor: Jesse Young <jesse.young at gmail.com>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=ragel
-pkgver=6.7
-pkgrel=1
-pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
-arch=('i686' 'x86_64')
-url="http://www.complang.org/ragel/"
-license=('GPL')
-depends=('gcc-libs')
-source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f4423e0d8a6538dd4e61498fcfad3cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ragel/repos/community-x86_64/PKGBUILD (from rev 87967, ragel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-09 16:09:00 UTC (rev 87968)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+# Contributor: Will Chappell <mr.chapendi at gmail.com>
+# Contributor: Jesse Young <jesse.young at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=ragel
+pkgver=6.8
+pkgrel=1
+pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
+arch=('i686' 'x86_64')
+url="http://www.complang.org/ragel/"
+license=('GPL')
+depends=('gcc-libs')
+source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1bb39745ac23da449019f9f2cb4b0d01')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list