Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/formido: formido-1.0.1.ebuild ChangeLog
Date: Wed, 31 Dec 2014 14:13:28
Message-Id: 20141231141321.529B1E923@oystercatcher.gentoo.org
1 tupone 14/12/31 14:13:21
2
3 Modified: formido-1.0.1.ebuild ChangeLog
4 Log:
5 Moving to EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.3 games-action/formido/formido-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/formido/formido-1.0.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/formido/formido-1.0.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/formido/formido-1.0.1.ebuild?r1=1.2&r2=1.3
15
16 Index: formido-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/formido/formido-1.0.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- formido-1.0.1.ebuild 16 Mar 2010 14:56:18 -0000 1.2
23 +++ formido-1.0.1.ebuild 31 Dec 2014 14:13:21 -0000 1.3
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2010 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/formido/formido-1.0.1.ebuild,v 1.2 2010/03/16 14:56:18 mr_bones_ Exp $
29 -
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/formido/formido-1.0.1.ebuild,v 1.3 2014/12/31 14:13:21 tupone Exp $
31 +EAPI=4
32 inherit eutils toolchain-funcs games
33
34 DESCRIPTION="A shooting game in the spirit of Phobia games"
35 @@ -17,10 +17,15 @@
36 DEPEND="media-libs/libsdl
37 media-libs/sdl-image
38 media-libs/sdl-mixer"
39 +RDEPEND="${DEPEND}"
40
41 src_unpack() {
42 unpack ${P}.tar.gz
43 - cd "${S}"
44 + cd "${S}"/data
45 + unpack ${PN}-music.tar.bz2
46 +}
47 +
48 +src_prepare() {
49 sed -i \
50 -e "s:g++:$(tc-getCXX):" \
51 -e "/^FLAGS=/s:$: ${CXXFLAGS}:" \
52 @@ -29,14 +34,12 @@
53 -e "s:\${DEFCONFIGDIR}:${GAMES_DATADIR}/${PN}:" \
54 Makefile \
55 || die "sed failed"
56 - cd data
57 - unpack ${PN}-music.tar.bz2
58 }
59
60 src_install() {
61 - dogamesbin ${PN} || die "dogamesbin failed"
62 + dogamesbin ${PN}
63 insinto "${GAMES_DATADIR}"/${PN}
64 - doins -r ${PN}.cfg data || die "doins failed"
65 + doins -r ${PN}.cfg data
66 newicon data/icon.dat ${PN}.bmp
67 make_desktop_entry ${PN} Formido /usr/share/pixmaps/${PN}.bmp
68 dodoc README README-1.0.1
69
70
71
72 1.10 games-action/formido/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/formido/ChangeLog?rev=1.10&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/formido/ChangeLog?rev=1.10&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/formido/ChangeLog?r1=1.9&r2=1.10
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/games-action/formido/ChangeLog,v
81 retrieving revision 1.9
82 retrieving revision 1.10
83 diff -u -r1.9 -r1.10
84 --- ChangeLog 16 Mar 2010 14:56:18 -0000 1.9
85 +++ ChangeLog 31 Dec 2014 14:13:21 -0000 1.10
86 @@ -1,6 +1,9 @@
87 # ChangeLog for games-action/formido
88 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/games-action/formido/ChangeLog,v 1.9 2010/03/16 14:56:18 mr_bones_ Exp $
90 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/games-action/formido/ChangeLog,v 1.10 2014/12/31 14:13:21 tupone Exp $
92 +
93 + 31 Dec 2014; Tupone Alfredo <tupone@g.o> formido-1.0.1.ebuild:
94 + Moving to EAPI 4
95
96 16 Mar 2010; Michael Sterrett <mr_bones_@g.o> formido-1.0.1.ebuild:
97 update HOMEPAGE (bug #309719)