dev-php/pecl-uuid: Drop support for php 5.5 in revbump
authorBrian Evans <grknight@gentoo.org>
Wed, 7 Dec 2016 16:32:54 +0000 (11:32 -0500)
committerBrian Evans <grknight@gentoo.org>
Wed, 7 Dec 2016 16:38:19 +0000 (11:38 -0500)
Package-Manager: portage-2.3.2

dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..1eb409e
--- /dev/null
@@ -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=()