mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/phpsysinfo: revert bump to EAPI=7
webapps.eclass is not EAPI=7 compatible ans fails. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/10524 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
This commit is contained in:
committed by
Virgil Dupras
parent
924d8188f1
commit
8ff162b1ce
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit 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 ~x86"
|
||||
IUSE="apcupsd dmraid freeipmi hddtemp ipmitool ipmiutil iptables lm_sensors mdadm megactl nut quota smart snmp uptime"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
|
||||
virtual/httpd-php
|
||||
apcupsd? ( sys-power/apcupsd )
|
||||
dmraid? ( sys-fs/dmraid )
|
||||
freeipmi? ( sys-libs/freeipmi )
|
||||
hddtemp? ( app-admin/hddtemp )
|
||||
ipmitool? ( sys-apps/ipmitool )
|
||||
ipmiutil? ( sys-apps/ipmiutil )
|
||||
iptables? ( net-firewall/iptables )
|
||||
lm_sensors? ( sys-apps/lm_sensors )
|
||||
mdadm? ( sys-fs/mdadm )
|
||||
megactl? ( sys-block/megactl )
|
||||
nut? ( sys-power/nut )
|
||||
quota? ( sys-fs/quota )
|
||||
smart? ( sys-apps/smartmontools )
|
||||
snmp? ( net-analyzer/net-snmp )
|
||||
uptime? ( app-misc/uptimed )
|
||||
"
|
||||
|
||||
need_httpd_cgi
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
dodoc CHANGELOG.md README*
|
||||
rm CHANGELOG.md COPYING README* .gitignore .travis.yml || die
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r .
|
||||
newins phpsysinfo.ini{.new,}
|
||||
|
||||
webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
|
||||
|
||||
webapp_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user