summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-03-10 14:33:53 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-03-10 14:33:53 +0000
commit8069fae9bd48344d9c64d97207dfabe0d28cce02 (patch)
treefc09b7a56a5c11db597aef8328e106f8cd95fb31 /dev-php/YAML
parentRestrict pypy, because of sandbox violations (diff)
downloadgentoo-2-8069fae9bd48344d9c64d97207dfabe0d28cce02.tar.gz
gentoo-2-8069fae9bd48344d9c64d97207dfabe0d28cce02.tar.bz2
gentoo-2-8069fae9bd48344d9c64d97207dfabe0d28cce02.zip
Moving dev-php/yaml to dev-php/YAML
(Portage version: 2.1.10.44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/YAML')
-rw-r--r--dev-php/YAML/ChangeLog19
-rw-r--r--dev-php/YAML/YAML-1.0.5.ebuild22
-rw-r--r--dev-php/YAML/files/channel.xml16
-rw-r--r--dev-php/YAML/metadata.xml13
4 files changed, 70 insertions, 0 deletions
diff --git a/dev-php/YAML/ChangeLog b/dev-php/YAML/ChangeLog
new file mode 100644
index 000000000000..0fd87ee21eb8
--- /dev/null
+++ b/dev-php/YAML/ChangeLog
@@ -0,0 +1,19 @@
+# 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 2012/03/10 14:33:53 olemarkus Exp $
+
+ 28 Jun 2011; Ole Markus With <olemarkus@gentoo.org> yaml-1.0.5.ebuild:
+ Added missing PHP_PEAR_URI
+
+ 24 May 2011; Markos Chandras <hwoarang@gentoo.org> yaml-1.0.5.ebuild:
+ Stable on amd64 wrt bug #368293
+
+ 23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> yaml-1.0.5.ebuild:
+ x86 stable wrt bug #368293
+
+*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/YAML-1.0.5.ebuild b/dev-php/YAML/YAML-1.0.5.ebuild
new file mode 100644
index 000000000000..de7cd4c7f37d
--- /dev/null
+++ b/dev-php/YAML/YAML-1.0.5.ebuild
@@ -0,0 +1,22 @@
+# 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 2012/03/10 14:33:53 olemarkus Exp $
+
+EAPI=3
+
+PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
+PHP_PEAR_URI="pear.symfony-project.com"
+PHP_PEAR_PN="YAML"
+
+inherit php-pear-lib-r1
+
+DESCRIPTION="The Symfony YAML Component."
+HOMEPAGE="http://symfony-project.com/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-php/YAML/files/channel.xml b/dev-php/YAML/files/channel.xml
new file mode 100644
index 000000000000..e95604c7c2ab
--- /dev/null
+++ b/dev-php/YAML/files/channel.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
+ <name>pear.symfony-project.com</name>
+ <summary>The symfony project PEAR channel</summary>
+ <suggestedalias>symfony</suggestedalias>
+ <servers>
+ <primary>
+ <rest>
+ <baseurl type="REST1.0">http://pear.symfony-project.com//rest/</baseurl>
+ <baseurl type="REST1.1">http://pear.symfony-project.com//rest/</baseurl>
+ <baseurl type="REST1.2">http://pear.symfony-project.com//rest/</baseurl>
+ <baseurl type="REST1.3">http://pear.symfony-project.com//rest/</baseurl>
+ </rest>
+ </primary>
+ </servers>
+</channel> \ No newline at end of file
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>
+