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: ChangeLog dangerdeep-0.3.0.ebuild
Date: Tue, 20 Jan 2009 06:00:32
Message-Id: E1LP9f3-0005wc-83@stork.gentoo.org
1 mr_bones_ 09/01/20 06:00:29
2
3 Modified: ChangeLog dangerdeep-0.3.0.ebuild
4 Log:
5 EAPI=2; add use-based deps; tidy
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.9 games-simulation/dangerdeep/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/dangerdeep/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/dangerdeep/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/dangerdeep/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 1 May 2008 00:06:13 -0000 1.8
22 +++ ChangeLog 20 Jan 2009 06:00:29 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-simulation/dangerdeep
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.8 2008/05/01 00:06:13 nyhm Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.9 2009/01/20 06:00:29 mr_bones_ Exp $
29 +
30 + 20 Jan 2009; Michael Sterrett <mr_bones_@g.o>
31 + dangerdeep-0.3.0.ebuild:
32 + EAPI=2; add use-based deps; tidy
33
34 01 May 2008; Tristan Heaven <nyhm@g.o>
35 +files/dangerdeep-0.3.0-gcc43.patch, dangerdeep-0.3.0.ebuild:
36
37
38
39 1.5 games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?r1=1.4&r2=1.5
44
45 Index: dangerdeep-0.3.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- dangerdeep-0.3.0.ebuild 1 May 2008 00:06:13 -0000 1.4
52 +++ dangerdeep-0.3.0.ebuild 20 Jan 2009 06:00:29 -0000 1.5
53 @@ -1,11 +1,12 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.4 2008/05/01 00:06:13 nyhm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.5 2009/01/20 06:00:29 mr_bones_ Exp $
59
60 +EAPI=2
61 inherit eutils games
62
63 DESCRIPTION="a World War II German submarine simulation"
64 -HOMEPAGE="http://www.dangerdeep.net/"
65 +HOMEPAGE="http://dangerdeep.sourceforge.net/"
66 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
67 mirror://sourceforge/${PN}/${PN}-data-${PV}.zip"
68
69 @@ -16,18 +17,16 @@
70
71 RDEPEND="virtual/opengl
72 virtual/glu
73 - =sci-libs/fftw-3*
74 + sci-libs/fftw:3.0
75 media-libs/libsdl
76 - media-libs/sdl-mixer
77 - media-libs/sdl-image
78 + media-libs/sdl-mixer[vorbis]
79 + media-libs/sdl-image[jpeg,png]
80 media-libs/sdl-net"
81 DEPEND="${RDEPEND}
82 app-arch/unzip
83 dev-util/scons"
84
85 -src_unpack() {
86 - unpack ${A}
87 - cd "${S}"
88 +src_prepare() {
89 epatch \
90 "${FILESDIR}"/${P}-build.patch \
91 "${FILESDIR}"/${P}-gcc43.patch
92 @@ -57,8 +56,8 @@
93 insinto "${GAMES_DATADIR}"/${PN}
94 doins -r ../data/* || die "doins failed"
95
96 - newicon logo.xpm ${PN}.xpm
97 - make_desktop_entry ${PN} "Danger from the Deep" ${PN}
98 + newicon dftd_icon.png ${PN}.png
99 + make_desktop_entry ${PN} "Danger from the Deep"
100
101 dodoc ChangeLog CREDITS README
102 doman doc/man/${PN}.6