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/osmosdemo/
Date: Sat, 29 Feb 2020 13:05:02
Message-Id: 1582975307.a492b4bb54ff236af1807fd60e07cc549ecd1afa.winterheart@gentoo
1 commit: a492b4bb54ff236af1807fd60e07cc549ecd1afa
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 11:21:47 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 11:21:47 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=a492b4bb
7
8 games-puzzle/osmosdemo: remove package
9
10 Unavailable sources, deprecated eclass.
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild | 50 ---------------------------
14 1 file changed, 50 deletions(-)
15
16 diff --git a/games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild b/games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild
17 deleted file mode 100644
18 index 538c07b..0000000
19 --- a/games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild
20 +++ /dev/null
21 @@ -1,50 +0,0 @@
22 -# Copyright 1999-2010 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=2
27 -
28 -inherit eutils games
29 -
30 -MY_PN="OsmosDemo"
31 -MY_P="${MY_PN}_${PV}"
32 -
33 -DESCRIPTION="Play as a single-celled organism absorbing others"
34 -HOMEPAGE="http://www.hemispheregames.com/osmos/"
35 -SRC_URI="http://www.hemispheregames.com/blog/wp-content/uploads/2010/04/${MY_P}.tar.gz"
36 -
37 -LICENSE="OSMOS"
38 -SLOT="0"
39 -KEYWORDS="-* ~amd64 ~x86"
40 -IUSE=""
41 -RESTRICT="mirror strip"
42 -PROPERTIES="interactive"
43 -
44 -RDEPEND="virtual/opengl
45 - virtual/glu
46 - x11-libs/libX11
47 - media-libs/freetype:2
48 - sys-libs/glibc
49 - media-libs/openal
50 - media-libs/libvorbis"
51 -DEPEND="${RDEPEND}"
52 -
53 -S=${WORKDIR}/${MY_PN}
54 -
55 -GAMES_CHECK_LICENSE="yes"
56 -
57 -src_install() {
58 - local dir="${GAMES_PREFIX_OPT}/${PN}"
59 -
60 - insinto "${dir}"
61 - exeinto "${dir}"
62 - doexe ${MY_PN} ${MY_PN}.bin{32,64} || die "doexe"
63 - dohtml readme.html
64 - doins -r Fonts/ Sounds/ Textures/ Osmos-* *.cfg || die "doins failed"
65 - newicon Icons/256x256.png ${PN}.png
66 -
67 - games_make_wrapper ${PN} ./${MY_PN} "${dir}"
68 - make_desktop_entry ${PN} "Osmos Demo"
69 -
70 - prepgamesdirs
71 -}