Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/
Date: Sun, 31 May 2020 15:52:05
Message-Id: 1590940250.fb7161ffbc8b265ad0a961ee4a63ee662eb4961b.conikost@gentoo
1 commit: fb7161ffbc8b265ad0a961ee4a63ee662eb4961b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 15:50:50 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:50:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7161ff
7
8 sys-block/arcconf: switch SRC_URI to http
9
10 As currently https SRC_URI doesn't work due bad certificates,
11 switch back to http, so users can still download.
12
13 Closes: https://bugs.gentoo.org/726458
14 Package-Manager: Portage-2.3.100, Repoman-2.3.22
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 6 +++---
18 sys-block/arcconf/arcconf-3.01.23531.ebuild | 4 ++--
19 sys-block/arcconf/arcconf-3.04.23699.ebuild | 2 +-
20 3 files changed, 6 insertions(+), 6 deletions(-)
21
22 diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
23 index 637716b0158..8739fe4c04e 100644
24 --- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
25 +++ b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -9,11 +9,11 @@ inherit linux-info
33
34 DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
35 HOMEPAGE="https://www.microsemi.com/"
36 -SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
37 +SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
38
39 -KEYWORDS="-* amd64 x86"
40 LICENSE="Microsemi"
41 SLOT="0"
42 +KEYWORDS="-* amd64 x86"
43
44 DEPEND="app-arch/unzip"
45
46
47 diff --git a/sys-block/arcconf/arcconf-3.01.23531.ebuild b/sys-block/arcconf/arcconf-3.01.23531.ebuild
48 index 87eb25fc603..c0d29d9efa2 100644
49 --- a/sys-block/arcconf/arcconf-3.01.23531.ebuild
50 +++ b/sys-block/arcconf/arcconf-3.01.23531.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2019 Gentoo Authors
53 +# Copyright 1999-2020 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -9,7 +9,7 @@ inherit linux-info
58
59 DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
60 HOMEPAGE="https://www.microsemi.com/"
61 -SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
62 +SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
63
64 LICENSE="Microsemi"
65 SLOT="0"
66
67 diff --git a/sys-block/arcconf/arcconf-3.04.23699.ebuild b/sys-block/arcconf/arcconf-3.04.23699.ebuild
68 index fc4aaa9b743..b76fa23acde 100644
69 --- a/sys-block/arcconf/arcconf-3.04.23699.ebuild
70 +++ b/sys-block/arcconf/arcconf-3.04.23699.ebuild
71 @@ -9,7 +9,7 @@ inherit linux-info
72
73 DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
74 HOMEPAGE="https://www.microsemi.com/"
75 -SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
76 +SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
77
78 LICENSE="Microsemi"
79 SLOT="0"