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 87DDB139085 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 395EBE0CBD; 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 10B1AE0CBD 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 0FA2C3413AA for ; Thu, 5 Jan 2017 17:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D7A8261C 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: <1483636170.036c01eeda02c42ac448afbeffdcbfcf4b422caa.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.0_beta.ebuild X-VCS-Directories: dev-php/pecl-taint/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 036c01eeda02c42ac448afbeffdcbfcf4b422caa 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: 2f45c820-de59-4338-bcb9-29f979275745 X-Archives-Hash: 3465bc06003df7eab22f9751f0f5fb5f commit: 036c01eeda02c42ac448afbeffdcbfcf4b422caa Author: Michael Orlitzky gentoo org> AuthorDate: Thu Jan 5 17:09:30 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Jan 5 17:09:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036c01ee dev-php/pecl-taint: remove unused pecl-taint-2.0.0_beta. Package-Manager: portage-2.3.0 dev-php/pecl-taint/Manifest | 1 - dev-php/pecl-taint/pecl-taint-2.0.0_beta.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-php/pecl-taint/Manifest b/dev-php/pecl-taint/Manifest index 49fc723..aadb5d0 100644 --- a/dev-php/pecl-taint/Manifest +++ b/dev-php/pecl-taint/Manifest @@ -1,2 +1 @@ -DIST taint-2.0.0.tgz 15573 SHA256 2b4c7572460be03bb4304319e23c845a89a098b983821acb9be1476c2e902110 SHA512 f6a8ca778e57cb26fe7e6a9cf8f43e41a66ccd9532f6903f0c12a8c81ec07037e7ab705aee5c94b6def7c2e0a726565473d2c71fd397b2aa87a4333920a7d2ac WHIRLPOOL 905f4f7232ea9f4fc1db8712f8e688f7db4f8763e37e8f991a0ac0ac03b52aa889502b7f4eb6931fd02dbc8327c89ae835f85e3422b9c01568117f71d2f6ee78 DIST taint-2.0.1.tgz 18358 SHA256 981b1f0369674ff1e3555368c68a92b3376e324f91c88ee71dfdfceca6a9b322 SHA512 9a2b4c937d4adee24ab0d84d283665b683ecee45e871781ee1bfd8cd4bc4e11a9b1bdda647c63bd44861e95ab07f0af1e3bd902bec537961d57131e5a615893e WHIRLPOOL 187ff4d0c54ecbe4730f8aa3f4e61220e4e3f456c09ecdb2fba61a9745129b66cd0d84905be51be4f452af04cfd8f5e59c3ea63a0adad6143d1e162c7e274592 diff --git a/dev-php/pecl-taint/pecl-taint-2.0.0_beta.ebuild b/dev-php/pecl-taint/pecl-taint-2.0.0_beta.ebuild deleted file mode 100644 index d3252ca..00000000 --- a/dev-php/pecl-taint/pecl-taint-2.0.0_beta.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_PHP="php7-0" -MY_PV="${PV/_beta/}" -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' -}