summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-12-23 03:05:29 +0000
committerJeroen Roovers <jer@gentoo.org>2009-12-23 03:05:29 +0000
commit5bfe2e558475d02953426bdba66f118a8f8cabad (patch)
treecf74eb745276ccfdea316846ac863dc7e7ba943c /net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild
parentRemoving x11-plugins/compiz-fusion-plugins-main now that the package move is ... (diff)
downloadgentoo-2-5bfe2e558475d02953426bdba66f118a8f8cabad.tar.gz
gentoo-2-5bfe2e558475d02953426bdba66f118a8f8cabad.tar.bz2
gentoo-2-5bfe2e558475d02953426bdba66f118a8f8cabad.zip
Install README (docs does not exist, bug #298022).
(Portage version: 2.2_rc60/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild')
-rw-r--r--net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild
new file mode 100644
index 000000000000..5dfdb660c520
--- /dev/null
+++ b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/12/23 03:05:29 jer Exp $
+
+EAPI="2"
+
+inherit eutils
+
+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[png]"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_install () {
+ dobin apacheconv generate.cgi squid-graph timeconv || die "dobin failed"
+ dodoc README
+}