commit:     3f5f8bdb854fdd8236be97b56bc8312b011da727
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 16:32:54 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 16:38:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5f8bdb

dev-php/pecl-uuid: Drop support for php 5.5 in revbump

Package-Manager: portage-2.3.2

 dev-php/pecl-uuid/pecl-uuid-1.0.4-r1.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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 00000000..1eb409e
--- /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=()

Reply via email to