diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-17 22:50:45 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-17 23:00:49 +0200 |
commit | 4aa5b15bf4eab33a863b1f35e22d36ed2a7d4205 (patch) | |
tree | 6cb18211368d562db675a5952be44e4f2b3d0f30 /games-arcade/jumpnbump | |
parent | games-arcade/jumpnbump: Stop using games.eclass (diff) | |
download | gentoo-4aa5b15bf4eab33a863b1f35e22d36ed2a7d4205.tar.gz gentoo-4aa5b15bf4eab33a863b1f35e22d36ed2a7d4205.tar.bz2 gentoo-4aa5b15bf4eab33a863b1f35e22d36ed2a7d4205.zip |
games-arcade/jumpnbump: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/jumpnbump')
-rw-r--r-- | games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild b/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild deleted file mode 100644 index e6ee225519b9..000000000000 --- a/games-arcade/jumpnbump/jumpnbump-1.50-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils games - -DESCRIPTION="a funny multiplayer game about cute little fluffy bunnies" -HOMEPAGE="http://www.jumpbump.mine.nu/" -SRC_URI=" - http://www.jumpbump.mine.nu/port/${P}.tar.gz - mirror://gentoo/${P}-autotool.patch.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="X fbcon kde svga tk +music" - -DEPEND=" - media-libs/sdl-mixer - media-libs/libsdl[sound,joystick,video] - media-libs/sdl-net - X? ( x11-libs/libXext ) - kde? ( kde-apps/kdialog ) - music? ( media-libs/sdl-mixer[mod] ) -" -RDEPEND="${DEPEND} - tk? ( - dev-lang/tcl:0= - dev-lang/tk:0= - )" - -src_prepare() { - epatch ../${P}-autotool.patch - rm -f configure - eautoreconf - sed -i \ - -e "/PREFIX/ s:PREFIX.*:\"${GAMES_DATADIR}/${PN}/jumpbump.dat\":" \ - globals.h \ - || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" install - # clean up a bit. It leaves a dep on Xdialog but ignore that. - use fbcon || rm -f "${D}${GAMES_BINDIR}/jumpnbump.fbcon" - use kde || rm -f "${D}${GAMES_BINDIR}/jumpnbump-kdialog" - use svga || rm -f "${D}${GAMES_BINDIR}/jumpnbump.svgalib" - use tk || rm -f "${D}${GAMES_BINDIR}/jnbmenu.tcl" - newicon sdl/jumpnbump64.xpm ${PN}.xpm - make_desktop_entry ${PN} "Jump n Bump" - prepgamesdirs -} |