Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/phpsysinfo: ChangeLog phpsysinfo-3.1.2-r1.ebuild
Date: Sat, 02 Mar 2013 21:41:04
Message-Id: 20130302214101.40E052171D@flycatcher.gentoo.org
1 radhermit 13/03/02 21:41:01
2
3 Modified: ChangeLog
4 Added: phpsysinfo-3.1.2-r1.ebuild
5 Log:
6 Revbump to use proper config file.
7
8 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.77 www-apps/phpsysinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 2 Mar 2013 09:49:52 -0000 1.76
24 +++ ChangeLog 2 Mar 2013 21:41:01 -0000 1.77
25 @@ -1,6 +1,11 @@
26 # ChangeLog for www-apps/phpsysinfo
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.76 2013/03/02 09:49:52 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.77 2013/03/02 21:41:01 radhermit Exp $
30 +
31 +*phpsysinfo-3.1.2-r1 (02 Mar 2013)
32 +
33 + 02 Mar 2013; Tim Harder <radhermit@g.o> +phpsysinfo-3.1.2-r1.ebuild:
34 + Revbump to use proper config file.
35
36 *phpsysinfo-3.1.2 (02 Mar 2013)
37
38
39
40
41 1.1 www-apps/phpsysinfo/phpsysinfo-3.1.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.2-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.2-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phpsysinfo-3.1.2-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.2-r1.ebuild,v 1.1 2013/03/02 21:41:01 radhermit Exp $
51
52 EAPI=5
53
54 inherit webapp
55
56 DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP"
57 HOMEPAGE="http://rk4an.github.com/phpsysinfo/"
58 SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
62
63 RDEPEND="virtual/httpd-php
64 dev-lang/php[simplexml,xml,xsl,unicode]"
65
66 need_httpd_cgi
67
68 src_install() {
69 webapp_src_preinst
70
71 dodoc CHANGELOG README*
72 rm CHANGELOG COPYING README* || die
73
74 insinto "${MY_HTDOCSDIR}"
75 doins -r .
76 newins phpsysinfo.ini{.new,}
77
78 webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
79 webapp_src_install
80 }