Gentoo Archives: gentoo-commits

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