Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/
Date: Tue, 30 Nov 2021 07:00:26
Message-Id: 1638255615.f030bb22dd68615b999498ca221fac59e6a5d8f9.polynomial-c@gentoo
1 commit: f030bb22dd68615b999498ca221fac59e6a5d8f9
2 Author: Nekun <nekokun <AT> firemail <DOT> cc>
3 AuthorDate: Sun Nov 28 22:50:46 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 07:00:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f030bb22
7
8 net-ftp/lftp: update homepage
9
10 Closes: https://bugs.gentoo.org/827871
11 Signed-off-by: Nekun <nekokun <AT> firemail.cc>
12 Closes: https://github.com/gentoo/gentoo/pull/23103
13 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
14
15 net-ftp/lftp/lftp-4.9.2.ebuild | 4 ++--
16 net-ftp/lftp/lftp-9999.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
20 index 4dc03770f601..de89ecd8c304 100644
21 --- a/net-ftp/lftp/lftp-4.9.2.ebuild
22 +++ b/net-ftp/lftp/lftp-4.9.2.ebuild
23 @@ -5,8 +5,8 @@ EAPI=7
24 inherit autotools libtool xdg-utils
25
26 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
27 -HOMEPAGE="https://lftp.tech/"
28 -SRC_URI="https://lftp.tech/ftp/${P}.tar.xz"
29 +HOMEPAGE="http://lftp.yar.ru/"
30 +SRC_URI="http://lftp.yar.ru/ftp/${P}.tar.xz"
31
32 LICENSE="GPL-3"
33 SLOT="0"
34
35 diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
36 index f31213a5b6cf..000bb5b4c9a1 100644
37 --- a/net-ftp/lftp/lftp-9999.ebuild
38 +++ b/net-ftp/lftp/lftp-9999.ebuild
39 @@ -5,7 +5,7 @@ EAPI=7
40 inherit autotools git-r3 libtool xdg-utils
41
42 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
43 -HOMEPAGE="https://lftp.tech/"
44 +HOMEPAGE="http://lftp.yar.ru/"
45 EGIT_REPO_URI="https://github.com/lavv17/lftp"
46
47 LICENSE="GPL-3"