From 6f4c39bb6f2ec6dd5b133138bfd75436d1753501 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 3 Jun 2021 20:47:00 +0200 Subject: net-analyzer/squid-graph: Add use default to dev-perl/GD dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild | 20 -------------------- net-analyzer/squid-graph/squid-graph-3.2-r2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild create mode 100644 net-analyzer/squid-graph/squid-graph-3.2-r2.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild deleted file mode 100644 index 87ae7040083b..000000000000 --- a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Squid logfile analyzer and traffic grapher" -HOMEPAGE="http://squid-graph.sourceforge.net/" -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]" - -src_install() { - dobin apacheconv generate.cgi squid-graph timeconv - dodoc README -} diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r2.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r2.ebuild new file mode 100644 index 000000000000..32887b2c15a0 --- /dev/null +++ b/net-analyzer/squid-graph/squid-graph-3.2-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Squid logfile analyzer and traffic grapher" +HOMEPAGE="http://squid-graph.sourceforge.net/" +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(+)]" + +src_install() { + dobin apacheconv generate.cgi squid-graph timeconv + dodoc README +} -- cgit v1.2.3-65-gdbad