From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/xjump: xjump-2.7.5.ebuild ChangeLog
Date: Fri, 1 Oct 2010 05:11:31 +0000 (UTC) [thread overview]
Message-ID: <20101001051131.23F7120051@flycatcher.gentoo.org> (raw)
tupone 10/10/01 05:11:31
Modified: xjump-2.7.5.ebuild ChangeLog
Log:
Respect LDFLAGS. Bug #337332
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.11 games-arcade/xjump/xjump-2.7.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?r1=1.10&r2=1.11
Index: xjump-2.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xjump-2.7.5.ebuild 24 Apr 2007 15:22:49 -0000 1.10
+++ xjump-2.7.5.ebuild 1 Oct 2010 05:11:31 -0000 1.11
@@ -1,6 +1,7 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.10 2007/04/24 15:22:49 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.11 2010/10/01 05:11:31 tupone Exp $
+EAPI="2"
inherit eutils games
@@ -15,31 +16,24 @@
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
-DEPEND="x11-libs/libX11
- x11-libs/libXaw
- x11-libs/libXpm
- x11-libs/libXt
- x11-proto/xproto"
-
RDEPEND="x11-libs/libX11
x11-libs/libXaw
- x11-libs/libXext
- x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXt"
-S=${WORKDIR}/${P}.orig
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+S=${WORKDIR}/${P}.orig
+src_prepare() {
# Where we will keep the highscore file:
HISCORE_FILENAME=xjump.hiscores
HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}"
epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff"
- epatch "${S}/debian/patches/"*.dpatch
+ epatch "${S}/debian/patches/"*.dpatch \
+ "${FILESDIR}"/${P}-ldflags.patch
# set up where we will keep the highscores file:
sed -i \
1.10 games-arcade/xjump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 24 Apr 2007 15:22:49 -0000 1.9
+++ ChangeLog 1 Oct 2010 05:11:31 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/xjump
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.9 2007/04/24 15:22:49 drizzt Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.10 2010/10/01 05:11:31 tupone Exp $
+
+ 01 Oct 2010; Tupone Alfredo <tupone@gentoo.org> xjump-2.7.5.ebuild,
+ +files/xjump-2.7.5-ldflags.patch:
+ Respect LDFLAGS. Bug #337332 by flameeyes@gentoo.org
24 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> xjump-2.7.5.ebuild:
Add ~x86-fbsd keyword.
next reply other threads:[~2010-10-01 5:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-01 5:11 Alfredo Tupone (tupone) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-11-11 18:45 [gentoo-commits] gentoo-x86 commit in games-arcade/xjump: xjump-2.7.5.ebuild ChangeLog Michael Sterrett (mr_bones_)
2014-08-10 21:23 Sergei Trofimovich (slyfox)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101001051131.23F7120051@flycatcher.gentoo.org \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox