Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tftp-hpa/
Date: Fri, 16 Apr 2021 10:25:21
Message-Id: 1618567986.2d7639ba6234094cc3bb52220e45e7e5a4717ef8.soap@gentoo
1 commit: 2d7639ba6234094cc3bb52220e45e7e5a4717ef8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 10:13:06 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 10:13:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7639ba
7
8 net-ftp/tftp-hpa: explicitly inherit epatch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild | 4 ++--
14 net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild
18 index 5f9d6bc5416..b9c900575cf 100644
19 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild
20 +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild
21 @@ -3,9 +3,9 @@
22
23 EAPI="5"
24
25 -inherit systemd eutils toolchain-funcs
26 +inherit systemd epatch toolchain-funcs
27
28 -DESCRIPTION="port of the OpenBSD TFTP server"
29 +DESCRIPTION="Port of the OpenBSD TFTP server"
30 HOMEPAGE="https://www.kernel.org/pub/software/network/tftp/"
31 SRC_URI="https://www.kernel.org/pub/software/network/tftp/${PN}/${P}.tar.xz"
32
33
34 diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
35 index b242ee02119..3cb6247a321 100644
36 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
37 +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r2.ebuild
38 @@ -1,11 +1,11 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="7"
44
45 inherit systemd toolchain-funcs
46
47 -DESCRIPTION="port of the OpenBSD TFTP server"
48 +DESCRIPTION="Port of the OpenBSD TFTP server"
49 HOMEPAGE="https://www.kernel.org/pub/software/network/tftp/"
50 SRC_URI="https://www.kernel.org/pub/software/network/tftp/${PN}/${P}.tar.xz"