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-puzzle/fish-fillets: ChangeLog fish-fillets-0.8.0.ebuild
Date: Wed, 02 Jan 2008 23:29:25
Message-Id: E1JAD1P-00017T-0r@stork.gentoo.org
1 mr_bones_ 08/01/02 23:29:15
2
3 Modified: ChangeLog
4 Added: fish-fillets-0.8.0.ebuild
5 Log:
6 version bump (bug #203133)
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.25 games-puzzle/fish-fillets/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 22 Feb 2007 01:08:57 -0000 1.24
23 +++ ChangeLog 2 Jan 2008 23:29:14 -0000 1.25
24 @@ -1,8 +1,14 @@
25 # ChangeLog for games-puzzle/fish-fillets
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.24 2007/02/22 01:08:57 peper Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.25 2008/01/02 23:29:14 mr_bones_ Exp $
30
31 - 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
32 +*fish-fillets-0.8.0 (02 Jan 2008)
33 +
34 + 02 Jan 2008; Michael Sterrett <mr_bones_@g.o>
35 + +fish-fillets-0.8.0.ebuild:
36 + version bump (bug #203133)
37 +
38 + 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
39 Transition to Manifest2.
40
41 *fish-fillets-0.7.4 (22 Dec 2006)
42
43
44
45 1.1 games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: fish-fillets-0.8.0.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild,v 1.1 2008/01/02 23:29:14 mr_bones_ Exp $
55
56 inherit eutils games
57
58 DATA_PV="0.8.0"
59 DESCRIPTION="Underwater puzzle game - find a safe way out"
60 HOMEPAGE="http://fillets.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
62 mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 IUSE="X"
68
69 DEPEND=">=media-libs/libsdl-1.2
70 >=media-libs/sdl-mixer-1.2.5
71 >=media-libs/sdl-image-1.2.2
72 X? ( x11-libs/libX11 )
73 media-libs/sdl-ttf
74 >=dev-lang/lua-5"
75
76 S=${WORKDIR}/fillets-ng-${PV}
77
78 src_compile() {
79 egamesconf \
80 --datadir="${GAMES_DATADIR}/${PN}" \
81 $(use_with X) \
82 || die
83 emake || die "emake failed"
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "emake install failed"
88 dodoc AUTHORS ChangeLog NEWS README TODO
89 insinto "${GAMES_DATADIR}/${PN}"
90 cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die
91 rm -f COPYING
92 doins -r * || die "doins failed"
93 newicon images/icon.png fillets.png
94 make_desktop_entry fillets FishFillets fillets
95 prepgamesdirs
96 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list