summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-11-28 15:56:16 -0500
committerBrian Evans <grknight@gentoo.org>2016-11-28 15:57:41 -0500
commitf47a1437b882b6ed1e18478165dbd9a943c9c61a (patch)
tree1304c137ee8387660f8bc6a23233338426ad396d /dev-php/pecl-htscanner
parentdev-php/pecl-htscanner: Revbump to drop php 5.4 and 5.5 dependencies (diff)
downloadgentoo-f47a1437b882b6ed1e18478165dbd9a943c9c61a.tar.gz
gentoo-f47a1437b882b6ed1e18478165dbd9a943c9c61a.tar.bz2
gentoo-f47a1437b882b6ed1e18478165dbd9a943c9c61a.zip
dev-php/pecl-htscanner: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-htscanner')
-rw-r--r--dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r2.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r2.ebuild
deleted file mode 100644
index fa225b1adb76..000000000000
--- a/dev-php/pecl-htscanner/pecl-htscanner-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="htscanner"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-PHPSAPILIST="cgi"
-
-USE_PHP="php5-6 php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-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}"
-
-my_conf="--enable-htscanner"
-
-src_install() {
- php-ext-pecl-r2_src_install
-
- php-ext-source-r2_addtoinifiles "config_file" ".htaccess"
- php-ext-source-r2_addtoinifiles "default_docroot" "/"
- php-ext-source-r2_addtoinifiles "default_ttl" "300"
- php-ext-source-r2_addtoinifiles "stop_on_error" "0"
-}