net-analyzer/squidview: Old
authorJeroen Roovers <jer@gentoo.org>
Thu, 28 Nov 2019 19:44:08 +0000 (20:44 +0100)
committerJeroen Roovers <jer@gentoo.org>
Thu, 28 Nov 2019 19:44:28 +0000 (20:44 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/squidview/Manifest
net-analyzer/squidview/squidview-0.80.ebuild [deleted file]

index 45a11091710c1a74da26a18f22b49cc474030db3..f1e76b0e0fbb7c45bcb056e5143f1399654aaad2 100644 (file)
@@ -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 (file)
index baa6c58..0000000
+++ /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
-}