summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-05-20 04:36:42 +0000
committerPeter Volkov <pva@gentoo.org>2010-05-20 04:36:42 +0000
commit3eec19e2ee4b1108a317610c7866b55893c2a818 (patch)
treec1d88e958851f03ec35fc1e0cac909d031ac2a3d /dev-php5/ezc-UserInput
parentVersion bump, bug #320547 (diff)
downloadgentoo-2-3eec19e2ee4b1108a317610c7866b55893c2a818.tar.gz
gentoo-2-3eec19e2ee4b1108a317610c7866b55893c2a818.tar.bz2
gentoo-2-3eec19e2ee4b1108a317610c7866b55893c2a818.zip
Version bump, bug #320547
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/ezc-UserInput')
-rw-r--r--dev-php5/ezc-UserInput/ChangeLog9
-rw-r--r--dev-php5/ezc-UserInput/ezc-UserInput-1.4.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php5/ezc-UserInput/ChangeLog b/dev-php5/ezc-UserInput/ChangeLog
index 06c7528dee21..04a4fe169766 100644
--- a/dev-php5/ezc-UserInput/ChangeLog
+++ b/dev-php5/ezc-UserInput/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/ezc-UserInput
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.16 2008/03/19 00:18:02 jokey Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.17 2010/05/20 04:36:42 pva Exp $
+
+*ezc-UserInput-1.4 (20 May 2010)
+
+ 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-UserInput-1.4.ebuild:
+ Version bump, bug #320547
19 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-UserInput-1.0.ebuild,
-ezc-UserInput-1.0.1.ebuild, -ezc-UserInput-1.1.2.ebuild:
diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.4.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.4.ebuild
new file mode 100644
index 000000000000..8e8b1a2fa84e
--- /dev/null
+++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2010 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.4.ebuild,v 1.1 2010/05/20 04:36:42 pva Exp $
+
+EZC_BASE_MIN="1.8"
+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
+}