commit:     46f918920fadf7e773a3b960d013fdf969f7205a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 16:39:25 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 16:39:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f91892

dev-php/pecl-mongodb: Drop old

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-mongodb/Manifest                     |  3 --
 dev-php/pecl-mongodb/pecl-mongodb-1.5.3-r1.ebuild | 41 -----------------
 dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild    | 40 ----------------
 dev-php/pecl-mongodb/pecl-mongodb-1.5.5.ebuild    | 41 -----------------
 dev-php/pecl-mongodb/pecl-mongodb-1.6.0.ebuild    | 56 -----------------------
 5 files changed, 181 deletions(-)

diff --git a/dev-php/pecl-mongodb/Manifest b/dev-php/pecl-mongodb/Manifest
index 2bec588d461..3b88f99e7bc 100644
--- a/dev-php/pecl-mongodb/Manifest
+++ b/dev-php/pecl-mongodb/Manifest
@@ -1,6 +1,3 @@
-DIST mongodb-1.5.3.tgz 1059580 BLAKE2B 
23bd5f6b0f218cf55bd5713a770f3990d5c1492925623712583356d8aee42a1b47519b93ba64036aaf98f97ab4b1b30de9d8aa39659f2575c4f4dba3892d574d
 SHA512 
35704e75bd7867a436d953c00c7560c9a08a4fa8f3555d7cc00aeda34e87c6c7aa7ecc1d7f674747e34f4f8dac35d320f6317e60229528ea9782bbe669bafec0
-DIST mongodb-1.5.5.tgz 1060017 BLAKE2B 
475ca0f6a1cbd5270c9bde0f195d6092ef25441e0cee0a45ed378a868bd1ad27c7a77c4f4702b6f82004433805563cdaa728cbc11bb5beff83b982122cad339b
 SHA512 
1eefc8f8e359a979082dc7808e89ff5418cd2dc73d4250638e33dc32cce40ef42502e9dbbb07303381e0062b84818568034f4e4cda8c8bf905513d00bf008392
-DIST mongodb-1.6.0.tgz 1096156 BLAKE2B 
16c3b1d07d31d29a214aba320347f8e40cfc4f0dae8b0713b02cd0e3ff98fd54b09217472f333722228efdfcae755bbdbfe58da7db89d4dda2893ba7b3b0e8bb
 SHA512 
e75dc607bf41bb71a0fce3b73785ef4203af97a3e8b21bf70a80c2216e9530463a6aaca55b013a4fa2f3c4eb72405a25209935ea1a238475f990763af54aa641
 DIST mongodb-1.7.4.tgz 1223416 BLAKE2B 
9db40284eb2b70e242f26c1661923c5f33de8ab1e33a7e816863b61fcbc49040204ca556b1f384cab958f9dc2cf4e49e97840b78bd520a4e374b83210a964e5d
 SHA512 
6805ce1d0958e24e1edf3bc9698bc1f4a9d31c26250624fd35aebf7a7d310af30050e1974cd9571f989303fce4c5522e793a8cb41388397df66e8f5fe0a648f2
 DIST mongodb-1.7.5.tgz 1223892 BLAKE2B 
c30a217d1170c31be00259f4bb58cfea186947fa0bf1653de32e228a8eb8d3fb25b52d7a5a9e16f6b311418d977f7aa00bf96ca9d7e9ac9a8fa7b6fe05eace8f
 SHA512 
f0565adc42659d4070e42122d02a8306f29d6d70fe0b5e9a92144df346a8c672aafdf36613435b9dc8d50db5e98c2359fdf97408c45439d4d447257b85e93122
 DIST mongodb-1.8.0.tgz 1292928 BLAKE2B 
3bd9e5eb6b981010637b9e478928fa21268e1d1447f3ff345bfdb45c93637990e261c46b2ce09560cd4e284df73494dac210436cf700b588803e4ceffb8dc67c
 SHA512 
