diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-09-06 13:10:48 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-09-06 13:10:48 +0000 |
commit | 3c82340c16545307e656c338551687643c4ed88d (patch) | |
tree | 7ef55ecc62aa2ff85bec6b6f27ba51004c07e87e /net-analyzer | |
parent | added ~amd64 (diff) | |
download | gentoo-2-3c82340c16545307e656c338551687643c4ed88d.tar.gz gentoo-2-3c82340c16545307e656c338551687643c4ed88d.tar.bz2 gentoo-2-3c82340c16545307e656c338551687643c4ed88d.zip |
added ~amd64
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/squidsites/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/squidsites/squidsites-1.01.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/squidsites/ChangeLog b/net-analyzer/squidsites/ChangeLog index 5af78c4c9a4c..fea57344ed88 100644 --- a/net-analyzer/squidsites/ChangeLog +++ b/net-analyzer/squidsites/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/squidsites -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squidsites/ChangeLog,v 1.8 2004/07/13 06:52:56 eldad Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squidsites/ChangeLog,v 1.9 2006/09/06 13:10:48 blubb Exp $ + + 06 Sep 2006; <blubb@gentoo.org> squidsites-1.01.ebuild: + added ~amd64 13 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml: Added metadata diff --git a/net-analyzer/squidsites/squidsites-1.01.ebuild b/net-analyzer/squidsites/squidsites-1.01.ebuild index e71e6a93c6ec..02e524ad2a19 100644 --- a/net-analyzer/squidsites/squidsites-1.01.ebuild +++ b/net-analyzer/squidsites/squidsites-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squidsites/squidsites-1.01.ebuild,v 1.5 2004/07/01 20:23:43 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squidsites/squidsites-1.01.ebuild,v 1.6 2006/09/06 13:10:48 blubb Exp $ IUSE="" DESCRIPTION="Squidsites is a tool that parses Squid access log file and generates a report of the most visited sites." @@ -8,7 +8,7 @@ HOMEPAGE="http://www.stefanopassiglia.com/downloads.htm" SRC_URI="http://www.stefanopassiglia.com/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" DEPEND="virtual/libc" RDEPEND="virtual/libc" S=${WORKDIR}/src |