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-arcade/xjump: xjump-2.7.5.ebuild ChangeLog
Date: Fri, 01 Oct 2010 05:11:37
Message-Id: 20101001051131.23F7120051@flycatcher.gentoo.org
1 tupone 10/10/01 05:11:31
2
3 Modified: xjump-2.7.5.ebuild ChangeLog
4 Log:
5 Respect LDFLAGS. Bug #337332
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.11 games-arcade/xjump/xjump-2.7.5.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?r1=1.10&r2=1.11
14
15 Index: xjump-2.7.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- xjump-2.7.5.ebuild 24 Apr 2007 15:22:49 -0000 1.10
22 +++ xjump-2.7.5.ebuild 1 Oct 2010 05:11:31 -0000 1.11
23 @@ -1,6 +1,7 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.10 2007/04/24 15:22:49 drizzt Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.11 2010/10/01 05:11:31 tupone Exp $
29 +EAPI="2"
30
31 inherit eutils games
32
33 @@ -15,31 +16,24 @@
34 KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
35 IUSE=""
36
37 -DEPEND="x11-libs/libX11
38 - x11-libs/libXaw
39 - x11-libs/libXpm
40 - x11-libs/libXt
41 - x11-proto/xproto"
42 -
43 RDEPEND="x11-libs/libX11
44 x11-libs/libXaw
45 - x11-libs/libXext
46 - x11-libs/libXmu
47 x11-libs/libXpm
48 x11-libs/libXt"
49
50 -S=${WORKDIR}/${P}.orig
51 +DEPEND="${RDEPEND}
52 + x11-proto/xproto"
53
54 -src_unpack() {
55 - unpack ${A}
56 - cd "${S}"
57 +S=${WORKDIR}/${P}.orig
58
59 +src_prepare() {
60 # Where we will keep the highscore file:
61 HISCORE_FILENAME=xjump.hiscores
62 HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}"
63
64 epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff"
65 - epatch "${S}/debian/patches/"*.dpatch
66 + epatch "${S}/debian/patches/"*.dpatch \
67 + "${FILESDIR}"/${P}-ldflags.patch
68
69 # set up where we will keep the highscores file:
70 sed -i \
71
72
73
74 1.10 games-arcade/xjump/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?rev=1.10&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?rev=1.10&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?r1=1.9&r2=1.10
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v
83 retrieving revision 1.9
84 retrieving revision 1.10
85 diff -u -r1.9 -r1.10
86 --- ChangeLog 24 Apr 2007 15:22:49 -0000 1.9
87 +++ ChangeLog 1 Oct 2010 05:11:31 -0000 1.10
88 @@ -1,6 +1,10 @@
89 # ChangeLog for games-arcade/xjump
90 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.9 2007/04/24 15:22:49 drizzt Exp $
92 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.10 2010/10/01 05:11:31 tupone Exp $
94 +
95 + 01 Oct 2010; Tupone Alfredo <tupone@g.o> xjump-2.7.5.ebuild,
96 + +files/xjump-2.7.5-ldflags.patch:
97 + Respect LDFLAGS. Bug #337332 by flameeyes@g.o
98
99 24 Apr 2007; Timothy Redaelli <drizzt@g.o> xjump-2.7.5.ebuild:
100 Add ~x86-fbsd keyword.