commit: acde381b8a67ea597d0fb6c42f09559db1ff6489 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 15 09:23:50 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 11:32:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acde381b
net-p2p/ncdc: use HTTPS net-p2p/ncdc/ncdc-1.19.1.ebuild | 6 +++--- net-p2p/ncdc/ncdc-1.20.ebuild | 6 +++--- net-p2p/ncdc/ncdc-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-p2p/ncdc/ncdc-1.19.1.ebuild b/net-p2p/ncdc/ncdc-1.19.1.ebuild index 7810c157e08..d58a060fb10 100644 --- a/net-p2p/ncdc/ncdc-1.19.1.ebuild +++ b/net-p2p/ncdc/ncdc-1.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools eutils toolchain-funcs DESCRIPTION="ncurses directconnect client" -HOMEPAGE="http://dev.yorhel.nl/ncdc" -SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" +HOMEPAGE="https://dev.yorhel.nl/ncdc" +SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/net-p2p/ncdc/ncdc-1.20.ebuild b/net-p2p/ncdc/ncdc-1.20.ebuild index 6868ec7cf02..dec62172d13 100644 --- a/net-p2p/ncdc/ncdc-1.20.ebuild +++ b/net-p2p/ncdc/ncdc-1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="ncurses directconnect client" -HOMEPAGE="http://dev.yorhel.nl/ncdc" -SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" +HOMEPAGE="https://dev.yorhel.nl/ncdc" +SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index b140e9e32b3..5759853e51a 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools git-r3 toolchain-funcs DESCRIPTION="ncurses directconnect client" -HOMEPAGE="http://dev.yorhel.nl/ncdc" +HOMEPAGE="https://dev.yorhel.nl/ncdc" EGIT_REPO_URI="git://g.blicky.net/ncdc.git" LICENSE="MIT"
