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-simulation/dangerdeep: dangerdeep-0.3.0.ebuild ChangeLog
Date: Sat, 28 Feb 2015 06:59:23
Message-Id: 20150228065917.4372112B7C@oystercatcher.gentoo.org
1 mr_bones_ 15/02/28 06:59:17
2
3 Modified: dangerdeep-0.3.0.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.14 games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?r1=1.13&r2=1.14
15
16 Index: dangerdeep-0.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- dangerdeep-0.3.0.ebuild 28 Jan 2015 22:02:12 -0000 1.13
23 +++ dangerdeep-0.3.0.ebuild 28 Feb 2015 06:59:17 -0000 1.14
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.13 2015/01/28 22:02:12 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.14 2015/02/28 06:59:17 mr_bones_ Exp $
29
30 -EAPI=2
31 +EAPI=5
32 inherit eutils scons-utils games
33
34 DESCRIPTION="a World War II German submarine simulation"
35 @@ -48,10 +48,10 @@
36 }
37
38 src_install() {
39 - dogamesbin build/linux/${PN} || die "dogamesbin failed"
40 + dogamesbin build/linux/${PN}
41
42 insinto "${GAMES_DATADIR}"/${PN}
43 - doins -r ../data/* || die "doins failed"
44 + doins -r ../data/*
45
46 newicon dftd_icon.png ${PN}.png
47 make_desktop_entry ${PN} "Danger from the Deep"
48
49
50
51 1.17 games-simulation/dangerdeep/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/ChangeLog?rev=1.17&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/ChangeLog?rev=1.17&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/ChangeLog?r1=1.16&r2=1.17
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v
60 retrieving revision 1.16
61 retrieving revision 1.17
62 diff -u -r1.16 -r1.17
63 --- ChangeLog 28 Jan 2015 22:02:12 -0000 1.16
64 +++ ChangeLog 28 Feb 2015 06:59:17 -0000 1.17
65 @@ -1,6 +1,9 @@
66 # ChangeLog for games-simulation/dangerdeep
67 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.16 2015/01/28 22:02:12 mgorny Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.17 2015/02/28 06:59:17 mr_bones_ Exp $
70 +
71 + 28 Feb 2015; Michael Sterrett <mr_bones_@g.o> dangerdeep-0.3.0.ebuild:
72 + EAPI=5
73
74 28 Jan 2015; Michał Górny <mgorny@g.o> dangerdeep-0.3.0.ebuild:
75 Switch to CPU_FLAGS_X86.