summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-11-28 20:44:08 +0100
committerJeroen Roovers <jer@gentoo.org>2019-11-28 20:44:28 +0100
commit9c064ae0bfd3ae00072cb62da30070962174bd5d (patch)
tree79069ca877149adb9e612da15563dde8b337bf65 /net-analyzer
parentnet-analyzer/squidview: Version 0.86 (diff)
downloadgentoo-9c064ae0bfd3ae00072cb62da30070962174bd5d.tar.gz
gentoo-9c064ae0bfd3ae00072cb62da30070962174bd5d.tar.bz2
gentoo-9c064ae0bfd3ae00072cb62da30070962174bd5d.zip
net-analyzer/squidview: Old
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/squidview/Manifest1
-rw-r--r--net-analyzer/squidview/squidview-0.80.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/net-analyzer/squidview/Manifest b/net-analyzer/squidview/Manifest
index 45a11091710c..f1e76b0e0fbb 100644
--- a/net-analyzer/squidview/Manifest
+++ b/net-analyzer/squidview/Manifest
@@ -1,2 +1 @@
-DIST squidview-0.80.tar.gz 122502 BLAKE2B 2fe7a745d6130929f4e9feae301abf110f5e3e963ba6ec8bcf41026a8bc43e3f39862a02c3ab7cd1c4a1009122c3569cbb927b394ed3aa4f0c13bd3e47fe96bf SHA512 4a9bb0f296222ef5c8c127d4e0697ff050a2adcf8b28771379da32af816a2d43edbbd3f02920dc2c54735e7a22f50e6b9040067e2b77136506f472cfedff8894
DIST squidview-0.86.tar.gz 129911 BLAKE2B 8a514728508c2739aa619d1a481beddd6783e61ccad1252ee6f6a8052fe87bf0edbf23eac19761aac275a370092af45b981ae201a1e4a7b47168941ba642f128 SHA512 c020799e149a4884525b832a21ce990b90da5d3e1caac240913a37b8559bac4e3402b8f5732c3728308ecbea0a56a9e4b764ec7f36b15727c000d6d9e25a57a6
diff --git a/net-analyzer/squidview/squidview-0.80.ebuild b/net-analyzer/squidview/squidview-0.80.ebuild
deleted file mode 100644
index baa6c58d7b3e..000000000000
--- a/net-analyzer/squidview/squidview-0.80.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Interactive console program to analyse squid logs"
-HOMEPAGE="http://www.rillion.net/squidview/"
-SRC_URI="http://www.rillion.net/squidview/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # BUGS and HOWTO are installed also as part of the Makefile, but the
- # program expects them at the right location, so we can't get rid of
- # them there for now.
- dodoc README AUTHORS BUGS HOWTO
-}