commit:     69122123c64977bab55ca74c94549084884fd601
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 01:18:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:55:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69122123

net-analyzer/squid-graph: EAPI 7, eutils--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild | 10 ++++------
 1 file 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 4c5d34c145d..87ae7040083 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

Reply via email to