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: games-emulation/pcsx2/
Date: Sun, 30 Jul 2017 09:38:19
Message-Id: 1501407480.28dcfba3c4f4150bb33f6467ce4c0f75674a5d84.mgorny@gentoo
1 commit: 28dcfba3c4f4150bb33f6467ce4c0f75674a5d84
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:16:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dcfba3
7
8 games-emulation/pcsx2: use HTTPS for GitHub and HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 games-emulation/pcsx2/pcsx2-1.4.0.ebuild | 2 +-
13 games-emulation/pcsx2/pcsx2-9999.ebuild | 9 +++------
14 2 files changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/games-emulation/pcsx2/pcsx2-1.4.0.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0.ebuild
17 index efeb3022163..cfd1606f91a 100644
18 --- a/games-emulation/pcsx2/pcsx2-1.4.0.ebuild
19 +++ b/games-emulation/pcsx2/pcsx2-1.4.0.ebuild
20 @@ -8,7 +8,7 @@ MY_PV="${PV/_/-}"
21 inherit cmake-utils l10n multilib toolchain-funcs wxwidgets
22
23 DESCRIPTION="A PlayStation 2 emulator"
24 -HOMEPAGE="http://www.pcsx2.net"
25 +HOMEPAGE="https://www.pcsx2.net"
26 SRC_URI="https://github.com/PCSX2/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-3"
29
30 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
31 index a80184b7aa8..1c8978c8bad 100644
32 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
33 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -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
41 inherit cmake-utils git-r3 l10n multilib toolchain-funcs wxwidgets
42
43 DESCRIPTION="A PlayStation 2 emulator"
44 -HOMEPAGE="http://www.pcsx2.net"
45 -EGIT_REPO_URI=(
46 - "https://github.com/PCSX2/pcsx2.git"
47 - "git://github.com/PCSX2/pcsx2.git"
48 -)
49 +HOMEPAGE="https://www.pcsx2.net"
50 +EGIT_REPO_URI="https://github.com/PCSX2/${PN}.git"
51
52 LICENSE="GPL-3"
53 SLOT="0"