Gentoo Archives: gentoo-commits

From: Marcel Unbehaun <frostworks@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/
Date: Mon, 31 Oct 2011 14:36:44
Message-Id: c262cd5122e6d97eadf7d21850ba8518e936b0e6.frostwork@gentoo
1 commit: c262cd5122e6d97eadf7d21850ba8518e936b0e6
2 Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
3 AuthorDate: Mon Oct 31 14:36:16 2011 +0000
4 Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
5 CommitDate: Mon Oct 31 14:36:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c262cd51
7
8 [games-puzzle/phlipple] initial phlipple-0.8.1.ebuild
9
10 ---
11 games-puzzle/phlipple/phlipple-0.8.1.ebuild | 23 +++++++++++++++++++++++
12 1 files changed, 23 insertions(+), 0 deletions(-)
13
14 diff --git a/games-puzzle/phlipple/phlipple-0.8.1.ebuild b/games-puzzle/phlipple/phlipple-0.8.1.ebuild
15 new file mode 100644
16 index 0000000..68d325e
17 --- /dev/null
18 +++ b/games-puzzle/phlipple/phlipple-0.8.1.ebuild
19 @@ -0,0 +1,23 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: games-puzzle/phlipple/phlipple-0.8.1.ebuild frostwork Exp $
23 +
24 +EAPI="3"
25 +
26 +inherit eutils games flag-o-matic
27 +
28 +DESCRIPTION="a unique puzzle game with the goal to reduce a 3D shape to a single square"
29 +HOMEPAGE="http://${PN}.sourceforge.net/"
30 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 +
32 +LICENSE="GPL-3"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +DEPEND="media-libs/libsdl
38 + media-libs/sdl-image
39 + media-libs/sdl-mixer
40 + media-libs/sdl-ttf
41 + virtual/opengl
42 + virtual/glu"