diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-05-28 22:01:50 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-05-28 22:01:50 +0000 |
commit | 33c3cf4d6ad98caa6d579d0ba46f6f87d7e87a20 (patch) | |
tree | 5e80fb957abcb3fa044a45c1422b4443edcf496f /dev-php5/pecl-syck | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-33c3cf4d6ad98caa6d579d0ba46f6f87d7e87a20.tar.gz gentoo-2-33c3cf4d6ad98caa6d579d0ba46f6f87d7e87a20.tar.bz2 gentoo-2-33c3cf4d6ad98caa6d579d0ba46f6f87d7e87a20.zip |
bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-syck')
-rw-r--r-- | dev-php5/pecl-syck/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.1.ebuild | 22 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild | 4 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild | 25 |
4 files changed, 34 insertions, 25 deletions
diff --git a/dev-php5/pecl-syck/ChangeLog b/dev-php5/pecl-syck/ChangeLog index 89ecdc636e8d..db5b41a5b966 100644 --- a/dev-php5/pecl-syck/ChangeLog +++ b/dev-php5/pecl-syck/ChangeLog @@ -1,6 +1,12 @@ # 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.17 2010/05/19 13:36:54 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.18 2010/05/28 22:01:50 mabi Exp $ + +*pecl-syck-0.9.3 (28 May 2010) + + 28 May 2010; <mabi@gentoo.org> -pecl-syck-0.9.1.ebuild, + pecl-syck-0.9.2.ebuild, +pecl-syck-0.9.3.ebuild: + remove old, version bump, EAPI=2 19 May 2010; Robert Piasek <dagger@gentoo.org> pecl-syck-0.9.2.ebuild: added ~arm keyword diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.1.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.1.ebuild deleted file mode 100644 index ce50f1c53528..000000000000 --- a/dev-php5/pecl-syck/pecl-syck-0.9.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 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.1.ebuild,v 1.7 2007/12/16 13:18:55 nixnut Exp $ - -PHP_EXT_NAME="syck" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="CHANGELOG TODO" - -inherit php-ext-pecl-r1 - -KEYWORDS="amd64 ppc ppc64 x86" - -DESCRIPTION="PHP bindings for Syck - an extension for reading and writing YAML swiftly in popular scripting languages." -LICENSE="PHP-3.01" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/syck" -RDEPEND="${DEPEND}" - -need_php_by_category diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild index 9717d447bcc3..0932a4bca012 100644 --- a/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild +++ b/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.8 2010/05/19 13:36:54 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild,v 1.9 2010/05/28 22:01:50 mabi Exp $ PHP_EXT_NAME="syck" PHP_EXT_INI="yes" @@ -11,7 +11,7 @@ inherit php-ext-pecl-r1 depend.php KEYWORDS="amd64 ~arm ppc ppc64 x86" -DESCRIPTION="PHP bindings for Syck - an extension for reading and writing YAML swiftly in popular scripting languages." +DESCRIPTION="PHP bindings for Syck - reads and writes YAML with it." LICENSE="PHP-3.01" SLOT="0" IUSE="" diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild new file mode 100644 index 000000000000..06045bad312e --- /dev/null +++ b/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild @@ -0,0 +1,25 @@ +# 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.ebuild,v 1.1 2010/05/28 22:01:50 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="syck" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CHANGELOG TODO" + +inherit php-ext-pecl-r1 depend.php + +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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}" + +need_php_by_category |