7fd54dabde8df9533abd36d159c3da1c2b4606e7788b8a6d41faf83d0710b74885e8bfb4e1f4837a50248f3af1df2e7414b90f99227fc92c9084f779c7e68698

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.5.3-r1.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.5.3-r1.ebuild
deleted file mode 100644
index 62a5bf12833..00000000000
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.5.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PHP_EXT_NAME="mongodb"
-USE_PHP="php5-6 php7-1 php7-2 php7-3"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="MongoDB database driver for PHP"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl sasl"
-
-COMMON_DEPEND="
-       php_targets_php5-6? ( dev-lang/php:5.6[json,ssl,zlib] )
-       php_targets_php7-1? ( dev-lang/php:7.1[json,ssl,zlib] )
-       php_targets_php7-2? ( dev-lang/php:7.2[json,ssl,zlib] )
-       php_targets_php7-3? ( dev-lang/php:7.3[json,ssl,zlib] )"
-DEPEND="${COMMON_DEPEND}
-       >=dev-libs/libbson-1.13.0
-       >=dev-libs/mongo-c-driver-1.13.0[sasl?,ssl]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       sasl? ( dev-libs/cyrus-sasl )"
-RDEPEND="${DEPEND}"
-BDEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       local PHP_EXT_ECONF_ARGS=(
-               --enable-mongodb
-               --with-libbson
-               --with-libmongoc
-               --with-mongodb-sasl=$(usex sasl)
-       )
-       php-ext-source-r3_src_configure
-}

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild
deleted file mode 100644
index 353be18eae0..00000000000
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.5.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mongodb"
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="MongoDB database driver for PHP"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="libressl sasl"
-
-RDEPEND="
-       php_targets_php5-6? ( dev-lang/php:5.6[json,ssl,zlib] )
-       php_targets_php7-0? ( dev-lang/php:7.0[json,ssl,zlib] )
-       php_targets_php7-1? ( dev-lang/php:7.1[json,ssl,zlib] )
-       php_targets_php7-2? ( dev-lang/php:7.2[json,ssl,zlib] )
-       >=dev-libs/libbson-1.13.0
-       >=dev-libs/mongo-c-driver-1.13.0[sasl?,ssl]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       sasl? ( dev-libs/cyrus-sasl )
-"
-# pkgconfig needed if system libraries are used for bson and libmongoc
-DEPEND="${RDEPEND} virtual/pkgconfig"
-
-src_configure() {
-       local PHP_EXT_ECONF_ARGS=(
-               --enable-mongodb
-               --with-libbson
-               --with-libmongoc
-               --with-mongodb-sasl=$(usex sasl)
-       )
-       php-ext-source-r3_src_configure
-}

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.5.5.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.5.5.ebuild
deleted file mode 100644
index 62a5bf12833..00000000000
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.5.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PHP_EXT_NAME="mongodb"
-USE_PHP="php5-6 php7-1 php7-2 php7-3"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="MongoDB database driver for PHP"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl sasl"
-
-COMMON_DEPEND="
-       php_targets_php5-6? ( dev-lang/php:5.6[json,ssl,zlib] )
-       php_targets_php7-1? ( dev-lang/php:7.1[json,ssl,zlib] )
-       php_targets_php7-2? ( dev-lang/php:7.2[json,ssl,zlib] )
-       php_targets_php7-3? ( dev-lang/php:7.3[json,ssl,zlib] )"
-DEPEND="${COMMON_DEPEND}
-       >=dev-libs/libbson-1.13.0
-       >=dev-libs/mongo-c-driver-1.13.0[sasl?,ssl]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       sasl? ( dev-libs/cyrus-sasl )"
-RDEPEND="${DEPEND}"
-BDEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       local PHP_EXT_ECONF_ARGS=(
-               --enable-mongodb
-               --with-libbson
-               --with-libmongoc
-               --with-mongodb-sasl=$(usex sasl)
-       )
-       php-ext-source-r3_src_configure
-}

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.6.0.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.6.0.ebuild
deleted file mode 100644
index 6dc6dd1ed28..00000000000
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.6.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PHP_EXT_NAME="mongodb"
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="MongoDB database driver for PHP"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl sasl test"
-
-PHP_DEPEND="
-       php_targets_php7-1? ( dev-lang/php:7.1[json,ssl,zlib] )
-       php_targets_php7-2? ( dev-lang/php:7.2[json,ssl,zlib] )
-       php_targets_php7-3? ( dev-lang/php:7.3[json,ssl,zlib] )
-       php_targets_php7-4? ( dev-lang/php:7.4[json,ssl,zlib] )"
-COMMON_DEPEND="${PHP_DEPEND}
-       >=dev-libs/libbson-1.15.1
-       >=dev-libs/mongo-c-driver-1.15.1[sasl?,ssl]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       sasl? ( dev-libs/cyrus-sasl )"
-DEPEND="${COMMON_DEPEND}
-       test? ( dev-db/mongodb )"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="${PHP_DEPEND}
-       virtual/pkgconfig"
-
-# No tests on x86 because tests require dev-db/mongodb which don't support
-# x86 anymore (bug #645994)
-RESTRICT="x86? ( test )
-       !test? ( test )"
-
-src_configure() {
-       local PHP_EXT_ECONF_ARGS=(
-               --enable-mongodb
-               --with-libbson
-               --with-libmongoc
-               --with-mongodb-sasl=$(usex sasl)
-       )
-       php-ext-source-r3_src_configure
-}
-
-src_test() {
-       local PORT=27017
-       mongod --port ${PORT} --bind_ip 127.0.0.1 --nounixsocket --fork \
-               --dbpath="${T}" --logpath="${T}/mongod.log" || die
-       php-ext-pecl-r3_src_test
-       kill $(<"${T}/mongod.lock")
-}

Reply via email to