summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-10 11:35:06 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-10 11:35:06 +0000
commit38b05d0bfa71f4c6ae2d24514b1934c59611290e (patch)
treee06d36c0e99679930f954b155321b05a59f23796 /net-analyzer/sarg
parenttidy ; x86 stable (Manifest recommit) (diff)
downloadgentoo-2-38b05d0bfa71f4c6ae2d24514b1934c59611290e.tar.gz
gentoo-2-38b05d0bfa71f4c6ae2d24514b1934c59611290e.tar.bz2
gentoo-2-38b05d0bfa71f4c6ae2d24514b1934c59611290e.zip
tidy; x86 stable
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r--net-analyzer/sarg/ChangeLog4
-rw-r--r--net-analyzer/sarg/files/digest-sarg-1.4.1-r12
-rw-r--r--net-analyzer/sarg/sarg-1.2.2.ebuild3
-rw-r--r--net-analyzer/sarg/sarg-1.4.1-r1.ebuild40
-rw-r--r--net-analyzer/sarg/sarg-1.4.1-r2.ebuild5
-rw-r--r--net-analyzer/sarg/sarg-1.4.1.ebuild3
6 files changed, 11 insertions, 46 deletions
diff --git a/net-analyzer/sarg/ChangeLog b/net-analyzer/sarg/ChangeLog
index a8288b572737..0b2171fba94e 100644
--- a/net-analyzer/sarg/ChangeLog
+++ b/net-analyzer/sarg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/sarg
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+ 10 Jul 2004; Eldad Zack <eldad@gentoo.org> sarg-1.2.2.ebuild,
+ -sarg-1.4.1-r1.ebuild, sarg-1.4.1-r2.ebuild, sarg-1.4.1.ebuild:
+ Tidy, x86 stable
+
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> sarg-1.4.1-r1.ebuild,
sarg-1.4.1-r2.ebuild:
Add inherit eutils
diff --git a/net-analyzer/sarg/files/digest-sarg-1.4.1-r1 b/net-analyzer/sarg/files/digest-sarg-1.4.1-r1
deleted file mode 100644
index 0b8bfd6626de..000000000000
--- a/net-analyzer/sarg/files/digest-sarg-1.4.1-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 357f8e175746e19dac4a61f4a2ef0aaf sarg-1.4.1.tar.gz 125589
-MD5 4ffb8c39d2fc4261390b3d58c39e588a sarg-1.4.1-index.sort.patch 2034
diff --git a/net-analyzer/sarg/sarg-1.2.2.ebuild b/net-analyzer/sarg/sarg-1.2.2.ebuild
index 4b37fdc1c494..6589645ac946 100644
--- a/net-analyzer/sarg/sarg-1.2.2.ebuild
+++ b/net-analyzer/sarg/sarg-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.7 2004/06/24 22:17:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.8 2004/07/10 11:35:06 eldad Exp $
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"
@@ -9,6 +9,7 @@ SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND=""
RDEPEND=">=net-www/squid-2.4.7"
diff --git a/net-analyzer/sarg/sarg-1.4.1-r1.ebuild b/net-analyzer/sarg/sarg-1.4.1-r1.ebuild
deleted file mode 100644
index 3b3db12fdcb5..000000000000
--- a/net-analyzer/sarg/sarg-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND=""
-RDEPEND=">=net-www/squid-2.5.1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${DISTDIR}/sarg-1.4.1-index.sort.patch
-}
-
-src_compile() {
- rm -rf config.cache
- ./configure \
- --enable-bindir=/usr/bin \
- --enable-mandir=/usr/man/man1 \
- --enable-sysconfdir=/etc/sarg || die "./configure failed"
- emake || die
-}
-
-src_install() {
- dodir /etc/sarg /usr/bin /usr/man/man1
- make \
- BINDIR=${D}/usr/bin \
- MANDIR=${D}/usr/man/man1 \
- SYSCONFDIR=${D}/etc/sarg \
- install || die
-}
diff --git a/net-analyzer/sarg/sarg-1.4.1-r2.ebuild b/net-analyzer/sarg/sarg-1.4.1-r2.ebuild
index 06f33ac729af..b5384871ab20 100644
--- a/net-analyzer/sarg/sarg-1.4.1-r2.ebuild
+++ b/net-analyzer/sarg/sarg-1.4.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.4.1-r2.ebuild,v 1.4 2004/07/10 11:35:06 eldad Exp $
inherit eutils
@@ -10,7 +10,8 @@ SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz http://web.onda.com.br/orso/pat
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
+IUSE=""
DEPEND=""
RDEPEND=">=net-www/squid-2.5.1"
diff --git a/net-analyzer/sarg/sarg-1.4.1.ebuild b/net-analyzer/sarg/sarg-1.4.1.ebuild
index 3f3e0e98bdc7..c6079021212d 100644
--- a/net-analyzer/sarg/sarg-1.4.1.ebuild
+++ b/net-analyzer/sarg/sarg-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.4.1.ebuild,v 1.5 2004/06/24 22:17:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.4.1.ebuild,v 1.6 2004/07/10 11:35:06 eldad Exp $
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"
@@ -9,6 +9,7 @@ SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND=""
RDEPEND=">=net-www/squid-2.5.1"