diff options
author | 2007-09-05 16:06:58 +0000 | |
---|---|---|
committer | 2007-09-05 16:06:58 +0000 | |
commit | fccd87b5c8d18011988d40159e574534dcbe3a5e (patch) | |
tree | 8980af942dedb0ec797f72a935c452718f8a1cb0 /net-analyzer | |
parent | x86 stable wrt security #189255 (diff) | |
download | gentoo-2-fccd87b5c8d18011988d40159e574534dcbe3a5e.tar.gz gentoo-2-fccd87b5c8d18011988d40159e574534dcbe3a5e.tar.bz2 gentoo-2-fccd87b5c8d18011988d40159e574534dcbe3a5e.zip |
Version bump and new upstream url wrt bug #191104
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/squid-graph/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/squid-graph/files/digest-squid-graph-3.2 | 3 | ||||
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.2.ebuild | 22 |
3 files changed, 31 insertions, 1 deletions
diff --git a/net-analyzer/squid-graph/ChangeLog b/net-analyzer/squid-graph/ChangeLog index 968036a58a53..0cb4915e1468 100644 --- a/net-analyzer/squid-graph/ChangeLog +++ b/net-analyzer/squid-graph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/squid-graph # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.17 2007/05/01 22:40:37 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.18 2007/09/05 16:06:58 jokey Exp $ + +*squid-graph-3.2 (05 Sep 2007) + + 05 Sep 2007; Markus Ullmann <jokey@gentoo.org> +squid-graph-3.2.ebuild: + Version bump and new upstream url wrt bug #191104 01 May 2007; Marius Mauch <genone@gentoo.org> squid-graph-3.1.ebuild, squid-graph-3.1-r1.ebuild: diff --git a/net-analyzer/squid-graph/files/digest-squid-graph-3.2 b/net-analyzer/squid-graph/files/digest-squid-graph-3.2 new file mode 100644 index 000000000000..96ad207e2526 --- /dev/null +++ b/net-analyzer/squid-graph/files/digest-squid-graph-3.2 @@ -0,0 +1,3 @@ +MD5 7ed7d187f87bde1ec9dabe05f07053b5 squid-graph-3.2.tar.gz 20066 +RMD160 ef9068fc9784952cc5330a2285f05d3cee3a50ae squid-graph-3.2.tar.gz 20066 +SHA256 f83a801e85f0adf74638b47306eca262f4a694d98fb89236ed133caff8dbdcfb squid-graph-3.2.tar.gz 20066 diff --git a/net-analyzer/squid-graph/squid-graph-3.2.ebuild b/net-analyzer/squid-graph/squid-graph-3.2.ebuild new file mode 100644 index 000000000000..e36479623035 --- /dev/null +++ b/net-analyzer/squid-graph/squid-graph-3.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2.ebuild,v 1.1 2007/09/05 16:06:58 jokey Exp $ + +DESCRIPTION="Squid logfile analyzer and traffic grapher" +HOMEPAGE="http://squid-graph.sourceforge.net/" +SRC_URI="mirror://sourceforge/squid-graph/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/GD" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + +src_install () { + dobin apacheconv generate.cgi squid-graph timeconv || die "dobin failed" + dodoc docs +} |