[arch-commits] Commit in php-mongodb/repos (12 files)

Felix Yan fyan at archlinux.org
Wed Mar 23 03:37:33 UTC 2016


    Date: Wednesday, March 23, 2016 @ 04:37:33
  Author: fyan
Revision: 167962

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

Added:
  php-mongodb/repos/community-i686/PKGBUILD
    (from rev 167961, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-i686/mongodb.ini
    (from rev 167961, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-i686/php-mongodb.install
    (from rev 167961, php-mongodb/trunk/php-mongodb.install)
  php-mongodb/repos/community-x86_64/PKGBUILD
    (from rev 167961, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
    (from rev 167961, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
    (from rev 167961, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-i686/PKGBUILD
  php-mongodb/repos/community-i686/mongodb.ini
  php-mongodb/repos/community-i686/php-mongodb.install
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

--------------------------------------+
 /PKGBUILD                            |   70 +++++++++++++++++++++++++++++++++
 /mongodb.ini                         |    4 +
 /php-mongodb.install                 |   24 +++++++++++
 community-i686/PKGBUILD              |   35 ----------------
 community-i686/mongodb.ini           |    2 
 community-i686/php-mongodb.install   |   12 -----
 community-x86_64/PKGBUILD            |   35 ----------------
 community-x86_64/mongodb.ini         |    2 
 community-x86_64/php-mongodb.install |   12 -----
 9 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-23 03:36:46 UTC (rev 167961)
+++ community-i686/PKGBUILD	2016-03-23 03:37:33 UTC (rev 167962)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek <jareksedlacek at gmail.com>
-
-pkgname=php-mongodb
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver"
-license=("Apache")
-depends=('php' 'libmongoc')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-	"http://pecl.php.net/get/mongodb-$pkgver.tgz"
-	"mongodb.ini"
-)
-sha256sums=('c6aee3b480d2e53b95ce9f4838c08d3f19722fccdb68c57ca11869cad4c3ff8a'
-            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-	cd mongodb-$pkgver
-	phpize
-	./configure --prefix=/usr --with-libbson --with-libmongoc
-}
-
-package() {
-	cd mongodb-$pkgver
-	make INSTALL_ROOT="$pkgdir" install
-	install -Dm644 "$srcdir/mongodb.ini" "$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-i686/PKGBUILD (from rev 167961, php-mongodb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-23 03:37:33 UTC (rev 167962)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek <jareksedlacek at gmail.com>
+
+pkgname=php-mongodb
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver"
+license=("Apache")
+depends=('php' 'libmongoc')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+	"http://pecl.php.net/get/mongodb-$pkgver.tgz"
+	"mongodb.ini"
+)
+sha256sums=('b3b9acec35663b0665d01f786e4d9b90a32c0e361d8b296527f1d7b2e4028bee'
+            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+	cd mongodb-$pkgver
+	phpize
+	./configure --prefix=/usr --with-libbson --with-libmongoc
+}
+
+package() {
+	cd mongodb-$pkgver
+	make INSTALL_ROOT="$pkgdir" install
+	install -Dm644 "$srcdir/mongodb.ini" "$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: community-i686/mongodb.ini
===================================================================
--- community-i686/mongodb.ini	2016-03-23 03:36:46 UTC (rev 167961)
+++ community-i686/mongodb.ini	2016-03-23 03:37:33 UTC (rev 167962)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-i686/mongodb.ini (from rev 167961, php-mongodb/trunk/mongodb.ini)
===================================================================
--- community-i686/mongodb.ini	                        (rev 0)
+++ community-i686/mongodb.ini	2016-03-23 03:37:33 UTC (rev 167962)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so

Deleted: community-i686/php-mongodb.install
===================================================================
--- community-i686/php-mongodb.install	2016-03-23 03:36:46 UTC (rev 167961)
+++ community-i686/php-mongodb.install	2016-03-23 03:37:33 UTC (rev 167962)
@@ -1,12 +0,0 @@
-post_install() {
-  warning
-}
-
-post_upgrade() {
-  warning
-}
-
-warning() {
-  printf "WARNING:\nWhen moving from 'php-mongo' to 'php-mongodb' keep into mind the extension's api is not compatible\n\n"
-  return 0
-}

Copied: php-mongodb/repos/community-i686/php-mongodb.install (from rev 167961, php-mongodb/trunk/php-mongodb.install)
===================================================================
--- community-i686/php-mongodb.install	                        (rev 0)
+++ community-i686/php-mongodb.install	2016-03-23 03:37:33 UTC (rev 167962)
@@ -0,0 +1,12 @@
+post_install() {
+  warning
+}
+
+post_upgrade() {
+  warning
+}
+
+warning() {
+  printf "WARNING:\nWhen moving from 'php-mongo' to 'php-mongodb' keep into mind the extension's api is not compatible\n\n"
+  return 0
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-23 03:36:46 UTC (rev 167961)
+++ community-x86_64/PKGBUILD	2016-03-23 03:37:33 UTC (rev 167962)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek <jareksedlacek at gmail.com>
-
-pkgname=php-mongodb
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver"
-license=("Apache")
-depends=('php' 'libmongoc')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-	"http://pecl.php.net/get/mongodb-$pkgver.tgz"
-	"mongodb.ini"
-)
-sha256sums=('c6aee3b480d2e53b95ce9f4838c08d3f19722fccdb68c57ca11869cad4c3ff8a'
-            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-	cd mongodb-$pkgver
-	phpize
-	./configure --prefix=/usr --with-libbson --with-libmongoc
-}
-
-package() {
-	cd mongodb-$pkgver
-	make INSTALL_ROOT="$pkgdir" install
-	install -Dm644 "$srcdir/mongodb.ini" "$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-x86_64/PKGBUILD (from rev 167961, php-mongodb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-23 03:37:33 UTC (rev 167962)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek <jareksedlacek at gmail.com>
+
+pkgname=php-mongodb
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver"
+license=("Apache")
+depends=('php' 'libmongoc')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+	"http://pecl.php.net/get/mongodb-$pkgver.tgz"
+	"mongodb.ini"
+)
+sha256sums=('b3b9acec35663b0665d01f786e4d9b90a32c0e361d8b296527f1d7b2e4028bee'
+            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+	cd mongodb-$pkgver
+	phpize
+	./configure --prefix=/usr --with-libbson --with-libmongoc
+}
+
+package() {
+	cd mongodb-$pkgver
+	make INSTALL_ROOT="$pkgdir" install
+	install -Dm644 "$srcdir/mongodb.ini" "$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: community-x86_64/mongodb.ini
===================================================================
--- community-x86_64/mongodb.ini	2016-03-23 03:36:46 UTC (rev 167961)
+++ community-x86_64/mongodb.ini	2016-03-23 03:37:33 UTC (rev 167962)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-x86_64/mongodb.ini (from rev 167961, php-mongodb/trunk/mongodb.ini)
===================================================================
--- community-x86_64/mongodb.ini	                        (rev 0)
+++ community-x86_64/mongodb.ini	2016-03-23 03:37:33 UTC (rev 167962)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so

Deleted: community-x86_64/php-mongodb.install
===================================================================
--- community-x86_64/php-mongodb.install	2016-03-23 03:36:46 UTC (rev 167961)
+++ community-x86_64/php-mongodb.install	2016-03-23 03:37:33 UTC (rev 167962)
@@ -1,12 +0,0 @@
-post_install() {
-  warning
-}
-
-post_upgrade() {
-  warning
-}
-
-warning() {
-  printf "WARNING:\nWhen moving from 'php-mongo' to 'php-mongodb' keep into mind the extension's api is not compatible\n\n"
-  return 0
-}

Copied: php-mongodb/repos/community-x86_64/php-mongodb.install (from rev 167961, php-mongodb/trunk/php-mongodb.install)
===================================================================
--- community-x86_64/php-mongodb.install	                        (rev 0)
+++ community-x86_64/php-mongodb.install	2016-03-23 03:37:33 UTC (rev 167962)
@@ -0,0 +1,12 @@
+post_install() {
+  warning
+}
+
+post_upgrade() {
+  warning
+}
+
+warning() {
+  printf "WARNING:\nWhen moving from 'php-mongo' to 'php-mongodb' keep into mind the extension's api is not compatible\n\n"
+  return 0
+}



More information about the arch-commits mailing list