diff options
author | 2015-02-06 21:45:24 +0000 | |
---|---|---|
committer | 2015-02-06 21:45:24 +0000 | |
commit | 51c1aa9d7ab27415b391bf040fabdce0714f9868 (patch) | |
tree | 9029a3179bd2ec1a297dedd82d2e1778666aaa92 /games-misc | |
parent | EAPI 5 (diff) | |
download | gentoo-2-51c1aa9d7ab27415b391bf040fabdce0714f9868.tar.gz gentoo-2-51c1aa9d7ab27415b391bf040fabdce0714f9868.tar.bz2 gentoo-2-51c1aa9d7ab27415b391bf040fabdce0714f9868.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/qlife/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/qlife/qlife-1.1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-misc/qlife/ChangeLog b/games-misc/qlife/ChangeLog index 9e6f604b1633..bf56b9ac537a 100644 --- a/games-misc/qlife/ChangeLog +++ b/games-misc/qlife/ChangeLog @@ -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 <tupone@gentoo.org> qlife-1.1.ebuild: + EAPI 5 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qlife-1.1.ebuild: Move Qt dependencies to the new category diff --git a/games-misc/qlife/qlife-1.1.ebuild b/games-misc/qlife/qlife-1.1.ebuild index 46cf85746758..2103d60d59f0 100644 --- a/games-misc/qlife/qlife-1.1.ebuild +++ b/games-misc/qlife/qlife-1.1.ebuild @@ -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 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="dev-qt/qtgui:4" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN}/sources @@ -25,7 +26,7 @@ src_configure() { } src_install() { - dogamesbin ${MY_PN} || die + dogamesbin ${MY_PN} newicon data/egg.png ${PN}.png make_desktop_entry ${MY_PN} ${MY_PN} prepgamesdirs |