diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-16 21:40:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-16 22:26:22 +0200 |
commit | 2f8ee0de3ae9afb73994e0619424a06850148dae (patch) | |
tree | 8f04bdb7579de8f1f1e40ace8a7f60eb67346220 /games-arcade/excido | |
parent | games-arcade/excido: Stop using games.eclass (diff) | |
download | gentoo-2f8ee0de3ae9afb73994e0619424a06850148dae.tar.gz gentoo-2f8ee0de3ae9afb73994e0619424a06850148dae.tar.bz2 gentoo-2f8ee0de3ae9afb73994e0619424a06850148dae.zip |
games-arcade/excido: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/excido')
-rw-r--r-- | games-arcade/excido/excido-0.1.5c-r2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/excido/excido-0.1.5c-r2.ebuild b/games-arcade/excido/excido-0.1.5c-r2.ebuild deleted file mode 100644 index 9f307bcec04c..000000000000 --- a/games-arcade/excido/excido-0.1.5c-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A fast paced action game" -HOMEPAGE="http://icculus.org/excido/" -SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-games/physfs - media-libs/libsdl[opengl] - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/sdl-image[png] - media-libs/openal - media-libs/freealut" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-freealut.patch \ - "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - emake DATADIR="${GAMES_DATADIR}"/${PN}/ -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins data/* - dodoc BUGS CHANGELOG HACKING README TODO \ - keyguide.txt data/CREDITS data/*.txt - prepgamesdirs -} |