sys-kernel/cryptodev: use HTTPS for GitHub, replace defunct SRC_URI
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 11:42:12 +0000 (21:42 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:22:44 +0000 (11:22 +0200)
* 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
sys-kernel/cryptodev/cryptodev-1.9.ebuild
sys-kernel/cryptodev/cryptodev-9999.ebuild

index aebe02b011f5145ce2258ad2514efeb49de40e47..7a99d764ec4e5b65ca5d924979a631a9ceaefb20 100644 (file)
@@ -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+"
index 528204b81475b765166565d2ac4ef7cf2b800d0d..3f606909802d9e99c0a224b1098e083a59180be0 100644 (file)
@@ -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+"
index f921bf666babe5b2028d983406a74364470fd292..195433b580150e034d0b34755cd46bf27bfac762 100644 (file)
@@ -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