diff options
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 |