tupone 15/02/22 20:12:53 Modified: ChangeLog magiccube4d-2.2.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.13 games-puzzle/magiccube4d/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/magiccube4d/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/magiccube4d/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/magiccube4d/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 14 Apr 2013 07:06:52 -0000 1.12 +++ ChangeLog 22 Feb 2015 20:12:53 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/magiccube4d -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.12 2013/04/14 07:06:52 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.13 2015/02/22 20:12:53 tupone Exp $ + + 22 Feb 2015; Tupone Alfredo <[email protected]> magiccube4d-2.2.ebuild: + EAPI 5 14 Apr 2013; Ulrich Müller <[email protected]> magiccube4d-2.2.ebuild: Fix LICENSE, see readme-unix.txt file. 1.16 games-puzzle/magiccube4d/magiccube4d-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?r1=1.15&r2=1.16 Index: magiccube4d-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- magiccube4d-2.2.ebuild 14 Apr 2013 07:06:52 -0000 1.15 +++ magiccube4d-2.2.ebuild 22 Feb 2015 20:12:53 -0000 1.16 @@ -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-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.15 2013/04/14 07:06:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.16 2015/02/22 20:12:53 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games MY_PV=${PV/./_} @@ -16,6 +16,7 @@ IUSE="" DEPEND="x11-libs/libXaw" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN}-src-${MY_PV} @@ -31,11 +32,11 @@ } src_compile() { - emake DFLAGS="${CFLAGS}" || die "emake failed" + emake DFLAGS="${CFLAGS}" } src_install() { - dogamesbin magiccube4d || die "dogamesbin failed" + dogamesbin magiccube4d dodoc ChangeLog MagicCube4D-unix.txt readme-unix.txt Intro.txt prepgamesdirs }
