summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-01-13 16:10:37 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-01-13 16:10:37 +0000
commitaf68d948ef6fa016cdd6136fabaeabba333984b7 (patch)
treedfa9959b5d3aa0d9d529008b1be9927980ae2804 /dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild
parentAdd eZ Components 2007.2 from project overlay (diff)
downloadgentoo-2-af68d948ef6fa016cdd6136fabaeabba333984b7.tar.gz
gentoo-2-af68d948ef6fa016cdd6136fabaeabba333984b7.tar.bz2
gentoo-2-af68d948ef6fa016cdd6136fabaeabba333984b7.zip
Add eZ Components 2007.2 from project overlay
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild')
-rw-r--r--dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild
new file mode 100644
index 000000000000..0601859c3fc2
--- /dev/null
+++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/01/13 16:10:36 jokey 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
+}