diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-04 16:04:50 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-04 16:04:50 +0000 |
commit | 9f21d83b2d80ce39c9fc33811882be2759f077cb (patch) | |
tree | 1800b02cabc52377e4d5dababe884e38a98cd7cc /dev-php5 | |
parent | add version supporting minor version slotting (diff) | |
download | gentoo-2-9f21d83b2d80ce39c9fc33811882be2759f077cb.tar.gz gentoo-2-9f21d83b2d80ce39c9fc33811882be2759f077cb.tar.bz2 gentoo-2-9f21d83b2d80ce39c9fc33811882be2759f077cb.zip |
add version supporting minor version slotting
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-syck/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.3-r1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-php5/pecl-syck/ChangeLog b/dev-php5/pecl-syck/ChangeLog index 30db312196dd..2aef893f078b 100644 --- a/dev-php5/pecl-syck/ChangeLog +++ b/dev-php5/pecl-syck/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-syck # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.20 2010/10/20 14:17:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.21 2010/11/04 16:04:50 mabi Exp $ + +*pecl-syck-0.9.3-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-syck-0.9.3-r1.ebuild: + add version supporting minor version slotting 20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pecl-syck-0.9.3.ebuild: Stable on amd64 wrt bug #336869 diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.3-r1.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.3-r1.ebuild new file mode 100644 index 000000000000..39392a4e1eaa --- /dev/null +++ b/dev-php5/pecl-syck/pecl-syck-0.9.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.3-r1.ebuild,v 1.1 2010/11/04 16:04:50 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="syck" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CHANGELOG TODO" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP bindings for Syck - reads and writes YAML with it." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND="dev-libs/syck + || ( <dev-lang/php-5.3.1[hash,spl] >=dev-lang/php-5.3.1[hash] )" +RDEPEND="${DEPEND}" |