diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-02-21 07:27:38 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-02-21 07:27:38 +0000 |
commit | 03676443a0a6d3b5bb6e8e4710a4dcdf1b81826d (patch) | |
tree | e0ee7e678650064ac8775faf6741c654ca9b8b95 /dev-php5 | |
parent | [bump] perl-core/Module-CoreList-2.450 (diff) | |
download | gentoo-2-03676443a0a6d3b5bb6e8e4710a4dcdf1b81826d.tar.gz gentoo-2-03676443a0a6d3b5bb6e8e4710a4dcdf1b81826d.tar.bz2 gentoo-2-03676443a0a6d3b5bb6e8e4710a4dcdf1b81826d.zip |
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-yaml/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-php5/pecl-yaml/ChangeLog b/dev-php5/pecl-yaml/ChangeLog index 2b68f557a696..bbbd52f7a1e9 100644 --- a/dev-php5/pecl-yaml/ChangeLog +++ b/dev-php5/pecl-yaml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-yaml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.1 2010/12/02 10:22:06 olemarkus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.2 2011/02/21 07:27:38 olemarkus Exp $ + +*pecl-yaml-1.0.0 (21 Feb 2011) + + 21 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-yaml-1.0.0.ebuild: + Version bump *pecl-yaml-0.6.3-r1 (02 Dec 2010) *pecl-yaml-0.6.3 (02 Dec 2010) diff --git a/dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild b/dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild new file mode 100644 index 000000000000..454135f71324 --- /dev/null +++ b/dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild,v 1.1 2011/02/21 07:27:38 olemarkus Exp $ + +EAPI="2" + +PHP_EXT_NAME="yaml" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CREDITS EXPERIMENTAL README" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization +using the LibYAML library." +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/libyaml-0.1.0" +RDEPEND="${DEPEND}" |