diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:57:20 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:57:20 +0000 |
commit | 37185de2eff1409dc7abe39ac6aa5087fcd20136 (patch) | |
tree | d0c227d9d72631cf8cf14a810d13ae41a6abaef1 /dev-php/pecl-uuid | |
parent | Merging categories dev-php5 and dev-php (bug #324665) (diff) | |
download | historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.tar.gz historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.tar.bz2 historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.zip |
Moving package from dev-php5 to dev-php category (bug #324665)
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-php/pecl-uuid')
-rw-r--r-- | dev-php/pecl-uuid/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/pecl-uuid/metadata.xml | 8 | ||||
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild | 21 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-php/pecl-uuid/ChangeLog b/dev-php/pecl-uuid/ChangeLog new file mode 100644 index 000000000000..02d38d8b1c8d --- /dev/null +++ b/dev-php/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-php/pecl-uuid/ChangeLog,v 1.1 2011/12/14 22:50:16 mabi 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-php/pecl-uuid/metadata.xml b/dev-php/pecl-uuid/metadata.xml new file mode 100644 index 000000000000..75dd2ca7d302 --- /dev/null +++ b/dev-php/pecl-uuid/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>dev-zero@gentoo.org</email> + <name>Tiziano Müller</name> + </maintainer> +</pkgmetadata> diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild new file mode 100644 index 000000000000..c79e7cd262a3 --- /dev/null +++ b/dev-php/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-php/pecl-uuid/pecl-uuid-1.0.2.ebuild,v 1.1 2011/12/14 22:50:16 mabi 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}" |