summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-06-22 17:33:51 +0000
committerMatti Bickel <mabi@gentoo.org>2012-06-22 17:33:51 +0000
commit4423359a09c29b414829f18e42efdc6b795f0274 (patch)
tree2afd58be7f403e3d06b12484d3889f5ab3af8ea9 /dev-php/YAML
parentversion bump, epear import (diff)
downloadgentoo-2-4423359a09c29b414829f18e42efdc6b795f0274.tar.gz
gentoo-2-4423359a09c29b414829f18e42efdc6b795f0274.tar.bz2
gentoo-2-4423359a09c29b414829f18e42efdc6b795f0274.zip
version bump, epear import
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/YAML')
-rw-r--r--dev-php/YAML/ChangeLog9
-rw-r--r--dev-php/YAML/YAML-1.0.6.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-php/YAML/ChangeLog b/dev-php/YAML/ChangeLog
index 0fd87ee21eb8..46afcc08f94f 100644
--- a/dev-php/YAML/ChangeLog
+++ b/dev-php/YAML/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/ChangeLog,v 1.2 2012/06/22 17:33:51 mabi Exp $
+
+*YAML-1.0.6 (22 Jun 2012)
+
+ 22 Jun 2012; Matti Bickel <mabi@gentoo.org> +YAML-1.0.6.ebuild:
+ version bump, epear import
28 Jun 2011; Ole Markus With <olemarkus@gentoo.org> yaml-1.0.5.ebuild:
Added missing PHP_PEAR_URI
diff --git a/dev-php/YAML/YAML-1.0.6.ebuild b/dev-php/YAML/YAML-1.0.6.ebuild
new file mode 100644
index 000000000000..5a35ccc1d2b5
--- /dev/null
+++ b/dev-php/YAML/YAML-1.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/YAML-1.0.6.ebuild,v 1.1 2012/06/22 17:33:51 mabi Exp $
+
+EAPI=4
+
+PEAR_PV="1.0.6"
+PHP_PEAR_PKG_NAME="YAML"
+
+inherit php-pear-r1
+
+DESCRIPTION="The Symfony YAML Component."
+HOMEPAGE="pear.symfony-project.com"
+SRC_URI="http://pear.symfony-project.com//get/YAML-1.0.6.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/php-5.2.4
+ >=dev-php/pear-1.4.1"
+RDEPEND="${DEPEND}"