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

Ike Devolder idevolder at archlinux.org
Thu Jan 19 12:48:05 UTC 2017


    Date: Thursday, January 19, 2017 @ 12:48:04
  Author: idevolder
Revision: 208027

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

Added:
  php-mongodb/repos/community-i686/PKGBUILD
    (from rev 208026, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-i686/mongodb.ini
    (from rev 208026, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-i686/php-mongodb.install
    (from rev 208026, php-mongodb/trunk/php-mongodb.install)
  php-mongodb/repos/community-x86_64/PKGBUILD
    (from rev 208026, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
    (from rev 208026, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
    (from rev 208026, 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                            |   74 +++++++++++++++++++++++++++++++++
 /mongodb.ini                         |    4 +
 /php-mongodb.install                 |   24 ++++++++++
 community-i686/PKGBUILD              |   37 ----------------
 community-i686/mongodb.ini           |    2 
 community-i686/php-mongodb.install   |   12 -----
 community-x86_64/PKGBUILD            |   37 ----------------
 community-x86_64/mongodb.ini         |    2 
 community-x86_64/php-mongodb.install |   12 -----
 9 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-19 12:47:52 UTC (rev 208026)
+++ community-i686/PKGBUILD	2017-01-19 12:48:04 UTC (rev 208027)
@@ -1,37 +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.2.2
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver"
-license=("Apache")
-depends=('php' 'libmongoc')
-#depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-	"https://pecl.php.net/get/mongodb-$pkgver.tgz"
-	"mongodb.ini"
-)
-sha256sums=('cbe02827653c3c03949ce96885e6be27b014322f642c89788510cdf3b5dbe3d4'
-            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-	cd mongodb-$pkgver
-	phpize
-	./configure --prefix=/usr --with-libbson --with-libmongoc
-	#./configure --prefix=/usr
-}
-
-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 208026, php-mongodb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-19 12:48:04 UTC (rev 208027)
@@ -0,0 +1,37 @@
+# $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.2.3
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver"
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+	"https://pecl.php.net/get/mongodb-$pkgver.tgz"
+	"mongodb.ini"
+)
+sha256sums=('0f888340bebb3c7d260bce779e215dc0c31c4eaab9d5561fd93df7a4a51209f1'
+            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+	cd mongodb-$pkgver
+	phpize
+	#./configure --prefix=/usr --with-libbson --with-libmongoc
+	./configure --prefix=/usr
+}
+
+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	2017-01-19 12:47:52 UTC (rev 208026)
+++ community-i686/mongodb.ini	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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 208026, php-mongodb/trunk/mongodb.ini)
===================================================================
--- community-i686/mongodb.ini	                        (rev 0)
+++ community-i686/mongodb.ini	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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	2017-01-19 12:47:52 UTC (rev 208026)
+++ community-i686/php-mongodb.install	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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 208026, php-mongodb/trunk/php-mongodb.install)
===================================================================
--- community-i686/php-mongodb.install	                        (rev 0)
+++ community-i686/php-mongodb.install	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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	2017-01-19 12:47:52 UTC (rev 208026)
+++ community-x86_64/PKGBUILD	2017-01-19 12:48:04 UTC (rev 208027)
@@ -1,37 +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.2.2
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver"
-license=("Apache")
-depends=('php' 'libmongoc')
-#depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-	"https://pecl.php.net/get/mongodb-$pkgver.tgz"
-	"mongodb.ini"
-)
-sha256sums=('cbe02827653c3c03949ce96885e6be27b014322f642c89788510cdf3b5dbe3d4'
-            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-	cd mongodb-$pkgver
-	phpize
-	./configure --prefix=/usr --with-libbson --with-libmongoc
-	#./configure --prefix=/usr
-}
-
-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 208026, php-mongodb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-19 12:48:04 UTC (rev 208027)
@@ -0,0 +1,37 @@
+# $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.2.3
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver"
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+	"https://pecl.php.net/get/mongodb-$pkgver.tgz"
+	"mongodb.ini"
+)
+sha256sums=('0f888340bebb3c7d260bce779e215dc0c31c4eaab9d5561fd93df7a4a51209f1'
+            '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+	cd mongodb-$pkgver
+	phpize
+	#./configure --prefix=/usr --with-libbson --with-libmongoc
+	./configure --prefix=/usr
+}
+
+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	2017-01-19 12:47:52 UTC (rev 208026)
+++ community-x86_64/mongodb.ini	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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 208026, php-mongodb/trunk/mongodb.ini)
===================================================================
--- community-x86_64/mongodb.ini	                        (rev 0)
+++ community-x86_64/mongodb.ini	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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	2017-01-19 12:47:52 UTC (rev 208026)
+++ community-x86_64/php-mongodb.install	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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 208026, php-mongodb/trunk/php-mongodb.install)
===================================================================
--- community-x86_64/php-mongodb.install	                        (rev 0)
+++ community-x86_64/php-mongodb.install	2017-01-19 12:48:04 UTC (rev 208027)
@@ -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