diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-22 20:12:53 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-22 20:12:53 +0000 |
commit | cfb8290f73d3997eb70ceaaa72dd7f4cc53ce7fb (patch) | |
tree | c5c27655160d2f7d7dc972097b5882b4e3a5ba3b /games-puzzle | |
parent | EAPI 5 (diff) | |
download | gentoo-2-cfb8290f73d3997eb70ceaaa72dd7f4cc53ce7fb.tar.gz gentoo-2-cfb8290f73d3997eb70ceaaa72dd7f4cc53ce7fb.tar.bz2 gentoo-2-cfb8290f73d3997eb70ceaaa72dd7f4cc53ce7fb.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/magiccube4d/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-puzzle/magiccube4d/ChangeLog b/games-puzzle/magiccube4d/ChangeLog index 771f638d0b27..d7c453db9b71 100644 --- a/games-puzzle/magiccube4d/ChangeLog +++ b/games-puzzle/magiccube4d/ChangeLog @@ -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 <tupone@gentoo.org> magiccube4d-2.2.ebuild: + EAPI 5 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> magiccube4d-2.2.ebuild: Fix LICENSE, see readme-unix.txt file. diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild index 717df07166a0..007d212b5623 100644 --- a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-2.2.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-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 @@ KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="x11-libs/libXaw" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN}-src-${MY_PV} @@ -31,11 +32,11 @@ src_prepare() { } 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 } |