From b8074d16cd87bbb5c30bc15c16e86726a0e87d58 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 8 May 2012 08:58:28 +0000 Subject: Version bump (Portage version: 2.1.10.49/cvs/Linux x86_64) --- dev-php/pecl-taint/ChangeLog | 8 +++++++- dev-php/pecl-taint/pecl-taint-0.4.0.ebuild | 21 --------------------- dev-php/pecl-taint/pecl-taint-0.5.3.ebuild | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+), 22 deletions(-) delete mode 100644 dev-php/pecl-taint/pecl-taint-0.4.0.ebuild create mode 100644 dev-php/pecl-taint/pecl-taint-0.5.3.ebuild (limited to 'dev-php/pecl-taint') diff --git a/dev-php/pecl-taint/ChangeLog b/dev-php/pecl-taint/ChangeLog index fadd29f8a05a..f1efc78b34c9 100644 --- a/dev-php/pecl-taint/ChangeLog +++ b/dev-php/pecl-taint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-taint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.3 2012/02/26 07:05:50 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.4 2012/05/08 08:58:28 olemarkus Exp $ + +*pecl-taint-0.5.3 (08 May 2012) + + 08 May 2012; Ole Markus With +pecl-taint-0.5.3.ebuild, + -pecl-taint-0.4.0.ebuild: + Version bump *pecl-taint-0.4.1 (26 Feb 2012) diff --git a/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild b/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild deleted file mode 100644 index e36c2342657a..000000000000 --- a/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild,v 1.1 2012/02/20 14:20:32 olemarkus Exp $ - -EAPI=4 - -USE_PHP="php5-3 php5-4" - -inherit php-ext-pecl-r2 - -DESCRIPTION="Extension used for detecting XSS codes(tainted string)" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -pkg_postinst() { - elog 'In order to enable this extension, add' - elog ' taint.enable=1' - elog 'to /etc/php/-/ext/taint.ini' -} diff --git a/dev-php/pecl-taint/pecl-taint-0.5.3.ebuild b/dev-php/pecl-taint/pecl-taint-0.5.3.ebuild new file mode 100644 index 000000000000..6a3822b7e183 --- /dev/null +++ b/dev-php/pecl-taint/pecl-taint-0.5.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.5.3.ebuild,v 1.1 2012/05/08 08:58:28 olemarkus Exp $ + +EAPI=4 + +USE_PHP="php5-3 php5-4" + +inherit php-ext-pecl-r2 + +DESCRIPTION="Extension used for detecting XSS codes(tainted string)" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +pkg_postinst() { + elog 'In order to enable this extension, add' + elog ' taint.enable=1' + elog 'to /etc/php/-/ext/taint.ini' +} -- cgit v1.2.3-65-gdbad