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

Felix Yan felixonmars at archlinux.org
Wed Jan 11 06:01:18 UTC 2017


    Date: Wednesday, January 11, 2017 @ 06:01:17
  Author: felixonmars
Revision: 206755

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

Added:
  libbson/repos/community-testing-i686/PKGBUILD
    (from rev 206754, libbson/trunk/PKGBUILD)
  libbson/repos/community-testing-x86_64/PKGBUILD
    (from rev 206754, libbson/trunk/PKGBUILD)
Deleted:
  libbson/repos/community-testing-i686/PKGBUILD
  libbson/repos/community-testing-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   54 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   27 ------------------
 community-testing-x86_64/PKGBUILD |   27 ------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2017-01-11 06:00:46 UTC (rev 206754)
+++ community-testing-i686/PKGBUILD	2017-01-11 06:01:17 UTC (rev 206755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Tyler Brock <tyler at mongodb.com>
-# Contributor: monty <linksoft [at] gmx [dot] de>
-
-pkgname=libbson
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-    cd "$srcdir/$pkgname"
-    ./autogen.sh --prefix=/usr
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname"
-    make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-testing-i686/PKGBUILD (from rev 206754, libbson/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-01-11 06:01:17 UTC (rev 206755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tyler Brock <tyler at mongodb.com>
+# Contributor: monty <linksoft [at] gmx [dot] de>
+
+pkgname=libbson
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+    cd "$srcdir/$pkgname"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname"
+    make DESTDIR="$pkgdir/" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2017-01-11 06:00:46 UTC (rev 206754)
+++ community-testing-x86_64/PKGBUILD	2017-01-11 06:01:17 UTC (rev 206755)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Tyler Brock <tyler at mongodb.com>
-# Contributor: monty <linksoft [at] gmx [dot] de>
-
-pkgname=libbson
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-    cd "$srcdir/$pkgname"
-    ./autogen.sh --prefix=/usr
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname"
-    make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 206754, libbson/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-01-11 06:01:17 UTC (rev 206755)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tyler Brock <tyler at mongodb.com>
+# Contributor: monty <linksoft [at] gmx [dot] de>
+
+pkgname=libbson
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+    cd "$srcdir/$pkgname"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname"
+    make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list