diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-22 21:14:20 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-22 21:39:51 +0200 |
commit | 93ee1a7f814c2f0666fbfbba0af7a6bdab257c45 (patch) | |
tree | b7b5140adccce4a7f89bd2093574a36592927860 /games-arcade/moleinvasion | |
parent | games-arcade/moleinvasion: Stop using games.eclass (diff) | |
download | gentoo-93ee1a7f814c2f0666fbfbba0af7a6bdab257c45.tar.gz gentoo-93ee1a7f814c2f0666fbfbba0af7a6bdab257c45.tar.bz2 gentoo-93ee1a7f814c2f0666fbfbba0af7a6bdab257c45.zip |
games-arcade/moleinvasion: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/moleinvasion')
-rw-r--r-- | games-arcade/moleinvasion/moleinvasion-0.4-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games-arcade/moleinvasion/moleinvasion-0.4-r1.ebuild b/games-arcade/moleinvasion/moleinvasion-0.4-r1.ebuild deleted file mode 100644 index f9946b1c1eba..000000000000 --- a/games-arcade/moleinvasion/moleinvasion-0.4-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Mole infested 2D platform game" -HOMEPAGE="http://moleinvasion.tuxfamily.org/" -SRC_URI="ftp://download.tuxfamily.org/minvasion/packages/MoleInvasion-${PV}.tar.bz2 - music? ( mirror://gentoo/${PN}-music-20090731.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="music" - -DEPEND="media-libs/libsdl[opengl,video] - virtual/opengl - media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-ttf" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${P}/src - -src_prepare() { - use music && mv -f "${WORKDIR}"/music ../ - sed -i \ - -e '/^CFLAGS/s:= -g:+=:' \ - -e '/^LDFLAGS/d' \ - -e "/^FINALEXEDIR/s:/usr.*:${GAMES_BINDIR}:" \ - -e "/^FINALDATADIR/s:/usr.*:${GAMES_DATADIR}/${PN}:" \ - Makefile \ - || die "sed failed" - epatch "${FILESDIR}"/${P}-opengl.patch \ - "${FILESDIR}"/${P}-underlink.patch -} - -src_install() { - emake DESTDIR="${D}" install install-data - newicon ../gfx/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Mole Invasion" - doman ../debian/*.6 - prepgamesdirs -} |