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-libs/libssh/
Date: Tue, 02 Jan 2018 08:20:56
Message-Id: 1514881246.3710e1b495fcaff7d58d6984987ab731938f1e69.polynomial-c@gentoo
1 commit: 3710e1b495fcaff7d58d6984987ab731938f1e69
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 08:20:32 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 08:20:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3710e1b4
7
8 net-libs/libssh: Use https in live ebuild where appropriate.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-libs/libssh/libssh-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
16 index 193f9eb86e6..2e283ca1245 100644
17 --- a/net-libs/libssh/libssh-9999.ebuild
18 +++ b/net-libs/libssh/libssh-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,8 +6,8 @@ EAPI=6
26 inherit cmake-multilib git-r3
27
28 DESCRIPTION="Access a working SSH implementation by means of a library"
29 -HOMEPAGE="http://www.libssh.org/"
30 -EGIT_REPO_URI="git://git.libssh.org/projects/libssh.git"
31 +HOMEPAGE="https://www.libssh.org/"
32 +EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"
33
34 LICENSE="LGPL-2.1"
35 KEYWORDS=""