commit:     32ea38c7606754451e7f66636d3ea7887af775c6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 21:23:57 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:27:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ea38c7

www-apps/phpsysinfo: drop 3.3.4

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 www-apps/phpsysinfo/Manifest                |  1 -
 www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild | 52 -----------------------------
 2 files changed, 53 deletions(-)

diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
index 669e615fe670..179c0c25856c 100644
--- a/www-apps/phpsysinfo/Manifest
+++ b/www-apps/phpsysinfo/Manifest
@@ -1,2 +1 @@
-DIST phpsysinfo-3.3.4.tar.gz 946436 BLAKE2B 
bdfb731ac8e60e436f915b0ac72f3c327b08dfccee0d1cedc4ddc89700c4dc76bdd73d9e37ab82fad25e096a62a9a4d31442939558ab593ba5b97520d428a6c1
 SHA512 
6bcbf78edfa3af441ee6768cce559635f7aed6ce0e357379a7ad1158dab21b860c82845d746f66074c84cdc92e4a21fb4710f61b69ee8cfa1e457d098d642bf2
 DIST phpsysinfo-3.4.1.tar.gz 980537 BLAKE2B 
f0924e2855bb682cc6a5be62d35e1a04463e3fdbad75e8f7ee43d0f9cf4ede53091d7495d68a10a3521f6eb3b8460d3458443b840aeee705d5a74fa87b3addf3
 SHA512 
5e8c82ba95c9f6b4d8dddfdaabbfb676a0c63913a6cd65d6b74ffbe6369830d98cc67c8192cf06c6eaefc8689d1c40b4e1917ea21a1ecd8df7977847e3ede24c

diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild 
b/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild
deleted file mode 100644
index 107fe9bb00af..000000000000
--- a/www-apps/phpsysinfo/phpsysinfo-3.3.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature webapp
-
-DESCRIPTION="A customizable PHP script that displays information about your 
system nicely"
-HOMEPAGE="https://rk4an.github.com/phpsysinfo/";
-SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-RDEPEND="
-       dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
-       virtual/httpd-php
-"
-
-need_httpd_cgi
-
-src_install() {
-       webapp_src_preinst
-
-       dodoc CHANGELOG.md README*
-       rm CHANGELOG.md COPYING README* .gitignore .travis.yml || die
-
-       mv phpsysinfo.ini{.new,} || die
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
-
-       webapp_src_install
-}
-
-pkg_postinst() {
-       optfeature "showing disk temperatures." app-admin/hddtemp
-       optfeature "showing system uptime." app-misc/uptimed
-       optfeature "showing snmp statistics." net-analyzer/net-snmp
-       optfeature "showing iptables rules." net-firewall/iptables
-       optfeature "showing ipmi sensors." sys-apps/ipmitool
-       optfeature "showing ipmi sensors." sys-apps/ipmiutil
-       optfeature "showing system sensors." sys-apps/lm-sensors
-       optfeature "showing s.m.a.r.t. health." sys-apps/smartmontools
-       optfeature "showing lsi raid controller health." sys-block/megactl
-       optfeature "showing fake raid statistics." sys-fs/dmraid
-       optfeature "showing software raid statistics." sys-fs/mdadm
-       optfeature "showing quota information." sys-fs/quota
-       optfeature "showing ipmi sensors." sys-libs/freeipmi
-       optfeature "showing apc ups statistics." sys-power/apcupsd
-       optfeature "showing ups statistics." sys-power/nut
-}

Reply via email to