diff options
Diffstat (limited to 'dev-php/YAML')
-rw-r--r-- | dev-php/YAML/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/YAML/YAML-1.0.6.ebuild | 23 |
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}" |