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/chaosreader/
Date: Wed, 27 Feb 2019 04:25:48
Message-Id: 1551241284.b23ee240fabdba5117932a3d7c52d0442e14e68f.bman@gentoo
1 commit: b23ee240fabdba5117932a3d7c52d0442e14e68f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 14 18:20:13 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23ee240
7
8 net-analyzer/chaosreader: fix LICENSE
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11124
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild
18 index 33c7a6f5582..1b7d356fcb1 100644
19 --- a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild
20 +++ b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 @@ -6,12 +6,13 @@ EAPI=4
28 inherit eutils
29
30 DESCRIPTION="Trace TCP/UDP/... sessions and fetch application data."
31 -HOMEPAGE="http://chaosreader.sourceforge.net"
32 +HOMEPAGE="http://chaosreader.sourceforge.net
33 + https://github.com/brendangregg/Chaosreader"
34 SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2"
35 SLOT="0"
36
37 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
38 -LICENSE="GPL-2"
39 +LICENSE="GPL-2+"
40
41 IUSE=""