commit:     3f00be8731ec0bca482bba3a5eebd1c2ca2663e3
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 04:56:08 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 04:56:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f00be87

dev-php/pecl-mongodb: remove unused pecl-mongodb-1.1.7.

Package-Manager: portage-2.3.0

 dev-php/pecl-mongodb/Manifest                  |  1 -
 dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild | 43 --------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-php/pecl-mongodb/Manifest b/dev-php/pecl-mongodb/Manifest
index a8ae82f..58aa602 100644
--- a/dev-php/pecl-mongodb/Manifest
+++ b/dev-php/pecl-mongodb/Manifest
@@ -1,2 +1 @@
-DIST mongodb-1.1.7.tgz 806777 SHA256 
65bfb564d9a53a7642a02f07085bd9055b43522250649886ed65a37771cf9b49 SHA512 
306e738dc19efd88cb3759130837c4870773969f71aed9932a6449dde1421df60042638a55ac2ce5f1d713fdb05a47eb5de6b478fe5a695042f149ca9110f6a9
 WHIRLPOOL 
8c690a436519422b9502104df9a694c64cbe12cecfc138d1c6ccb0916aa0743ed00021e79dca396b9dbb8e5f227076f3e7d5b0b203a1603093aa21311727cb4a
 DIST mongodb-1.1.8.tgz 806900 SHA256 
b93ae7dc9bd270823965f8903c9acf47fe3a0ba7a630d08e8173ff091d593ae0 SHA512 
1026b4081cd1c35f1f6fee6332c21dbe739320236377c0ed21b8d64447a9ba26464a919ceb9c16b332a64f12b834700472d6cbfb336d09d841c97ca0b402bf17
 WHIRLPOOL 
9cd2ce71f06684a3717e1cc016684d54b877f31166cbd194dc595dc878ebdda0320210ed090ac85d2aef40c94299499feedcf52faa712cec1c14aef1ae1f25d5

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild
deleted file mode 100644
index f8016de..00000000
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.1.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 via email to