Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: ChangeLog pingus-0.7.1.ebuild
Date: Tue, 25 Sep 2007 12:58:51
Message-Id: E1Ia9rw-0007zd-6C@stork.gentoo.org
1 nyhm 07/09/25 12:50:28
2
3 Modified: ChangeLog
4 Added: pingus-0.7.1.ebuild
5 Log:
6 Version bump, bug #190206
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.12 games-puzzle/pingus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 4 Nov 2006 04:56:55 -0000 1.11
23 +++ ChangeLog 25 Sep 2007 12:50:27 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-puzzle/pingus
26 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.11 2006/11/04 04:56:55 nyhm Exp $
28 +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.12 2007/09/25 12:50:27 nyhm Exp $
30 +
31 +*pingus-0.7.1 (25 Sep 2007)
32 +
33 + 25 Sep 2007; Tristan Heaven <nyhm@g.o>
34 + +files/pingus-0.7.1-paths.patch, +pingus-0.7.1.ebuild:
35 + Version bump, bug #190206
36
37 04 Nov 2006; Tristan Heaven <nyhm@g.o>
38 +files/pingus-0.6.0-build.patch, pingus-0.6.0-r1.ebuild:
39
40
41
42 1.1 games-puzzle/pingus/pingus-0.7.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pingus-0.7.1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.1.ebuild,v 1.1 2007/09/25 12:50:27 nyhm Exp $
52
53 inherit eutils toolchain-funcs games
54
55 DESCRIPTION="free Lemmings clone"
56 HOMEPAGE="http://pingus.seul.org/"
57 SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~x86"
62 IUSE=""
63
64 RDEPEND="media-libs/libsdl
65 media-libs/sdl-image
66 media-libs/sdl-mixer
67 media-libs/libpng
68 dev-libs/boost"
69 DEPEND="${RDEPEND}
70 >=dev-util/scons-0.97"
71
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75 epatch "${FILESDIR}"/${P}-paths.patch
76 sed -i \
77 -e "s:GENTOO_BINDIR:${GAMES_BINDIR}:" \
78 -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
79 install.sh src/pingus_main.cpp \
80 || die "sed failed"
81 }
82
83 src_compile() {
84 scons configure \
85 CXX="$(tc-getCXX)" \
86 CCFLAGS="${CXXFLAGS}" \
87 LINKFLAGS="${LDFLAGS}" \
88 || die "scons configure failed"
89 scons || die "scons failed"
90 }
91
92 src_install() {
93 ./install.sh "${D}" || die "install.sh failed"
94 newicon data/images/pingus/player0/boarder.png ${PN}.png
95 make_desktop_entry ${PN} Pingus
96 dodoc AUTHORS NEWS README TODO
97 prepgamesdirs
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list