Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-php/pecl-yaml/
Date: Mon, 30 Dec 2019 15:09:30
Message-Id: 1577718547.f5bc844698a03bb6dd4177a246b37309c8ea5f51.grknight@gentoo
1 commit: f5bc844698a03bb6dd4177a246b37309c8ea5f51
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 14:37:38 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:09:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bc8446
7
8 dev-php/pecl-yaml: Remove masked version
9
10 Bug: https://bugs.gentoo.org/651784
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/pecl-yaml/Manifest | 1 -
14 dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild | 51 --------------------------------
15 profiles/package.mask | 5 ----
16 3 files changed, 57 deletions(-)
17
18 diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest
19 index cf852730cb5..a880d3feccc 100644
20 --- a/dev-php/pecl-yaml/Manifest
21 +++ b/dev-php/pecl-yaml/Manifest
22 @@ -1,2 +1 @@
23 -DIST yaml-1.3.2.tgz 37354 BLAKE2B a8124b0b24ba0686e028b27d9659f7c273435861cba23da321a650813aca28394659fe3083ae08f992f9813912352d0f198d3348dded58a465275b7de4c227d6 SHA512 d1761ebda34b48894a50b831969c928d8a1d3a8577c5213bea92a3de97ec4cf908ffabcc269b2cafae29e49143b8403c3b370c3bfc6d20548c4093a3cb132263
24 DIST yaml-2.0.4.tgz 39071 BLAKE2B 3a5dba0f6a16087909f4673543d64946e5929a5ef4cc616df6a4225aa2d274b2b5492b00ab0e95ed93f808bc2a4dd0a2f6d60c8c2ded078af35c4499042488d6 SHA512 138e5b4566800fc7d624baf71bc585d6d432755046e598ae9f4099fa565727e04d79bb171289a53eb9e5daa416ffee1b0fb4967c84976ac6cd6fc01b0a05fbae
25
26 diff --git a/dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild
27 deleted file mode 100644
28 index 5d179e7121f..00000000000
29 --- a/dev-php/pecl-yaml/pecl-yaml-1.3.2.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -MY_PV="${PV/_beta/b}"
38 -PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
39 -PHP_EXT_NAME="yaml"
40 -PHP_EXT_INI="yes"
41 -PHP_EXT_ZENDEXT="no"
42 -DOCS=( CREDITS README )
43 -
44 -USE_PHP="php7-0 php7-1 php7-2 php7-3 php5-6"
45 -
46 -inherit php-ext-pecl-r3
47 -
48 -USE_PHP="php5-6"
49 -
50 -S="${WORKDIR}/yaml-${MY_PV}"
51 -PHP_EXT_S="${S}"
52 -
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
56 -LICENSE="MIT"
57 -SLOT="0"
58 -IUSE=""
59 -
60 -DEPEND=">=dev-libs/libyaml-0.1.0"
61 -RDEPEND="${DEPEND}"
62 -PDEPEND="
63 - php_targets_php7-0? ( dev-php/pecl-yaml:7[php_targets_php7-0] )
64 - php_targets_php7-1? ( dev-php/pecl-yaml:7[php_targets_php7-1] )
65 - php_targets_php7-2? ( dev-php/pecl-yaml:7[php_targets_php7-2] )
66 - php_targets_php7-3? ( dev-php/pecl-yaml:7[php_targets_php7-3] )
67 -"
68 -PHP_EXT_ECONF_ARGS=""
69 -
70 -src_prepare() {
71 - if use php_targets_php5-6 ; then
72 - php-ext-source-r3_src_prepare
73 - else
74 - default_src_prepare
75 - fi
76 -}
77 -
78 -src_install() {
79 - if use php_targets_php5-6 ; then
80 - php-ext-pecl-r3_src_install
81 - fi
82 -}
83
84 diff --git a/profiles/package.mask b/profiles/package.mask
85 index f0ef2046799..6187ef01327 100644
86 --- a/profiles/package.mask
87 +++ b/profiles/package.mask
88 @@ -777,11 +777,6 @@ sys-apps/man
89 dev-lang/php:5.6
90 virtual/httpd-php:5.6
91
92 -# Brian Evans <grknight@g.o> (2019-10-01)
93 -# Old slots for support of PHP <7
94 -# Removal in 90 days. Bug 651784
95 -dev-php/pecl-yaml:0
96 -
97 # Brian Evans <grknight@g.o> (2019-10-01)
98 # Old extensions which only work with PHP <7
99 # pecl-mongo is replaced by pecl-monogodb