diff options
Diffstat (limited to 'dev-php5/pecl-uuid')
-rw-r--r-- | dev-php5/pecl-uuid/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-uuid/metadata.xml | 9 | ||||
-rw-r--r-- | dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild | 21 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-php5/pecl-uuid/ChangeLog b/dev-php5/pecl-uuid/ChangeLog new file mode 100644 index 000000000000..706d337e80fd --- /dev/null +++ b/dev-php5/pecl-uuid/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/pecl-uuid +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-uuid/ChangeLog,v 1.1 2011/01/05 17:00:36 dev-zero Exp $ + +*pecl-uuid-1.0.2 (05 Jan 2011) + + 05 Jan 2011; Tiziano Müller <dev-zero@gentoo.org> +pecl-uuid-1.0.2.ebuild, + +metadata.xml: + Initial commit. + diff --git a/dev-php5/pecl-uuid/metadata.xml b/dev-php5/pecl-uuid/metadata.xml new file mode 100644 index 000000000000..9f8438a7910f --- /dev/null +++ b/dev-php5/pecl-uuid/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>dev-zero@gentoo.org</email> + <name>Tiziano Müller</name> + </maintainer> +</pkgmetadata> diff --git a/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild b/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild new file mode 100644 index 000000000000..81b2bc3ab927 --- /dev/null +++ b/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild,v 1.1 2011/01/05 17:00:36 dev-zero Exp $ + +EAPI=3 + +PHP_EXT_NAME="uuid" +PHP_EXT_INIT="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CREDITS" + +inherit php-ext-pecl-r2 + +DESCRIPTION="A wrapper around libuuid." +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="sys-apps/util-linux" +RDEPEND="${DEPEND}" |