From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 378DB1382C5 for ; Sat, 3 Apr 2021 15:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BDD9E0918; Sat, 3 Apr 2021 15:57:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4293CE0909 for ; Sat, 3 Apr 2021 15:57:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09A0B340BBD for ; Sat, 3 Apr 2021 15:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D3264A for ; Sat, 3 Apr 2021 15:57:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617465311.69122123c64977bab55ca74c94549084884fd601.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/squid-graph/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild X-VCS-Directories: net-analyzer/squid-graph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 69122123c64977bab55ca74c94549084884fd601 X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:57:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb2ff73c-cff3-47f1-beaf-6f9b01b29cc9 X-Archives-Hash: 1ed92e53c3514a33aeac7c02bbc238bf commit: 69122123c64977bab55ca74c94549084884fd601 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 01:18:39 2021 +0000 Commit: Sam James gentoo 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 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