diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:16:00 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:38:00 +0200 |
commit | 28dcfba3c4f4150bb33f6467ce4c0f75674a5d84 (patch) | |
tree | 9fea2d62dfb5e8bc60ced1155d7a72caf7626f1d /games-emulation/pcsx2 | |
parent | dev-vcs/gitolite: use HTTPS for GitHub, fix redirected URL in doc (diff) | |
download | gentoo-28dcfba3c4f4150bb33f6467ce4c0f75674a5d84.tar.gz gentoo-28dcfba3c4f4150bb33f6467ce4c0f75674a5d84.tar.bz2 gentoo-28dcfba3c4f4150bb33f6467ce4c0f75674a5d84.zip |
games-emulation/pcsx2: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.4.0.ebuild | 2 | ||||
-rw-r--r-- | 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 efeb3022163c..cfd1606f91af 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 a80184b7aa8a..1c8978c8bad0 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" |