diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-01-15 16:54:14 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-01-15 16:54:14 +0000 |
commit | 7ea1c7df669fc75302eef1e4fcdf702694bbac19 (patch) | |
tree | 466cd1fdafad1c7a08cd92f4ad8ca3a14cec182b | |
parent | Remove old. (diff) | |
download | gentoo-2-7ea1c7df669fc75302eef1e4fcdf702694bbac19.tar.gz gentoo-2-7ea1c7df669fc75302eef1e4fcdf702694bbac19.tar.bz2 gentoo-2-7ea1c7df669fc75302eef1e4fcdf702694bbac19.zip |
Removing PHP 5.2 only ebuilds/packages
(Portage version: 2.1.10.41/cvs/Linux x86_64)
-rw-r--r-- | dev-php/pecl-htscanner/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild | 37 |
2 files changed, 7 insertions, 40 deletions
diff --git a/dev-php/pecl-htscanner/ChangeLog b/dev-php/pecl-htscanner/ChangeLog index 919566fd3bbc..a420d7e555c0 100644 --- a/dev-php/pecl-htscanner/ChangeLog +++ b/dev-php/pecl-htscanner/ChangeLog @@ -1,6 +1,10 @@ -# ChangeLog for dev-php5/pecl-htscanner -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v 1.1 2011/12/14 22:37:55 mabi Exp $ +# ChangeLog for dev-php/pecl-htscanner +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v 1.2 2012/01/15 16:54:14 olemarkus Exp $ + + 15 Jan 2012; Ole Markus With <olemarkus@gentoo.org> + -pecl-htscanner-0.9.0-r1.ebuild: + Removing PHP 5.2 only ebuilds/packages *pecl-htscanner-1.0.0 (01 Feb 2011) diff --git a/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild deleted file mode 100644 index d4e2b903987d..000000000000 --- a/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild,v 1.1 2011/12/14 22:37:55 mabi Exp $ - -EAPI="3" - -PHP_EXT_NAME="htscanner" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" -PHPSAPILIST="cgi" - -# functionality is included in >=php-5.3 -USE_PHP="php5-2" - -inherit php-ext-pecl-r2 - -KEYWORDS="amd64 x86" - -DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="dev-lang/php[cgi]" -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" -} |