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-arcade/sdl-sopwith: ChangeLog sdl-sopwith-1.7.4.ebuild
Date: Wed, 08 Sep 2010 19:17:28
Message-Id: 20100908191719.65FE520051@flycatcher.gentoo.org
1 mr_bones_ 10/09/08 19:17:19
2
3 Modified: ChangeLog
4 Added: sdl-sopwith-1.7.4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.12 games-arcade/sdl-sopwith/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 12 Aug 2010 03:46:25 -0000 1.11
23 +++ ChangeLog 8 Sep 2010 19:17:19 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-arcade/sdl-sopwith
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.11 2010/08/12 03:46:25 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.12 2010/09/08 19:17:19 mr_bones_ Exp $
29 +
30 +*sdl-sopwith-1.7.4 (08 Sep 2010)
31 +
32 + 08 Sep 2010; Michael Sterrett <mr_bones_@g.o>
33 + +sdl-sopwith-1.7.4.ebuild:
34 + version bump
35
36 12 Aug 2010; Pawel Hajdan jr <phajdan.jr@g.o>
37 sdl-sopwith-1.7.3.ebuild:
38
39
40
41 1.1 games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sdl-sopwith-1.7.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild,v 1.1 2010/09/08 19:17:19 mr_bones_ Exp $
51
52 EAPI=2
53 inherit eutils games
54
55 MY_P=${P/sdl-/}
56 DESCRIPTION="Port of the classic Sopwith game using LibSDL"
57 HOMEPAGE="http://sdl-sopwith.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 DEPEND=">=media-libs/libsdl-1.1.3[video]"
66
67 S=${WORKDIR}/${MY_P}
68
69 src_install() {
70 emake DESTDIR="${D}" install || die
71 dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt
72 rm -rf "${D}/usr/games/share/"
73 prepgamesdirs
74 }