Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/phpsysinfo: phpsysinfo-2.5.4.ebuild ChangeLog
Date: Fri, 22 Feb 2008 15:54:28
Message-Id: E1JSaED-00054V-41@stork.gentoo.org
1 hollow 08/02/22 15:54:25
2
3 Modified: phpsysinfo-2.5.4.ebuild ChangeLog
4 Log:
5 add need_httpd_cgi wrt #208584
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild?r1=1.7&r2=1.8
14
15 Index: phpsysinfo-2.5.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- phpsysinfo-2.5.4.ebuild 22 Feb 2008 12:21:43 -0000 1.7
22 +++ phpsysinfo-2.5.4.ebuild 22 Feb 2008 15:54:24 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild,v 1.7 2008/02/22 12:21:43 wrobel Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild,v 1.8 2008/02/22 15:54:24 hollow Exp $
28
29 inherit eutils webapp depend.php
30
31 @@ -12,8 +12,9 @@
32 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
33 IUSE=""
34
35 -S=${WORKDIR}/${PN}
36 +S="${WORKDIR}"/${PN}
37
38 +need_httpd_cgi
39 need_php_httpd
40
41 pkg_setup() {
42 @@ -28,9 +29,8 @@
43
44 insinto "${MY_HTDOCSDIR}"
45 doins -r [:dit:]*
46 - cp config.php.new config.php
47 - doins config.php
48 + newins config.php{.new,}
49
50 - webapp_configfile ${MY_HTDOCSDIR}/config.php
51 + webapp_configfile "${MY_HTDOCSDIR}"/config.php
52 webapp_src_install
53 }
54
55
56
57 1.42 www-apps/phpsysinfo/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.42&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.42&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/ChangeLog?r1=1.41&r2=1.42
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
66 retrieving revision 1.41
67 retrieving revision 1.42
68 diff -u -r1.41 -r1.42
69 --- ChangeLog 22 Feb 2008 12:21:43 -0000 1.41
70 +++ ChangeLog 22 Feb 2008 15:54:24 -0000 1.42
71 @@ -1,6 +1,9 @@
72 # ChangeLog for www-apps/phpsysinfo
73 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.41 2008/02/22 12:21:43 wrobel Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.42 2008/02/22 15:54:24 hollow Exp $
76 +
77 + 22 Feb 2008; Benedikt Böhm <hollow@g.o> phpsysinfo-2.5.4.ebuild:
78 + add need_httpd_cgi wrt #208584
79
80 22 Feb 2008; Gunnar Wrobel <wrobel@g.o> phpsysinfo-2.5.4.ebuild:
81 The ebuild needs to check php for xml support. Syntax cleanup.
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list