tupone 15/02/06 21:45:24 Modified: ChangeLog qlife-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.16 games-misc/qlife/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/qlife/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/qlife/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 2 Mar 2013 21:17:46 -0000 1.15 +++ ChangeLog 6 Feb 2015 21:45:24 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/qlife -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.15 2013/03/02 21:17:46 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.16 2015/02/06 21:45:24 tupone Exp $ + + 06 Feb 2015; Tupone Alfredo <[email protected]> qlife-1.1.ebuild: + EAPI 5 02 Mar 2013; Markos Chandras <[email protected]> qlife-1.1.ebuild: Move Qt dependencies to the new category 1.6 games-misc/qlife/qlife-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild?r1=1.5&r2=1.6 Index: qlife-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qlife-1.1.ebuild 2 Mar 2013 21:17:46 -0000 1.5 +++ qlife-1.1.ebuild 6 Feb 2015 21:45:24 -0000 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild,v 1.5 2013/03/02 21:17:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild,v 1.6 2015/02/06 21:45:24 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils qt4-r2 games MY_PN=${PN/ql/QL} @@ -17,6 +17,7 @@ IUSE="" DEPEND="dev-qt/qtgui:4" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN}/sources @@ -25,7 +26,7 @@ } src_install() { - dogamesbin ${MY_PN} || die + dogamesbin ${MY_PN} newicon data/egg.png ${PN}.png make_desktop_entry ${MY_PN} ${MY_PN} prepgamesdirs
