diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-02-07 13:42:06 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-02-07 13:42:06 +0000 |
commit | 188bfa2b391f124b561405a602c71485e3fddd24 (patch) | |
tree | e38663fa9017b6c158257f70c61f1958ffe421e6 /games-arcade/supertux | |
parent | Use mirror://berlios (diff) | |
download | historical-188bfa2b391f124b561405a602c71485e3fddd24.tar.gz historical-188bfa2b391f124b561405a602c71485e3fddd24.tar.bz2 historical-188bfa2b391f124b561405a602c71485e3fddd24.zip |
Use mirror://berlios
Package-Manager: portage-2.1.2-r8
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 19 |
2 files changed, 13 insertions, 13 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 65389341bc10..3a9537049744 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.27 2006/12/23 01:19:37 chainsaw Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.28 2007/02/07 13:42:06 nyhm Exp $ + + 07 Feb 2007; Tristan Heaven <nyhm@gentoo.org> supertux-0.1.3.ebuild: + Use mirror://berlios 23 Dec 2006; Tony Vroon <chainsaw@gentoo.org> supertux-0.1.3.ebuild: Keyword ~ppc64 now that mikmod works. diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild index 4c1559057d5b..62a655374dbb 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.8 2006/12/23 01:19:37 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.9 2007/02/07 13:42:06 nyhm Exp $ GAMES_USE_SDL="nojoystick" #bug #100372 inherit eutils games DESCRIPTION="A game similar to Super Mario Bros." HOMEPAGE="http://super-tux.sourceforge.net" -SRC_URI=" http://download.berlios.de/supertux/${P}.tar.bz2" +SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 sparc x86" IUSE="opengl" -RDEPEND=">=media-libs/libsdl-1.2.4 - >=media-libs/sdl-image-1.2.2 - >=media-libs/sdl-mixer-1.2.5 - sys-libs/zlib" -DEPEND="${RDEPEND} +DEPEND="media-libs/libsdl + media-libs/sdl-image + media-libs/sdl-mixer x11-libs/libXt" pkg_setup() { @@ -30,7 +28,6 @@ pkg_setup() { src_unpack() { unpack ${A} - epatch "${FILESDIR}"/${P}-gcc41.patch } @@ -44,10 +41,10 @@ src_compile() { } src_install() { - make DESTDIR="${D}" \ + emake DESTDIR="${D}" \ desktopdir=/usr/share/applications \ icondir=/usr/share/pixmaps \ - install || die "make install failed" + install || die "emake install failed" dodoc AUTHORS ChangeLog LEVELDESIGN README TODO prepgamesdirs } |