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.ebuild
Date: Sat, 02 Mar 2013 09:49:56
Message-Id: 20130302094952.9DE952171D@flycatcher.gentoo.org
1 radhermit 13/03/02 09:49:52
2
3 Modified: ChangeLog
4 Added: phpsysinfo-3.1.2.ebuild
5 Log:
6 Version bump.
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.76 www-apps/phpsysinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.76&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?rev=1.76&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/ChangeLog?r1=1.75&r2=1.76
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v
20 retrieving revision 1.75
21 retrieving revision 1.76
22 diff -u -r1.75 -r1.76
23 --- ChangeLog 29 Jan 2013 07:38:06 -0000 1.75
24 +++ ChangeLog 2 Mar 2013 09:49:52 -0000 1.76
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.75 2013/01/29 07:38:06 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.76 2013/03/02 09:49:52 radhermit Exp $
30 +
31 +*phpsysinfo-3.1.2 (02 Mar 2013)
32 +
33 + 02 Mar 2013; Tim Harder <radhermit@g.o> +phpsysinfo-3.1.2.ebuild:
34 + Version bump.
35
36 *phpsysinfo-3.1.0 (29 Jan 2013)
37
38
39
40
41 1.1 www-apps/phpsysinfo/phpsysinfo-3.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phpsysinfo-3.1.2.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.ebuild,v 1.1 2013/03/02 09:49:52 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
77 webapp_configfile "${MY_HTDOCSDIR}"/config.php
78 webapp_src_install
79 }