diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 13:58:21 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 13:58:21 +0000 |
commit | d1a1dce397e0e7176a68a4b658538962457ca9f7 (patch) | |
tree | 4ce66a064f00cf4016bd7dd00d77f33a98dbe7b2 /dev-php5/ezc-UserInput | |
parent | Version bump for eZC 2007.1.1 (diff) | |
download | gentoo-2-d1a1dce397e0e7176a68a4b658538962457ca9f7.tar.gz gentoo-2-d1a1dce397e0e7176a68a4b658538962457ca9f7.tar.bz2 gentoo-2-d1a1dce397e0e7176a68a4b658538962457ca9f7.zip |
Version bump for eZC 2007.1.1
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php5/ezc-UserInput')
-rw-r--r-- | dev-php5/ezc-UserInput/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/ezc-UserInput/ezc-UserInput-1.1.2.ebuild | 14 | ||||
-rw-r--r-- | dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.1.2 | 3 |
3 files changed, 24 insertions, 1 deletions
diff --git a/dev-php5/ezc-UserInput/ChangeLog b/dev-php5/ezc-UserInput/ChangeLog index e35ce7a00a40..1e2e7f7d8f6f 100644 --- a/dev-php5/ezc-UserInput/ChangeLog +++ b/dev-php5/ezc-UserInput/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-UserInput # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.12 2007/08/30 13:58:21 jokey Exp $ + +*ezc-UserInput-1.1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-UserInput-1.1.2.ebuild: + Version bump for eZC 2007.1.1 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> ezc-UserInput-1.0.ebuild, ezc-UserInput-1.0.1.ebuild: diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.1.2.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.1.2.ebuild new file mode 100644 index 000000000000..630e6aef992d --- /dev/null +++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.1.2.ebuild @@ -0,0 +1,14 @@ +# 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.1.2.ebuild,v 1.1 2007/08/30 13:58:21 jokey Exp $ + +inherit php-ezc depend.php + +DESCRIPTION="This eZ component assists you to safely import user input variables into your application." +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use filter +} diff --git a/dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.1.2 b/dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.1.2 new file mode 100644 index 000000000000..7203b4fe7944 --- /dev/null +++ b/dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.1.2 @@ -0,0 +1,3 @@ +MD5 df007d3d8709db6928821547809e81af UserInput-1.1.2.tgz 43192 +RMD160 bb00cbaff3685904713b68070fd1b22255c71b6f UserInput-1.1.2.tgz 43192 +SHA256 913cfec2c7c976e857697f0eb1e9487cd2390752ac50e528bcabae5da20c40a1 UserInput-1.1.2.tgz 43192 |