From 12d14c2648ada4561ea4a3864833e8322ff1a9be Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 30 Dec 2019 09:48:57 -0500 Subject: dev-php/pecl-htscanner: Drop package Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans --- dev-php/pecl-htscanner/Manifest | 1 - dev-php/pecl-htscanner/metadata.xml | 8 ----- .../pecl-htscanner/pecl-htscanner-1.0.1-r3.ebuild | 40 ---------------------- 3 files changed, 49 deletions(-) delete mode 100644 dev-php/pecl-htscanner/Manifest delete mode 100644 dev-php/pecl-htscanner/metadata.xml delete mode 100644 dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r3.ebuild (limited to 'dev-php') diff --git a/dev-php/pecl-htscanner/Manifest b/dev-php/pecl-htscanner/Manifest deleted file mode 100644 index 70c67af21dba..000000000000 --- a/dev-php/pecl-htscanner/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST htscanner-1.0.1.tgz 10229 BLAKE2B 622b44ed3fe4d18721e65235ab047b4b8b9cd1b514525f97aa4f8d1c79ad937f80fb69d4ffd1586a813b5479b3edc11061a9156e8768547ee167d53f92012c4f SHA512 c0ccc0e4c945806364d5fd162c901bb9a44afe9eeedca864ca30f9fda430e60bf86d4ef41c0540639252c215eb72b1d34b28eba823aaeb64217bd9400a99f22e diff --git a/dev-php/pecl-htscanner/metadata.xml b/dev-php/pecl-htscanner/metadata.xml deleted file mode 100644 index aca42932b833..000000000000 --- a/dev-php/pecl-htscanner/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - diff --git a/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r3.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r3.ebuild deleted file mode 100644 index 7d4c784f26fb..000000000000 --- a/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PHP_EXT_NAME="htscanner" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" -PHP_EXT_SAPIS="cgi" - -USE_PHP="php5-6" - -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Enables .htaccess options for php-scripts running as cgi" -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -for target in ${USE_PHP}; do - slot=${target/php} - slot=${slot/-/.} - PHPUSEDEPEND="${PHPUSEDEPEND} - php_targets_${target}? ( dev-lang/php:${slot}[cgi] )" -done - -DEPEND="${PHPUSEDEPEND}" -RDEPEND="${DEPEND}" - -src_install() { - php-ext-pecl-r3_src_install - - php-ext-source-r3_addtoinifiles "config_file" ".htaccess" - php-ext-source-r3_addtoinifiles "default_docroot" "/" - php-ext-source-r3_addtoinifiles "default_ttl" "300" - php-ext-source-r3_addtoinifiles "stop_on_error" "0" -} -- cgit v1.2.3-65-gdbad