summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-11-30 00:30:20 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-11-30 00:30:20 +0000
commit0f922ba89645884c48e72bd5562e416cf36a2ac6 (patch)
tree3fc4f5c966049b76e266d42e21f51cf5d0fd7978 /dev-php5/pecl-htscanner
parentStable on arm (diff)
downloadgentoo-2-0f922ba89645884c48e72bd5562e416cf36a2ac6.tar.gz
gentoo-2-0f922ba89645884c48e72bd5562e416cf36a2ac6.tar.bz2
gentoo-2-0f922ba89645884c48e72bd5562e416cf36a2ac6.zip
This is actually cgi only
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'dev-php5/pecl-htscanner')
-rw-r--r--dev-php5/pecl-htscanner/ChangeLog6
-rw-r--r--dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog
index db636618b068..26994dee212b 100644
--- a/dev-php5/pecl-htscanner/ChangeLog
+++ b/dev-php5/pecl-htscanner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-htscanner
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.1 2007/11/29 23:48:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.2 2007/11/30 00:30:20 jokey Exp $
+
+ 30 Nov 2007; Markus Ullmann <jokey@gentoo.org>
+ pecl-htscanner-0.8.1.ebuild:
+ This is actually cgi only
*pecl-htscanner-0.8.1 (29 Nov 2007)
diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
index 12f68cb82785..d05d16e32234 100644
--- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
+++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.1 2007/11/29 23:48:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.2 2007/11/30 00:30:20 jokey Exp $
PHP_EXT_NAME="htscanner"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"
+PHPSAPILIST="cgi"
inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1
@@ -27,7 +28,7 @@ src_unpack() {
pkg_setup() {
has_php
- require_php_sapi_from cgi apache2
+ require_php_sapi_from cgi
}
src_install() {