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 1QBk48-0005nG-NE for garchives@archives.gentoo.org; Mon, 18 Apr 2011 08:44:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7E501C03F; Mon, 18 Apr 2011 08:44:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 623E21C03F for ; Mon, 18 Apr 2011 08:44:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 941F51B4054 for ; Mon, 18 Apr 2011 08:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AC99180065 for ; Mon, 18 Apr 2011 08:44:01 +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-engines/fife/, games-strategy/unknown-horizons/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-engines/fife/fife-0.3.1_p3607.ebuild games-strategy/unknown-horizons/unknown-horizons-2011.1.ebuild X-VCS-Directories: games-engines/fife/ games-strategy/unknown-horizons/ X-VCS-Committer: totycro X-VCS-Committer-Name: Bernhard Mallinger X-VCS-Revision: fda58fbfd04587ff93fb6f9d3d53a0348b663f99 Date: Mon, 18 Apr 2011 08:44:01 +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: X-Archives-Hash: 5bb2838b6fb1b8b1505432d003ffd962 commit: fda58fbfd04587ff93fb6f9d3d53a0348b663f99 Author: totycro unknown-horizons org> AuthorDate: Mon Apr 18 08:43:53 2011 +0000 Commit: Bernhard Mallinger gmx at> CommitDate: Mon Apr 18 08:43:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dfda58fbf Added unknown-horizons-2011.1 and fife-0.3.1_p3607 --- games-engines/fife/fife-0.3.1_p3607.ebuild | 69 ++++++++++++++= ++++++ .../unknown-horizons-2011.1.ebuild | 35 ++++++++++ 2 files changed, 104 insertions(+), 0 deletions(-) diff --git a/games-engines/fife/fife-0.3.1_p3607.ebuild b/games-engines/f= ife/fife-0.3.1_p3607.ebuild new file mode 100644 index 0000000..a085ce6 --- /dev/null +++ b/games-engines/fife/fife-0.3.1_p3607.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"2" + +PYTHON_DEPEND=3D"2" + +inherit subversion python + +DESCRIPTION=3D"Flexible Isometric Free Engine" +HOMEPAGE=3D"http://fifengine.de/" + +ESVN_REPO_URI=3D"http://fife.svn.cvsdude.com/engine/trunk" +ESVN_REVISION=3D"3607" + +LICENSE=3D"LGPL-2" + +KEYWORDS=3D"~amd64 ~x86" +SLOT=3D"0" +IUSE=3D"debug opengl profile" + +RDEPEND=3D"dev-libs/boost + dev-python/pyyaml + media-libs/libsdl + media-libs/sdl-ttf + media-libs/sdl-image[png] + media-libs/libvorbis + media-libs/libogg + media-libs/openal + sys-libs/zlib + x11-libs/libXcursor + opengl? ( virtual/opengl virtual/glu dev-games/guichan[opengl] ) + dev-games/guichan[sdl] + media-libs/libpng + x11-libs/libXext +" + +DEPEND=3D"${RDEPEND} + dev-util/scons + dev-lang/swig +" + +src_prepare() { + #remove bundled libs + rm -r ext + epatch "${FILESDIR}/${PN}-0.3.1-unbundle-libpng.patch" +} + +src_compile() { + local SCONS_ARGS=3D"" + if use debug; then + SCONS_ARGS=3D"$SCONS_ARGS --enable-debug" + fi + + if ! use opengl; then + SCONS_ARGS=3D"$SCONS_ARGS --disable-opengl" + fi + + if use profile; then + SCONS_ARGS=3D"$SCONS_ARGS --enable-profile" + fi + + scons --python-prefix=3D"${D}/$(python_get_sitedir)" --prefix=3D"${D}"/= usr "$SCONS_ARGS" +} + +src_install() { + scons install-python --python-prefix=3D"${D}/$(python_get_sitedir)" --p= refix=3D"${D}"/usr || die "Install failed" +} diff --git a/games-strategy/unknown-horizons/unknown-horizons-2011.1.ebui= ld b/games-strategy/unknown-horizons/unknown-horizons-2011.1.ebuild new file mode 100644 index 0000000..176d046 --- /dev/null +++ b/games-strategy/unknown-horizons/unknown-horizons-2011.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +inherit distutils games +DESCRIPTION=3D"Anno-like real time strategy game" +HOMEPAGE=3D"http://unknown-horizons.org/" + +SRC_URI=3D"http://sourceforge.net/projects/unknownhorizons/files/Unknown= %20Horizons/2011.1/unknown-horizons-2011.1a.tar.gz" + +LICENSE=3D"GPL-2" +KEYWORDS=3D"~x86 ~amd64" +SLOT=3D"0" +IUSE=3D"" + +DEPEND=3D" +>=3Ddev-lang/python-2.5[sqlite] +