Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/calamaris/
Date: Sun, 29 Nov 2020 17:57:14
Message-Id: 1606672536.32f16a552b1f5bf3c30a75c526ba75689d6ce759.bman@gentoo
1 commit: 32f16a552b1f5bf3c30a75c526ba75689d6ce759
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 17:55:36 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 17:55:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f16a55
7
8 net-analyzer/calamaris: drop old and stable keywords
9
10 * This intentially drops stable keywords. See bug.
11
12 Closes: https://bugs.gentoo.org/756958
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 net-analyzer/calamaris/Manifest | 2 --
16 net-analyzer/calamaris/calamaris-2.59.ebuild | 20 --------------
17 net-analyzer/calamaris/calamaris-2.99.4.0.ebuild | 34 ------------------------
18 3 files changed, 56 deletions(-)
19
20 diff --git a/net-analyzer/calamaris/Manifest b/net-analyzer/calamaris/Manifest
21 index 2ac7f692827..076a2fe8d92 100644
22 --- a/net-analyzer/calamaris/Manifest
23 +++ b/net-analyzer/calamaris/Manifest
24 @@ -1,3 +1 @@
25 -DIST calamaris-2.59.tar.gz 56168 BLAKE2B 1ab118066c836c2d2e9584594e31db77ed8aa50dd3f74da5f60ea41075abd5873f5d413ebf6e352f5cdf4ecefc86307669c46f88c9048194f31936470040ed82 SHA512 8c8ed820a1af6e21cfe9f03397c159b2261c8253b3395a8d6dbd21064151439406496132917d0ef087eed805c7945cf28f2d12dc1e52340991c18e6a27484ade
26 -DIST calamaris-2.99.4.0.tar.gz 105860 BLAKE2B f87b51bab7aac10f9ef0fb50a788a0ad86a3b98171b9d4f1e1f7cc50878ff9f9ad70ed6485e4fa301c713b5551390ee4f2697c37291a540ee3b3feb6960891d4 SHA512 4127a3963fd0ea5baa1d5ce9a784f45658bb685f18e576c134fee1b4e8fdad535676974498119018e771924a8a622ed83b8aa095d3909b7bb3d009dd6024dbef
27 DIST calamaris-2.99.4.5.tar.gz 116893 BLAKE2B 9864f135b364dd7d7becd7c30cc28da1f41c4db0fb940f45153d5fd8da04c8df8675a728e19b47f6eb8f602945655817717189349fe047944d0abdacfd0476c9 SHA512 d9bc890afd6a349ea448b4f40281b8d4dd5babf2915cdfe6d4a46c066826e54c3a9e988e575fb13a4cf5ae9500d33faa5d24f295504f7b6fbfbec219610b309d
28
29 diff --git a/net-analyzer/calamaris/calamaris-2.59.ebuild b/net-analyzer/calamaris/calamaris-2.59.ebuild
30 deleted file mode 100644
31 index 852e4b508c9..00000000000
32 --- a/net-analyzer/calamaris/calamaris-2.59.ebuild
33 +++ /dev/null
34 @@ -1,20 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports"
41 -HOMEPAGE="http://cord.de/calamaris-home-page"
42 -SRC_URI="http://cord.de/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ppc x86"
47 -
48 -DEPEND="dev-lang/perl"
49 -
50 -src_install() {
51 - dobin calamaris
52 - doman calamaris.1
53 - dodoc CHANGES EXAMPLES README
54 -}
55
56 diff --git a/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild b/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild
57 deleted file mode 100644
58 index aed1057e0f8..00000000000
59 --- a/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild
60 +++ /dev/null
61 @@ -1,34 +0,0 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=5
66 -
67 -DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports"
68 -HOMEPAGE="http://cord.de/calamaris-home-page"
69 -SRC_URI="http://cord.de/${P}.tar.gz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
74 -
75 -RDEPEND="
76 - dev-lang/perl
77 - dev-perl/GDGraph
78 -"
79 -
80 -src_prepare() {
81 - sed -i \
82 - -e "s:\(use lib\).*$:\1 '/usr/share/';:" \
83 - calamaris || die
84 -}
85 -
86 -src_install() {
87 - dobin calamaris calamaris-cache-convert
88 -
89 - insinto /usr/share/${PN}
90 - doins *.pm
91 -
92 - doman calamaris.1
93 -
94 - dodoc BUGS CHANGES EXAMPLES EXAMPLES.v3 README TODO calamaris.conf
95 -}