diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 15:11:36 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 15:11:36 +0000 |
commit | 4d8018f72f1b6ed615c39d5969aa06068ae1b887 (patch) | |
tree | fe0b41676123d61c480d2e3771fc51e09bff34a6 /dev-php5/pecl-syck | |
parent | Removed older versions (diff) | |
download | gentoo-2-4d8018f72f1b6ed615c39d5969aa06068ae1b887.tar.gz gentoo-2-4d8018f72f1b6ed615c39d5969aa06068ae1b887.tar.bz2 gentoo-2-4d8018f72f1b6ed615c39d5969aa06068ae1b887.zip |
Removed older versions
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-syck')
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild | 26 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild | 25 |
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild deleted file mode 100644 index 0932a4bca012..000000000000 --- a/dev-php5/pecl-syck/pecl-syck-0.9.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.9 2010/05/28 22:01:50 mabi Exp $ - -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" -RDEPEND="${DEPEND}" - -need_php_by_category - -pkg_setup() { - require_php_with_use spl hash -} diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild deleted file mode 100644 index b98bf94d759f..000000000000 --- a/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.3 2010/10/20 14:17:53 hwoarang 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 |