tupone 15/02/22 10:00:00 Modified: ChangeLog lmarbles-1.0.8.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.11 games-puzzle/lmarbles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lmarbles/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lmarbles/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lmarbles/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 4 Aug 2010 21:11:25 -0000 1.10 +++ ChangeLog 22 Feb 2015 10:00:00 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/lmarbles -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/ChangeLog,v 1.10 2010/08/04 21:11:25 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/ChangeLog,v 1.11 2015/02/22 10:00:00 tupone Exp $ + + 22 Feb 2015; Tupone Alfredo <[email protected]> lmarbles-1.0.8.ebuild: + EAPI 5 04 Aug 2010; Michael Sterrett <[email protected]> lmarbles-1.0.8.ebuild: 1.6 games-puzzle/lmarbles/lmarbles-1.0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild?r1=1.5&r2=1.6 Index: lmarbles-1.0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lmarbles-1.0.8.ebuild 4 Aug 2010 21:11:25 -0000 1.5 +++ lmarbles-1.0.8.ebuild 22 Feb 2015 10:00:00 -0000 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild,v 1.5 2010/08/04 21:11:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild,v 1.6 2015/02/22 10:00:00 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils games DESCRIPTION="puzzle game inspired by Atomix and written in SDL" @@ -16,15 +16,17 @@ DEPEND="media-libs/libsdl[video] media-libs/sdl-mixer" +RDEPEND="${DEPEND}" src_prepare() { + mv configure.{in,ac} + rm *.m4 epatch "${FILESDIR}"/${P}-gentoo.patch eautoreconf } src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO + default newicon lmarbles48.gif ${PN}.gif make_desktop_entry lmarbles LMarbles /usr/share/pixmaps/${PN}.gif dohtml src/manual/*
