From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57B6D139694 for ; Sun, 30 Jul 2017 09:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 847481FC299; Sun, 30 Jul 2017 09:38:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66EB61FC299 for ; Sun, 30 Jul 2017 09:38:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37B0E341A99 for ; Sun, 30 Jul 2017 09:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F2FC74D0 for ; Sun, 30 Jul 2017 09:38:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407480.28dcfba3c4f4150bb33f6467ce4c0f75674a5d84.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-1.4.0.ebuild games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 28dcfba3c4f4150bb33f6467ce4c0f75674a5d84 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:38:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f1728db1-14bb-45d1-8391-67794fdd0b9a X-Archives-Hash: 8c85f700ef474a1816b337b449942d57 commit: 28dcfba3c4f4150bb33f6467ce4c0f75674a5d84 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 16:16:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:38:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dcfba3 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 efeb3022163..cfd1606f91a 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 a80184b7aa8..1c8978c8bad 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"