Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/
Date: Sun, 30 Sep 2018 21:36:05
Message-Id: 1538343338.44076ba8fd245076a98040ea40f4b9dd7a9e5fdb.asturm@gentoo
1 commit: 44076ba8fd245076a98040ea40f4b9dd7a9e5fdb
2 Author: Hendrik v. Raven <hendrik <AT> consetetur <DOT> de>
3 AuthorDate: Fri Sep 28 06:48:28 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 21:35:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44076ba8
7
8 games-simulation/openrct2: update website
9
10 Closes: https://bugs.gentoo.org/667134
11 Reported-by: Daniel M. Weeks <dan <AT> danweeks.net>
12 Signed-off-by: Hendrik v. Raven <hendrik <AT> consetetur.de>
13 Package-Manager: Portage-2.3.38, Repoman-2.3.9
14 Closes: https://github.com/gentoo/gentoo/pull/9995
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 games-simulation/openrct2/openrct2-0.2.0.ebuild | 2 +-
18 games-simulation/openrct2/openrct2-9999.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/games-simulation/openrct2/openrct2-0.2.0.ebuild b/games-simulation/openrct2/openrct2-0.2.0.ebuild
22 index f8059872fa8..e0f361457bf 100644
23 --- a/games-simulation/openrct2/openrct2-0.2.0.ebuild
24 +++ b/games-simulation/openrct2/openrct2-0.2.0.ebuild
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit cmake-utils gnome2-utils xdg-utils
27
28 DESCRIPTION="An open source re-implementation of RollerCoaster Tycoon 2"
29 -HOMEPAGE="https://openrct2.website/"
30 +HOMEPAGE="https://openrct2.org/"
31 if [[ ${PV} == 9999 ]]; then
32 EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git"
33 EGIT_BRANCH="develop"
34
35 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
36 index d9c56e6aeb0..813f2f4c1db 100644
37 --- a/games-simulation/openrct2/openrct2-9999.ebuild
38 +++ b/games-simulation/openrct2/openrct2-9999.ebuild
39 @@ -6,7 +6,7 @@ EAPI=6
40 inherit cmake-utils gnome2-utils xdg-utils
41
42 DESCRIPTION="An open source re-implementation of RollerCoaster Tycoon 2"
43 -HOMEPAGE="https://openrct2.website/"
44 +HOMEPAGE="https://openrct2.org/"
45 if [[ ${PV} == 9999 ]]; then
46 EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git"
47 EGIT_BRANCH="develop"