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/pecl-apcu/
Date: Fri, 06 Apr 2018 13:48:52
Message-Id: 1523022508.022fb44c240a671b144404adc1f545068d8c1945.grknight@gentoo
1 commit: 022fb44c240a671b144404adc1f545068d8c1945
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 16:00:38 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 13:48:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022fb44c
7
8 dev-php/pecl-apcu: Version bump to 5.1.11
9
10 Closes: https://bugs.gentoo.org/650694
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 dev-php/pecl-apcu/Manifest | 1 +
14 dev-php/pecl-apcu/pecl-apcu-5.1.11.ebuild | 80 +++++++++++++++++++++++++++++++
15 2 files changed, 81 insertions(+)
16
17 diff --git a/dev-php/pecl-apcu/Manifest b/dev-php/pecl-apcu/Manifest
18 index cbc4e3dc1df..18c67b3e08b 100644
19 --- a/dev-php/pecl-apcu/Manifest
20 +++ b/dev-php/pecl-apcu/Manifest
21 @@ -1,4 +1,5 @@
22 DIST apcu-4.0.11.tgz 119535 BLAKE2B 2c1f8a0463b2802b11ae679987807127556b04fb099e4872bff9d1ea51c633140d978b66373eb987d5207403ed9389e58f1afa7ca94360680d9a9693230fb87a SHA512 e3b97066240e33850419e96f0fd9df0e66ee3b0fa238c418e07ac639d07439e9edfa1696e56a620e33f1ffc0993c57bde585b0c170b22995e7d5c0ae550b7899
23 DIST apcu-5.1.10.tgz 111937 BLAKE2B 87bf86b43a775c38b232e4acd876f5c63628fc095747fecc26109fddc0473672180e3886dd613fa426772ea53aa8d7f46d08ec3e3383f6ce53be2f63a9ff066b SHA512 fdf82f2b46231849b373f50d1255bcedab8fbefa7ded7c157649cf6406fb593cc2f4e63ca7d3cecfbadb4533ecd8d0ad80e198626dc1489cea8a22ba87ca583a
24 +DIST apcu-5.1.11.tgz 105462 BLAKE2B 37ff632555e1bca51951db3021a4108a1de491b1bae2b12daed80e5d2d4651737cad744023c62956779395198accf33290c0c3b81b6abfc7bb54337a1a23e082 SHA512 2c284bbe84012030cc5c24ccf903c3abee995af549616c10211dbd5e463a5f37a3f27a5982127db81787a64345597a10be495380b844ce6204dc57c8b058bb88
25 DIST apcu-5.1.8.tgz 111260 BLAKE2B eb41b1af33500ed9ddbbcb5e1a92884af4b356e16cf76c70f75a8853522cc91af1c156cc0bbd464fce539a138bf4e2ead5101810223b0f1bb91cd062850ef08e SHA512 4f377389e713bcae5534c64ea28f72c20ab2176aa758188c4d956c1f2370be49bc33dd2a1db43941fff5344a164aaeebc4e73e6d579f62d17334bcc520171526
26 DIST apcu-5.1.9.tgz 111049 BLAKE2B c7138f65d73a056e4a34972098c2b543ad6d96d0d8215e82757c457cc8938af48fea842e006c79c83deee4060cdc94047764930592eef03c5f347abeb7730897 SHA512 3e9b29a293b5bfb29283dd650907bfb9f31a1cb99ef908021d3869c3e3ae4051a2c45aab27275e90b0a2fa94c35cc9e170637dc539184d955f3f13dc09cba060
27
28 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.11.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.11.ebuild
29 new file mode 100644
30 index 00000000000..d78f6c0b318
31 --- /dev/null
32 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.11.ebuild
33 @@ -0,0 +1,80 @@
34 +# Copyright 1999-2018 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +PHP_EXT_NAME="apcu"
40 +PHP_EXT_INI="yes"
41 +PHP_EXT_ZENDEXT="no"
42 +DOCS=( NOTICE README.md TECHNOTES.txt TODO )
43 +
44 +# Define 5.6 here so we get the USE and REQUIRED_USE from the eclass
45 +# This allows us to depend on the other slot
46 +USE_PHP="php5-6 php7-0 php7-1 php7-2"
47 +
48 +inherit php-ext-pecl-r3
49 +
50 +# However, we only really build for 7.x; so redefine it here
51 +USE_PHP="php7-0 php7-1 php7-2"
52 +
53 +KEYWORDS="~amd64 ~x86"
54 +
55 +DESCRIPTION="Stripped down version of APC supporting only user cache"
56 +LICENSE="PHP-3.01"
57 +SLOT="7"
58 +IUSE="+mmap"
59 +
60 +DEPEND=""
61 +RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-apcu:0[php_targets_php5-6] )"
62 +
63 +LOCKS="pthreadmutex pthreadrw spinlock semaphore"
64 +
65 +LUSE=""
66 +for l in ${LOCKS}; do
67 + LUSE+="lock_${l} "
68 +done
69 +
70 +IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}"
71 +
72 +REQUIRED_USE="^^ ( $LUSE )"
73 +
74 +src_prepare() {
75 + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
76 + php-ext-source-r3_src_prepare
77 + else
78 + eapply_user
79 + fi
80 +}
81 +
82 +src_configure() {
83 + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
84 + local PHP_EXT_ECONF_ARGS=(
85 + --enable-apcu
86 + $(use_enable mmap apcu-mmap)
87 + $(use_enable lock_pthreadrw apcu-rwlocks)
88 + $(use_enable lock_spinlock apcu-spinlocks)
89 + )
90 +
91 + php-ext-source-r3_src_configure
92 + fi
93 +}
94 +
95 +src_install() {
96 + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
97 + php-ext-pecl-r3_src_install
98 +
99 + insinto /usr/share/php7/apcu
100 + doins apc.php
101 + fi
102 +}
103 +
104 +pkg_postinst() {
105 + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
106 + elog "The apc.php file shipped with this release of pecl-apcu was"
107 + elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
108 + elog
109 + elog "If you depend on the apc_* functions,"
110 + elog "please install dev-php/pecl-apcu_bc as this extension no longer"
111 + elog "provides backwards compatibility."
112 + fi
113 +}