diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:42:12 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:44 +0200 |
commit | 947695789aab9fabd1233ea1134e2322514724b8 (patch) | |
tree | 8391a19be730bb6d52b5d8e64961debac3a248b9 /sys-kernel/cryptodev | |
parent | sys-fs/bedup: use HTTPS for GitHub (diff) | |
download | gentoo-947695789aab9fabd1233ea1134e2322514724b8.tar.gz gentoo-947695789aab9fabd1233ea1134e2322514724b8.tar.bz2 gentoo-947695789aab9fabd1233ea1134e2322514724b8.zip |
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
Diffstat (limited to 'sys-kernel/cryptodev')
-rw-r--r-- | sys-kernel/cryptodev/cryptodev-1.7.ebuild | 2 | ||||
-rw-r--r-- | sys-kernel/cryptodev/cryptodev-1.9.ebuild | 2 | ||||
-rw-r--r-- | sys-kernel/cryptodev/cryptodev-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
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 |