Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/
Date: Tue, 24 Aug 2021 07:04:18
Message-Id: 1629788648.747a750ceb4dbe2107a6bf4396f10c2885ec3047.conikost@gentoo
1 commit: 747a750ceb4dbe2107a6bf4396f10c2885ec3047
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 07:00:10 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 07:04:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747a750c
7
8 www-apps/phpsysinfo: drop old version
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 www-apps/phpsysinfo/Manifest | 1 -
14 www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild | 52 -----------------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
18 index c76c4e5ec6b..79069e25a84 100644
19 --- a/www-apps/phpsysinfo/Manifest
20 +++ b/www-apps/phpsysinfo/Manifest
21 @@ -1,2 +1 @@
22 -DIST phpsysinfo-3.3.2.tar.gz 891158 BLAKE2B 40428647a502f9861f89a490a10e95bef0fdf306d2ee27507b4f396ee7371ca3d75b7259db53b8501b127fb525dce283cb8c73e50172b5b2a78fc490fc7f658a SHA512 33f76436d6ba1aa76a4c7e7dba84f5d4bf458b505df47d65ff9f1ffecc4db48a853c9cdb8583019e70c4d0b54c184ae6d48968f3ed820a711804095a5fc31b07
23 DIST phpsysinfo-3.3.4.tar.gz 946436 BLAKE2B bdfb731ac8e60e436f915b0ac72f3c327b08dfccee0d1cedc4ddc89700c4dc76bdd73d9e37ab82fad25e096a62a9a4d31442939558ab593ba5b97520d428a6c1 SHA512 6bcbf78edfa3af441ee6768cce559635f7aed6ce0e357379a7ad1158dab21b860c82845d746f66074c84cdc92e4a21fb4710f61b69ee8cfa1e457d098d642bf2
24
25 diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild
26 deleted file mode 100644
27 index 375b614eaee..00000000000
28 --- a/www-apps/phpsysinfo/phpsysinfo-3.3.2.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit optfeature webapp
37 -
38 -DESCRIPTION="A customizable PHP script that displays information about your system nicely"
39 -HOMEPAGE="https://rk4an.github.com/phpsysinfo/"
40 -SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -KEYWORDS="amd64 ~hppa ppc ppc64 x86"
44 -RDEPEND="
45 - dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
46 - virtual/httpd-php
47 -"
48 -
49 -need_httpd_cgi
50 -
51 -src_install() {
52 - webapp_src_preinst
53 -
54 - dodoc CHANGELOG.md README*
55 - rm CHANGELOG.md COPYING README* .gitignore .travis.yml || die
56 -
57 - mv phpsysinfo.ini{.new,} || die
58 - insinto "${MY_HTDOCSDIR}"
59 - doins -r .
60 -
61 - webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
62 -
63 - webapp_src_install
64 -}
65 -
66 -pkg_postinst() {
67 - optfeature "showing disk temperatures." app-admin/hddtemp
68 - optfeature "showing system uptime." app-misc/uptimed
69 - optfeature "showing snmp statistics." net-analyzer/net-snmp
70 - optfeature "showing iptables rules." net-firewall/iptables
71 - optfeature "showing ipmi sensors." sys-apps/ipmitool
72 - optfeature "showing ipmi sensors." sys-apps/ipmiutil
73 - optfeature "showing system sensors." sys-apps/lm-sensors
74 - optfeature "showing s.m.a.r.t. health." sys-apps/smartmontools
75 - optfeature "showing lsi raid controller health." sys-block/megactl
76 - optfeature "showing fake raid statistics." sys-fs/dmraid
77 - optfeature "showing software raid statistics." sys-fs/mdadm
78 - optfeature "showing quota information." sys-fs/quota
79 - optfeature "showing ipmi sensors." sys-libs/freeipmi
80 - optfeature "showing apc ups statistics." sys-power/apcupsd
81 - optfeature "showing ups statistics." sys-power/nut
82 -}