diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 12:04:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 12:04:20 +0000 |
commit | 8b4c9fddc178c404b417303cf8b27355a8856f40 (patch) | |
tree | 73fe5fe8eff52a537e5b5625901d460c8ddabeda /dev-php | |
parent | Version bump (diff) | |
download | gentoo-2-8b4c9fddc178c404b417303cf8b27355a8856f40.tar.gz gentoo-2-8b4c9fddc178c404b417303cf8b27355a8856f40.tar.bz2 gentoo-2-8b4c9fddc178c404b417303cf8b27355a8856f40.zip |
Initial version
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/yaml/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/yaml/metadata.xml | 13 | ||||
-rw-r--r-- | dev-php/yaml/yaml-1.0.5.ebuild | 24 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-php/yaml/ChangeLog b/dev-php/yaml/ChangeLog new file mode 100644 index 000000000000..ed03c15a442b --- /dev/null +++ b/dev-php/yaml/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/yaml +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/ChangeLog,v 1.1 2011/03/26 12:04:20 olemarkus Exp $ + +*yaml-1.0.5 (26 Mar 2011) + + 26 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +yaml-1.0.5.ebuild, + +metadata.xml: + Initial version + diff --git a/dev-php/yaml/metadata.xml b/dev-php/yaml/metadata.xml new file mode 100644 index 000000000000..ae9beccba3a7 --- /dev/null +++ b/dev-php/yaml/metadata.xml @@ -0,0 +1,13 @@ +<?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> +<longdescription lang="en"> +The Symfony YAML Component +</longdescription> +</pkgmetadata> + diff --git a/dev-php/yaml/yaml-1.0.5.ebuild b/dev-php/yaml/yaml-1.0.5.ebuild new file mode 100644 index 000000000000..3e96c5dadf57 --- /dev/null +++ b/dev-php/yaml/yaml-1.0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.1 2011/03/26 12:04:20 olemarkus Exp $ + +EAPI=3 + +PHP_PEAR_CHANNEL="pear.phpunit.de" +PHP_PEAR_PN="PHPUnit" + +inherit php-pear-lib-r1 + + +DESCRIPTION="The Symfony YAML Component." +HOMEPAGE="http://symfony-project.com/" +SRC_URI="" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + |