diff options
author | 2011-12-14 22:51:36 +0000 | |
---|---|---|
committer | 2011-12-14 22:51:36 +0000 | |
commit | e2a950eff78749f0d4ea95ccfea5f1226c56a6ef (patch) | |
tree | 44737b35b1424f3bd55da5d66171df071cb629af /dev-php/pecl-yaml | |
parent | Merging categories dev-php5 and dev-php (bug #324665) (diff) | |
download | gentoo-2-e2a950eff78749f0d4ea95ccfea5f1226c56a6ef.tar.gz gentoo-2-e2a950eff78749f0d4ea95ccfea5f1226c56a6ef.tar.bz2 gentoo-2-e2a950eff78749f0d4ea95ccfea5f1226c56a6ef.zip |
Moving package from dev-php5 to dev-php category (bug #324665)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/pecl-yaml')
-rw-r--r-- | dev-php/pecl-yaml/ChangeLog | 24 | ||||
-rw-r--r-- | dev-php/pecl-yaml/metadata.xml | 10 | ||||
-rw-r--r-- | dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild | 23 |
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-php/pecl-yaml/ChangeLog b/dev-php/pecl-yaml/ChangeLog new file mode 100644 index 000000000000..cd99a8697b86 --- /dev/null +++ b/dev-php/pecl-yaml/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for dev-php5/pecl-yaml +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.1 2011/12/14 22:51:36 mabi Exp $ + +*pecl-yaml-1.0.1 (22 Feb 2011) + + 22 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-yaml-1.0.0.ebuild, +pecl-yaml-1.0.1.ebuild: + Version bump + +*pecl-yaml-1.0.0 (21 Feb 2011) + + 21 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-yaml-1.0.0.ebuild: + Version bump + +*pecl-yaml-0.6.3-r1 (02 Dec 2010) +*pecl-yaml-0.6.3 (02 Dec 2010) + + 02 Dec 2010; Ole Markus With <olemarkus@gentoo.org> + +pecl-yaml-0.6.3.ebuild, +pecl-yaml-0.6.3-r1.ebuild, +metadata.xml: + Initial commit of pecl-yaml (requested in #347511). Thanks to nathan for + the ebuild. + diff --git a/dev-php/pecl-yaml/metadata.xml b/dev-php/pecl-yaml/metadata.xml new file mode 100644 index 000000000000..09e07c16b25d --- /dev/null +++ b/dev-php/pecl-yaml/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <maintainer> + <email>olemarkus@gentoo.org</email> + <name>Ole Markus With</name> + </maintainer> +</pkgmetadata> + diff --git a/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild new file mode 100644 index 000000000000..d6909cc3e868 --- /dev/null +++ b/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild,v 1.1 2011/12/14 22:51:36 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="yaml" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CREDITS EXPERIMENTAL README" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization +using the LibYAML library." +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/libyaml-0.1.0" +RDEPEND="${DEPEND}" |