Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@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 12:21:47
Message-Id: E1JSWuO-0003EC-5X@stork.gentoo.org
1 wrobel 08/02/22 12:21:44
2
3 Modified: phpsysinfo-2.5.4.ebuild ChangeLog
4 Log:
5 The ebuild needs to check php for xml support. Syntax cleanup.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- phpsysinfo-2.5.4.ebuild 2 Sep 2007 15:03:28 -0000 1.6
22 +++ phpsysinfo-2.5.4.ebuild 22 Feb 2008 12:21:43 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild,v 1.6 2007/09/02 15:03:28 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.5.4.ebuild,v 1.7 2008/02/22 12:21:43 wrobel Exp $
29
30 inherit eutils webapp depend.php
31
32 @@ -14,19 +14,23 @@
33
34 S=${WORKDIR}/${PN}
35
36 -need_php
37 +need_php_httpd
38
39 pkg_setup() {
40 webapp_pkg_setup
41 - require_php_with_use pcre
42 + require_php_with_use pcre xml
43 }
44
45 src_install() {
46 webapp_src_preinst
47
48 - dodoc ChangeLog README
49 - cp -R [:dit:]* ${D}${MY_HTDOCSDIR}
50 - cp config.php.new ${D}${MY_HTDOCSDIR}/config.php
51 + dodoc README
52 +
53 + insinto "${MY_HTDOCSDIR}"
54 + doins -r [:dit:]*
55 + cp config.php.new config.php
56 + doins config.php
57 +
58 webapp_configfile ${MY_HTDOCSDIR}/config.php
59 webapp_src_install
60 }
61
62
63
64 1.41 www-apps/phpsysinfo/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.41&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.41&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/phpsysinfo/ChangeLog?r1=1.40&r2=1.41
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
73 retrieving revision 1.40
74 retrieving revision 1.41
75 diff -u -r1.40 -r1.41
76 --- ChangeLog 4 Sep 2007 12:59:52 -0000 1.40
77 +++ ChangeLog 22 Feb 2008 12:21:43 -0000 1.41
78 @@ -1,6 +1,9 @@
79 # ChangeLog for www-apps/phpsysinfo
80 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.40 2007/09/04 12:59:52 wrobel Exp $
82 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.41 2008/02/22 12:21:43 wrobel Exp $
84 +
85 + 22 Feb 2008; Gunnar Wrobel <wrobel@g.o> phpsysinfo-2.5.4.ebuild:
86 + The ebuild needs to check php for xml support. Syntax cleanup.
87
88 04 Sep 2007; <wrobel@g.o> -phpsysinfo-2.5.2.ebuild,
89 -phpsysinfo-2.5.3.ebuild:
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list