commit:     3f2968b238d76597cb9fd7c3a7890be2e7df1608
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Jul 21 20:08:30 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 11:18:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2968b2

www-apps/phpsysinfo: drop old version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12503
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
index f8f72169a4b..6fc04e0b5ad 100644
--- a/www-apps/phpsysinfo/Manifest
+++ b/www-apps/phpsysinfo/Manifest
@@ -1,3 +1,2 @@
 DIST phpsysinfo-3.2.2.tar.gz 899974 BLAKE2B 
4da569d90a4ee383535a5a155c754a40f104453d504148729fcde03a4ee6839e914dc0375115d392c81225a451a35e3009218c20019abf0661ba629c98377952
 SHA512 
fe1fae67379abf0fb75d166aaab87cb91ead33c87cfbd0569b61d95b9b3172820565dff37f6d35744fbf9332adc5a5af1ec49477a56572f55f57e53edb9164b9
-DIST phpsysinfo-3.3.0.tar.gz 1053425 BLAKE2B 
ced437dfd7b4e88bf0f4c8b2989db313564c4d8725a339f583bc27b6106f2a4e0f8f599949321d023b442d0110d5a7fc67aa07f71bbf163efd52ee2b84104971
 SHA512 
dc70303aa1d78120ac184e54f70766d7b28fd32fe60d4b4f0d9996afe82ca06ef398ad88bdeee469ee0a2c213c03ba91c184329195f9b7b5e047298590774614
 DIST phpsysinfo-3.3.1.tar.gz 866981 BLAKE2B 
9dcaba2bd1b4faa79fe12a2c50dbc767953cf98d45801ca6bc8398eb625b93ebc56356db0f6e05422dd665d8c6e88cb831b4288a5f0190f3c113c1171ea81def
 SHA512 
7b8e0c469651c878b2dcc37189be7b592be5bde4ece38e0aec21afa5a422286b4c6a555bbafc4b7a2eb19e1c2afdac80fddcf03b41084f9da02fb3c92c7242b5

diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild 
b/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild
deleted file mode 100644
index c7e5df2476a..00000000000
--- a/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils 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 ~x86-fbsd"
-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