From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnushogi: gnushogi-1.3.ebuild ChangeLog
Date: Tue, 31 Aug 2010 20:07:24 +0000 (UTC) [thread overview]
Message-ID: <20100831200724.DAB3720051@flycatcher.gentoo.org> (raw)
mr_bones_ 10/08/31 20:07:24
Modified: gnushogi-1.3.ebuild ChangeLog
Log:
respect LDFLAGS bug #335444
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.18 games-board/gnushogi/gnushogi-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild?r1=1.17&r2=1.18
Index: gnushogi-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gnushogi-1.3.ebuild 27 May 2010 15:03:01 -0000 1.17
+++ gnushogi-1.3.ebuild 31 Aug 2010 20:07:24 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v 1.17 2010/05/27 15:03:01 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v 1.18 2010/08/31 20:07:24 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -29,9 +29,19 @@
-e 's:-ltermcap:-lcurses:' ${f} \
|| die "sed ${f} failed"
done
- epatch "${FILESDIR}/${PV}-errno.patch" \
- "${FILESDIR}/${P}"-gcc4.patch \
+ epatch \
+ "${FILESDIR}"/${PV}-errno.patch \
+ "${FILESDIR}"/${P}-gcc4.patch \
"${FILESDIR}"/${P}-parallel.patch
+ # respect LDFLAGS bug #335444
+ sed -i \
+ -e '/^LDFLAGS/s/=/+=/' \
+ xshogi/Makefile.in \
+ || die
+ sed -i \
+ -e '/-o/s/-o/$(LDFLAGS) -o/' \
+ gnushogi/Makefile.in \
+ || die
}
src_configure() {
1.16 games-board/gnushogi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnushogi/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnushogi/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnushogi/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnushogi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 27 May 2010 15:03:01 -0000 1.15
+++ ChangeLog 31 Aug 2010 20:07:24 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for games-board/gnushogi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/ChangeLog,v 1.15 2010/05/27 15:03:01 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/ChangeLog,v 1.16 2010/08/31 20:07:24 mr_bones_ Exp $
+
+ 31 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> gnushogi-1.3.ebuild:
+ respect LDFLAGS bug #335444
27 May 2010; Tupone Alfredo <tupone@gentoo.org> gnushogi-1.3.ebuild,
+files/gnushogi-1.3-parallel.patch:
next reply other threads:[~2010-08-31 20:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-31 20:07 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-10-27 9:33 [gentoo-commits] gentoo-x86 commit in games-board/gnushogi: gnushogi-1.3.ebuild ChangeLog Alfredo Tupone (tupone)
2010-05-27 15:03 Alfredo Tupone (tupone)
2009-12-22 22:15 Diego Petteno (flameeyes)
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=20100831200724.DAB3720051@flycatcher.gentoo.org \
--to=mr_bones_@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