From 947695789aab9fabd1233ea1134e2322514724b8 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 21:42:12 +1000 Subject: sys-kernel/cryptodev: use HTTPS for GitHub, replace defunct SRC_URI * Use HTTPS for accessing GitHub * Replace SRC_URI with alternative official mirror due to gna.org no longer existing Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- sys-kernel/cryptodev/cryptodev-1.7.ebuild | 2 +- sys-kernel/cryptodev/cryptodev-1.9.ebuild | 2 +- sys-kernel/cryptodev/cryptodev-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-kernel/cryptodev') diff --git a/sys-kernel/cryptodev/cryptodev-1.7.ebuild b/sys-kernel/cryptodev/cryptodev-1.7.ebuild index aebe02b011f5..7a99d764ec4e 100644 --- a/sys-kernel/cryptodev/cryptodev-1.7.ebuild +++ b/sys-kernel/cryptodev/cryptodev-1.7.ebuild @@ -6,7 +6,7 @@ inherit linux-info linux-mod DESCRIPTION="device that allows access to Linux kernel cryptographic drivers" HOMEPAGE="http://cryptodev-linux.org/index.html" -SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz" +SRC_URI="http://nwl.cc/pub/cryptodev-linux/${PN}-linux-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" LICENSE="GPL-2+" diff --git a/sys-kernel/cryptodev/cryptodev-1.9.ebuild b/sys-kernel/cryptodev/cryptodev-1.9.ebuild index 528204b81475..3f606909802d 100644 --- a/sys-kernel/cryptodev/cryptodev-1.9.ebuild +++ b/sys-kernel/cryptodev/cryptodev-1.9.ebuild @@ -6,7 +6,7 @@ inherit linux-info linux-mod DESCRIPTION="device that allows access to Linux kernel cryptographic drivers" HOMEPAGE="http://cryptodev-linux.org/index.html" -SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz" +SRC_URI="http://nwl.cc/pub/cryptodev-linux/${PN}-linux-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" LICENSE="GPL-2+" diff --git a/sys-kernel/cryptodev/cryptodev-9999.ebuild b/sys-kernel/cryptodev/cryptodev-9999.ebuild index f921bf666bab..195433b58015 100644 --- a/sys-kernel/cryptodev/cryptodev-9999.ebuild +++ b/sys-kernel/cryptodev/cryptodev-9999.ebuild @@ -9,10 +9,10 @@ HOMEPAGE="http://cryptodev-linux.org/index.html" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/cryptodev-linux/cryptodev-linux.git" + EGIT_REPO_URI="https://github.com/cryptodev-linux/cryptodev-linux.git" S="${WORKDIR}/${PN}-${PV}" else - SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz" + SRC_URI="http://nwl.cc/pub/cryptodev-linux/${PN}-linux-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" S=${WORKDIR}/${PN}-linux-${PV} fi -- cgit v1.2.3-65-gdbad