From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/
Date: Mon, 25 Nov 2024 00:02:55 +0000 (UTC) [thread overview]
Message-ID: <1732492914.84bfb976d043dbd9780e0a16d9e90e07f0fcef62.sam@gentoo> (raw)
commit: 84bfb976d043dbd9780e0a16d9e90e07f0fcef62
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Nov 18 13:54:08 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 00:01:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bfb976
dev-php/pecl-event: add 3.1.4
Bug: https://bugs.gentoo.org/943650
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/pecl-event/Manifest | 1 +
dev-php/pecl-event/pecl-event-3.1.4.ebuild | 44 ++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index 39ef4f6449ca..c2dd00fd0401 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -1,2 +1,3 @@
DIST event-3.0.8.tgz 199567 BLAKE2B 520949b55d27629e089993a49fe55114f8fb45cf5788dd57b30b0977fcfc9074757b4cc2efb6d5a126eea5343926f326d1651546650e9dbc8baa0ef7b06649f5 SHA512 45b4c07cac6dfca386cf9e6c792abc72c6f68d1443a1c67fd645f5e6f05ae9d45fb346b50b35cc6818ca70ebbff93c42afd801e70e9ebc63f997366996193593
DIST event-3.1.3.tgz 205031 BLAKE2B 426e39a80c93889d6079b90f5ce121c33bde97c37d5fdf9463ec0ffa19d0a6cd562068b534cbe9ffd5c14a84e9c8c067b359b41b5b976b2b5a5a08ad6935c70d SHA512 d234ccaa113f6138c137adabcedf39744bf07a47e4e4f59d868a8c6e687a62120e6a0ae7760dcc494587351cca196a5810898bea426ef47ca8c999dad2bf33eb
+DIST event-3.1.4.tgz 205220 BLAKE2B 0f4e3fdb587b906f0f0b30a06562fa728051c1472362f60a0f1b8d9f13e32269eeb529cbb3187a6fcabd77612f36683da2f09024a20126d7141c674e1efd5c6c SHA512 d9f9431f3ee1092b421d75fd5a065feea65014a38c45d6087f6d4754458e286a3bbb23ce0aefe1771a960a2b531987d19f96b156ae38f5336631d9e3381e4067
diff --git a/dev-php/pecl-event/pecl-event-3.1.4.ebuild b/dev-php/pecl-event/pecl-event-3.1.4.ebuild
new file mode 100644
index 000000000000..8425536a7b47
--- /dev/null
+++ b/dev-php/pecl-event/pecl-event-3.1.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PHP_EXT_NAME="event"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( README.md )
+
+USE_PHP="php8-2 php8-3"
+PHP_EXT_NEEDED_USE="sockets(-)?"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="PHP wrapper for libevent2"
+HOMEPAGE="https://pecl.php.net/package/event"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug examples +extra +sockets +ssl threads"
+DEPEND=">=dev-libs/libevent-2.0.2[ssl?]
+ ssl? ( dev-libs/openssl:= )"
+RDEPEND="${DEPEND}"
+
+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:[~2024-11-25 0:03 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-25 0:02 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-25 0:02 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-event/ 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-12-18 15:35 Brian Evans
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=1732492914.84bfb976d043dbd9780e0a16d9e90e07f0fcef62.sam@gentoo \
--to=sam@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