commit:     b34b296813450a1d070f7a5ca2300d83e20152d5
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 17:16:17 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 17:16:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34b2968

dev-php/pecl-taint: new version 2.0.2 with php-7.1 support.

Package-Manager: portage-2.3.0

 dev-php/pecl-taint/Manifest                                 |  2 +-
 ...pecl-taint-2.0.1_beta.ebuild => pecl-taint-2.0.2.ebuild} | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-php/pecl-taint/Manifest b/dev-php/pecl-taint/Manifest
index aadb5d0..2291d32 100644
--- a/dev-php/pecl-taint/Manifest
+++ b/dev-php/pecl-taint/Manifest
@@ -1 +1 @@
-DIST taint-2.0.1.tgz 18358 SHA256 
981b1f0369674ff1e3555368c68a92b3376e324f91c88ee71dfdfceca6a9b322 SHA512 
9a2b4c937d4adee24ab0d84d283665b683ecee45e871781ee1bfd8cd4bc4e11a9b1bdda647c63bd44861e95ab07f0af1e3bd902bec537961d57131e5a615893e
 WHIRLPOOL 
187ff4d0c54ecbe4730f8aa3f4e61220e4e3f456c09ecdb2fba61a9745129b66cd0d84905be51be4f452af04cfd8f5e59c3ea63a0adad6143d1e162c7e274592
+DIST taint-2.0.2.tgz 18550 SHA256 
2d0f672890a5c2b341f99db10e5a96f8e1e77c6e690e189d8c4a9545d410139b SHA512 
fe1375062f716a32b093942d173cf78024ed457fb5980ec8b50852ca922d8e15ec82696be2478cbbf8b9cd0620be0c2f88b18de55dec4dacec5be664b95c7108
 WHIRLPOOL 
b1e197df36918813d900926a8739edb8c4873a91b740165f5b56bc5680c996a6fa4bc15b734db5195a66427d28ef45de1a2b8063058de3f0f18e3d3578c77b7a

diff --git a/dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild 
b/dev-php/pecl-taint/pecl-taint-2.0.2.ebuild
similarity index 50%
rename from dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild
rename to dev-php/pecl-taint/pecl-taint-2.0.2.ebuild
index c62a985..9df227c 100644
--- a/dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild
+++ b/dev-php/pecl-taint/pecl-taint-2.0.2.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-USE_PHP="php7-0"
-MY_PV="${PV/_beta/}"
-inherit php-ext-pecl-r2
+USE_PHP="php7-0 php7-1"
+inherit php-ext-pecl-r3
 
-DESCRIPTION="Extension used for detecting XSS codes(tainted string)"
+DESCRIPTION="Extension used for detecting XSS code (tainted strings)"
 LICENSE="PHP-3.01"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 pkg_postinst() {
-       elog 'In order to enable this extension, add'
+       elog 'To enable this extension, add'
        elog '  taint.enable=1'
        elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini'
 }

Reply via email to