summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/squid-graph/squid-graph-3.1.ebuild')
-rw-r--r--net-analyzer/squid-graph/squid-graph-3.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.1.ebuild b/net-analyzer/squid-graph/squid-graph-3.1.ebuild
deleted file mode 100644
index 1b4bc2b11f5a..000000000000
--- a/net-analyzer/squid-graph/squid-graph-3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.1.ebuild,v 1.10 2007/07/11 23:49:24 mr_bones_ Exp $
-
-DESCRIPTION="Squid logfile analyzer and traffic grapher"
-HOMEPAGE="http://squid-graph.securlogic.com/"
-SRC_URI="http://squid-graph.securlogic.com/files/stable/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="ppc x86 sparc"
-IUSE=""
-
-DEPEND="dev-perl/GD"
-
-src_install () {
- dobin bin/apacheconv bin/generate.cgi bin/squid-graph bin/timeconv
- dodoc docs/CHANGELOG docs/README
- dohtml docs/html/*
- prepalldocs
-}
-
-pkg_postinst () {
- elog "Remember to copy /usr/share/doc/${P}/html/logo.png to your output directory"
-}