diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:21:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:21:47 +0000 |
commit | e17bc56909c83fbfe15c9c9fb344bcd1999274b8 (patch) | |
tree | 1b5cae4b10cf23dffa60c1a62791ae7ff01e9b6d /net-analyzer/sarg | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-e17bc56909c83fbfe15c9c9fb344bcd1999274b8.tar.gz gentoo-2-e17bc56909c83fbfe15c9c9fb344bcd1999274b8.tar.bz2 gentoo-2-e17bc56909c83fbfe15c9c9fb344bcd1999274b8.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" |