diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 23:49:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 23:49:24 +0000 |
commit | 88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d (patch) | |
tree | ec3f8cc878d1291f3dfa8c47d625ce76d70bf35e /net-analyzer/squid-graph | |
parent | Initial commit of ebuild by Ian Stakenvicius (_AxS_) <ian@syndicated-producti... (diff) | |
download | historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.tar.gz historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.tar.bz2 historical-88c1523ee1ef46c7e9efbe1d455ec0b77e8b5c4d.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.1.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild index 38ea0ecf7b2c..8e1ea1ef04ab 100644 --- a/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.3 2007/05/01 22:40:37 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.1-r1.ebuild,v 1.4 2007/07/11 23:49:24 mr_bones_ Exp $ DESCRIPTION="Squid logfile analyzer and traffic grapher" HOMEPAGE="http://squid-graph.securlogic.com/" @@ -29,5 +29,3 @@ pkg_postinst () { elog "Remember to copy /usr/share/${PN}/logo.png to your output directory" elog } - - diff --git a/net-analyzer/squid-graph/squid-graph-3.1.ebuild b/net-analyzer/squid-graph/squid-graph-3.1.ebuild index d5d658c9cd75..1b4bc2b11f5a 100644 --- a/net-analyzer/squid-graph/squid-graph-3.1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.1.ebuild @@ -1,6 +1,6 @@ # 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.9 2007/05/01 22:40:37 genone Exp $ +# $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/" @@ -23,5 +23,3 @@ src_install () { pkg_postinst () { elog "Remember to copy /usr/share/doc/${P}/html/logo.png to your output directory" } - - |