diff options
author | 2015-04-20 17:04:59 +0000 | |
---|---|---|
committer | 2015-04-20 17:04:59 +0000 | |
commit | 886b34d596844dbe818023b1eeae729c35a452fc (patch) | |
tree | 7eac1edbcbc84d4126c52e388aca02e908f2b611 /games-arcade/gnujump/gnujump-1.0.6.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-886b34d596844dbe818023b1eeae729c35a452fc.tar.gz gentoo-2-886b34d596844dbe818023b1eeae729c35a452fc.tar.bz2 gentoo-2-886b34d596844dbe818023b1eeae729c35a452fc.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade/gnujump/gnujump-1.0.6.ebuild')
-rw-r--r-- | games-arcade/gnujump/gnujump-1.0.6.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/games-arcade/gnujump/gnujump-1.0.6.ebuild b/games-arcade/gnujump/gnujump-1.0.6.ebuild deleted file mode 100644 index f55b29008b6f..000000000000 --- a/games-arcade/gnujump/gnujump-1.0.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnujump/gnujump-1.0.6.ebuild,v 1.3 2015/01/06 10:49:25 tupone Exp $ - -EAPI=5 -inherit eutils games - -DESCRIPTION="Xjump clone with added features" -HOMEPAGE="http://gnujump.es.gnu.org" -SRC_URI="mirror://gnu/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis] - virtual/opengl - x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_install() { - default - newicon skins/xjump/hero1.0.png ${PN}.png - make_desktop_entry ${PN} "GNUjump" - - prepgamesdirs -} |