Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rinetd/
Date: Thu, 15 Aug 2019 15:44:19
Message-Id: 1565883848.8b9d32e43961c5c9e836ff54a098e138e9055851.mgorny@gentoo
1 commit: 8b9d32e43961c5c9e836ff54a098e138e9055851
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 15:33:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 15:44:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9d32e4
7
8 net-misc/rinetd: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/rinetd/Manifest | 2 +-
13 net-misc/rinetd/rinetd-0.62-r2.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/rinetd/Manifest b/net-misc/rinetd/Manifest
17 index 5aa960ca6b5..28de4a7f75d 100644
18 --- a/net-misc/rinetd/Manifest
19 +++ b/net-misc/rinetd/Manifest
20 @@ -1 +1 @@
21 -DIST rinetd.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606
22 +DIST rinetd-0.62.tar.gz 115541 BLAKE2B 11a6db6955181ba6c823c3b8d9697e4efac10962364b4e993e9057b3500b09161826d325ac0dc3f6756c5cc91b29885c493ba5f053dffd28da97ecae25d2346f SHA512 b6ddb496b4542ad46aacaef4b2241b16b9ee43f2f6761a18a4813d83a0a9db23fbd73a554393dcf01ae7350e8b6662571414ca6f93a949ce4effbbeddc198606
23
24 diff --git a/net-misc/rinetd/rinetd-0.62-r2.ebuild b/net-misc/rinetd/rinetd-0.62-r2.ebuild
25 index 7a1cac34122..527f67d7834 100644
26 --- a/net-misc/rinetd/rinetd-0.62-r2.ebuild
27 +++ b/net-misc/rinetd/rinetd-0.62-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2016 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI="6"
34 @@ -7,7 +7,7 @@ inherit toolchain-funcs
35
36 DESCRIPTION="redirects TCP connections from one IP address and port to another"
37 HOMEPAGE="http://www.boutell.com/rinetd/"
38 -SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz"
39 +SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="GPL-2"
42 SLOT="0"