summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-05-17 12:24:50 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-05-17 12:24:50 +0000
commit9b598b6b7fd9929c0f70e0628c89fb9607475c27 (patch)
tree0f7cadb3e2ed59ceeca5296815dcc6d86b9837a0 /net-analyzer/squid-graph
parentVersion bump. 2.6.11.8-bs5 and genpatches 11.12 (diff)
downloadgentoo-2-9b598b6b7fd9929c0f70e0628c89fb9607475c27.tar.gz
gentoo-2-9b598b6b7fd9929c0f70e0628c89fb9607475c27.tar.bz2
gentoo-2-9b598b6b7fd9929c0f70e0628c89fb9607475c27.zip
Revision bump; install logo.png in a static location, bug 92668.
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r--net-analyzer/squid-graph/ChangeLog9
-rw-r--r--net-analyzer/squid-graph/Manifest4
-rw-r--r--net-analyzer/squid-graph/files/digest-squid-graph-3.1-r11
-rw-r--r--net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild33
4 files changed, 44 insertions, 3 deletions
diff --git a/net-analyzer/squid-graph/ChangeLog b/net-analyzer/squid-graph/ChangeLog
index 9d262495edcd..6834fd32b9b8 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.13 2004/11/22 21:58:37 mr_bones_ Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.14 2005/05/17 12:24:50 ka0ttic Exp $
+
+*squid-graph-3.1-r1 (17 May 2005)
+
+ 17 May 2005; Aaron Walker <ka0ttic@gentoo.org> +squid-graph-3.1-r1.ebuild:
+ Revision bump; install logo.png in a static location, bug 92668.
22 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org>
-squid-graph-3.0.ebuild:
diff --git a/net-analyzer/squid-graph/Manifest b/net-analyzer/squid-graph/Manifest
index 2aa1fefff379..de711d13f42b 100644
--- a/net-analyzer/squid-graph/Manifest
+++ b/net-analyzer/squid-graph/Manifest
@@ -1,4 +1,6 @@
-MD5 53e387f162cfb02101117705f946477b ChangeLog 1681
MD5 49a5bcc88118606c30f90564941c81fb squid-graph-3.1.ebuild 748
+MD5 97c5499161510b70aa3d46bfc89b7f35 squid-graph-3.1-r1.ebuild 876
+MD5 8aea8ecd673c60e03a4fa84151359367 ChangeLog 1861
MD5 af4cf8cdef23fd8936b05ade8d37d3b1 metadata.xml 237
MD5 d3c1af9799d03a6f154df591708a33dd files/digest-squid-graph-3.1 67
+MD5 d3c1af9799d03a6f154df591708a33dd files/digest-squid-graph-3.1-r1 67
diff --git a/net-analyzer/squid-graph/files/digest-squid-graph-3.1-r1 b/net-analyzer/squid-graph/files/digest-squid-graph-3.1-r1
new file mode 100644
index 000000000000..5d18deb24abd
--- /dev/null
+++ b/net-analyzer/squid-graph/files/digest-squid-graph-3.1-r1
@@ -0,0 +1 @@
+MD5 e9565daabc23599094ed2d0e9a984d5e squid-graph-3.1.tar.gz 349135
diff --git a/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild
new file mode 100644
index 000000000000..807d2e720db3
--- /dev/null
+++ b/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 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-r1.ebuild,v 1.1 2005/05/17 12:24:50 ka0ttic 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 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/GD"
+
+src_install () {
+ dobin bin/apacheconv bin/generate.cgi bin/squid-graph bin/timeconv || \
+ die "dobin failed"
+ dodoc docs/CHANGELOG docs/README
+ dohtml docs/html/*
+
+ # install logo.png to a static location - bug 92668
+ insinto /usr/share/${PN}
+ doins docs/html/logo.png
+}
+
+pkg_postinst () {
+ einfo
+ einfo "Remember to copy /usr/share/${PN}/logo.png to your output directory"
+ einfo
+}
+
+