Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cdk/
Date: Sat, 06 Apr 2019 22:23:11
Message-Id: 1554589335.621508076534372c96a50ae4714fcf4d060f8635.monsieurp@gentoo
1 commit: 621508076534372c96a50ae4714fcf4d060f8635
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 5 09:36:59 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 22:22:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62150807
7
8 dev-libs/cdk: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11599
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-libs/cdk/cdk-5.0.20160131.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/cdk/cdk-5.0.20160131.ebuild b/dev-libs/cdk/cdk-5.0.20160131.ebuild
18 index c6f6730a94d..4a42b99812b 100644
19 --- a/dev-libs/cdk/cdk-5.0.20160131.ebuild
20 +++ b/dev-libs/cdk/cdk-5.0.20160131.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ inherit versionator
28
29 MY_P="${PN}-$(replace_version_separator 2 -)"
30 DESCRIPTION="A library of curses widgets"
31 -HOMEPAGE="http://dickey.his.com/cdk/cdk.html"
32 +HOMEPAGE="https://dickey.his.com/cdk/cdk.html"
33 SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz"
34
35 LICENSE="BSD"