Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreen/
Date: Sat, 25 Nov 2017 11:51:13
Message-Id: 1511610663.0446594f55990fcb34eef08843a55a35159a2876.monsieurp@gentoo
1 commit: 0446594f55990fcb34eef08843a55a35159a2876
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 25 10:35:31 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 11:51:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0446594f
7
8 net-analyzer/tcpreen: stable for amd64.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 net-analyzer/tcpreen/Manifest | 2 +-
13 net-analyzer/tcpreen/tcpreen-1.4.4.ebuild | 8 ++++----
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/net-analyzer/tcpreen/Manifest b/net-analyzer/tcpreen/Manifest
17 index 32cc9dd23f2..d3ab49a82e1 100644
18 --- a/net-analyzer/tcpreen/Manifest
19 +++ b/net-analyzer/tcpreen/Manifest
20 @@ -1 +1 @@
21 -DIST tcpreen-1.4.4.tar.bz2 187979 SHA256 6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9 SHA512 94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786 WHIRLPOOL df77e4348918cedf45f3d7ecf5dd819b7a310c4dbd338fafe785c7076e7561eb98e8b8b34a849985f7ff145a3003b6a829c76824233e586e7cfd72369444a310
22 +DIST tcpreen-1.4.4.tar.bz2 187979 BLAKE2B ef76c7757c5e630a8b0019ede74314bdf7b0e1e48af00091c8b1a28075499b1e0411b5a7ff8bd01bd54ebb347dfc2169b5efe54d36ef12e6ce31f54c4d278d70 SHA512 94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786
23
24 diff --git a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
25 index ba523ef2cd1..a2cc20e37a9 100644
26 --- a/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
27 +++ b/net-analyzer/tcpreen/tcpreen-1.4.4.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2014 Gentoo Foundation
30 +# Copyright 1999-2017 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=5
34 @@ -10,11 +10,13 @@ SRC_URI="http://www.remlab.net/files/${PN}/stable/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ppc x86"
39 +KEYWORDS="amd64 ~ppc x86"
40 IUSE="nls"
41
42 DEPEND="nls? ( sys-devel/gettext )"
43
44 +DOCS=( AUTHORS NEWS README THANKS TODO )
45 +
46 src_configure() {
47 econf $(use_enable nls)
48 }
49 @@ -22,5 +24,3 @@ src_configure() {
50 src_compile() {
51 emake AR="$(tc-getAR)"
52 }
53 -
54 -DOCS=( AUTHORS NEWS README THANKS TODO )