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

Anatol Pomozov anatolik at nymeria.archlinux.org
Sun May 25 04:38:29 UTC 2014


    Date: Sunday, May 25, 2014 @ 06:38:29
  Author: anatolik
Revision: 213568

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

Added:
  json-c/repos/testing-i686/PKGBUILD
    (from rev 213567, json-c/trunk/PKGBUILD)
  json-c/repos/testing-x86_64/PKGBUILD
    (from rev 213567, json-c/trunk/PKGBUILD)
Deleted:
  json-c/repos/testing-i686/PKGBUILD
  json-c/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   66 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   33 -----------------------
 testing-x86_64/PKGBUILD |   33 -----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-05-25 04:37:27 UTC (rev 213567)
+++ testing-i686/PKGBUILD	2014-05-25 04:38:29 UTC (rev 213568)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: congyiwu <congyiwu AT gmail DOT com>
-
-pkgname=json-c
-pkgver=0.12
-pkgrel=1
-pkgdesc="A JSON implementation in C"
-url="https://github.com/json-c/json-c/wiki"
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -Wno-error"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: json-c/repos/testing-i686/PKGBUILD (from rev 213567, json-c/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-05-25 04:38:29 UTC (rev 213568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: congyiwu <congyiwu AT gmail DOT com>
+
+pkgname=json-c
+pkgver=0.12
+pkgrel=2
+pkgdesc="A JSON implementation in C"
+url="https://github.com/json-c/json-c/wiki"
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS="$CFLAGS -Wno-error"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-05-25 04:37:27 UTC (rev 213567)
+++ testing-x86_64/PKGBUILD	2014-05-25 04:38:29 UTC (rev 213568)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: congyiwu <congyiwu AT gmail DOT com>
-
-pkgname=json-c
-pkgver=0.12
-pkgrel=1
-pkgdesc="A JSON implementation in C"
-url="https://github.com/json-c/json-c/wiki"
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -Wno-error"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: json-c/repos/testing-x86_64/PKGBUILD (from rev 213567, json-c/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-05-25 04:38:29 UTC (rev 213568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: congyiwu <congyiwu AT gmail DOT com>
+
+pkgname=json-c
+pkgver=0.12
+pkgrel=2
+pkgdesc="A JSON implementation in C"
+url="https://github.com/json-c/json-c/wiki"
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS="$CFLAGS -Wno-error"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}




More information about the arch-commits mailing list