diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 02:18:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:55:11 +0100 |
commit | 69122123c64977bab55ca74c94549084884fd601 (patch) | |
tree | b3cfed77634171ed621918e390d31a625a6cbfac /net-analyzer/squid-graph | |
parent | net-analyzer/scli: add github remote-id (diff) | |
download | gentoo-69122123c64977bab55ca74c94549084884fd601.tar.gz gentoo-69122123c64977bab55ca74c94549084884fd601.tar.bz2 gentoo-69122123c64977bab55ca74c94549084884fd601.zip |
net-analyzer/squid-graph: EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild index 4c5d34c145d1..87ae7040083b 100644 --- a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils +EAPI=7 DESCRIPTION="Squid logfile analyzer and traffic grapher" HOMEPAGE="http://squid-graph.sourceforge.net/" -LICENSE="GPL-2" SRC_URI="mirror://sourceforge/squid-graph/${P}.tar.gz" +S="${WORKDIR}"/${PN} +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-perl/GD[png]" -S=${WORKDIR}/${PN} - src_install() { dobin apacheconv generate.cgi squid-graph timeconv dodoc README |