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/netpipe/
Date: Thu, 15 Aug 2019 15:27:29
Message-Id: 1565882840.e0799f6b5805c599ca5317c94c1556ed7762ae3d.mgorny@gentoo
1 commit: e0799f6b5805c599ca5317c94c1556ed7762ae3d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 15:00:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 15:27:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0799f6b
7
8 net-misc/netpipe: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/netpipe/Manifest | 2 +-
13 net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/netpipe/Manifest b/net-misc/netpipe/Manifest
17 index 69634db8f07..b4cf4ef9980 100644
18 --- a/net-misc/netpipe/Manifest
19 +++ b/net-misc/netpipe/Manifest
20 @@ -1 +1 @@
21 -DIST netpipe.tar.gz 30593 BLAKE2B 862f2a104a1d195d1a5244b1ed4183f8cff70807e22de60b13631b7c3653eb628e6c4736c9d8b1e755bf0ab6f31b813f99f1700427ec9e62cd333e7195736014 SHA512 ce21a8bd298db990b7981a5501e70bbf8d6eac9d802d1f01c41d47f02ee9afb6fb095478496590f470318463491ec36da920047d668d2a8abe1e7559f53b1a37
22 +DIST netpipe-1.0.0_beta2.tar.gz 30593 BLAKE2B 862f2a104a1d195d1a5244b1ed4183f8cff70807e22de60b13631b7c3653eb628e6c4736c9d8b1e755bf0ab6f31b813f99f1700427ec9e62cd333e7195736014 SHA512 ce21a8bd298db990b7981a5501e70bbf8d6eac9d802d1f01c41d47f02ee9afb6fb095478496590f470318463491ec36da920047d668d2a8abe1e7559f53b1a37
23
24 diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild
25 index 77d037cede4..21048b7642d 100644
26 --- a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild
27 +++ b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=7
34 @@ -7,7 +7,7 @@ inherit toolchain-funcs
35
36 DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques"
37 HOMEPAGE="https://www.wudika.de/~jan/netpipe/"
38 -SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz"
39 +SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="GPL-2"
42 SLOT="0"