Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/offspringfling/, games-puzzle/offspringfling/files/
Date: Fri, 31 May 2013 21:28:20
Message-Id: 1370035678.bf400c5a5ec6d67c3133c3b511d997a085e8e4c4.mva@gentoo
1 commit: bf400c5a5ec6d67c3133c3b511d997a085e8e4c4
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Fri May 31 21:27:58 2013 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Fri May 31 21:27:58 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=bf400c5a
7
8 [games-puzzle/offspringfling] Added
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 .../offspringfling/files/offspringfling.png | Bin 0 -> 8209 bytes
14 .../offspringfling/offspringfling-1.1.3.ebuild | 50 +++++++++++++++++++++
15 2 files changed, 50 insertions(+)
16
17 diff --git a/games-puzzle/offspringfling/files/offspringfling.png b/games-puzzle/offspringfling/files/offspringfling.png
18 new file mode 100644
19 index 0000000..17f0139
20 Binary files /dev/null and b/games-puzzle/offspringfling/files/offspringfling.png differ
21
22 diff --git a/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild b/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild
23 new file mode 100644
24 index 0000000..5c0e5de
25 --- /dev/null
26 +++ b/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild
27 @@ -0,0 +1,50 @@
28 +# Copyright 1999-2011 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Header: games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild frostwork Exp $
31 +
32 +EAPI="5"
33 +
34 +inherit games multilib
35 +
36 +DESCRIPTION="A game about a poor forest creature that has misplaced all of her children."
37 +HOMEPAGE="http://offspringfling.com/"
38 +SRC_URI="
39 + ${PN/fl/_fl}-linux-${PV}.tar.gz
40 +"
41 +
42 +LICENSE="as-is"
43 +SLOT="0"
44 +RESTRICT="fetch"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND=""
49 +RDEPEND="
50 + www-client/firefox
51 + www-client/firefox-bin
52 + www-client/chromium
53 + www-client/google-chrome
54 + www-client/rekonq
55 + www-client/midori
56 + www-client/opera
57 + www-client/opera-next
58 + www-client/luajit
59 + kde-base/konqueror
60 + www-client/seamonkey
61 + www-client/qupzilla
62 + app-leechcraft/lc-poshuku
63 +"
64 +
65 +GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
66 +S="${WORKDIR}/Offspring Fling Linux"
67 +DOCS=( "Linux Fullscreen.txt" )
68 +
69 +src_install() {
70 + insinto "${GAMEDIR}"
71 + doins "data/OffspringFling.swf"
72 + games_make_wrapper "${PN}" '${BROWSER} ./OffspringFling.swf' "${GAMEDIR}"
73 + doicon "${FILESDIR}/${PN}.png"
74 + make_desktop_entry "${PN}" "${PN}" "${PN}"
75 +
76 + prepgamesdirs
77 +}