summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2021-01-21 12:11:28 -0500
committerBrian Evans <grknight@gentoo.org>2021-01-21 12:11:28 -0500
commit2914d513e3708371c587f985ea131da7b130fb56 (patch)
tree77e37e19796d9a28a11d01b077d7d41111b19d8f /dev-php/pecl-taint/pecl-taint-2.0.5.ebuild
parentdev-php/pecl-taint: Version bump for 2.1.0 (diff)
downloadgentoo-2914d513e3708371c587f985ea131da7b130fb56.tar.gz
gentoo-2914d513e3708371c587f985ea131da7b130fb56.tar.bz2
gentoo-2914d513e3708371c587f985ea131da7b130fb56.zip
dev-php/pecl-taint: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-taint/pecl-taint-2.0.5.ebuild')
-rw-r--r--dev-php/pecl-taint/pecl-taint-2.0.5.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-php/pecl-taint/pecl-taint-2.0.5.ebuild b/dev-php/pecl-taint/pecl-taint-2.0.5.ebuild
deleted file mode 100644
index 916d01e54270..000000000000
--- a/dev-php/pecl-taint/pecl-taint-2.0.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-USE_PHP="php7-1 php7-2 php7-3"
-inherit php-ext-pecl-r3
-
-DESCRIPTION="Extension used for detecting XSS code (tainted strings)"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-pkg_postinst() {
- elog 'To enable this extension, add'
- elog ' taint.enable=1'
- elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini'
-}