Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xcache/
Date: Fri, 15 Jul 2016 12:49:38
Message-Id: 1468586957.1dd3df55b5de52df4b04db77748e983045c16550.grknight@gentoo
1 commit: 1dd3df55b5de52df4b04db77748e983045c16550
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 15 12:44:30 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 15 12:49:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd3df55
7
8 dev-php/xcache: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 dev-php/xcache/Manifest | 2 --
13 dev-php/xcache/xcache-3.0.4.ebuild | 59 -------------------------------------
14 dev-php/xcache/xcache-3.1.2.ebuild | 60 --------------------------------------
15 3 files changed, 121 deletions(-)
16
17 diff --git a/dev-php/xcache/Manifest b/dev-php/xcache/Manifest
18 index 1f5a5fa..f3de322 100644
19 --- a/dev-php/xcache/Manifest
20 +++ b/dev-php/xcache/Manifest
21 @@ -1,3 +1 @@
22 -DIST xcache-3.0.4.tar.bz2 142844 SHA256 447baab727b6b0d2955e10ce117f55d9a63d306def78c34837b4ff3d6c586a4e SHA512 99c7756e100ff844e8e995a1909e0bb66330631f208ac28b5008f172c19a98cd3e126481c6a8f35cff70d3360902ddd799a5aa6fb0148a2d3b462a52ca7e1fa0 WHIRLPOOL 2a2153f8e3240b6bca6287939f6bec3a4e1a539b81383d0f298944da4014c5b7c5be15e6f354c798f30c3a74d0b5ba49ea72b8185f89a8e2a0349f2f8a84df1a
23 -DIST xcache-3.1.2.tar.bz2 146408 SHA256 84cf9b38710c51aabd28987632999cae99f7869d4cb056752ed901a262fef98f SHA512 1ed32b5e781d2bcf32e15481b6277657701b1a0cb1f8ef96852cbe1f0c8621c1ffaa550920cb06b93f9f51b31d18bcfc49c477defcf558fea167a8eab4266b2a WHIRLPOOL e697552aad67d9a270cb5dc2628c8f47e99311ac787226c76c4044191c21e15797ce79341f8b39ef3ba5680fb8dc26ccd74e42d1a3fb44926c74b566cd3cea6f
24 DIST xcache-3.2.0.tar.bz2 148392 SHA256 7d12a3cbd5f729b70f9226ac19406d11219f1c5f5e82b3bbb43ea9460cbf6cbd SHA512 9d7bec73ac941c8e38b2cda15af65044291adc0806b39586048943515d67656d64871bea4ea05b3dff76761ebed462db2d6ad0e489079291abc55313b1508946 WHIRLPOOL 37eb83618f896037f7ca6f5a65e113c468b4ee03bf05421ee5f6907a1ad562f5794267970531eba4798ec517915ac9debde36f1d8dcabfe442ae75f1de5b0841
25
26 diff --git a/dev-php/xcache/xcache-3.0.4.ebuild b/dev-php/xcache/xcache-3.0.4.ebuild
27 deleted file mode 100644
28 index 701e15d..0000000
29 --- a/dev-php/xcache/xcache-3.0.4.ebuild
30 +++ /dev/null
31 @@ -1,59 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -
38 -PHP_EXT_NAME="xcache"
39 -PHP_EXT_INI="yes"
40 -PHPSAPILIST="apache2 cgi fpm"
41 -USE_PHP="php5-4"
42 -
43 -inherit php-ext-source-r2 confutils
44 -
45 -DESCRIPTION="A fast and stable PHP opcode cacher"
46 -HOMEPAGE="http://xcache.lighttpd.net/"
47 -SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -# make test would just run php's test and as such need the full php source
55 -RESTRICT="test"
56 -
57 -DEPEND="
58 - !dev-php/eaccelerator
59 - !dev-php/pecl-apc
60 - virtual/httpd-php
61 -"
62 -RDEPEND="${DEPEND}"
63 -
64 -src_configure() {
65 -
66 - my_conf="--enable-xcache=shared \
67 - --enable-xcache-constant \
68 - --enable-xcache-optimizer \
69 - --enable-xcache-coverager \
70 - --enable-xcache-assembler \
71 - --enable-xcache-encoder \
72 - --enable-xcache-decoder"
73 -
74 - php-ext-source-r2_src_configure
75 -}
76 -
77 -src_install() {
78 - php-ext-source-r2_src_install
79 - dodoc AUTHORS ChangeLog NEWS README THANKS
80 -
81 - insinto "${PHP_EXT_SHARED_DIR}"
82 - doins lib/Decompiler.class.php
83 - insinto "${PHP_EXT_SHARED_DIR}"
84 - doins -r htdocs
85 -}
86 -
87 -pkg_postinst() {
88 - elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
89 - elog "release were installed into ${PHP_EXT_SHARED_DIR}."
90 -}
91
92 diff --git a/dev-php/xcache/xcache-3.1.2.ebuild b/dev-php/xcache/xcache-3.1.2.ebuild
93 deleted file mode 100644
94 index e988183..0000000
95 --- a/dev-php/xcache/xcache-3.1.2.ebuild
96 +++ /dev/null
97 @@ -1,60 +0,0 @@
98 -# Copyright 1999-2014 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -# $Id$
101 -
102 -EAPI="5"
103 -
104 -PHP_EXT_NAME="xcache"
105 -PHP_EXT_INI="yes"
106 -PHPSAPILIST="apache2 cgi fpm"
107 -USE_PHP="php5-4 php5-5"
108 -
109 -inherit php-ext-source-r2 confutils
110 -
111 -DESCRIPTION="A fast and stable PHP opcode cacher"
112 -HOMEPAGE="http://xcache.lighttpd.net/"
113 -SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
114 -
115 -LICENSE="BSD"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~x86"
118 -IUSE=""
119 -
120 -# make test would just run php's test and as such need the full php source
121 -RESTRICT="test"
122 -
123 -DEPEND="
124 - !dev-php/eaccelerator
125 - !dev-php/pecl-apc
126 - virtual/httpd-php
127 - php_targets_php5-5? ( !dev-lang/php:5.5[opcache] )
128 -"
129 -RDEPEND="${DEPEND}"
130 -
131 -src_configure() {
132 -
133 - my_conf="--enable-xcache=shared \
134 - --enable-xcache-constant \
135 - --enable-xcache-optimizer \
136 - --enable-xcache-coverager \
137 - --enable-xcache-assembler \
138 - --enable-xcache-encoder \
139 - --enable-xcache-decoder"
140 -
141 - php-ext-source-r2_src_configure
142 -}
143 -
144 -src_install() {
145 - php-ext-source-r2_src_install
146 - dodoc AUTHORS ChangeLog NEWS README THANKS
147 -
148 - insinto "${PHP_EXT_SHARED_DIR}"
149 - doins lib/Decompiler.class.php
150 - insinto "${PHP_EXT_SHARED_DIR}"
151 - doins -r htdocs
152 -}
153 -
154 -pkg_postinst() {
155 - elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
156 - elog "release were installed into ${PHP_EXT_SHARED_DIR}."
157 -}