summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-29 12:55:36 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-29 12:55:36 -0500
commit32f16a552b1f5bf3c30a75c526ba75689d6ce759 (patch)
tree5bad04d8350228cea2f7f15c2239cbb28dd01236
parentnet-analyzer/smokeping: drop unusedlocal (diff)
downloadgentoo-32f16a55.tar.gz
gentoo-32f16a55.tar.bz2
gentoo-32f16a55.zip
net-analyzer/calamaris: drop old and stable keywords
* This intentially drops stable keywords. See bug. Closes: https://bugs.gentoo.org/756958 Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--net-analyzer/calamaris/Manifest2
-rw-r--r--net-analyzer/calamaris/calamaris-2.59.ebuild20
-rw-r--r--net-analyzer/calamaris/calamaris-2.99.4.0.ebuild34
3 files changed, 0 insertions, 56 deletions
diff --git a/net-analyzer/calamaris/Manifest b/net-analyzer/calamaris/Manifest
index 2ac7f6928277..076a2fe8d920 100644
--- a/net-analyzer/calamaris/Manifest
+++ b/net-analyzer/calamaris/Manifest
@@ -1,3 +1 @@
-DIST calamaris-2.59.tar.gz 56168 BLAKE2B 1ab118066c836c2d2e9584594e31db77ed8aa50dd3f74da5f60ea41075abd5873f5d413ebf6e352f5cdf4ecefc86307669c46f88c9048194f31936470040ed82 SHA512 8c8ed820a1af6e21cfe9f03397c159b2261c8253b3395a8d6dbd21064151439406496132917d0ef087eed805c7945cf28f2d12dc1e52340991c18e6a27484ade
-DIST calamaris-2.99.4.0.tar.gz 105860 BLAKE2B f87b51bab7aac10f9ef0fb50a788a0ad86a3b98171b9d4f1e1f7cc50878ff9f9ad70ed6485e4fa301c713b5551390ee4f2697c37291a540ee3b3feb6960891d4 SHA512 4127a3963fd0ea5baa1d5ce9a784f45658bb685f18e576c134fee1b4e8fdad535676974498119018e771924a8a622ed83b8aa095d3909b7bb3d009dd6024dbef
DIST calamaris-2.99.4.5.tar.gz 116893 BLAKE2B 9864f135b364dd7d7becd7c30cc28da1f41c4db0fb940f45153d5fd8da04c8df8675a728e19b47f6eb8f602945655817717189349fe047944d0abdacfd0476c9 SHA512 d9bc890afd6a349ea448b4f40281b8d4dd5babf2915cdfe6d4a46c066826e54c3a9e988e575fb13a4cf5ae9500d33faa5d24f295504f7b6fbfbec219610b309d
diff --git a/net-analyzer/calamaris/calamaris-2.59.ebuild b/net-analyzer/calamaris/calamaris-2.59.ebuild
deleted file mode 100644
index 852e4b508c92..000000000000
--- a/net-analyzer/calamaris/calamaris-2.59.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports"
-HOMEPAGE="http://cord.de/calamaris-home-page"
-SRC_URI="http://cord.de/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="dev-lang/perl"
-
-src_install() {
- dobin calamaris
- doman calamaris.1
- dodoc CHANGES EXAMPLES README
-}
diff --git a/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild b/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild
deleted file mode 100644
index aed1057e0f8f..000000000000
--- a/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports"
-HOMEPAGE="http://cord.de/calamaris-home-page"
-SRC_URI="http://cord.de/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-RDEPEND="
- dev-lang/perl
- dev-perl/GDGraph
-"
-
-src_prepare() {
- sed -i \
- -e "s:\(use lib\).*$:\1 '/usr/share/';:" \
- calamaris || die
-}
-
-src_install() {
- dobin calamaris calamaris-cache-convert
-
- insinto /usr/share/${PN}
- doins *.pm
-
- doman calamaris.1
-
- dodoc BUGS CHANGES EXAMPLES EXAMPLES.v3 README TODO calamaris.conf
-}