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