diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-01 18:20:35 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-01 18:20:35 +0000 |
commit | 4ee1945499ab14301bae5522d7414be5d0cae33f (patch) | |
tree | 900df9a3a9488148e18303b97bef5a6ffc5a9f8d | |
parent | Version bump. Remove old. Add ruby22 target. (diff) | |
download | gentoo-2-4ee1945499ab14301bae5522d7414be5d0cae33f.tar.gz gentoo-2-4ee1945499ab14301bae5522d7414be5d0cae33f.tar.bz2 gentoo-2-4ee1945499ab14301bae5522d7414be5d0cae33f.zip |
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
-rw-r--r-- | games-action/gltron/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.70-r1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-action/gltron/ChangeLog b/games-action/gltron/ChangeLog index de0794d66c30..51ca61637089 100644 --- a/games-action/gltron/ChangeLog +++ b/games-action/gltron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/gltron -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.16 2014/05/15 16:22:46 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.17 2015/01/01 18:20:35 tupone Exp $ + + 01 Jan 2015; Tupone Alfredo <tupone@gentoo.org> gltron-0.70-r1.ebuild: + EAPI 4 15 May 2014; Ulrich Müller <ulm@gentoo.org> gltron-0.70-r1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to diff --git a/games-action/gltron/gltron-0.70-r1.ebuild b/games-action/gltron/gltron-0.70-r1.ebuild index 84de01eb9103..ddef6f6fd01a 100644 --- a/games-action/gltron/gltron-0.70-r1.ebuild +++ b/games-action/gltron/gltron-0.70-r1.ebuild @@ -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-action/gltron/gltron-0.70-r1.ebuild,v 1.8 2014/05/15 16:22:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 1.9 2015/01/01 18:20:35 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="3d tron, just like the movie" @@ -22,6 +22,7 @@ DEPEND="virtual/opengl media-libs/sdl-sound[vorbis,mikmod] media-libs/smpeg media-libs/libmikmod" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -44,8 +45,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README + default doicon "${DISTDIR}"/${PN}.png make_desktop_entry ${PN} GLtron prepgamesdirs |