commit: 5f7fbb7dd3783fc30e9e3664b8d9c57014eb9cb4 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 14:52:01 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 15:09:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7fbb7d
dev-php/pecl-mysqlnd_ms: Drop package Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> dev-php/pecl-mysqlnd_ms/Manifest | 1 - dev-php/pecl-mysqlnd_ms/metadata.xml | 8 ----- .../pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild | 39 ---------------------- profiles/package.mask | 1 - 4 files changed, 49 deletions(-) diff --git a/dev-php/pecl-mysqlnd_ms/Manifest b/dev-php/pecl-mysqlnd_ms/Manifest deleted file mode 100644 index c8fc672b316..00000000000 --- a/dev-php/pecl-mysqlnd_ms/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pecl-mysqlnd_ms-1.6.0_pre20141127.tar.xz 320604 BLAKE2B 895b958a6939bef730b03a4b0a9c8dc07dbd4745ddeed074ae97a8fcbc6a2b42bf25bf695e0724e654df78dfd43306a4f9b7c4db6a99279ac9c75db91a9f45f7 SHA512 44ca22d41d1064fb7ad3545978facd73f4279611769ee450016e8325013129b4414c637f3cb621078d4cd8e46a3ea5b9f4f16a580f9ecf389c637606a8c50ec5 diff --git a/dev-php/pecl-mysqlnd_ms/metadata.xml b/dev-php/pecl-mysqlnd_ms/metadata.xml deleted file mode 100644 index 950614534ab..00000000000 --- a/dev-php/pecl-mysqlnd_ms/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild deleted file mode 100644 index e3b5b6fdf47..00000000000 --- a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.6.0_pre20141127.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PHP_EXT_NAME="mysqlnd_ms" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6" -# This is an SVN snapshot stored locally -SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.xz" -inherit php-ext-source-r3 - -HOMEPAGE="http://pecl.php.net/package/mysqlnd_ms" -KEYWORDS="~amd64" - -DESCRIPTION="A replication and load balancing plugin for the mysqlnd library" -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -# Specifying targets due to USE flag transition -DEPEND=" - dev-libs/libxml2 - php_targets_php5-6? ( || ( - dev-lang/php:5.6[-libmysqlclient,mysql,json] - dev-lang/php:5.6[-libmysqlclient,mysqli,json] - ) - ) -" -RDEPEND="${DEPEND}" - -src_test() { - for slot in $(php_get_slots); do - php_init_slot_env "${slot}" - NO_INTERACTION="yes" emake test - done -} diff --git a/profiles/package.mask b/profiles/package.mask index 460b11ecb2d..2d8d766c315 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -780,7 +780,6 @@ virtual/httpd-php:5.6 # Brian Evans <[email protected]> (2019-10-01) # Old extensions which only work with PHP <7 # Removal in 90 days. Bug 651784 -dev-php/pecl-mysqlnd_ms dev-php/pecl-mysqlnd_qc dev-php/pecl-sphinx dev-php/pecl-spl_types
