Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/cryptodev/
Date: Sun, 30 Jul 2017 09:23:03
Message-Id: 1501406564.947695789aab9fabd1233ea1134e2322514724b8.mgorny@gentoo
1 commit: 947695789aab9fabd1233ea1134e2322514724b8
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 11:42:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94769578
7
8 sys-kernel/cryptodev: use HTTPS for GitHub, replace defunct SRC_URI
9
10 * Use HTTPS for accessing GitHub
11 * Replace SRC_URI with alternative official mirror due to gna.org no
12 longer existing
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.3
15
16 sys-kernel/cryptodev/cryptodev-1.7.ebuild | 2 +-
17 sys-kernel/cryptodev/cryptodev-1.9.ebuild | 2 +-
18 sys-kernel/cryptodev/cryptodev-9999.ebuild | 4 ++--
19 3 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/sys-kernel/cryptodev/cryptodev-1.7.ebuild b/sys-kernel/cryptodev/cryptodev-1.7.ebuild
22 index aebe02b011f..7a99d764ec4 100644
23 --- a/sys-kernel/cryptodev/cryptodev-1.7.ebuild
24 +++ b/sys-kernel/cryptodev/cryptodev-1.7.ebuild
25 @@ -6,7 +6,7 @@ inherit linux-info linux-mod
26
27 DESCRIPTION="device that allows access to Linux kernel cryptographic drivers"
28 HOMEPAGE="http://cryptodev-linux.org/index.html"
29 -SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz"
30 +SRC_URI="http://nwl.cc/pub/cryptodev-linux/${PN}-linux-${PV}.tar.gz"
31 KEYWORDS="~amd64 ~arm ~x86"
32
33 LICENSE="GPL-2+"
34
35 diff --git a/sys-kernel/cryptodev/cryptodev-1.9.ebuild b/sys-kernel/cryptodev/cryptodev-1.9.ebuild
36 index 528204b8147..3f606909802 100644
37 --- a/sys-kernel/cryptodev/cryptodev-1.9.ebuild
38 +++ b/sys-kernel/cryptodev/cryptodev-1.9.ebuild
39 @@ -6,7 +6,7 @@ inherit linux-info linux-mod
40
41 DESCRIPTION="device that allows access to Linux kernel cryptographic drivers"
42 HOMEPAGE="http://cryptodev-linux.org/index.html"
43 -SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz"
44 +SRC_URI="http://nwl.cc/pub/cryptodev-linux/${PN}-linux-${PV}.tar.gz"
45 KEYWORDS="~amd64 ~arm ~x86"
46
47 LICENSE="GPL-2+"
48
49 diff --git a/sys-kernel/cryptodev/cryptodev-9999.ebuild b/sys-kernel/cryptodev/cryptodev-9999.ebuild
50 index f921bf666ba..195433b5801 100644
51 --- a/sys-kernel/cryptodev/cryptodev-9999.ebuild
52 +++ b/sys-kernel/cryptodev/cryptodev-9999.ebuild
53 @@ -9,10 +9,10 @@ HOMEPAGE="http://cryptodev-linux.org/index.html"
54
55 if [[ ${PV} == 9999 ]]; then
56 inherit git-r3
57 - EGIT_REPO_URI="git://github.com/cryptodev-linux/cryptodev-linux.git"
58 + EGIT_REPO_URI="https://github.com/cryptodev-linux/cryptodev-linux.git"
59 S="${WORKDIR}/${PN}-${PV}"
60 else
61 - SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz"
62 + SRC_URI="http://nwl.cc/pub/cryptodev-linux/${PN}-linux-${PV}.tar.gz"
63 KEYWORDS="~amd64 ~arm ~x86"
64 S=${WORKDIR}/${PN}-linux-${PV}
65 fi