Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Tue, 6 Mar 2007 22:15:42 +0000 (22:15 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Tue, 6 Mar 2007 22:15:42 +0000 (22:15 +0000)
Package-Manager: portage-2.1.2.1

dev-php4/syck-php-bindings/ChangeLog
dev-php4/syck-php-bindings/syck-php-bindings-0.55.ebuild
dev-php4/xcache/ChangeLog
dev-php4/xcache/xcache-1.2.0.ebuild

index a277542be7098940109988b1a5979458e6a558ba..7a0027d04acc47a3f85bc62f981289ed6bfde009 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php4/syck-php-bindings
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/syck-php-bindings/ChangeLog,v 1.4 2006/11/30 01:52:25 mcummings Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/syck-php-bindings/ChangeLog,v 1.5 2007/03/06 22:13:35 chtekk Exp $
+
+  06 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+  syck-php-bindings-0.55.ebuild:
+  Cleanup.
 
   30 Nov 2006; Michael Cummings <mcummings@gentoo.org>
   syck-php-bindings-0.55.ebuild:
index d8f5847ab89999beebdfab22616d04f63d49c5c8..1f3d50cb9fb8d6715b9608f27cb19e6adcceeaec 100644 (file)
@@ -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-php4/syck-php-bindings/syck-php-bindings-0.55.ebuild,v 1.3 2006/11/30 01:52:25 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/syck-php-bindings/syck-php-bindings-0.55.ebuild,v 1.4 2007/03/06 22:13:35 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
index 872c7c2301e69235afe0463933732e1890fd830d..d6929e532cfc4d2d80fb8d59c8c435280300762b 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php4/xcache
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.2 2007/03/06 14:53:06 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.3 2007/03/06 22:15:42 chtekk Exp $
+
+  06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild:
+  Cleanup.
 
   06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild:
   Fix DEPENDs.
index 4d1dd2e5ba8db231d262a9aec60d82bf7b28da2d..43d792fa3e5a07d937680200345a91fd39f6df5e 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.2 2007/03/06 14:53:06 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.3 2007/03/06 22:15:42 chtekk Exp $
 
 PHP_EXT_NAME="xcache"
 PHP_EXT_INI="yes"
@@ -17,8 +17,7 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-DEPEND="!dev-php4/eaccelerator
-               !dev-php4/pecl-apc"
+DEPEND="!dev-php4/eaccelerator !dev-php4/pecl-apc"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"