diff options
author | 2013-03-05 11:16:17 +0000 | |
---|---|---|
committer | 2013-03-05 11:16:17 +0000 | |
commit | ba15dc5b61a1c615f70a130a67ae1dfa05035862 (patch) | |
tree | 2c779801813af85fcc9036b022e769b0d76e01b9 /dev-php/pecl-htscanner | |
parent | Removed older ebuilds (diff) | |
download | gentoo-2-ba15dc5b61a1c615f70a130a67ae1dfa05035862.tar.gz gentoo-2-ba15dc5b61a1c615f70a130a67ae1dfa05035862.tar.bz2 gentoo-2-ba15dc5b61a1c615f70a130a67ae1dfa05035862.zip |
Removed older ebuilds
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-htscanner')
-rw-r--r-- | dev-php/pecl-htscanner/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild | 34 |
2 files changed, 6 insertions, 37 deletions
diff --git a/dev-php/pecl-htscanner/ChangeLog b/dev-php/pecl-htscanner/ChangeLog index 07535ee92856..e643300d2cd0 100644 --- a/dev-php/pecl-htscanner/ChangeLog +++ b/dev-php/pecl-htscanner/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2012/03/01 16:56:21 olemarkus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v 1.4 2013/03/05 11:16:16 olemarkus Exp $ + + 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> + -pecl-htscanner-1.0.0.ebuild: + Removed older ebuilds *pecl-htscanner-1.0.1 (01 Mar 2012) @@ -81,4 +85,3 @@ 24 Nov 2007; Jakub Moc <jakub@gentoo.org> +files/pecl-htscanner-0.8.1-bug11959.patch, +pecl-htscanner-0.8.1.ebuild: New ebuild, Bug 200209 by hanno - diff --git a/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild deleted file mode 100644 index 0fcc07adf234..000000000000 --- a/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild +++ /dev/null @@ -1,34 +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-1.0.0.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" - -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" -} |