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/xcache/
Date: Mon, 30 Dec 2019 15:09:39
Message-Id: 1577718553.bc73929503b23f9ea037d0c778ecb006f8cb4dcc.grknight@gentoo
1 commit: bc73929503b23f9ea037d0c778ecb006f8cb4dcc
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 14:58:13 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:09:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc739295
7
8 dev-php/xcache: Drop package
9
10 Bug: https://bugs.gentoo.org/651784
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/xcache/Manifest | 1 -
14 dev-php/xcache/metadata.xml | 15 ---------
15 dev-php/xcache/xcache-3.2.0-r2.ebuild | 62 -----------------------------------
16 profiles/package.mask | 5 ---
17 4 files changed, 83 deletions(-)
18
19 diff --git a/dev-php/xcache/Manifest b/dev-php/xcache/Manifest
20 deleted file mode 100644
21 index 9d2ec3691d7..00000000000
22 --- a/dev-php/xcache/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST xcache-3.2.0.tar.bz2 148392 BLAKE2B f366b3b3563f6e150851bc2b2cea099abb29c778bebbbd69d83ec1d7f6dd4f808d28e082c945ffee49b303af34a9c43a0f9f1c61fb1072b57cc28d85bb2fa3c8 SHA512 9d7bec73ac941c8e38b2cda15af65044291adc0806b39586048943515d67656d64871bea4ea05b3dff76761ebed462db2d6ad0e489079291abc55313b1508946
26
27 diff --git a/dev-php/xcache/metadata.xml b/dev-php/xcache/metadata.xml
28 deleted file mode 100644
29 index c8185e7f289..00000000000
30 --- a/dev-php/xcache/metadata.xml
31 +++ /dev/null
32 @@ -1,15 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>php-bugs@g.o</email>
38 - <name>PHP</name>
39 - </maintainer>
40 -
41 - <use>
42 - <flag name="coverage">
43 - Enable the coverager module (not recommended for
44 - production servers).
45 - </flag>
46 - </use>
47 -</pkgmetadata>
48
49 diff --git a/dev-php/xcache/xcache-3.2.0-r2.ebuild b/dev-php/xcache/xcache-3.2.0-r2.ebuild
50 deleted file mode 100644
51 index 64e55e43a54..00000000000
52 --- a/dev-php/xcache/xcache-3.2.0-r2.ebuild
53 +++ /dev/null
54 @@ -1,62 +0,0 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=6
59 -
60 -PHP_EXT_NAME="xcache"
61 -PHP_EXT_SAPIS="apache2 cgi fpm"
62 -USE_PHP="php5-6"
63 -
64 -inherit php-ext-source-r3
65 -
66 -DESCRIPTION="A fast and stable PHP opcode cacher"
67 -HOMEPAGE="http://xcache.lighttpd.net/"
68 -SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
69 -
70 -LICENSE="BSD"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 -IUSE="coverage"
74 -
75 -# make test would just run php's test and as such need the full php source
76 -RESTRICT="test"
77 -
78 -DEPEND="
79 - !dev-php/eaccelerator
80 - !dev-php/pecl-apc
81 - virtual/httpd-php:*
82 -"
83 -RDEPEND="${DEPEND}"
84 -
85 -DOCS=( AUTHORS ChangeLog NEWS README THANKS )
86 -
87 -src_configure() {
88 - local PHP_EXT_ECONF_ARGS=(
89 - --enable-xcache=shared
90 - --enable-xcache-constant \
91 - --enable-xcache-optimizer \
92 - $(use_enable coverage xcache-coverager) \
93 - --enable-xcache-assembler \
94 - --enable-xcache-encoder \
95 - --enable-xcache-decoder )
96 -
97 - php-ext-source-r3_src_configure
98 -}
99 -
100 -src_install() {
101 - php-ext-source-r3_src_install
102 -
103 - insinto "${PHP_EXT_SHARED_DIR}"
104 - doins lib/Decompiler.class.php
105 -
106 - # Install the admin interface somewhere where it can be
107 - # copied/symlinked into a document root.
108 - insinto "/usr/share/${PN}"
109 - doins -r htdocs
110 -}
111 -
112 -pkg_postinst() {
113 - elog "The lib/Decompiler.class.php file shipped with this release"
114 - elog "was installed into ${PHP_EXT_SHARED_DIR}. The htdocs/ admin"
115 - elog "interface directory can be found under ${EPREFIX}/usr/share/${PN}."
116 -}
117
118 diff --git a/profiles/package.mask b/profiles/package.mask
119 index 55866097813..8fb933ce95d 100644
120 --- a/profiles/package.mask
121 +++ b/profiles/package.mask
122 @@ -777,11 +777,6 @@ sys-apps/man
123 dev-lang/php:5.6
124 virtual/httpd-php:5.6
125
126 -# Brian Evans <grknight@g.o> (2019-10-01)
127 -# Old extensions which only work with PHP <7
128 -# Removal in 90 days. Bug 651784
129 -dev-php/xcache
130 -
131 # Stefan Strogin <steils@g.o> (2019-09-27)
132 # Requires >=dev-lang/lua-5.3 which is masked
133 >=dev-util/bam-0.5.0