diff options
Diffstat (limited to 'dev-php5/pecl-syck/pecl-syck-0.55.ebuild')
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.55.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-php5/pecl-syck/pecl-syck-0.55.ebuild b/dev-php5/pecl-syck/pecl-syck-0.55.ebuild deleted file mode 100644 index 34817e6fdc77..000000000000 --- a/dev-php5/pecl-syck/pecl-syck-0.55.ebuild +++ /dev/null @@ -1,28 +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.55.ebuild,v 1.4 2007/10/29 14:36:39 lu_zero Exp $ - -PHP_EXT_NAME="syck" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-source-r1 - -KEYWORDS="amd64 ~ppc ~ppc64 x86" - -MY_P="syck-${PV}" - -DESCRIPTION="PHP bindings for Syck - an extension for reading and writing YAML -swiftly in popular scripting languages." -HOMEPAGE="http://whytheluckystiff.net/syck/" -SRC_URI="http://rubyforge.org/frs/download.php/4492/${MY_P}.tar.gz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="~dev-libs/syck-${PV}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}/ext/php" - -need_php_by_category |