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