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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Mar 1 15:57:24 UTC 2014


    Date: Saturday, March 1, 2014 @ 16:57:24
  Author: bpiotrowski
Revision: 206568

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-03-01 15:57:16 UTC (rev 206567)
+++ extra-i686/PKGBUILD	2014-03-01 15:57:24 UTC (rev 206568)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=raptor
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
-arch=('i686' 'x86_64')
-url="http://librdf.org/raptor"
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
-
-build() {
-  cd "${srcdir}"/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
-    --disable-static \
-    --with-yajl=no \
-    --with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#	make -C "raptor2-$pkgver" check // currently does not work
-#}
-
-package() {
-  cd "${srcdir}"/raptor2-${pkgver}
-  make prefix="${pkgdir}"/usr install
-}
-md5sums=('a015a7fcc2cbdd38ee1450a5eb526ab5')

Copied: raptor/repos/extra-i686/PKGBUILD (from rev 206567, raptor/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-03-01 15:57:24 UTC (rev 206568)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=raptor
+pkgver=2.0.13
+pkgrel=1
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor"
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
+
+build() {
+  cd "${srcdir}"/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+    --disable-static \
+    --with-yajl=no \
+    --with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#	make -C "raptor2-$pkgver" check // currently does not work
+#}
+
+package() {
+  cd "${srcdir}"/raptor2-${pkgver}
+  make prefix="${pkgdir}"/usr install
+}
+md5sums=('f380566229d6264590315b0a5341b689')

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-03-01 15:57:16 UTC (rev 206567)
+++ extra-x86_64/PKGBUILD	2014-03-01 15:57:24 UTC (rev 206568)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=raptor
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
-arch=('i686' 'x86_64')
-url="http://librdf.org/raptor"
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
-
-build() {
-  cd "${srcdir}"/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
-    --disable-static \
-    --with-yajl=no \
-    --with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#	make -C "raptor2-$pkgver" check // currently does not work
-#}
-
-package() {
-  cd "${srcdir}"/raptor2-${pkgver}
-  make prefix="${pkgdir}"/usr install
-}
-md5sums=('a015a7fcc2cbdd38ee1450a5eb526ab5')

Copied: raptor/repos/extra-x86_64/PKGBUILD (from rev 206567, raptor/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-03-01 15:57:24 UTC (rev 206568)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=raptor
+pkgver=2.0.13
+pkgrel=1
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor"
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz")
+
+build() {
+  cd "${srcdir}"/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+    --disable-static \
+    --with-yajl=no \
+    --with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#	make -C "raptor2-$pkgver" check // currently does not work
+#}
+
+package() {
+  cd "${srcdir}"/raptor2-${pkgver}
+  make prefix="${pkgdir}"/usr install
+}
+md5sums=('f380566229d6264590315b0a5341b689')




More information about the arch-commits mailing list