mr_bones_ 15/02/19 06:28:27 Modified: supertux-0.1.3.ebuild ChangeLog Log: update SRC_URI; tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.20 games-arcade/supertux/supertux-0.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild?r1=1.19&r2=1.20 Index: supertux-0.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- supertux-0.1.3.ebuild 9 Oct 2014 04:33:59 -0000 1.19 +++ supertux-0.1.3.ebuild 19 Feb 2015 06:28:27 -0000 1.20 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.19 2014/10/09 04:33:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.20 2015/02/19 06:28:27 mr_bones_ Exp $ EAPI=5 inherit eutils games DESCRIPTION="A game similar to Super Mario Bros" HOMEPAGE="http://super-tux.sourceforge.net" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" +SRC_URI="https://supertux.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -18,17 +18,17 @@ media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mod,vorbis] x11-libs/libXt" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} -PATCHES=( - "${FILESDIR}"/${P}-gcc41.patch - "${FILESDIR}"/${P}-ndebug.patch +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-gcc41.patch \ + "${FILESDIR}"/${P}-ndebug.patch \ "${FILESDIR}"/${P}-desktop.patch -) +} src_configure() { egamesconf \ - --disable-dependency-tracking \ --disable-debug \ $(use_enable opengl) } @@ -37,7 +37,7 @@ emake DESTDIR="${D}" \ desktopdir=/usr/share/applications \ icondir=/usr/share/pixmaps \ - install || die + install dodoc AUTHORS ChangeLog LEVELDESIGN README TODO prepgamesdirs } 1.38 games-arcade/supertux/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/supertux/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/supertux/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/supertux/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 9 Oct 2014 04:33:59 -0000 1.37 +++ ChangeLog 19 Feb 2015 06:28:27 -0000 1.38 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.37 2014/10/09 04:33:59 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.38 2015/02/19 06:28:27 mr_bones_ Exp $ + + 19 Feb 2015; Michael Sterrett <[email protected]> supertux-0.1.3.ebuild: + update SRC_URI; tidy 09 Oct 2014; Michael Sterrett <[email protected]> supertux-0.1.3.ebuild: mikmod -> mod (bug #524758)
