From 493107e845839b443f786a1ceb348525e641fff9 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 23 May 2016 09:33:43 -0400 Subject: dev-php/pecl-amqp: Version bump including PHP 7 support Package-Manager: portage-2.3.0_rc1 --- dev-php/pecl-amqp/pecl-amqp-1.7.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-php/pecl-amqp/pecl-amqp-1.7.0.ebuild (limited to 'dev-php/pecl-amqp/pecl-amqp-1.7.0.ebuild') diff --git a/dev-php/pecl-amqp/pecl-amqp-1.7.0.ebuild b/dev-php/pecl-amqp/pecl-amqp-1.7.0.ebuild new file mode 100644 index 000000000000..856b372aee50 --- /dev/null +++ b/dev-php/pecl-amqp/pecl-amqp-1.7.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_PHP="php7-0 php5-6 php5-5" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP Bindings for AMQP 0-9-1 compatible brokers" +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND=">=net-libs/rabbitmq-c-0.5.2" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad