summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-04 19:52:59 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-04 19:52:59 +0000
commit3ef429344be1291c76e5c53c0207a6ba2c0f16d4 (patch)
tree01b844173baaec41634fca39eca1c1ebd9095a53 /dev-php5/ezc-UserInput
parentFix incomplete sys-apps/lsof -> sys-process/lsof move. (diff)
downloadgentoo-2-3ef429344be1291c76e5c53c0207a6ba2c0f16d4.tar.gz
gentoo-2-3ef429344be1291c76e5c53c0207a6ba2c0f16d4.tar.bz2
gentoo-2-3ef429344be1291c76e5c53c0207a6ba2c0f16d4.zip
Remove filter dep.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'dev-php5/ezc-UserInput')
-rw-r--r--dev-php5/ezc-UserInput/ChangeLog8
-rw-r--r--dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild12
-rw-r--r--dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild12
3 files changed, 20 insertions, 12 deletions
diff --git a/dev-php5/ezc-UserInput/ChangeLog b/dev-php5/ezc-UserInput/ChangeLog
index c5d8a3270f8e..e35ce7a00a40 100644
--- a/dev-php5/ezc-UserInput/ChangeLog
+++ b/dev-php5/ezc-UserInput/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/ezc-UserInput
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.10 2006/11/25 22:29:47 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.11 2007/03/04 19:52:59 chtekk Exp $
+
+ 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> ezc-UserInput-1.0.ebuild,
+ ezc-UserInput-1.0.1.ebuild:
+ Remove filter dep.
25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org>
ezc-UserInput-1.0.1.ebuild:
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild
index 589e852adf1e..d7f98fea8819 100644
--- a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild
+++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild
@@ -1,12 +1,14 @@
-# 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/ezc-UserInput/ezc-UserInput-1.0.1.ebuild,v 1.3 2006/11/25 22:29:47 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild,v 1.4 2007/03/04 19:52:59 chtekk Exp $
-inherit php-ezc
+inherit php-ezc depend.php
DESCRIPTION="This eZ component assists you to safely import user input variables into your application."
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND="${RDEPEND}
- dev-php5/pecl-filter"
+
+pkg_setup() {
+ require_php_with_use filter
+}
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
index 933d6a46375c..6896ba527071 100644
--- a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
+++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild
@@ -1,12 +1,14 @@
-# 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/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.6 2006/08/24 02:12:38 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.7 2007/03/04 19:52:59 chtekk Exp $
-inherit php-ezc
+inherit php-ezc depend.php
DESCRIPTION="This eZ component assists you to safely import user input variables into your application."
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND="${RDEPEND}
- dev-php5/pecl-filter"
+
+pkg_setup() {
+ require_php_with_use filter
+}