commit: f5bc844698a03bb6dd4177a246b37309c8ea5f51 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 14:37:38 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 15:09:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bc8446
dev-php/pecl-yaml: Remove masked version Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> dev-php/pecl-yaml/Manifest | 1 - dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild | 51 -------------------------------- profiles/package.mask | 5 ---- 3 files changed, 57 deletions(-) diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest index cf852730cb5..a880d3feccc 100644 --- a/dev-php/pecl-yaml/Manifest +++ b/dev-php/pecl-yaml/Manifest @@ -1,2 +1 @@ -DIST yaml-1.3.2.tgz 37354 BLAKE2B a8124b0b24ba0686e028b27d9659f7c273435861cba23da321a650813aca28394659fe3083ae08f992f9813912352d0f198d3348dded58a465275b7de4c227d6 SHA512 d1761ebda34b48894a50b831969c928d8a1d3a8577c5213bea92a3de97ec4cf908ffabcc269b2cafae29e49143b8403c3b370c3bfc6d20548c4093a3cb132263 DIST yaml-2.0.4.tgz 39071 BLAKE2B 3a5dba0f6a16087909f4673543d64946e5929a5ef4cc616df6a4225aa2d274b2b5492b00ab0e95ed93f808bc2a4dd0a2f6d60c8c2ded078af35c4499042488d6 SHA512 138e5b4566800fc7d624baf71bc585d6d432755046e598ae9f4099fa565727e04d79bb171289a53eb9e5daa416ffee1b0fb4967c84976ac6cd6fc01b0a05fbae diff --git a/dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild deleted file mode 100644 index 5d179e7121f..00000000000 --- a/dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV="${PV/_beta/b}" -PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz" -PHP_EXT_NAME="yaml" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS=( CREDITS README ) - -USE_PHP="php7-0 php7-1 php7-2 php7-3 php5-6" - -inherit php-ext-pecl-r3 - -USE_PHP="php5-6" - -S="${WORKDIR}/yaml-${MY_PV}" -PHP_EXT_S="${S}" - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP" -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=">=dev-libs/libyaml-0.1.0" -RDEPEND="${DEPEND}" -PDEPEND=" - php_targets_php7-0? ( dev-php/pecl-yaml:7[php_targets_php7-0] ) - php_targets_php7-1? ( dev-php/pecl-yaml:7[php_targets_php7-1] ) - php_targets_php7-2? ( dev-php/pecl-yaml:7[php_targets_php7-2] ) - php_targets_php7-3? ( dev-php/pecl-yaml:7[php_targets_php7-3] ) -" -PHP_EXT_ECONF_ARGS="" - -src_prepare() { - if use php_targets_php5-6 ; then - php-ext-source-r3_src_prepare - else - default_src_prepare - fi -} - -src_install() { - if use php_targets_php5-6 ; then - php-ext-pecl-r3_src_install - fi -} diff --git a/profiles/package.mask b/profiles/package.mask index f0ef2046799..6187ef01327 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -777,11 +777,6 @@ sys-apps/man dev-lang/php:5.6 virtual/httpd-php:5.6 -# Brian Evans <[email protected]> (2019-10-01) -# Old slots for support of PHP <7 -# Removal in 90 days. Bug 651784 -dev-php/pecl-yaml:0 - # Brian Evans <[email protected]> (2019-10-01) # Old extensions which only work with PHP <7 # pecl-mongo is replaced by pecl-monogodb
