Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-htscanner: ChangeLog pecl-htscanner-1.0.0.ebuild
Date: Tue, 01 Feb 2011 19:47:15
Message-Id: 20110201194705.62EB220054@flycatcher.gentoo.org
1 olemarkus 11/02/01 19:47:05
2
3 Modified: ChangeLog
4 Added: pecl-htscanner-1.0.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 dev-php5/pecl-htscanner/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 4 Jan 2011 15:19:17 -0000 1.13
24 +++ ChangeLog 1 Feb 2011 19:47:05 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php5/pecl-htscanner
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.13 2011/01/04 15:19:17 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.14 2011/02/01 19:47:05 olemarkus Exp $
30 +
31 +*pecl-htscanner-1.0.0 (01 Feb 2011)
32 +
33 + 01 Feb 2011; <olemarkus@g.o> +pecl-htscanner-1.0.0.ebuild:
34 + Version bump
35
36 04 Jan 2011; Markos Chandras <hwoarang@g.o>
37 pecl-htscanner-0.9.0-r1.ebuild:
38
39
40
41 1.1 dev-php5/pecl-htscanner/pecl-htscanner-1.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-1.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-1.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pecl-htscanner-1.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-1.0.0.ebuild,v 1.1 2011/02/01 19:47:05 olemarkus Exp $
51
52 EAPI="3"
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-r2
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 DEPEND="dev-lang/php[cgi]"
70 RDEPEND="${DEPEND}"
71
72 my_conf="--enable-htscanner"
73
74 src_install() {
75 php-ext-pecl-r2_src_install
76
77 php-ext-source-r2_addtoinifiles "config_file" ".htaccess"
78 php-ext-source-r2_addtoinifiles "default_docroot" "/"
79 php-ext-source-r2_addtoinifiles "default_ttl" "300"
80 php-ext-source-r2_addtoinifiles "stop_on_error" "0"
81 }