summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 06:28:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 06:28:27 +0000
commite56c8234cfeabfc801102ff01f0091f36d18c8a6 (patch)
tree0098d3ef07fdc47e1ee40cb2521f591f94d0dfe0 /games-arcade
parenttidy (diff)
downloadgentoo-2-e56c8234cfeabfc801102ff01f0091f36d18c8a6.tar.gz
gentoo-2-e56c8234cfeabfc801102ff01f0091f36d18c8a6.tar.bz2
gentoo-2-e56c8234cfeabfc801102ff01f0091f36d18c8a6.zip
update SRC_URI; tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/supertux/ChangeLog7
-rw-r--r--games-arcade/supertux/supertux-0.1.3.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog
index a3b5718b3525..18ff1b837215 100644
--- a/games-arcade/supertux/ChangeLog
+++ b/games-arcade/supertux/ChangeLog
@@ -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 <mr_bones_@gentoo.org> supertux-0.1.3.ebuild:
+ update SRC_URI; tidy
09 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> supertux-0.1.3.ebuild:
mikmod -> mod (bug #524758)
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild
index 6dc9cc7b976d..06aa366dfbe6 100644
--- a/games-arcade/supertux/supertux-0.1.3.ebuild
+++ b/games-arcade/supertux/supertux-0.1.3.ebuild
@@ -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 @@ DEPEND="media-libs/libsdl[joystick]
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 @@ src_install() {
emake DESTDIR="${D}" \
desktopdir=/usr/share/applications \
icondir=/usr/share/pixmaps \
- install || die
+ install
dodoc AUTHORS ChangeLog LEVELDESIGN README TODO
prepgamesdirs
}