summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-29 16:25:32 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-29 16:25:32 +0000
commit8a350757fa6a2edcff50d7627d3285b403a53440 (patch)
treeb7f1c30b7cb5d4c9843d4f23e775de409aeb8d2d /dev-php/ezc-UserInput
parentremove unneeded depend.php reference (diff)
downloadhistorical-8a350757fa6a2edcff50d7627d3285b403a53440.tar.gz
historical-8a350757fa6a2edcff50d7627d3285b403a53440.tar.bz2
historical-8a350757fa6a2edcff50d7627d3285b403a53440.zip
remove unneeded depend.php reference, EAPI bump
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/ezc-UserInput')
-rw-r--r--dev-php/ezc-UserInput/ChangeLog8
-rw-r--r--dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild15
-rw-r--r--dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild12
3 files changed, 12 insertions, 23 deletions
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 <mabi@gentoo.org> -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]"