From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RP2m1-0004v2-Ui for garchives@archives.gentoo.org; Sat, 12 Nov 2011 01:52:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 277B721C097; Sat, 12 Nov 2011 01:52:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CA90021C097 for ; Sat, 12 Nov 2011 01:52:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E58671B4010 for ; Sat, 12 Nov 2011 01:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2B66D80042 for ; Sat, 12 Nov 2011 01:52:28 +0000 (UTC) From: "Bernhard Mallinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernhard Mallinger" Message-ID: Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/unknown-horizons/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/unknown-horizons/unknown-horizons-2011.3.ebuild X-VCS-Directories: games-strategy/unknown-horizons/ X-VCS-Committer: totycro X-VCS-Committer-Name: Bernhard Mallinger X-VCS-Revision: a4dceb9cf8535955c06e752357c49e868e29bbb8 Date: Sat, 12 Nov 2011 01:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7ef1d039-d66e-40e0-a4f4-fae24c22a745 X-Archives-Hash: 5410371cf1d67519c78229b09aefe6b7 commit: a4dceb9cf8535955c06e752357c49e868e29bbb8 Author: totycro unknown-horizons org> AuthorDate: Sat Nov 12 01:52:20 2011 +0000 Commit: Bernhard Mallinger gmx at> CommitDate: Sat Nov 12 01:52:20 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Da4dceb9c Added unknown-horizons-2011.3.ebuild --- .../unknown-horizons-2011.3.ebuild | 38 ++++++++++++++= ++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/games-strategy/unknown-horizons/unknown-horizons-2011.3.ebui= ld b/games-strategy/unknown-horizons/unknown-horizons-2011.3.ebuild new file mode 100644 index 0000000..4f92257 --- /dev/null +++ b/games-strategy/unknown-horizons/unknown-horizons-2011.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +PYTHON_DEPEND=3D"2:2.7" +PYTHON_USE_WITH=3D"sqlite" + +inherit distutils games +DESCRIPTION=3D"Anno-like real time strategy game" +HOMEPAGE=3D"http://www.unknown-horizons.org/" + +SRC_URI=3D"mirror://sourceforge/unknownhorizons/${P}-source.tar.bz2" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"0" +IUSE=3D"" + +DEPEND=3D"dev-python/pyyaml + =3Dgames-engines/fife-0.3.3-r2 + dev-python/python-distutils-extra" + +RDEPEND=3D"$DEPEND" + +S=3D"${WORKDIR}"/${PN} + +src_compile() { + distutils_src_compile build_i18n +} + +src_install() { + # FIXME: exe and data-files goes into wrong place, games.gentoo.org pol= icy + # violation + distutils_src_install + prepgamesdirs +}