diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-08-28 09:13:54 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-08-28 09:13:54 +0000 |
commit | c1713cfbc2fc7d0dbc9ea88ac940218b6e8293df (patch) | |
tree | e8b508a0beb663e419e8133800c5d0191bdf00cf /dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild | |
parent | unmask dhcpv6 (diff) | |
download | historical-c1713cfbc2fc7d0dbc9ea88ac940218b6e8293df.tar.gz historical-c1713cfbc2fc7d0dbc9ea88ac940218b6e8293df.tar.bz2 historical-c1713cfbc2fc7d0dbc9ea88ac940218b6e8293df.zip |
Version bump.
Package-Manager: portage-2.1.1_rc1-r1
Diffstat (limited to 'dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild')
-rw-r--r-- | dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild new file mode 100644 index 000000000000..72b86b25aaa5 --- /dev/null +++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2006 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.1 2006/08/28 09:13:54 sebastian Exp $ + +inherit php-ezc + +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" |