net-analyzer/tcpreen: stable for amd64.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 25 Nov 2017 10:35:31 +0000 (11:35 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 25 Nov 2017 11:51:03 +0000 (12:51 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

net-analyzer/tcpreen/Manifest
net-analyzer/tcpreen/tcpreen-1.4.4.ebuild

index 32cc9dd23f28d93ea1c3be20a960556b43a1e399..d3ab49a82e1f0d462bfac7e20936f9c298c47a78 100644 (file)
@@ -1 +1 @@
-DIST tcpreen-1.4.4.tar.bz2 187979 SHA256 6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9 SHA512 94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786 WHIRLPOOL df77e4348918cedf45f3d7ecf5dd819b7a310c4dbd338fafe785c7076e7561eb98e8b8b34a849985f7ff145a3003b6a829c76824233e586e7cfd72369444a310
+DIST tcpreen-1.4.4.tar.bz2 187979 BLAKE2B ef76c7757c5e630a8b0019ede74314bdf7b0e1e48af00091c8b1a28075499b1e0411b5a7ff8bd01bd54ebb347dfc2169b5efe54d36ef12e6ce31f54c4d278d70 SHA512 94496bbb21218b5acc9e76dd4377f92e35b17e03a2d10a7c42177ba5ccbb6aea1b0b54f49d52c5a97456f8cf77685e1c90c27773f4237c33e95f648d4258b786
index ba523ef2cd1ea59c06f935a993f397e24ccadab1..a2cc20e37a9d878805f2fe25445bf0b8eec19348 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,11 +10,13 @@ SRC_URI="http://www.remlab.net/files/${PN}/stable/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 
 DEPEND="nls? ( sys-devel/gettext )"
 
+DOCS=( AUTHORS NEWS README THANKS TODO )
+
 src_configure() {
        econf $(use_enable nls)
 }
@@ -22,5 +24,3 @@ src_configure() {
 src_compile() {
        emake AR="$(tc-getAR)"
 }
-
-DOCS=( AUTHORS NEWS README THANKS TODO )