Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/mutantstorm-demo: mutantstorm-demo-1.33.ebuild ChangeLog
Date: Wed, 03 Sep 2014 22:51:05
Message-Id: 20140903225059.9CCDE4A2E@oystercatcher.gentoo.org
1 mr_bones_ 14/09/03 22:50:59
2
3 Modified: mutantstorm-demo-1.33.ebuild ChangeLog
4 Log:
5 fix deps for x86 (bug #522086)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.15 games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?r1=1.14&r2=1.15
15
16 Index: mutantstorm-demo-1.33.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- mutantstorm-demo-1.33.ebuild 26 Dec 2012 16:16:27 -0000 1.14
23 +++ mutantstorm-demo-1.33.ebuild 3 Sep 2014 22:50:59 -0000 1.15
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.14 2012/12/26 16:16:27 tupone Exp $
29 -EAPI=4
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $
31
32 +EAPI=5
33 inherit eutils unpacker games
34
35 DESCRIPTION="shoot through crazy psychedelic 3D environments"
36 @@ -22,6 +22,8 @@
37 app-emulation/emul-linux-x86-compat
38 app-emulation/emul-linux-x86-sdl )
39 x86? (
40 + media-libs/libsdl
41 + sys-libs/lib-compat
42 x11-libs/libX11
43 x11-libs/libXext )"
44
45
46
47
48 1.15 games-action/mutantstorm-demo/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/ChangeLog?rev=1.15&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/ChangeLog?rev=1.15&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/ChangeLog?r1=1.14&r2=1.15
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v
57 retrieving revision 1.14
58 retrieving revision 1.15
59 diff -u -r1.14 -r1.15
60 --- ChangeLog 26 Dec 2012 16:16:27 -0000 1.14
61 +++ ChangeLog 3 Sep 2014 22:50:59 -0000 1.15
62 @@ -1,6 +1,10 @@
63 # ChangeLog for games-action/mutantstorm-demo
64 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.14 2012/12/26 16:16:27 tupone Exp $
66 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $
68 +
69 + 03 Sep 2014; Michael Sterrett <mr_bones_@g.o>
70 + mutantstorm-demo-1.33.ebuild:
71 + fix deps for x86 (bug #522086)
72
73 26 Dec 2012; Tupone Alfredo <tupone@g.o> mutantstorm-demo-1.33.ebuild:
74 Use QA_PREBUILT. Bug #430982 by Diego Elio Pettenò