From cb174c2d285f87604bc43b7027efa65db510eec0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Feb 2017 12:26:57 +0000 Subject: take over maintanership of openttd for now, till we stabilise newer dev-libs/icu --- games-simulation/openttd/openttd-1.6.0.ebuild | 184 ++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 games-simulation/openttd/openttd-1.6.0.ebuild (limited to 'games-simulation/openttd/openttd-1.6.0.ebuild') diff --git a/games-simulation/openttd/openttd-1.6.0.ebuild b/games-simulation/openttd/openttd-1.6.0.ebuild new file mode 100644 index 00000000..6a080a0e --- /dev/null +++ b/games-simulation/openttd/openttd-1.6.0.ebuild @@ -0,0 +1,184 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils gnome2-utils games + +DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" +HOMEPAGE="http://www.openttd.org/" +SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc ~ppc64 x86" +IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png cpu_flags_x86_sse +timidity +truetype zlib" +RESTRICT="test" # needs a graphics set in order to test + +RDEPEND="!dedicated? ( + media-libs/libsdl[sound,X,video] + icu? ( + || ( + ( + dev-libs/icu-layoutex + dev-libs/icu-le-hb + >=dev-libs/icu-58.1 + ) +