Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/proxytunnel/
Date: Wed, 09 Sep 2020 19:22:47
Message-Id: 1599679353.fab917b8b16119bb4d520b31949939407562c048.candrews@gentoo
1 commit: fab917b8b16119bb4d520b31949939407562c048
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 19:22:33 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 19:22:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab917b8
7
8 net-misc/proxytunnel: Update DOCS to reflect file name changes
9
10 Closes: https://bugs.gentoo.org/741464
11 Package-Manager: Portage-3.0.6, Repoman-3.0.1
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 net-misc/proxytunnel/proxytunnel-1.10.20200907.ebuild | 2 +-
15 net-misc/proxytunnel/proxytunnel-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/proxytunnel/proxytunnel-1.10.20200907.ebuild b/net-misc/proxytunnel/proxytunnel-1.10.20200907.ebuild
19 index cbc33dfb1f6..c4cce456a92 100644
20 --- a/net-misc/proxytunnel/proxytunnel-1.10.20200907.ebuild
21 +++ b/net-misc/proxytunnel/proxytunnel-1.10.20200907.ebuild
22 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
23 "
24 BDEPEND="virtual/pkgconfig"
25
26 -DOCS=( CHANGES CREDITS INSTALL KNOWN_ISSUES LICENSE.txt README RELNOTES TODO )
27 +DOCS=( CHANGES CREDITS INSTALL.md KNOWN_ISSUES LICENSE.txt README.md RELNOTES TODO )
28
29 if [[ ${PV} == *9999 ]] ; then
30 EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
31
32 diff --git a/net-misc/proxytunnel/proxytunnel-9999.ebuild b/net-misc/proxytunnel/proxytunnel-9999.ebuild
33 index cbc33dfb1f6..c4cce456a92 100644
34 --- a/net-misc/proxytunnel/proxytunnel-9999.ebuild
35 +++ b/net-misc/proxytunnel/proxytunnel-9999.ebuild
36 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
37 "
38 BDEPEND="virtual/pkgconfig"
39
40 -DOCS=( CHANGES CREDITS INSTALL KNOWN_ISSUES LICENSE.txt README RELNOTES TODO )
41 +DOCS=( CHANGES CREDITS INSTALL.md KNOWN_ISSUES LICENSE.txt README.md RELNOTES TODO )
42
43 if [[ ${PV} == *9999 ]] ; then
44 EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"