aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-strategy/openrct2/Manifest1
-rw-r--r--games-strategy/openrct2/openrct2-9999.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/games-strategy/openrct2/Manifest b/games-strategy/openrct2/Manifest
deleted file mode 100644
index ff66a2e..0000000
--- a/games-strategy/openrct2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD openrct2-9999.ebuild 701 SHA256 7aa4e9537873133db3bab3fc4c0b31edd331235f952dbaebc45f86f3a6668874 SHA512 40e901af71998b05ee6e64f37b6e86c4a96a8be9bed19d7ad705419ba6517d11f864fcca06b5941963137065c6fd3e92ac0dcff0991f7d39c8086fc3e3253c02 WHIRLPOOL 02822f5d364e91c481b3ea934597b56d94938270bee591beb8a92f61ab2b6fb717fc98649650ea2c6072179e85dcc24f958f8881c354160ddf168008e92a859a
diff --git a/games-strategy/openrct2/openrct2-9999.ebuild b/games-strategy/openrct2/openrct2-9999.ebuild
deleted file mode 100644
index b5097ce..0000000
--- a/games-strategy/openrct2/openrct2-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="Open source re-implementation of Roller Coaster Tycoon 2"
-HOMEPAGE="https://openrct2.website/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="curl openssl"
-
-EGIT_REPO_URI="https://github.com/OpenRCT2/OpenRCT2.git"
-
-DEPEND="media-libs/libsdl2
- media-libs/sdl2-ttf
- media-libs/speex
- media-libs/fontconfig
- dev-libs/jansson
- curl? ( net-misc/curl )
- openssl? ( dev-libs/openssl )"
-RDEPEND="${DEPENDS}"
-
-pkg_postinst() {
- elog "Please note, you still need the original game assets"
- elog "to play this game. See also: https://openrct2.com/"
-}