diff options
Diffstat (limited to 'dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild')
-rw-r--r-- | dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild b/dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild index 4870c6015851..ac13c1c4e7b2 100644 --- a/dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild +++ b/dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild,v 1.3 2006/11/30 02:30:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/syck-php-bindings/syck-php-bindings-0.55.ebuild,v 1.4 2007/03/18 14:42:56 chtekk Exp $ PHP_EXT_NAME="syck" PHP_EXT_INI="yes" @@ -8,30 +8,20 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 +KEYWORDS="amd64 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="" -KEYWORDS="amd64 x86" -DEPEND="~dev-libs/syck-${PV} - !=dev-libs/syck-0.55-r1" +DEPEND="~dev-libs/syck-${PV}" RDEPEND="${DEPEND}" -need_php_by_category - -S=${WORKDIR}/${MY_P}/ext/php +S="${WORKDIR}/${MY_P}/ext/php" -src_compile() { - has_php - my_conf="--with-syck" - php-ext-source-r1_src_compile -} - -src_install() { - php-ext-source-r1_src_install -} +need_php_by_category |