Skip to content

Commit

Permalink
sys-boot/arcload: HOMEPAGE 301 redirect to HTTPS, use HTTPS for SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.7, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Aug 22, 2017
1 parent 73fecc0 commit dd03b28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sys-boot/arcload/arcload-0.50-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=4
Expand All @@ -9,8 +9,8 @@ inherit eutils toolchain-funcs versionator
MY_PV="${PV/50/5}"

DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems"
HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad"
SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2"
HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad"
SRC_URI="https//www.linux-mips.org/pub/linux/mips/people/skylark/arcload-${MY_PV}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ~mips"
Expand Down
6 changes: 3 additions & 3 deletions sys-boot/arcload/arcload-0.50-r3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=4
Expand All @@ -10,8 +10,8 @@ MY_PV="${PV/50/5}"

PATCHREV="1"
DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems"
HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad"
SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad"
SRC_URI="https://www.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
mirror://gentoo/${P}-patches-v${PATCHREV}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
Expand Down

0 comments on commit dd03b28

Please sign in to comment.