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-engines/frotz: frotz-2.43.ebuild ChangeLog
Date: Mon, 04 Oct 2010 12:38:27
Message-Id: 20101004123822.9AE7F20051@flycatcher.gentoo.org
1 tupone 10/10/04 12:38:22
2
3 Modified: frotz-2.43.ebuild ChangeLog
4 Log:
5 Respect LDFLAGS. Bug #337241
6
7 (Portage version: 2.1.9.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.18 games-engines/frotz/frotz-2.43.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.17&r2=1.18
15
16 Index: frotz-2.43.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- frotz-2.43.ebuild 14 Jun 2009 00:04:27 -0000 1.17
23 +++ frotz-2.43.ebuild 4 Oct 2010 12:38:22 -0000 1.18
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.17 2009/06/14 00:04:27 nyhm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.18 2010/10/04 12:38:22 tupone Exp $
30
31 EAPI=2
32 inherit eutils games
33 @@ -14,15 +14,17 @@
34 KEYWORDS="amd64 ppc sparc x86"
35 IUSE="alsa oss"
36
37 -DEPEND="sys-libs/ncurses
38 +RDEPEND="sys-libs/ncurses
39 alsa? ( oss? ( media-libs/alsa-oss ) )"
40 +DEPEND="${RDEPEND}"
41
42 src_prepare() {
43 sed -i \
44 -e '/^CC /d' \
45 Makefile \
46 || die 'sed failed'
47 - epatch "${FILESDIR}"/${P}-glibc2.10.patch
48 + epatch "${FILESDIR}"/${P}-glibc2.10.patch \
49 + "${FILESDIR}"/${P}-ldflags.patch
50 }
51
52 src_compile() {
53
54
55
56 1.16 games-engines/frotz/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.16&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?rev=1.16&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/ChangeLog?r1=1.15&r2=1.16
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
65 retrieving revision 1.15
66 retrieving revision 1.16
67 diff -u -r1.15 -r1.16
68 --- ChangeLog 14 Jun 2009 00:04:28 -0000 1.15
69 +++ ChangeLog 4 Oct 2010 12:38:22 -0000 1.16
70 @@ -1,6 +1,10 @@
71 # ChangeLog for games-engines/frotz
72 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.15 2009/06/14 00:04:28 nyhm Exp $
74 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.16 2010/10/04 12:38:22 tupone Exp $
76 +
77 + 04 Oct 2010; Tupone Alfredo <tupone@g.o> frotz-2.43.ebuild,
78 + +files/frotz-2.43-ldflags.patch:
79 + Respect LDFLAGS. Bug #337241 by flameeyes@g.o
80
81 14 Jun 2009; Tristan Heaven <nyhm@g.o> frotz-2.43.ebuild,
82 +files/frotz-2.43-glibc2.10.patch: