diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-06 13:44:50 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-06 13:44:50 +0000 |
commit | c0ac0e74b9a10d16ca7cf8f76c9e442836a59ebf (patch) | |
tree | d9f46cd374d035758c8f9d3f0d445d3f4258c12a /net-analyzer/sarg | |
parent | x86 stable, pruned 0.8.5a-r1 (diff) | |
download | historical-c0ac0e74b9a10d16ca7cf8f76c9e442836a59ebf.tar.gz historical-c0ac0e74b9a10d16ca7cf8f76c9e442836a59ebf.tar.bz2 historical-c0ac0e74b9a10d16ca7cf8f76c9e442836a59ebf.zip |
pruning
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r-- | net-analyzer/sarg/files/digest-sarg-1.2.2 | 1 | ||||
-rw-r--r-- | net-analyzer/sarg/files/digest-sarg-1.4.1 | 1 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-1.2.2.ebuild | 31 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-1.4.1.ebuild | 33 |
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 -} |