From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-php/pecl-yaml/Manifest | 2 -- dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild | 51 -------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild (limited to 'dev-php/pecl-yaml') diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest index 6981f791cc87..f1037f68856c 100644 --- a/dev-php/pecl-yaml/Manifest +++ b/dev-php/pecl-yaml/Manifest @@ -1,5 +1,3 @@ -DIST yaml-1.3.2.tgz 37354 BLAKE2B a8124b0b24ba0686e028b27d9659f7c273435861cba23da321a650813aca28394659fe3083ae08f992f9813912352d0f198d3348dded58a465275b7de4c227d6 SHA512 d1761ebda34b48894a50b831969c928d8a1d3a8577c5213bea92a3de97ec4cf908ffabcc269b2cafae29e49143b8403c3b370c3bfc6d20548c4093a3cb132263 DIST yaml-2.0.4.tgz 39071 BLAKE2B 3a5dba0f6a16087909f4673543d64946e5929a5ef4cc616df6a4225aa2d274b2b5492b00ab0e95ed93f808bc2a4dd0a2f6d60c8c2ded078af35c4499042488d6 SHA512 138e5b4566800fc7d624baf71bc585d6d432755046e598ae9f4099fa565727e04d79bb171289a53eb9e5daa416ffee1b0fb4967c84976ac6cd6fc01b0a05fbae -EBUILD pecl-yaml-1.3.2.ebuild 1079 BLAKE2B bfa33f6a71df2226587f23f74d43fd0ad2e2c79acc027642638ef317fc692ad890d1cd3524b60010f45b0d754652d7f7a4481dc877d249d689905193faf45866 SHA512 0893605cbe310d653076b0139daafeff061324e0cffbd5c2761bdf0456254b4a3f45dab90a3a04bc7ac8ff29724ab57f50e52fc9d811354f7cbcd29cd5589223 EBUILD pecl-yaml-2.0.4.ebuild 1112 BLAKE2B 84a00a78f00c4a74bc1dc305835bd03452d9631e2644f72c4324e2f94cbbe5d1e7b24a8be62d4156e4a1bba9b0c55492867c122d06b024d187ddde0873f2f43a SHA512 b97fa3b263b1492eeb08c2d3f643d19f560e022b082f23fc38028e9e321ef25453ec8b3c3856335bc2122694e2ec5f66019606253428a268969e6f568648d90d MISC metadata.xml 238 BLAKE2B 1bb4abee8d968b36a69efa8f634c2d2e4422f5ac0611f123cf9794f1784e155a16cfd98ee209c16a745a58ddfa85d134c68a22bb5bde264c35ea285caa2d4d9a SHA512 560ff28e3776267c429b8d553d2dfc8991fa8d5845af5937c46ec68674d2b3c5cb922e557f43fcba113a70d4b3b5a32f39fc1fbed38de5781c7504fd526430cc 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 -} -- cgit v1.2.3