Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/offspringfling/, games-puzzle/offspringfling/files/
Date: Sat, 29 Feb 2020 13:05:03
Message-Id: 1582974896.35720fd34b108bae5d84f392d7ee6db0b7d2d1e3.winterheart@gentoo
1 commit: 35720fd34b108bae5d84f392d7ee6db0b7d2d1e3
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 11:14:56 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 11:14:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=35720fd3
7
8 games-puzzle/offspringfling: remove package
9
10 Deprecated eclass, deprecated technology.
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 .../offspringfling/files/offspringfling.png | Bin 8209 -> 0 bytes
14 .../offspringfling/offspringfling-1.1.3.ebuild | 50 ---------------------
15 2 files changed, 50 deletions(-)
16
17 diff --git a/games-puzzle/offspringfling/files/offspringfling.png b/games-puzzle/offspringfling/files/offspringfling.png
18 deleted file mode 100644
19 index 17f0139..0000000
20 Binary files a/games-puzzle/offspringfling/files/offspringfling.png and /dev/null differ
21
22 diff --git a/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild b/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild
23 deleted file mode 100644
24 index 5c0e5de..0000000
25 --- a/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild
26 +++ /dev/null
27 @@ -1,50 +0,0 @@
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 -}