Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/
Date: Thu, 01 Aug 2019 11:19:16
Message-Id: 1564658334.3f2968b238d76597cb9fd7c3a7890be2e7df1608.juippis@gentoo
1 commit: 3f2968b238d76597cb9fd7c3a7890be2e7df1608
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Jul 21 20:08:30 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 11:18:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2968b2
7
8 www-apps/phpsysinfo: drop old version
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12503
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 www-apps/phpsysinfo/Manifest | 1 -
16 www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild | 52 -----------------------------
17 2 files changed, 53 deletions(-)
18
19 diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
20 index f8f72169a4b..6fc04e0b5ad 100644
21 --- a/www-apps/phpsysinfo/Manifest
22 +++ b/www-apps/phpsysinfo/Manifest
23 @@ -1,3 +1,2 @@
24 DIST phpsysinfo-3.2.2.tar.gz 899974 BLAKE2B 4da569d90a4ee383535a5a155c754a40f104453d504148729fcde03a4ee6839e914dc0375115d392c81225a451a35e3009218c20019abf0661ba629c98377952 SHA512 fe1fae67379abf0fb75d166aaab87cb91ead33c87cfbd0569b61d95b9b3172820565dff37f6d35744fbf9332adc5a5af1ec49477a56572f55f57e53edb9164b9
25 -DIST phpsysinfo-3.3.0.tar.gz 1053425 BLAKE2B ced437dfd7b4e88bf0f4c8b2989db313564c4d8725a339f583bc27b6106f2a4e0f8f599949321d023b442d0110d5a7fc67aa07f71bbf163efd52ee2b84104971 SHA512 dc70303aa1d78120ac184e54f70766d7b28fd32fe60d4b4f0d9996afe82ca06ef398ad88bdeee469ee0a2c213c03ba91c184329195f9b7b5e047298590774614
26 DIST phpsysinfo-3.3.1.tar.gz 866981 BLAKE2B 9dcaba2bd1b4faa79fe12a2c50dbc767953cf98d45801ca6bc8398eb625b93ebc56356db0f6e05422dd665d8c6e88cb831b4288a5f0190f3c113c1171ea81def SHA512 7b8e0c469651c878b2dcc37189be7b592be5bde4ece38e0aec21afa5a422286b4c6a555bbafc4b7a2eb19e1c2afdac80fddcf03b41084f9da02fb3c92c7242b5
27
28 diff --git a/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild
29 deleted file mode 100644
30 index c7e5df2476a..00000000000
31 --- a/www-apps/phpsysinfo/phpsysinfo-3.3.0.ebuild
32 +++ /dev/null
33 @@ -1,52 +0,0 @@
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 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
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 -}