From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu_bc/
Date: Wed, 16 Jan 2019 13:59:45 +0000 (UTC) [thread overview]
Message-ID: <1547647082.d86bca3d8aeb9097256ba82fbb6217f9ade3d6d6.grknight@gentoo> (raw)
commit: d86bca3d8aeb9097256ba82fbb6217f9ade3d6d6
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 13:58:02 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 13:58:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86bca3d
dev-php/pecl-apcu_bc: Revbump adding php7-3, drop php7-0
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild | 44 +++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild
new file mode 100644
index 00000000000..e9ed00d7cc4
--- /dev/null
+++ b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.4-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_INI_NAME="bc_apc"
+PHP_EXT_NAME="apc"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_EXTRA_ECONF=""
+DOCS=( README.md )
+
+USE_PHP="php7-1 php7-2 php7-3"
+
+inherit php-ext-pecl-r3 multilib
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Provides APC backwards compatibility functions via APCu"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-php/pecl-apcu:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?]"
+RDEPEND="${DEPEND}"
+
+src_test() {
+ # This fixed version is necessary to have apcu load
+ # from the install before the tested apc.
+ # It is intentional to specify phpoptions twice.
+ # This mimics the Makefile.
+ local slot phpoptions
+ for slot in $(php_get_slots); do
+ php_init_slot_env "${slot}"
+ ln -s "${EXT_DIR}/apcu$(get_libname)" \
+ "modules/" || die
+ phpoptions=( -n -d extension_dir="${PHP_EXT_S}/modules"
+ -d extension=apcu$(get_libname)
+ -d extension=apc$(get_libname) )
+ NO_INTERACTION="yes" TEST_PHP_EXECUTABLE="${PHPCLI}" \
+ "${PHPCLI}" "${phpoptions[@]}" \
+ run-tests.php "${phpoptions[@]}" || die
+ done
+}
next reply other threads:[~2019-01-16 13:59 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-16 13:59 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-25 18:10 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu_bc/ Brian Evans
2021-01-24 12:10 Agostino Sarubbo
2021-01-22 16:53 Agostino Sarubbo
2020-12-10 16:56 Brian Evans
2019-12-13 0:07 Thomas Deutschmann
2019-12-13 0:07 Thomas Deutschmann
2019-12-13 0:07 Thomas Deutschmann
2019-11-28 22:48 Thomas Deutschmann
2019-06-07 14:14 Thomas Deutschmann
2019-01-16 13:59 Brian Evans
2018-10-27 19:53 Mikle Kolyada
2018-10-19 17:52 Thomas Deutschmann
2018-10-18 1:15 Brian Evans
2018-04-10 14:34 Brian Evans
2017-02-23 16:30 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2016-12-08 21:53 Brian Evans
2016-12-08 21:53 Brian Evans
2016-02-26 2:15 Brian Evans
2016-02-26 2:15 Brian Evans
2016-01-25 15:07 Brian Evans
2016-01-14 21:35 Brian Evans
2016-01-01 3:55 Brian Evans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1547647082.d86bca3d8aeb9097256ba82fbb6217f9ade3d6d6.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox