summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-16 22:06:08 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-16 22:26:37 +0200
commitd1b949fcb1dd825b942cc9b78edcca4651e302d9 (patch)
treecb43d1095a45cba6ddc270c249c9f50ac3f1c1fe /games-arcade
parentgames-arcade/gish-demo: Stop using games.eclass (diff)
downloadgentoo-d1b949fcb1dd825b942cc9b78edcca4651e302d9.tar.gz
gentoo-d1b949fcb1dd825b942cc9b78edcca4651e302d9.tar.bz2
gentoo-d1b949fcb1dd825b942cc9b78edcca4651e302d9.zip
games-arcade/gish-demo: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/gish-demo/gish-demo-1.6.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/games-arcade/gish-demo/gish-demo-1.6.ebuild b/games-arcade/gish-demo/gish-demo-1.6.ebuild
deleted file mode 100644
index cbfaf9f283bc..000000000000
--- a/games-arcade/gish-demo/gish-demo-1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around"
-HOMEPAGE="http://www.chroniclogic.com/gish.htm"
-SRC_URI="http://www.chroniclogic.com/demos/gishdemo.tar.gz -> ${P}.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror bindist strip"
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/gish"
-
-RDEPEND="media-libs/libsdl
- media-libs/libvorbis
- virtual/opengl
- x11-libs/libX11
- >=media-libs/openal-1.6.372"
-
-S=${WORKDIR}/gishdemo
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
- local gishbin=gishdemo
- use amd64 && gishbin=gishdemo_64
-
- insinto "${dir}"
- doins -r *
- fperms +x "${dir}"/${gishbin}
- games_make_wrapper gish ./${gishbin} "${dir}"
- prepgamesdirs
-}