From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99695139086 for ; Thu, 5 Jan 2017 17:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31AB5E0CBC; Thu, 5 Jan 2017 17:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B6A8E0CBC for ; Thu, 5 Jan 2017 17:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9510341375 for ; Thu, 5 Jan 2017 17:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FE51261E for ; Thu, 5 Jan 2017 17:16:49 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1483636577.b34b296813450a1d070f7a5ca2300d83e20152d5.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-taint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-taint/Manifest dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild dev-php/pecl-taint/pecl-taint-2.0.2.ebuild X-VCS-Directories: dev-php/pecl-taint/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b34b296813450a1d070f7a5ca2300d83e20152d5 X-VCS-Branch: master Date: Thu, 5 Jan 2017 17:16:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c50177be-1f31-4ed0-b88f-3c82954533e8 X-Archives-Hash: 1e87eed595b4a6d4de7f6160e3a02f25 commit: b34b296813450a1d070f7a5ca2300d83e20152d5 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Jan 5 17:16:17 2017 +0000 Commit: Michael Orlitzky gentoo 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/-/ext/taint.ini' }