diff options
author | Brian Evans <grknight@gentoo.org> | 2019-12-30 09:37:38 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-12-30 10:09:07 -0500 |
commit | f5bc844698a03bb6dd4177a246b37309c8ea5f51 (patch) | |
tree | c79e122327c10fa5c33dfca6794b799d84bc3847 /dev-php | |
parent | dev-php/pecl-xdiff: Remove masked version (diff) | |
download | gentoo-f5bc844698a03bb6dd4177a246b37309c8ea5f51.tar.gz gentoo-f5bc844698a03bb6dd4177a246b37309c8ea5f51.tar.bz2 gentoo-f5bc844698a03bb6dd4177a246b37309c8ea5f51.zip |
dev-php/pecl-yaml: Remove masked version
Bug: https://bugs.gentoo.org/651784
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-yaml/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest index cf852730cb5d..a880d3fecccf 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 5d179e7121f2..000000000000 --- 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 -} |