public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongodb/
Date: Thu, 30 Jun 2016 17:00:00 +0000 (UTC)	[thread overview]
Message-ID: <1467305993.fa3c5545191529a7a91e205e2973c4b74265fbfe.grknight@gentoo> (raw)

commit:     fa3c5545191529a7a91e205e2973c4b74265fbfe
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 16:57:01 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 16:59:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3c5545

dev-php/pecl-mongodb: New package - Official driver for MongoDB

This driver API is not compabitible with the Legacy dev-php/peccl-mongo

Package-Manager: portage-2.3.0

 dev-php/pecl-mongodb/Manifest                  |  1 +
 dev-php/pecl-mongodb/metadata.xml              |  8 +++++
 dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild | 43 ++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-php/pecl-mongodb/Manifest b/dev-php/pecl-mongodb/Manifest
new file mode 100644
index 0000000..d61d580
--- /dev/null
+++ b/dev-php/pecl-mongodb/Manifest
@@ -0,0 +1 @@
+DIST mongodb-1.1.7.tgz 806777 SHA256 65bfb564d9a53a7642a02f07085bd9055b43522250649886ed65a37771cf9b49 SHA512 306e738dc19efd88cb3759130837c4870773969f71aed9932a6449dde1421df60042638a55ac2ce5f1d713fdb05a47eb5de6b478fe5a695042f149ca9110f6a9 WHIRLPOOL 8c690a436519422b9502104df9a694c64cbe12cecfc138d1c6ccb0916aa0743ed00021e79dca396b9dbb8e5f227076f3e7d5b0b203a1603093aa21311727cb4a

diff --git a/dev-php/pecl-mongodb/metadata.xml b/dev-php/pecl-mongodb/metadata.xml
new file mode 100644
index 0000000..b86acf6
--- /dev/null
+++ b/dev-php/pecl-mongodb/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>php-bugs@gentoo.org</email>
+		<name>PHP</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild b/dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild
new file mode 100644
index 0000000..f8016de
--- /dev/null
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_EXT_NAME="mongodb"
+USE_PHP="php5-6 php7-0"
+DOCS="README.md"
+
+inherit php-ext-pecl-r2
+
+DESCRIPTION="MongoDB database driver for PHP"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl pcre sasl"
+
+for target in ${USE_PHP}; do
+	slot=${target/php}
+	slot=${slot/-/.}
+	PHPUSEDEPEND="${PHPUSEDEPEND}
+	php_targets_${target}? ( dev-lang/php:${slot}[json,ssl,zlib] )"
+done
+unset target slot
+RDEPEND="
+	${PHPUSEDEPEND}
+	>=dev-libs/libbson-1.3.3
+	>=dev-libs/mongo-c-driver-1.3.3[sasl?,ssl]
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	pcre? ( dev-libs/libpcre )
+	sasl? ( dev-libs/cyrus-sasl )
+"
+# pkgconfig needed if system libraries are used for bson and libmongoc
+DEPEND="${RDEPEND} virtual/pkgconfig"
+
+src_configure() {
+	local my_conf="--enable-mongodb --with-libbson --with-libmongoc "
+	my_conf+="--with-pcre-dir=$(usex pcre yes no) --with-mongodb-sasl=$(usex sasl yes no)"
+	php-ext-source-r2_src_configure
+}


             reply	other threads:[~2016-06-30 17:00 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-30 17:00 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-25 14:10 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongodb/ Brian Evans
2017-01-06  5:00 Michael Orlitzky
2017-01-06  5:00 Michael Orlitzky
2017-02-12  1:27 Brian Evans
2017-05-19 13:29 Brian Evans
2017-10-21  7:28 Patrice Clement
2017-12-07 17:34 Patrice Clement
2018-03-06 16:31 Brian Evans
2018-03-31 21:46 Aaron Bauman
2018-06-22 21:52 Thomas Deutschmann
2018-08-27 23:42 Michael Orlitzky
2018-12-16 23:30 Thomas Deutschmann
2018-12-16 23:30 Thomas Deutschmann
2018-12-22 22:25 Thomas Deutschmann
2018-12-23 14:29 Mikle Kolyada
2019-03-29 14:23 Michael Orlitzky
2019-03-29 14:23 Michael Orlitzky
2019-07-30 22:32 Thomas Deutschmann
2019-11-15 21:57 Alexys Jacob
2019-11-29 12:13 Thomas Deutschmann
2019-12-05 20:25 Brian Evans
2020-04-11 21:15 Thomas Deutschmann
2020-05-29  7:42 Agostino Sarubbo
2020-07-08 12:49 Thomas Deutschmann
2020-07-18 22:38 Sam James
2020-08-06 14:34 Thomas Deutschmann
2020-10-16 14:38 Thomas Deutschmann
2021-01-21 16:39 Brian Evans
2021-04-05 20:32 Thomas Deutschmann
2021-04-25 15:30 Thomas Deutschmann
2021-05-03  9:06 Mikle Kolyada
2021-07-24 16:15 Thomas Deutschmann
2021-11-08 10:11 Agostino Sarubbo
2021-11-28 23:36 Jakov Smolić
2022-03-18 18:06 Brian Evans
2023-09-08 19:29 Sam James
2023-12-28  2:00 Conrad Kostecki
2023-12-28  2:00 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467305993.fa3c5545191529a7a91e205e2973c4b74265fbfe.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox