summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-php/YAML
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-php/YAML')
-rw-r--r--dev-php/YAML/Manifest1
-rw-r--r--dev-php/YAML/YAML-1.0.6-r1.ebuild19
-rw-r--r--dev-php/YAML/files/channel.xml16
-rw-r--r--dev-php/YAML/metadata.xml13
4 files changed, 49 insertions, 0 deletions
diff --git a/dev-php/YAML/Manifest b/dev-php/YAML/Manifest
new file mode 100644
index 000000000000..4ddc42de0a9d
--- /dev/null
+++ b/dev-php/YAML/Manifest
@@ -0,0 +1 @@
+DIST YAML-1.0.6.tgz 10010 SHA256 8d2e7089e5727aef019185e2b9f7cbaabd5b6dbee31a2033d3145483d7d2694d SHA512 c66a8c47d8bc356bfc700e9eef07fef19084f5687ed061a815ee56c29b94f8aeabbc81e8aef4de6d3bc9e645aae42ba09c05b0256144b8c191a8dbab7c009636 WHIRLPOOL 50db19680fc15ecd348b9cde686b1f7ebf4fe7574e520339369353518cff882cac0126c3cb24ad6f3132d78c9f5b4390fe3f7007d64a03d688978d01a0a844ca
diff --git a/dev-php/YAML/YAML-1.0.6-r1.ebuild b/dev-php/YAML/YAML-1.0.6-r1.ebuild
new file mode 100644
index 000000000000..41fa7e7705ed
--- /dev/null
+++ b/dev-php/YAML/YAML-1.0.6-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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://pear.symfony-project.com/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 hppa x86"
+IUSE=""
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>
+