Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/
Date: Mon, 29 Apr 2019 13:38:24
Message-Id: 1556545087.174c07bf93b8ee8448b5c1615ab77a482bab63cb.mgorny@gentoo
1 commit: 174c07bf93b8ee8448b5c1615ab77a482bab63cb
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Apr 13 15:25:59 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 13:38:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174c07bf
7
8 www-apps/phpsysinfo: bump to version 3.3.0
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 www-apps/phpsysinfo/Manifest | 1 +
15 www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild | 52 +++++++++++++++++++++++++++++
16 2 files changed, 53 insertions(+)
17
18 diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
19 index e2f5795a371..6cf22e85827 100644
20 --- a/www-apps/phpsysinfo/Manifest
21 +++ b/www-apps/phpsysinfo/Manifest
22 @@ -1,3 +1,4 @@
23 DIST phpsysinfo-3.2.10.tar.gz 1021435 BLAKE2B b9db266021c0392902d6de58492165a889151716484d23f99648e8322c7e76edfda17e8a7b8f415fcc42d5970a98603ea84571989c1168e10e8d87ee3a2f6927 SHA512 56954e64e6c267c2a60baaf91a9a218d2c81d99dc4f159e35d752328bdd38135eb4e9d91d09798b3822cdbf0d04a6169a46385c2d02a812b136fe115b7310a88
24 DIST phpsysinfo-3.2.2.tar.gz 899974 BLAKE2B 4da569d90a4ee383535a5a155c754a40f104453d504148729fcde03a4ee6839e914dc0375115d392c81225a451a35e3009218c20019abf0661ba629c98377952 SHA512 fe1fae67379abf0fb75d166aaab87cb91ead33c87cfbd0569b61d95b9b3172820565dff37f6d35744fbf9332adc5a5af1ec49477a56572f55f57e53edb9164b9
25 DIST phpsysinfo-3.2.3.tar.gz 909045 BLAKE2B dc1f9d9f7cd83b60eb16f073607f5c7a5f5ad155b297d4defc9b1768c771cd12bd315af3e67f4c7a5f731ef66b8e9eb00da4083074f9cb3908ebbce9198a568c SHA512 33a77d96f3f9ac4e59a078e3106af656f68ec048aa7b89409915373cb4174fff7f709a3a3984cdba2990d397fd019930ae7f24b8fe5484061f3a89dc9f023eaa
26 +DIST phpsysinfo-3.3.0.tar.gz 1053425 BLAKE2B ced437dfd7b4e88bf0f4c8b2989db313564c4d8725a339f583bc27b6106f2a4e0f8f599949321d023b442d0110d5a7fc67aa07f71bbf163efd52ee2b84104971 SHA512 dc70303aa1d78120ac184e54f70766d7b28fd32fe60d4b4f0d9996afe82ca06ef398ad88bdeee469ee0a2c213c03ba91c184329195f9b7b5e047298590774614
27
28 diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild
29 new file mode 100644
30 index 00000000000..3692e570fb5
31 --- /dev/null
32 +++ b/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild
33 @@ -0,0 +1,52 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit eutils webapp
40 +
41 +DESCRIPTION="A customizable PHP script that displays information about your system nicely"
42 +HOMEPAGE="https://rk4an.github.com/phpsysinfo/"
43 +SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-2+"
46 +KEYWORDS="~amd64 ~x86"
47 +RDEPEND="
48 + dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
49 + virtual/httpd-php
50 +"
51 +
52 +need_httpd_cgi
53 +
54 +src_install() {
55 + webapp_src_preinst
56 +
57 + dodoc CHANGELOG.md README*
58 + rm CHANGELOG.md COPYING README* .gitignore .travis.yml || die
59 +
60 + mv phpsysinfo.ini{.new,} || die
61 + insinto "${MY_HTDOCSDIR}"
62 + doins -r .
63 +
64 + webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
65 +
66 + webapp_src_install
67 +}
68 +
69 +pkg_postinst() {
70 + optfeature "showing disk temperatures." app-admin/hddtemp
71 + optfeature "showing system uptime." app-misc/uptimed
72 + optfeature "showing snmp statistics." net-analyzer/net-snmp
73 + optfeature "showing iptables rules." net-firewall/iptables
74 + optfeature "showing ipmi sensors." sys-apps/ipmitool
75 + optfeature "showing ipmi sensors." sys-apps/ipmiutil
76 + optfeature "showing system sensors." sys-apps/lm_sensors
77 + optfeature "showing s.m.a.r.t. health." sys-apps/smartmontools
78 + optfeature "showing lsi raid controller health." sys-block/megactl
79 + optfeature "showing fake raid statistics." sys-fs/dmraid
80 + optfeature "showing software raid statistics." sys-fs/mdadm
81 + optfeature "showing quota information." sys-fs/quota
82 + optfeature "showing ipmi sensors." sys-libs/freeipmi
83 + optfeature "showing apc ups statistics." sys-power/apcupsd
84 + optfeature "showing ups statistics." sys-power/nut
85 +}