summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-29 16:19:57 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-29 16:19:57 +0000
commit405f6bdb04ffd72b662c6f2f1a64861f170a7571 (patch)
tree680a1495f527f27260143d1cffa8dc0c33768e39 /dev-php/ezc-Database
parentRemove old only working with fltk-1.1 series (diff)
downloadgentoo-2-405f6bdb04ffd72b662c6f2f1a64861f170a7571.tar.gz
gentoo-2-405f6bdb04ffd72b662c6f2f1a64861f170a7571.tar.bz2
gentoo-2-405f6bdb04ffd72b662c6f2f1a64861f170a7571.zip
remove unneeded depend.php reference, EAPI bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/ezc-Database')
-rw-r--r--dev-php/ezc-Database/ChangeLog8
-rw-r--r--dev-php/ezc-Database/ezc-Database-1.3.4.ebuild15
-rw-r--r--dev-php/ezc-Database/ezc-Database-1.4.7.ebuild12
3 files changed, 12 insertions, 23 deletions
diff --git a/dev-php/ezc-Database/ChangeLog b/dev-php/ezc-Database/ChangeLog
index 2aa88e1054ef..d5e40bf6527b 100644
--- a/dev-php/ezc-Database/ChangeLog
+++ b/dev-php/ezc-Database/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/ezc-Database
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ChangeLog,v 1.1 2011/12/14 22:05:31 mabi Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ChangeLog,v 1.2 2012/01/29 16:19:57 mabi Exp $
+
+ 29 Jan 2012; Matti Bickel <mabi@gentoo.org> -ezc-Database-1.3.4.ebuild,
+ ezc-Database-1.4.7.ebuild:
+ remove unneeded depend.php reference, EAPI bump
*ezc-Database-1.4.7 (20 May 2010)
diff --git a/dev-php/ezc-Database/ezc-Database-1.3.4.ebuild b/dev-php/ezc-Database/ezc-Database-1.3.4.ebuild
deleted file mode 100644
index 783877b755e8..000000000000
--- a/dev-php/ezc-Database/ezc-Database-1.3.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ezc-Database-1.3.4.ebuild,v 1.1 2011/12/14 22:05:31 mabi Exp $
-
-EZC_BASE_MIN="1.4.1"
-inherit php-ezc depend.php
-
-DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE=""
-
-pkg_setup() {
- require_php_with_use pdo
-}
diff --git a/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild b/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild
index b26004a3907f..7245bfced34a 100644
--- a/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild
+++ b/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild,v 1.1 2011/12/14 22:05:31 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild,v 1.2 2012/01/29 16:19:57 mabi Exp $
+
+EAPI=4
EZC_BASE_MIN="1.8"
-inherit php-ezc depend.php
+inherit php-ezc
DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO."
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE=""
-pkg_setup() {
- require_php_with_use pdo
-}
+RDEPEND="dev-lang/php[pdo]"