diff options
author | Brian Evans <grknight@gentoo.org> | 2022-01-20 10:44:27 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-01-20 11:21:14 -0500 |
commit | 44853ffc4397765bb6a969b6d2fcb9994aa5d943 (patch) | |
tree | 4acdb8fd343db5618e197588895c3826919a131a /dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild | |
parent | dev-lang/php: Version bump for 8.0.15 (diff) | |
download | gentoo-44853ffc4397765bb6a969b6d2fcb9994aa5d943.tar.gz gentoo-44853ffc4397765bb6a969b6d2fcb9994aa5d943.tar.bz2 gentoo-44853ffc4397765bb6a969b6d2fcb9994aa5d943.zip |
dev-php/pecl-amqp: Version bump for 1.11.0
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild')
-rw-r--r-- | dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild b/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild new file mode 100644 index 000000000000..293de01fbd8b --- /dev/null +++ b/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +USE_PHP="php7-3 php7-4 php8-0 php8-1" +MY_P="${PN/pecl-/}-${PV/_rc/RC}" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP Bindings for AMQP 0-9-1 compatible brokers" +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +# Tests require running rabbitmq-server on localhost which requires epmd +# which only accepts /var/run/epmd.pid as pidfile. +RESTRICT="test" + +BDEPEND="virtual/pkgconfig" +RDEPEND=">=net-libs/rabbitmq-c-0.7.1:=[ssl(-)]" +DEPEND="${RDEPEND}" +PHP_EXT_ECONF_ARGS=() |