diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
commit | 954d5dfbfaf51b234f196f1fcd7d6fdf66a12441 (patch) | |
tree | 865d487758770150fbb4afff7836f6392cc48704 /net-analyzer/sarg | |
parent | Fix digest and other cleanups. (diff) | |
download | historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.gz historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.bz2 historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.zip |
Add inherit eutils
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r-- | net-analyzer/sarg/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-1.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-1.4.1-r2.ebuild | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/net-analyzer/sarg/ChangeLog b/net-analyzer/sarg/ChangeLog index 509f1640b6a6..5c87db208d4b 100644 --- a/net-analyzer/sarg/ChangeLog +++ b/net-analyzer/sarg/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for net-analyzer/sarg -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> sarg-1.4.1-r1.ebuild, + sarg-1.4.1-r2.ebuild: + Add inherit eutils *sarg-1.4.1-r2 (24 Feb 2004) diff --git a/net-analyzer/sarg/sarg-1.4.1-r1.ebuild b/net-analyzer/sarg/sarg-1.4.1-r1.ebuild index 51524d0f0ed7..d1e21ef184aa 100644 --- a/net-analyzer/sarg/sarg-1.4.1-r1.ebuild +++ b/net-analyzer/sarg/sarg-1.4.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +inherit eutils + DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." HOMEPAGE="http://web.onda.com.br/orso/sarg.html" SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz http://web.onda.com.br/orso/patches/sarg-1.4.1-index.sort.patch" diff --git a/net-analyzer/sarg/sarg-1.4.1-r2.ebuild b/net-analyzer/sarg/sarg-1.4.1-r2.ebuild index f0d0876c7cb3..e6d8b0e080f8 100644 --- a/net-analyzer/sarg/sarg-1.4.1-r2.ebuild +++ b/net-analyzer/sarg/sarg-1.4.1-r2.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +inherit eutils + DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." HOMEPAGE="http://web.onda.com.br/orso/sarg.html" SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz http://web.onda.com.br/orso/patches/sarg-1.4.1-index.sort.patch" |