tupone 15/01/05 16:02:22 Modified: openbubbles-1.2.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.8 games-arcade/openbubbles/openbubbles-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/openbubbles/openbubbles-1.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/openbubbles/openbubbles-1.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/openbubbles/openbubbles-1.2.ebuild?r1=1.7&r2=1.8 Index: openbubbles-1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/openbubbles/openbubbles-1.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openbubbles-1.2.ebuild 13 Jun 2009 17:15:44 -0000 1.7 +++ openbubbles-1.2.ebuild 5 Jan 2015 16:02:22 -0000 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/openbubbles/openbubbles-1.2.ebuild,v 1.7 2009/06/13 17:15:44 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/openbubbles/openbubbles-1.2.ebuild,v 1.8 2015/01/05 16:02:22 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A clone of Evan Bailey's game Bubbles" @@ -17,12 +17,11 @@ DEPEND="media-libs/libsdl media-libs/sdl-image media-libs/sdl-gfx" - +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-glibc2.10.patch ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README + default newicon data/bubble.png ${PN}.png make_desktop_entry ${PN} "OpenBubbles" prepgamesdirs 1.9 games-arcade/openbubbles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/openbubbles/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/openbubbles/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/openbubbles/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/openbubbles/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 13 Jun 2009 17:15:44 -0000 1.8 +++ ChangeLog 5 Jan 2015 16:02:22 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/openbubbles -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/openbubbles/ChangeLog,v 1.8 2009/06/13 17:15:44 nyhm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/openbubbles/ChangeLog,v 1.9 2015/01/05 16:02:22 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> openbubbles-1.2.ebuild: + EAPI 5 13 Jun 2009; Tristan Heaven <[email protected]> openbubbles-1.2.ebuild, +files/openbubbles-1.2-glibc2.10.patch:
