tupone 15/02/18 20:20:08 Modified: ChangeLog concentration-1.2-r1.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.14 games-puzzle/concentration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 15 May 2014 16:50:04 -0000 1.13 +++ ChangeLog 18 Feb 2015 20:20:08 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/concentration -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.13 2014/05/15 16:50:04 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.14 2015/02/18 20:20:08 tupone Exp $ + + 18 Feb 2015; Tupone Alfredo <[email protected]> concentration-1.2-r1.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <[email protected]> concentration-1.2-r1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.6 games-puzzle/concentration/concentration-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?r1=1.5&r2=1.6 Index: concentration-1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- concentration-1.2-r1.ebuild 15 May 2014 16:50:04 -0000 1.5 +++ concentration-1.2-r1.ebuild 18 Feb 2015 20:20:08 -0000 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 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/concentration/concentration-1.2-r1.ebuild,v 1.5 2014/05/15 16:50:04 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.6 2015/02/18 20:20:08 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="The classic memory game with some new life" @@ -18,13 +18,13 @@ media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] media-libs/sdl-ttf" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon pics/set1/19.png ${PN}.png make_desktop_entry ${PN} Concentration - dodoc AUTHORS ChangeLog prepgamesdirs }
