Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-taint/
Date: Thu, 05 May 2016 14:21:43
Message-Id: 1462457989.e9ecdd550389a870200edc75a26a89ca00181385.grknight@gentoo
1 commit: e9ecdd550389a870200edc75a26a89ca00181385
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 14:19:49 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 14:19:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ecdd55
7
8 dev-php/pecl-taint: Drop old version which only works with EOL PHP versions
9
10 Package-Manager: portage-2.2.28
11
12 dev-php/pecl-taint/Manifest | 1 -
13 dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-php/pecl-taint/Manifest b/dev-php/pecl-taint/Manifest
17 index 26da869..7d0c2a4 100644
18 --- a/dev-php/pecl-taint/Manifest
19 +++ b/dev-php/pecl-taint/Manifest
20 @@ -1,2 +1 @@
21 -DIST taint-1.2.2.tgz 19949 SHA256 ea38bfeb20c1ae46477db4bd5ae1ddf97b7b75abfba8c624e44dfb73643ad9ca SHA512 8c533320ad8d22fcec541b6c25c214f0b90a46889d840253f20378124e1492c9458a798cbb5752f17bb90994fcba3791dd3eb8f5ff7497f4194e84b50d6bbc4d WHIRLPOOL 7b7f20f9b8f66608b03a6b7484e0ccb6efd5e5784a4498e95307b8eb6dea0c3a413583ea05890010479c4136ae2e60857eb384096c6a984b839cbd3492f4df85
22 DIST taint-2.0.0.tgz 15573 SHA256 2b4c7572460be03bb4304319e23c845a89a098b983821acb9be1476c2e902110 SHA512 f6a8ca778e57cb26fe7e6a9cf8f43e41a66ccd9532f6903f0c12a8c81ec07037e7ab705aee5c94b6def7c2e0a726565473d2c71fd397b2aa87a4333920a7d2ac WHIRLPOOL 905f4f7232ea9f4fc1db8712f8e688f7db4f8763e37e8f991a0ac0ac03b52aa889502b7f4eb6931fd02dbc8327c89ae835f85e3422b9c01568117f71d2f6ee78
23
24 diff --git a/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild b/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild
25 deleted file mode 100644
26 index df7f978..0000000
27 --- a/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -# Fails to build with php5-5 and php5-6
37 -USE_PHP="php5-4"
38 -
39 -inherit php-ext-pecl-r2
40 -
41 -DESCRIPTION="Extension used for detecting XSS codes(tainted string)"
42 -LICENSE="PHP-3.01"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -pkg_postinst() {
48 - elog 'In order to enable this extension, add'
49 - elog ' taint.enable=1'
50 - elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini'
51 -}