diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-01-13 16:10:37 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-01-13 16:10:37 +0000 |
commit | af68d948ef6fa016cdd6136fabaeabba333984b7 (patch) | |
tree | dfa9959b5d3aa0d9d529008b1be9927980ae2804 /dev-php5/ezc-UserInput | |
parent | Add eZ Components 2007.2 from project overlay (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-php5/ezc-UserInput/ChangeLog | 13 | ||||
-rw-r--r-- | dev-php5/ezc-UserInput/ezc-UserInput-1.2.ebuild | 15 | ||||
-rw-r--r-- | dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.2 | 3 |
3 files changed, 29 insertions, 2 deletions
diff --git a/dev-php5/ezc-UserInput/ChangeLog b/dev-php5/ezc-UserInput/ChangeLog index 6990d2ebf414..106d7d65e7d3 100644 --- a/dev-php5/ezc-UserInput/ChangeLog +++ b/dev-php5/ezc-UserInput/ChangeLog @@ -1,6 +1,15 @@ # 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.14 2007/10/08 19:03:13 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.15 2008/01/13 16:10:36 jokey Exp $ + +*ezc-UserInput-1.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-UserInput-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-UserInput-1.2.ebuild: + Version bump to 2007.2 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-UserInput-1.1.2.ebuild: Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it 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 +} diff --git a/dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.2 b/dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.2 new file mode 100644 index 000000000000..400fa2acea5d --- /dev/null +++ b/dev-php5/ezc-UserInput/files/digest-ezc-UserInput-1.2 @@ -0,0 +1,3 @@ +MD5 6957d62ca17cf63847194b3a3ce8bd69 UserInput-1.2.tgz 43481 +RMD160 88a282a80e8834c81522310deedc04a8748a08a4 UserInput-1.2.tgz 43481 +SHA256 50f514835eca040b047587b45e2709000493ebdc34a31453704a0cd92a7980c6 UserInput-1.2.tgz 43481 |