tupone 15/02/18 20:37:41 Modified: ChangeLog cuyo-2.1.1.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.26 games-puzzle/cuyo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 15 May 2014 16:50:30 -0000 1.25 +++ ChangeLog 18 Feb 2015 20:37:41 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/cuyo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.25 2014/05/15 16:50:30 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.26 2015/02/18 20:37:41 tupone Exp $ + + 18 Feb 2015; Tupone Alfredo <tup...@gentoo.org> cuyo-2.1.1.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <u...@gentoo.org> cuyo-2.1.1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.8 games-puzzle/cuyo/cuyo-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild?r1=1.7&r2=1.8 Index: cuyo-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cuyo-2.1.1.ebuild 15 May 2014 16:50:30 -0000 1.7 +++ cuyo-2.1.1.ebuild 18 Feb 2015 20:37:41 -0000 1.8 @@ -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/cuyo/cuyo-2.1.1.ebuild,v 1.7 2014/05/15 16:50:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v 1.8 2015/02/18 20:37:41 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils gnome2-utils versionator games MY_P=${PN}-$(get_version_component_range 1).~-$(get_version_component_range 2-3) @@ -20,6 +20,7 @@ media-libs/sdl-mixer music? ( media-libs/sdl-mixer[mod] ) media-libs/sdl-image" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} @@ -31,8 +32,7 @@ } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO + default prepgamesdirs }