Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-htscanner: pecl-htscanner-0.8.1.ebuild ChangeLog
Date: Fri, 30 Nov 2007 00:30:28
Message-Id: E1Ixtlt-0006VA-4n@stork.gentoo.org
1 jokey 07/11/30 00:30:21
2
3 Modified: pecl-htscanner-0.8.1.ebuild ChangeLog
4 Log:
5 This is actually cgi only
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.2 dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild?r1=1.1&r2=1.2
14
15 Index: pecl-htscanner-0.8.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pecl-htscanner-0.8.1.ebuild 29 Nov 2007 23:48:01 -0000 1.1
22 +++ pecl-htscanner-0.8.1.ebuild 30 Nov 2007 00:30:20 -0000 1.2
23 @@ -1,11 +1,12 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 PHP_EXT_NAME="htscanner"
30 PHP_EXT_INI="yes"
31 PHP_EXT_ZENDEXT="no"
32 DOCS="README"
33 +PHPSAPILIST="cgi"
34
35 inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1
36
37 @@ -27,7 +28,7 @@
38
39 pkg_setup() {
40 has_php
41 - require_php_sapi_from cgi apache2
42 + require_php_sapi_from cgi
43 }
44
45 src_install() {
46
47
48
49 1.2 dev-php5/pecl-htscanner/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog?r1=1.1&r2=1.2
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- ChangeLog 29 Nov 2007 23:48:01 -0000 1.1
62 +++ ChangeLog 30 Nov 2007 00:30:20 -0000 1.2
63 @@ -1,6 +1,10 @@
64 # ChangeLog for dev-php5/pecl-htscanner
65 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.1 2007/11/29 23:48:01 jokey Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.2 2007/11/30 00:30:20 jokey Exp $
68 +
69 + 30 Nov 2007; Markus Ullmann <jokey@g.o>
70 + pecl-htscanner-0.8.1.ebuild:
71 + This is actually cgi only
72
73 *pecl-htscanner-0.8.1 (29 Nov 2007)
74
75
76
77
78 --
79 gentoo-commits@g.o mailing list