tupone 15/02/25 21:41:46 Modified: ChangeLog tong-1.2.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.13 games-puzzle/tong/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tong/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tong/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tong/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/tong/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 28 Aug 2014 06:13:08 -0000 1.12 +++ ChangeLog 25 Feb 2015 21:41:46 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tong -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tong/ChangeLog,v 1.12 2014/08/28 06:13:08 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tong/ChangeLog,v 1.13 2015/02/25 21:41:46 tupone Exp $ + + 25 Feb 2015; Tupone Alfredo <[email protected]> tong-1.2.ebuild: + EAPI 5 28 Aug 2014; Michael Sterrett <[email protected]> -files/tong-1.0-fps.patch, -files/tong-1.0-makefile.patch, -tong-1.0.ebuild: 1.5 games-puzzle/tong/tong-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tong/tong-1.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tong/tong-1.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tong/tong-1.2.ebuild?r1=1.4&r2=1.5 Index: tong-1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/tong/tong-1.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tong-1.2.ebuild 15 May 2014 16:54:08 -0000 1.4 +++ tong-1.2.ebuild 25 Feb 2015 21:41:46 -0000 1.5 @@ -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/tong/tong-1.2.ebuild,v 1.4 2014/05/15 16:54:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tong/tong-1.2.ebuild,v 1.5 2015/02/25 21:41:46 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Tetris and Pong in the same place at the same time" @@ -17,6 +17,7 @@ DEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis]" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} @@ -33,7 +34,7 @@ } src_install() { - dogamesbin tong || die + dogamesbin tong dodir "${GAMES_DATADIR}/${PN}" cp -r media/ "${D}/${GAMES_DATADIR}/${PN}" || die dodoc CHANGELOG README making-of.txt CREDITS
