From: Brian Evans Date: Wed, 7 Dec 2016 16:32:54 +0000 (-0500) Subject: dev-php/pecl-uuid: Drop support for php 5.5 in revbump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3f5f8bdb854fdd8236be97b56bc8312b011da727;p=gentoo.git dev-php/pecl-uuid: Drop support for php 5.5 in revbump Package-Manager: portage-2.3.2 --- diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild new file mode 100644 index 000000000000..1eb409e2b84e --- /dev/null +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +PHP_EXT_NAME="uuid" +PHP_EXT_INIT="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( CREDITS ) + +USE_PHP="php7-0 php5-6" + +inherit php-ext-pecl-r3 + +DESCRIPTION="A wrapper around libuuid" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="sys-apps/util-linux" +RDEPEND="${DEPEND}" +PHP_EXT_ECONF_ARGS=()