Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-htscanner: ChangeLog pecl-htscanner-0.9.0.ebuild
Date: Thu, 09 Apr 2009 10:10:42
Message-Id: E1LrrDU-0002KR-QY@stork.gentoo.org
1 hoffie 09/04/09 10:10:40
2
3 Modified: ChangeLog
4 Added: pecl-htscanner-0.9.0.ebuild
5 Log:
6 version bump wrt bug 264216, thanks to Michael Huber <mikki111@×××.de> for reporting
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-php5/pecl-htscanner/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 9 May 2008 12:58:12 -0000 1.7
23 +++ ChangeLog 9 Apr 2009 10:10:40 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-php5/pecl-htscanner
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.7 2008/05/09 12:58:12 hoffie Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.8 2009/04/09 10:10:40 hoffie Exp $
30 +
31 +*pecl-htscanner-0.9.0 (09 Apr 2009)
32 +
33 + 09 Apr 2009; Christian Hoffmann <hoffie@g.o>
34 + +pecl-htscanner-0.9.0.ebuild:
35 + version bump wrt bug 264216, thanks to Michael Huber <mikki111@×××.de> for
36 + reporting
37
38 09 May 2008; Christian Hoffmann <hoffie@g.o>
39 pecl-htscanner-0.8.1.ebuild:
40
41
42
43 1.1 dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-htscanner-0.9.0.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild,v 1.1 2009/04/09 10:10:40 hoffie Exp $
53
54 PHP_EXT_NAME="htscanner"
55 PHP_EXT_INI="yes"
56 PHP_EXT_ZENDEXT="no"
57 DOCS="README"
58 PHPSAPILIST="cgi"
59
60 inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1
61
62 KEYWORDS="~amd64 ~x86"
63
64 DESCRIPTION="Enables .htaccess options for php-scripts running as cgi."
65 LICENSE="PHP-3"
66 SLOT="0"
67 IUSE=""
68
69 need_php_by_category
70 my_conf="--enable-htscanner"
71
72 pkg_setup() {
73 has_php
74 require_php_sapi_from cgi
75 }
76
77 src_install() {
78 php-ext-pecl-r1_src_install
79
80 php-ext-base-r1_addtoinifiles "config_file" ".htaccess"
81 php-ext-base-r1_addtoinifiles "default_docroot" "/"
82 php-ext-base-r1_addtoinifiles "default_ttl" "300"
83 php-ext-base-r1_addtoinifiles "stop_on_error" "0"
84 }