Changeset - 41cdfcf97b09
[Not reviewed]
default
0 1 1
Nathan Brink (binki) - 14 years ago 2011-02-20 20:41:11
ohnobinki@ohnopublishing.net
dev-games/supertux-editor: Add unstable/keywordable supertux-editor-0.3_pre20110220.

(Portage version: 2.2.0_alpha24/hg/Linux i686, unsigned Manifest commit)
2 files changed with 36 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dev-games/supertux-editor/Manifest
Show inline comments
 
DIST supertux-editor-0.3_pre20110220.tar.bz2 197494 RMD160 7486314574e46cb16b3fc09f5ff8d1a0ea35d4a8 SHA1 10ba6b0bb0f433c1b20a292c66f951824f76c2e4 SHA256 6987727ce5c1271fe6891560d56656cfd6fad8cf1adbb595fe7ea101a1e32483
 
EBUILD supertux-editor-0.3_pre20110220.ebuild 767 RMD160 394a0cf853d50b987cd06ba5ba6fff7287779595 SHA1 9e26e00a4686c887761f2ac97aa37e8151b3b7e4 SHA256 07331812febf169128f8d8d357735a3b1a2c6f3b9614b6cafefb4cea6d60772a
 
EBUILD supertux-editor-9999.ebuild 756 RMD160 adfef07d4e4296da9d0426e2d1b6095c1dbf1455 SHA1 8343a5f39b664ae1a7fea595fc7d13a62f1ba55a SHA256 82ac355b1f4cb55d44a088e2a86159e8078aea15309ed0edc165e2f9640c561f
 
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
dev-games/supertux-editor/supertux-editor-0.3_pre20110220.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2011 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI=4
 

	
 
inherit eutils mono multilib
 

	
 
DESCRIPTION="Level editor for supertux milestone 2"
 
HOMEPAGE="http://supertux.lethargik.org/wiki/Editor_FAQ"
 
SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2
 
	http://protofusion.org/mirror/${P}.tar.bz2"
 

	
 
LICENSE="GPL-2 GPL-3"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE=""
 

	
 
DEPEND="dev-lang/mono
 
	dev-dotnet/glade-sharp:2
 
	dev-dotnet/gtk-sharp:2"
 
RDEPEND="${DEPEND}
 
	=media-libs/libsdl-1.2*[opengl,X]
 
	media-libs/sdl-image[png]
 
	virtual/glu
 
	virtual/opengl"
 

	
 
src_install()
 
{
 
	insinto /usr/$(get_libdir)/${PN}
 
	doins *.{config,dll,exe} || die
 

	
 
	make_wrapper ${PN} "mono /usr/$(get_libdir)/${PN}/supertux-editor.exe"
 
}
0 comments (0 inline, 0 general)