diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-04-26 01:03:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-04-26 01:03:53 +0000 |
commit | 73dbdd3415dc9cb19e98bfb0d1c48e651076e146 (patch) | |
tree | fc8301e30b198122fe1d9dc7f24ddaba37df71bf /games-arcade | |
parent | Add patch for automake-1.13 build wrt bug 466954 (diff) | |
download | gentoo-2-73dbdd3415dc9cb19e98bfb0d1c48e651076e146.tar.gz gentoo-2-73dbdd3415dc9cb19e98bfb0d1c48e651076e146.tar.bz2 gentoo-2-73dbdd3415dc9cb19e98bfb0d1c48e651076e146.zip |
version bump (bug #467284)
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/gnujump/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/gnujump/gnujump-1.0.8.ebuild | 31 |
2 files changed, 38 insertions, 3 deletions
diff --git a/games-arcade/gnujump/ChangeLog b/games-arcade/gnujump/ChangeLog index 50d2fafb82b8..4a2d82eeac86 100644 --- a/games-arcade/gnujump/ChangeLog +++ b/games-arcade/gnujump/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/gnujump -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnujump/ChangeLog,v 1.5 2009/10/25 12:52:15 maekke Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnujump/ChangeLog,v 1.6 2013/04/26 01:03:53 mr_bones_ Exp $ + +*gnujump-1.0.8 (26 Apr 2013) + + 26 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> +gnujump-1.0.8.ebuild: + version bump (bug #467284) 25 Oct 2009; Markus Meier <maekke@gentoo.org> gnujump-1.0.6.ebuild: amd64/x86 stable, bug #288806 @@ -47,4 +52,3 @@ +files/sdljump-0.91.1-configure.patch, +metadata.xml, +sdljump-0.91.1.ebuild: initial commit - ebuild submitted by Paul Bredbury via bug #116915 - diff --git a/games-arcade/gnujump/gnujump-1.0.8.ebuild b/games-arcade/gnujump/gnujump-1.0.8.ebuild new file mode 100644 index 000000000000..73b79052343b --- /dev/null +++ b/games-arcade/gnujump/gnujump-1.0.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gnujump/gnujump-1.0.8.ebuild,v 1.1 2013/04/26 01:03:52 mr_bones_ Exp $ + +EAPI=2 +inherit eutils games + +DESCRIPTION="Xjump clone with added features" +HOMEPAGE="http://gnujump.es.gnu.org" +SRC_URI="ftp://ftp.gnu.org/gnu/gnujump/${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" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README + + newicon skins/xjump/hero1.0.png ${PN}.png + make_desktop_entry ${PN} "GNUjump" + + prepgamesdirs +} |