summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/gnujump/gnujump-1.0.5.ebuild')
-rw-r--r--games-arcade/gnujump/gnujump-1.0.5.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/games-arcade/gnujump/gnujump-1.0.5.ebuild b/games-arcade/gnujump/gnujump-1.0.5.ebuild
deleted file mode 100644
index 0341868debd7..000000000000
--- a/games-arcade/gnujump/gnujump-1.0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnujump/gnujump-1.0.5.ebuild,v 1.3 2009/01/25 03:24:20 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="Xjump clone with added features"
-HOMEPAGE="http://gnujump.es.gnu.org"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer
- virtual/opengl
- x11-libs/libX11"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
-
- newicon skins/xjump/hero1.0.png ${PN}.png
- make_desktop_entry ${PN} "GNUjump"
-
- prepgamesdirs
-}