Gentoo Archives: gentoo-commits

From: gerion <gerion.entrup@×××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/gerislay:master commit in: games-strategy/openrct2/
Date: Fri, 13 Jul 2018 21:40:39
Message-Id: 1525947613.f6ce742e70a24648d2328498bd0d1b245e742c3c.gerion@gentoo
1 commit: f6ce742e70a24648d2328498bd0d1b245e742c3c
2 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
3 AuthorDate: Thu May 10 10:20:13 2018 +0000
4 Commit: gerion <gerion.entrup <AT> flump <DOT> de>
5 CommitDate: Thu May 10 10:20:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=f6ce742e
7
8 openrct2: drop, it's in the gentoo tree
9
10 games-strategy/openrct2/Manifest | 1 -
11 games-strategy/openrct2/openrct2-9999.ebuild | 31 ----------------------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/games-strategy/openrct2/Manifest b/games-strategy/openrct2/Manifest
15 deleted file mode 100644
16 index ff66a2e..0000000
17 --- a/games-strategy/openrct2/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -EBUILD openrct2-9999.ebuild 701 SHA256 7aa4e9537873133db3bab3fc4c0b31edd331235f952dbaebc45f86f3a6668874 SHA512 40e901af71998b05ee6e64f37b6e86c4a96a8be9bed19d7ad705419ba6517d11f864fcca06b5941963137065c6fd3e92ac0dcff0991f7d39c8086fc3e3253c02 WHIRLPOOL 02822f5d364e91c481b3ea934597b56d94938270bee591beb8a92f61ab2b6fb717fc98649650ea2c6072179e85dcc24f958f8881c354160ddf168008e92a859a
21
22 diff --git a/games-strategy/openrct2/openrct2-9999.ebuild b/games-strategy/openrct2/openrct2-9999.ebuild
23 deleted file mode 100644
24 index b5097ce..0000000
25 --- a/games-strategy/openrct2/openrct2-9999.ebuild
26 +++ /dev/null
27 @@ -1,31 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=6
33 -
34 -inherit cmake-utils git-r3
35 -
36 -DESCRIPTION="Open source re-implementation of Roller Coaster Tycoon 2"
37 -HOMEPAGE="https://openrct2.website/"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS=""
42 -IUSE="curl openssl"
43 -
44 -EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git"
45 -
46 -DEPEND="media-libs/libsdl2
47 - media-libs/sdl2-ttf
48 - media-libs/speex
49 - media-libs/fontconfig
50 - dev-libs/jansson
51 - curl? ( net-misc/curl )
52 - openssl? ( dev-libs/openssl )"
53 -RDEPEND="${DEPENDS}"
54 -
55 -pkg_postinst() {
56 - elog "Please note, you still need the original game assets"
57 - elog "to play this game. See also: https://openrct2.com/"
58 -}