Changeset - b9875e431748
[Not reviewed]
default
1 3 0
Nathan Brink (binki) - 15 years ago 2009-11-27 23:21:07
ohnobinki@ohnopublishing.net
Removed patch: installation dirs are settable thanks to r6122 by tuxdev
4 files changed with 6 insertions and 122 deletions:
0 comments (0 inline, 0 general)
games-arcade/supertux/ChangeLog
Show inline comments
 
# ChangeLog for games-arcade/supertux
 
# Copyright 1999-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 $
 

	
 
  28 Nov 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> supertux-9999.ebuild,
 
  -files/supertux-cmake.patch:
 
  Removed patch: installation dirs are settable thanks to r6122 by tuxdev
 

	
 
  14 Nov 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> files/supertux-cmake.patch:
 
  Updated patch for supertux SVN r5936.
 

	
 
  02 May 2009; Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
 
  supertux-9999.ebuild, +files/supertux-cmake.patch:
games-arcade/supertux/Manifest
Show inline comments
 
AUX supertux-cmake.patch 4864 RMD160 807501750c7c253de7a67fa5d02197bc8474ece3 SHA1 94908744bbeda42a63b67932fd7eed896c92827c SHA256 0e0374b2e385445915a58dcdfd793af3816b87761a691195a707cc73caa1ef0a
 
EBUILD supertux-9999.ebuild 1393 RMD160 2d6e164b8893b3d9bec09e1cad36dea6babdb470 SHA1 2becb126d0ca9b52e0177b51ead48a414efa3b7d SHA256 2a1c6cdb2301cfc626d1aeea054bfd091ee22efa9ac6f609892d74abe3f40ebc
 
EBUILD supertux-9999.ebuild 1331 RMD160 d379ed8b35465d8ee3ce457236614d5911af6c47 SHA1 e6c21119e4cff90a9ba69b21be75e99befbfa489 SHA256 09022fde0c543bea1284e00d912c48980943b865226e61eb6899c96cbe0a22e1
 
MISC ChangeLog 4958 RMD160 485b89a533bb574db6ec7cc46491f83884590747 SHA1 2ffe7be2e6523355d346fc2cfda2aa3e0f34e0e1 SHA256 e7c5e87030aa5ac2dfe8e32e314761d84a5564b29efcc73187c7118020a58847
 
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
games-arcade/supertux/files/supertux-cmake.patch
Show inline comments
 
deleted file
games-arcade/supertux/supertux-9999.ebuild
Show inline comments
 
@@ -32,16 +32,12 @@ DEPEND="${RDEPEND}
 
	dev-util/subversion"
 

	
 
src_unpack() {
 
	subversion_src_unpack
 
}
 

	
 
src_prepare() {
 
	epatch "${FILESDIR}/supertux-cmake.patch"
 
}
 

	
 
src_configure() {
 
	local mycmakeargs="-DWERROR=OFF
 
			 -DINSTALL_SUBDIR_BIN=games/bin
 
			 -DINSTALL_SUBDIR_DOC=share/doc/${P}
 
			 $(cmake-utils_use_enable opengl OPENGL)
 
			 $(cmake-utils_use_enable debug SQDBG)
0 comments (0 inline, 0 general)