diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2011-01-05 17:00:36 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2011-01-05 17:00:36 +0000 |
commit | c09b92b00ea7fc515bbb89495a99809a1721c6c3 (patch) | |
tree | f72e213cd211871aafead17e1e623343b1dfecc2 /dev-php5 | |
parent | Some Clean up, Version Bump (diff) | |
download | gentoo-2-c09b92b00ea7fc515bbb89495a99809a1721c6c3.tar.gz gentoo-2-c09b92b00ea7fc515bbb89495a99809a1721c6c3.tar.bz2 gentoo-2-c09b92b00ea7fc515bbb89495a99809a1721c6c3.zip |
Initial commit.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-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}" |