tupone 15/02/25 21:54:45 Modified: ChangeLog torrent-0.8.2.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.9 games-puzzle/torrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 10 Aug 2009 21:23:49 -0000 1.8 +++ ChangeLog 25 Feb 2015 21:54:45 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/torrent -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.8 2009/08/10 21:23:49 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.9 2015/02/25 21:54:45 tupone Exp $ + + 25 Feb 2015; Tupone Alfredo <[email protected]> torrent-0.8.2.ebuild: + EAPI 5 10 Aug 2009; Michael Sterrett <[email protected]> torrent-0.8.2.ebuild: EAPI=2; build with gcc43 1.7 games-puzzle/torrent/torrent-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild?r1=1.6&r2=1.7 Index: torrent-0.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- torrent-0.8.2.ebuild 10 Aug 2009 21:23:49 -0000 1.6 +++ torrent-0.8.2.ebuild 25 Feb 2015 21:54:45 -0000 1.7 @@ -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-puzzle/torrent/torrent-0.8.2.ebuild,v 1.6 2009/08/10 21:23:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.7 2015/02/25 21:54:45 tupone Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="Match rising tiles to score as many points as possible before the tiles touch the top of the board" @@ -18,6 +18,7 @@ >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-image-1.2 media-libs/sdl-ttf" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ @@ -27,7 +28,6 @@ } src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog + default prepgamesdirs }
