Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/squidview/
Date: Thu, 28 Nov 2019 19:44:39
Message-Id: 1574970268.9c064ae0bfd3ae00072cb62da30070962174bd5d.jer@gentoo
1 commit: 9c064ae0bfd3ae00072cb62da30070962174bd5d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 19:44:08 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 19:44:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c064ae0
7
8 net-analyzer/squidview: Old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/squidview/Manifest | 1 -
14 net-analyzer/squidview/squidview-0.80.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/net-analyzer/squidview/Manifest b/net-analyzer/squidview/Manifest
18 index 45a11091710..f1e76b0e0fb 100644
19 --- a/net-analyzer/squidview/Manifest
20 +++ b/net-analyzer/squidview/Manifest
21 @@ -1,2 +1 @@
22 -DIST squidview-0.80.tar.gz 122502 BLAKE2B 2fe7a745d6130929f4e9feae301abf110f5e3e963ba6ec8bcf41026a8bc43e3f39862a02c3ab7cd1c4a1009122c3569cbb927b394ed3aa4f0c13bd3e47fe96bf SHA512 4a9bb0f296222ef5c8c127d4e0697ff050a2adcf8b28771379da32af816a2d43edbbd3f02920dc2c54735e7a22f50e6b9040067e2b77136506f472cfedff8894
23 DIST squidview-0.86.tar.gz 129911 BLAKE2B 8a514728508c2739aa619d1a481beddd6783e61ccad1252ee6f6a8052fe87bf0edbf23eac19761aac275a370092af45b981ae201a1e4a7b47168941ba642f128 SHA512 c020799e149a4884525b832a21ce990b90da5d3e1caac240913a37b8559bac4e3402b8f5732c3728308ecbea0a56a9e4b764ec7f36b15727c000d6d9e25a57a6
24
25 diff --git a/net-analyzer/squidview/squidview-0.80.ebuild b/net-analyzer/squidview/squidview-0.80.ebuild
26 deleted file mode 100644
27 index baa6c58d7b3..00000000000
28 --- a/net-analyzer/squidview/squidview-0.80.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="4"
35 -
36 -DESCRIPTION="Interactive console program to analyse squid logs"
37 -HOMEPAGE="http://www.rillion.net/squidview/"
38 -SRC_URI="http://www.rillion.net/squidview/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -IUSE=""
43 -KEYWORDS="~amd64"
44 -
45 -RDEPEND="sys-libs/ncurses"
46 -DEPEND="${RDEPEND}"
47 -
48 -src_install() {
49 - emake DESTDIR="${D}" install
50 -
51 - # BUGS and HOWTO are installed also as part of the Makefile, but the
52 - # program expects them at the right location, so we can't get rid of
53 - # them there for now.
54 - dodoc README AUTHORS BUGS HOWTO
55 -}