Changeset - f32353bad3ad
[Not reviewed]
default
0 3 0
Nathan Brink (binki) - 16 years ago 2009-04-20 23:12:12
ohnobinki@ohnopublishing.net
games-arcade/supertux: reordered useflags, fixed ChangeLog, fixed dodocs
3 files changed with 10 insertions and 4 deletions:
0 comments (0 inline, 0 general)
games-arcade/supertux/ChangeLog
Show inline comments
 
@@ -2,6 +2,12 @@
 
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.33 2009/02/23 01:02:56 mr_bones_ Exp $
 

	
 
*supertux-9999 (20 Apr 2009)
 

	
 
  20 Apr 2009; Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
 
  -supertux-0.1.3.ebuild, -files/supertux-0.1.3-gcc41.patch, -files/supertux-0.1.3-ndebug.patch, +supertux-9999.ebuild:
 
  Created a live ebuild for Supertux from the existing one
 

	
 
  23 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
 
  supertux-0.1.3.ebuild:
 
  remove GAMES_USE_SDL; now handled by use-based deps
games-arcade/supertux/Manifest
Show inline comments
 
EBUILD supertux-9999.ebuild 1229 RMD160 0095ad1d8da22884fc41eaa9cbbb4fddf4a1cca9 SHA1 0b678122fcfc083045ba1f66515d81a3833a07c5 SHA256 031748b9ce9d3c3bbda4235199e7304a4459f8b1e2e96251a0f66ea894449aa0
 
MISC ChangeLog 4232 RMD160 ce6c073a860e5c99e0b3edd0af182a7d05f5d7fc SHA1 9c3490031a8b0a085774f5491c96c18f3f4f31df SHA256 86e2a8867229328fc8c25b83bf9a3a66a3bc30e1c54b968160099228f501db7b
 
EBUILD supertux-9999.ebuild 1199 RMD160 686f220d6635c2cd2c8a2751a2f369fef4089ee6 SHA1 462a930c2f402eae60c28363af13616290b765ae SHA256 de2388a8a12a10a227ffcc5c451a316148eb1c281ac386c2a69486da33c51dd9
 
MISC ChangeLog 4509 RMD160 1262848da216913fc1f21a95567566f99418120a SHA1 db0d3dadb4ae602198c6a3f5e482a1d12859f728 SHA256 cdcef648d2eea3d695c5536060551aba21435e19efe449cedc58c833f815d60b
 
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
games-arcade/supertux/supertux-9999.ebuild
Show inline comments
 
@@ -15,7 +15,7 @@ ESVN_PROJECT="${PN}"
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS=""
 
IUSE="debug opengl curl"
 
IUSE="opengl curl debug"
 

	
 
RDEPEND="media-libs/libsdl[joystick]
 
	media-libs/sdl-image[png,jpeg]
 
@@ -48,6 +48,6 @@ src_compile() {
 

	
 
src_install() {
 
	cmake-utils_src_install
 
	dodoc AUTHORS ChangeLog LEVELDESIGN README TODO WHATSNEW.txt data/credits.txt
 
	dodoc README TODO WHATSNEW.txt data/credits.txt
 
	prepgamesdirs
 
}
0 comments (0 inline, 0 general)