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-boot/arcload/
Date: Tue, 22 Aug 2017 21:41:32
Message-Id: 1503438008.dd03b284ff9eed7842a499754fc6dcf4a19e79d7.mgorny@gentoo
1 commit: dd03b284ff9eed7842a499754fc6dcf4a19e79d7
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 12:21:56 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:40:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd03b284
7
8 sys-boot/arcload: HOMEPAGE 301 redirect to HTTPS, use HTTPS for SRC_URI
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 sys-boot/arcload/arcload-0.50-r1.ebuild | 6 +++---
13 sys-boot/arcload/arcload-0.50-r3.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-boot/arcload/arcload-0.50-r1.ebuild b/sys-boot/arcload/arcload-0.50-r1.ebuild
17 index b726f0882f1..75fa0d8b009 100644
18 --- a/sys-boot/arcload/arcload-0.50-r1.ebuild
19 +++ b/sys-boot/arcload/arcload-0.50-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -9,8 +9,8 @@ inherit eutils toolchain-funcs versionator
27 MY_PV="${PV/50/5}"
28
29 DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems"
30 -HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad"
31 -SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2"
32 +HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad"
33 +SRC_URI="https//www.linux-mips.org/pub/linux/mips/people/skylark/arcload-${MY_PV}.tar.bz2"
34 LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="-* ~mips"
37
38 diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild
39 index 9576ec43026..b35a574efcf 100644
40 --- a/sys-boot/arcload/arcload-0.50-r3.ebuild
41 +++ b/sys-boot/arcload/arcload-0.50-r3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=4
48 @@ -10,8 +10,8 @@ MY_PV="${PV/50/5}"
49
50 PATCHREV="1"
51 DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems"
52 -HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad"
53 -SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
54 +HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad"
55 +SRC_URI="https://www.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
56 mirror://gentoo/${P}-patches-v${PATCHREV}.tar.xz"
57 LICENSE="GPL-2+"
58 SLOT="0"