From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/
Date: Tue, 18 Dec 2018 15:35:07 +0000 (UTC) [thread overview]
Message-ID: <1545147291.67d9567c971ce200d2791e0c44f071da6d65503f.grknight@gentoo> (raw)
commit: 67d9567c971ce200d2791e0c44f071da6d65503f
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 14:50:49 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 15:34:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d9567c
dev-php/pecl-event: Version bump for 2.4.3
Sometimes fails test:
"Check for event_buffer sockets [tests/04-bevent-socket.phpt]"
Reverify if it is a local issue
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/pecl-event/Manifest | 1 +
dev-php/pecl-event/pecl-event-2.4.3.ebuild | 53 ++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index 5f2fe9c9c05..0187559550c 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -2,3 +2,4 @@ DIST event-2.2.1.tgz 133147 BLAKE2B 909892c937843821b34cb4d450b06698b23ed8aac599
DIST event-2.3.0.tgz 135401 BLAKE2B a068142854ed908cc482ec48a249a5d213c1806652cffc698bc6dd298c136c5884bbb52b30179ef813af938d0ecb92a5414c93dea3d782d6ebfb4e886128454a SHA512 9e1f41a13a5fc534956561ea481816d6863ebe037cca0ce450cfb16375d6b49cd03c68e115c851ef6fa3022927f2e5850695880c65dd1d339bb747e171cc9f2f
DIST event-2.4.0.tgz 139646 BLAKE2B fe672b5d1f4eabd06456ffb14f11ed978a23a15eba06bc01b22d1784d71d5859e71e3914ab64856dd33a1cccb6618b5926bab446a112d8bf106081c2ab41bc74 SHA512 d238b72764461cf338d20618e4dee80ed8e8519350d17a6c789a68d749d2f4adae991ee43928ab09321caaff321fa21aaa4b5fac6f827974b2f8e9295e948293
DIST event-2.4.1.tgz 139675 BLAKE2B 47b78868bad327778c917e026456dbbb8955f4910d1b6092132101618e348b064ee33766e7e8a2aec6c6c8bdb5e79a09fbbc7ef841dca0b16826fcc1737dd028 SHA512 d115fa12dfefe164532b39b6a79f01c2c00e2718967c3d675584a0dd193b155cdc74a632f6327239e201720fbabd440b9434bde5de4a9e30373595636dafad94
+DIST event-2.4.3.tgz 139788 BLAKE2B 428e8df15d4d8e9ff731ae4cd3f8dd0a5dc7d0bc7c5dbbe3575cfaeb596fec1c97c89d6aca19b2385ad09cf9bc36492f193e6264a238b71c4595d9e9a145877c SHA512 6f0ed8803e013ef96a14d7e89d037c31d78ddb3a386d0c7527d378b9ef9dc877c1c5642de7551363e5264b4e9f73975bd9ecd60936ac54dc2ccb5abf9f918ffd
diff --git a/dev-php/pecl-event/pecl-event-2.4.3.ebuild b/dev-php/pecl-event/pecl-event-2.4.3.ebuild
new file mode 100644
index 00000000000..c990f965da3
--- /dev/null
+++ b/dev-php/pecl-event/pecl-event-2.4.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PHP_EXT_NAME="event"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( README.md )
+
+USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~ia64 ~x86"
+LICENSE="PHP-3.01"
+
+DESCRIPTION="PHP wrapper for libevent2"
+LICENSE="PHP-3"
+SLOT="0"
+
+DEPEND="
+ >=dev-libs/libevent-2.0.2
+ ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) )
+ php_targets_php5-6? ( dev-lang/php:5.6[sockets?] )
+ php_targets_php7-0? ( dev-lang/php:7.0[sockets?] )
+ php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )
+ php_targets_php7-2? ( dev-lang/php:7.2[sockets?] )
+ php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )"
+
+RDEPEND="${DEPEND} !dev-php/pecl-libevent"
+
+IUSE="debug examples +extra libressl +sockets +ssl threads"
+
+src_configure() {
+ local PHP_EXT_ECONF_ARGS=(
+ --with-event-core
+ $(use_enable debug event-debug)
+ $(use_with extra event-extra)
+ $(use_with ssl event-openssl)
+ $(use_with threads event-pthreads)
+ $(use_enable sockets event-sockets)
+ )
+ php-ext-source-r3_src_configure
+}
+
+src_test() {
+ local slot
+ for slot in $(php_get_slots); do
+ php_init_slot_env "${slot}"
+ SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
+ done
+}
next reply other threads:[~2018-12-18 15:35 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 15:35 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 6:35 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/ Sam James
2025-01-19 1:31 Sam James
2025-01-19 0:56 Jakov Smolić
2024-11-25 0:02 Sam James
2024-11-25 0:02 Sam James
2024-10-17 6:37 Sam James
2024-10-17 6:33 Sam James
2024-05-02 4:32 Sam James
2023-07-27 18:49 Michael Orlitzky
2023-07-05 6:38 Joonas Niilola
2023-07-04 13:59 Sam James
2022-12-12 18:28 Brian Evans
2022-06-30 14:27 Brian Evans
2022-03-16 13:11 Brian Evans
2022-03-16 13:11 Brian Evans
2021-12-06 11:31 Agostino Sarubbo
2021-12-06 11:27 Agostino Sarubbo
2021-05-01 18:07 Sam James
2021-02-22 19:55 Brian Evans
2021-01-24 12:10 Agostino Sarubbo
2021-01-24 11:58 Agostino Sarubbo
2020-09-30 7:54 Joonas Niilola
2020-09-30 7:54 Joonas Niilola
2019-12-10 9:17 Agostino Sarubbo
2019-12-09 13:48 Agostino Sarubbo
2019-12-08 23:37 Sergei Trofimovich
2019-11-28 22:48 Thomas Deutschmann
2019-10-17 4:52 Joonas Niilola
2019-10-17 4:52 Joonas Niilola
2019-09-20 13:53 Brian Evans
2019-06-07 14:14 Thomas Deutschmann
2018-09-04 18:43 Brian Evans
2018-08-10 19:16 Brian Evans
2018-04-06 19:05 Brian Evans
2018-02-11 10:36 Michał Górny
2017-04-21 13:39 Brian Evans
2017-02-18 16:33 Michael Orlitzky
2017-02-18 14:44 Agostino Sarubbo
2017-02-17 10:42 Agostino Sarubbo
2017-02-17 10:15 Agostino Sarubbo
2016-12-08 20:06 Brian Evans
2016-12-08 20:06 Brian Evans
2016-07-25 14:02 Brian Evans
2016-01-02 20:16 Michael Orlitzky
2015-11-07 23:56 Mikle Kolyada
2015-11-03 16:18 Agostino Sarubbo
2015-11-03 15:19 Agostino Sarubbo
2015-09-25 19:05 Michael Orlitzky
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=1545147291.67d9567c971ce200d2791e0c44f071da6d65503f.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