summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-05-05 10:19:49 -0400
committerBrian Evans <grknight@gentoo.org>2016-05-05 10:19:49 -0400
commite9ecdd550389a870200edc75a26a89ca00181385 (patch)
tree630b4f1183e13d4e591238ab5958d31d865e20f0 /dev-php
parentvirtual/httpd-php: Drop EOL 5.4 slot (diff)
downloadgentoo-e9ecdd550389a870200edc75a26a89ca00181385.tar.gz
gentoo-e9ecdd550389a870200edc75a26a89ca00181385.tar.bz2
gentoo-e9ecdd550389a870200edc75a26a89ca00181385.zip
dev-php/pecl-taint: Drop old version which only works with EOL PHP versions
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-taint/Manifest1
-rw-r--r--dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-php/pecl-taint/Manifest b/dev-php/pecl-taint/Manifest
index 26da8699c5d8..7d0c2a45f74d 100644
--- a/dev-php/pecl-taint/Manifest
+++ b/dev-php/pecl-taint/Manifest
@@ -1,2 +1 @@
-DIST taint-1.2.2.tgz 19949 SHA256 ea38bfeb20c1ae46477db4bd5ae1ddf97b7b75abfba8c624e44dfb73643ad9ca SHA512 8c533320ad8d22fcec541b6c25c214f0b90a46889d840253f20378124e1492c9458a798cbb5752f17bb90994fcba3791dd3eb8f5ff7497f4194e84b50d6bbc4d WHIRLPOOL 7b7f20f9b8f66608b03a6b7484e0ccb6efd5e5784a4498e95307b8eb6dea0c3a413583ea05890010479c4136ae2e60857eb384096c6a984b839cbd3492f4df85
DIST taint-2.0.0.tgz 15573 SHA256 2b4c7572460be03bb4304319e23c845a89a098b983821acb9be1476c2e902110 SHA512 f6a8ca778e57cb26fe7e6a9cf8f43e41a66ccd9532f6903f0c12a8c81ec07037e7ab705aee5c94b6def7c2e0a726565473d2c71fd397b2aa87a4333920a7d2ac WHIRLPOOL 905f4f7232ea9f4fc1db8712f8e688f7db4f8763e37e8f991a0ac0ac03b52aa889502b7f4eb6931fd02dbc8327c89ae835f85e3422b9c01568117f71d2f6ee78
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
deleted file mode 100644
index df7f9786d82e..000000000000
--- a/dev-php/pecl-taint/pecl-taint-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Fails to build with php5-5 and php5-6
-USE_PHP="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/<sapi>-<slot>/ext/taint.ini'
-}