From 8a350757fa6a2edcff50d7627d3285b403a53440 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Sun, 29 Jan 2012 16:25:32 +0000 Subject: remove unneeded depend.php reference, EAPI bump Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- dev-php/ezc-UserInput/ChangeLog | 8 ++++++-- dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild | 15 --------------- dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild | 12 ++++++------ 3 files changed, 12 insertions(+), 23 deletions(-) delete mode 100644 dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild (limited to 'dev-php/ezc-UserInput') diff --git a/dev-php/ezc-UserInput/ChangeLog b/dev-php/ezc-UserInput/ChangeLog index 66240459709c..554efe5bf921 100644 --- a/dev-php/ezc-UserInput/ChangeLog +++ b/dev-php/ezc-UserInput/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-UserInput -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-UserInput/ChangeLog,v 1.1 2011/12/14 22:26:07 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-UserInput/ChangeLog,v 1.2 2012/01/29 16:25:32 mabi Exp $ + + 29 Jan 2012; Matti Bickel -ezc-UserInput-1.2.ebuild, + ezc-UserInput-1.4.ebuild: + remove unneeded depend.php reference, EAPI bump *ezc-UserInput-1.4 (20 May 2010) diff --git a/dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild b/dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild deleted file mode 100644 index 008ef14c8e07..000000000000 --- a/dev-php/ezc-UserInput/ezc-UserInput-1.2.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-UserInput/ezc-UserInput-1.2.ebuild,v 1.1 2011/12/14 22:26:07 mabi Exp $ - -EZC_BASE_MIN="1.4" -inherit php-ezc depend.php - -DESCRIPTION="This eZ component assists you to safely import user input variables into your application." -SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" -IUSE="" - -pkg_setup() { - require_php_with_use filter -} diff --git a/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild b/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild index 7b8c7c3a55f5..76635417d75c 100644 --- a/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild +++ b/dev-php/ezc-UserInput/ezc-UserInput-1.4.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-UserInput/ezc-UserInput-1.4.ebuild,v 1.1 2011/12/14 22:26:07 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild,v 1.2 2012/01/29 16:25:32 mabi Exp $ + +EAPI=4 EZC_BASE_MIN="1.8" -inherit php-ezc depend.php +inherit php-ezc DESCRIPTION="This eZ component assists you to safely import user input variables into your application." SLOT="0" KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="" -pkg_setup() { - require_php_with_use filter -} +RDEPEND="dev-lang/php[filter]" -- cgit v1.2.3-65-gdbad