summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-06 13:44:50 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-06 13:44:50 +0000
commit89c0fda379236e18d873583ccb8099733fbb8efe (patch)
treed010e6f272cdd75966fb932789c65c0b81569fcf /net-analyzer/sarg
parentx86 stable, pruned 0.8.5a-r1 (Manifest recommit) (diff)
downloadgentoo-2-89c0fda379236e18d873583ccb8099733fbb8efe.tar.gz
gentoo-2-89c0fda379236e18d873583ccb8099733fbb8efe.tar.bz2
gentoo-2-89c0fda379236e18d873583ccb8099733fbb8efe.zip
pruning
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r--net-analyzer/sarg/files/digest-sarg-1.2.21
-rw-r--r--net-analyzer/sarg/files/digest-sarg-1.4.11
-rw-r--r--net-analyzer/sarg/sarg-1.2.2.ebuild31
-rw-r--r--net-analyzer/sarg/sarg-1.4.1.ebuild33
4 files changed, 0 insertions, 66 deletions
diff --git a/net-analyzer/sarg/files/digest-sarg-1.2.2 b/net-analyzer/sarg/files/digest-sarg-1.2.2
deleted file mode 100644
index cfb8925d72d5..000000000000
--- a/net-analyzer/sarg/files/digest-sarg-1.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3cc050140ff64da716224eeee8680611 sarg-1.2.2.tar.gz 112523
diff --git a/net-analyzer/sarg/files/digest-sarg-1.4.1 b/net-analyzer/sarg/files/digest-sarg-1.4.1
deleted file mode 100644
index 9ac88cd16fdb..000000000000
--- a/net-analyzer/sarg/files/digest-sarg-1.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 357f8e175746e19dac4a61f4a2ef0aaf sarg-1.4.1.tar.gz 125589
diff --git a/net-analyzer/sarg/sarg-1.2.2.ebuild b/net-analyzer/sarg/sarg-1.2.2.ebuild
deleted file mode 100644
index 73c67a6bceec..000000000000
--- a/net-analyzer/sarg/sarg-1.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.9 2004/08/15 23:43:40 cyfred 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"
-SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=www-proxy/squid-2.4.7"
-
-src_compile() {
- rm -rf config.cache
- ./configure \
- --enable-bindir=/usr/bin \
- --enable-sysconfdir=/etc/sarg || die "./configure failed"
- emake || die
-}
-
-src_install() {
- dodir /etc/sarg /usr/bin
- make \
- BINDIR=${D}/usr/bin \
- SYSCONFDIR=${D}/etc/sarg \
- install || die
-}
diff --git a/net-analyzer/sarg/sarg-1.4.1.ebuild b/net-analyzer/sarg/sarg-1.4.1.ebuild
deleted file mode 100644
index 293a12b862df..000000000000
--- a/net-analyzer/sarg/sarg-1.4.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.7 2004/08/15 23:43:40 cyfred 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"
-SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=www-proxy/squid-2.5.1"
-
-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
-}