From 28dcfba3c4f4150bb33f6467ce4c0f75674a5d84 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 02:16:00 +1000 Subject: [PATCH] games-emulation/pcsx2: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- games-emulation/pcsx2/pcsx2-1.4.0.ebuild | 2 +- games-emulation/pcsx2/pcsx2-9999.ebuild | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-1.4.0.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0.ebuild index efeb3022163c7..cfd1606f91af6 100644 --- a/games-emulation/pcsx2/pcsx2-1.4.0.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.4.0.ebuild @@ -8,7 +8,7 @@ MY_PV="${PV/_/-}" inherit cmake-utils l10n multilib toolchain-funcs wxwidgets DESCRIPTION="A PlayStation 2 emulator" -HOMEPAGE="http://www.pcsx2.net" +HOMEPAGE="https://www.pcsx2.net" SRC_URI="https://github.com/PCSX2/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index a80184b7aa8ae..1c8978c8bad0b 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -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=5 @@ -7,11 +7,8 @@ PLOCALES="ar_SA ca_ES cs_CZ de_DE es_ES fi_FI fr_FR hr_HR hu_HU id_ID it_IT ja_J inherit cmake-utils git-r3 l10n multilib toolchain-funcs wxwidgets DESCRIPTION="A PlayStation 2 emulator" -HOMEPAGE="http://www.pcsx2.net" -EGIT_REPO_URI=( - "https://github.com/PCSX2/pcsx2.git" - "git://github.com/PCSX2/pcsx2.git" -) +HOMEPAGE="https://www.pcsx2.net" +EGIT_REPO_URI="https://github.com/PCSX2/${PN}.git" LICENSE="GPL-3" SLOT="0"