mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user