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 20B26138334 for ; Sun, 30 Sep 2018 21:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE72E087B; Sun, 30 Sep 2018 21:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 046D0E087B for ; Sun, 30 Sep 2018 21:36:02 +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 9E2ED335CB5 for ; Sun, 30 Sep 2018 21:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 841F73FA for ; Sun, 30 Sep 2018 21:35:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538343338.44076ba8fd245076a98040ea40f4b9dd7a9e5fdb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/openrct2/openrct2-0.2.0.ebuild games-simulation/openrct2/openrct2-9999.ebuild X-VCS-Directories: games-simulation/openrct2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44076ba8fd245076a98040ea40f4b9dd7a9e5fdb X-VCS-Branch: master Date: Sun, 30 Sep 2018 21:35:59 +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: 8b9fdca1-9a81-4fc5-a4e6-170471d18fcf X-Archives-Hash: 8b49990dc8b2e34e59a5dfaeda48c07f commit: 44076ba8fd245076a98040ea40f4b9dd7a9e5fdb Author: Hendrik v. Raven consetetur de> AuthorDate: Fri Sep 28 06:48:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 21:35:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44076ba8 games-simulation/openrct2: update website Closes: https://bugs.gentoo.org/667134 Reported-by: Daniel M. Weeks danweeks.net> Signed-off-by: Hendrik v. Raven consetetur.de> Package-Manager: Portage-2.3.38, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9995 Signed-off-by: Andreas Sturmlechner gentoo.org> games-simulation/openrct2/openrct2-0.2.0.ebuild | 2 +- games-simulation/openrct2/openrct2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/openrct2/openrct2-0.2.0.ebuild b/games-simulation/openrct2/openrct2-0.2.0.ebuild index f8059872fa8..e0f361457bf 100644 --- a/games-simulation/openrct2/openrct2-0.2.0.ebuild +++ b/games-simulation/openrct2/openrct2-0.2.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils gnome2-utils xdg-utils DESCRIPTION="An open source re-implementation of RollerCoaster Tycoon 2" -HOMEPAGE="https://openrct2.website/" +HOMEPAGE="https://openrct2.org/" if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git" EGIT_BRANCH="develop" diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index d9c56e6aeb0..813f2f4c1db 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils gnome2-utils xdg-utils DESCRIPTION="An open source re-implementation of RollerCoaster Tycoon 2" -HOMEPAGE="https://openrct2.website/" +HOMEPAGE="https://openrct2.org/" if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git" EGIT_BRANCH="develop"