summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-22 21:58:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-22 21:58:37 +0000
commit387534352fb904d52ee46e36bf16185501e4f43e (patch)
treeccd7357abf0f4eaa0a7a6cee7ef7d8f151eae3d5 /net-analyzer/squid-graph
parentdigest fix (diff)
downloadhistorical-387534352fb904d52ee46e36bf16185501e4f43e.tar.gz
historical-387534352fb904d52ee46e36bf16185501e4f43e.tar.bz2
historical-387534352fb904d52ee46e36bf16185501e4f43e.zip
digest fix; clean older version
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r--net-analyzer/squid-graph/ChangeLog6
-rw-r--r--net-analyzer/squid-graph/files/digest-squid-graph-3.01
-rw-r--r--net-analyzer/squid-graph/files/digest-squid-graph-3.11
-rw-r--r--net-analyzer/squid-graph/squid-graph-3.0.ebuild24
4 files changed, 5 insertions, 27 deletions
diff --git a/net-analyzer/squid-graph/ChangeLog b/net-analyzer/squid-graph/ChangeLog
index bfedbef13235..9d262495edcd 100644
--- a/net-analyzer/squid-graph/ChangeLog
+++ b/net-analyzer/squid-graph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/squid-graph
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.12 2004/07/10 11:27:36 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.13 2004/11/22 21:58:37 mr_bones_ Exp $
+
+ 22 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ -squid-graph-3.0.ebuild:
+ digest fix; clean older version
10 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml,
squid-graph-3.0.ebuild, squid-graph-3.1.ebuild:
diff --git a/net-analyzer/squid-graph/files/digest-squid-graph-3.0 b/net-analyzer/squid-graph/files/digest-squid-graph-3.0
deleted file mode 100644
index cb158ca87d0b..000000000000
--- a/net-analyzer/squid-graph/files/digest-squid-graph-3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3b95c26c5d439ccb88a799d01a4b870 squid-graph-3.0.tar 522240
diff --git a/net-analyzer/squid-graph/files/digest-squid-graph-3.1 b/net-analyzer/squid-graph/files/digest-squid-graph-3.1
index c8dc0f61bc22..5d18deb24abd 100644
--- a/net-analyzer/squid-graph/files/digest-squid-graph-3.1
+++ b/net-analyzer/squid-graph/files/digest-squid-graph-3.1
@@ -1,2 +1 @@
-MD5 a51b66a2d2646ae5fae04cdf41200644 /squid-graph-3.1.ebuild 638
MD5 e9565daabc23599094ed2d0e9a984d5e squid-graph-3.1.tar.gz 349135
diff --git a/net-analyzer/squid-graph/squid-graph-3.0.ebuild b/net-analyzer/squid-graph/squid-graph-3.0.ebuild
deleted file mode 100644
index e3e6b25c0696..000000000000
--- a/net-analyzer/squid-graph/squid-graph-3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 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.0.ebuild,v 1.7 2004/07/10 11:27:36 eldad 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/*
-}
-
-pkg_postinst () {
- einfo "Remember to copy /usr/share/doc/${P}/html/logo.png to your output directory"
-}