commit: a492b4bb54ff236af1807fd60e07cc549ecd1afa
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 11:21:47 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 11:21:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=a492b4bb
games-puzzle/osmosdemo: remove package
Unavailable sources, deprecated eclass.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild | 50 ---------------------------
1 file changed, 50 deletions(-)
diff --git a/games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild
b/games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild
deleted file mode 100644
index 538c07b..0000000
--- a/games-puzzle/osmosdemo/osmosdemo-1.6.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils games
-
-MY_PN="OsmosDemo"
-MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="Play as a single-celled organism absorbing others"
-HOMEPAGE="http://www.hemispheregames.com/osmos/"
-SRC_URI="http://www.hemispheregames.com/blog/wp-content/uploads/2010/04/${MY_P}.tar.gz"
-
-LICENSE="OSMOS"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-PROPERTIES="interactive"
-
-RDEPEND="virtual/opengl
- virtual/glu
- x11-libs/libX11
- media-libs/freetype:2
- sys-libs/glibc
- media-libs/openal
- media-libs/libvorbis"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-GAMES_CHECK_LICENSE="yes"
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
-
- insinto "${dir}"
- exeinto "${dir}"
- doexe ${MY_PN} ${MY_PN}.bin{32,64} || die "doexe"
- dohtml readme.html
- doins -r Fonts/ Sounds/ Textures/ Osmos-* *.cfg || die "doins failed"
- newicon Icons/256x256.png ${PN}.png
-
- games_make_wrapper ${PN} ./${MY_PN} "${dir}"
- make_desktop_entry ${PN} "Osmos Demo"
-
- prepgamesdirs
-}