From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/extreme-tuxracer: extreme-tuxracer-0.6.0.ebuild ChangeLog
Date: Sun, 5 Apr 2015 08:31:49 +0000 (UTC) [thread overview]
Message-ID: <20150405083152.0A9B015403@oystercatcher.gentoo.org> (raw)
mr_bones_ 15/04/05 08:31:49
Modified: extreme-tuxracer-0.6.0.ebuild ChangeLog
Log:
add patch from N Alex to avoid segfault with no trees (bug #545494)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.9 games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild?r1=1.8&r2=1.9
Index: extreme-tuxracer-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- extreme-tuxracer-0.6.0.ebuild 2 Oct 2014 15:09:48 -0000 1.8
+++ extreme-tuxracer-0.6.0.ebuild 5 Apr 2015 08:31:49 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.8 2014/10/02 15:09:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v 1.9 2015/04/05 08:31:49 mr_bones_ Exp $
EAPI=5
inherit eutils autotools gnome2-utils games
@@ -26,7 +26,9 @@
S=${WORKDIR}/etr-${PV/_/}
src_prepare() {
- epatch "${FILESDIR}"/${P}-libsdl.patch
+ epatch \
+ "${FILESDIR}"/${P}-libsdl.patch \
+ "${FILESDIR}"/${P}-segfault.patch
# kind of ugly in there so we'll do it ourselves
sed -i -e '/SUBDIRS/s/resources doc//' Makefile.am || die
eautoreconf
1.22 games-action/extreme-tuxracer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 2 Oct 2014 15:09:48 -0000 1.21
+++ ChangeLog 5 Apr 2015 08:31:49 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for games-action/extreme-tuxracer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.21 2014/10/02 15:09:48 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.22 2015/04/05 08:31:49 mr_bones_ Exp $
+
+ 05 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/extreme-tuxracer-0.6.0-segfault.patch, extreme-tuxracer-0.6.0.ebuild:
+ add patch from N Alex to avoid segfault with no trees (bug #545494)
02 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org>
extreme-tuxracer-0.6.0.ebuild:
next reply other threads:[~2015-04-05 8:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-05 8:31 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-02 15:09 [gentoo-commits] gentoo-x86 commit in games-action/extreme-tuxracer: extreme-tuxracer-0.6.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
2014-07-23 15:44 Alfredo Tupone (tupone)
2014-05-17 19:20 Julian Ospald (hasufell)
2014-04-05 11:10 Agostino Sarubbo (ago)
2014-01-24 22:09 Michael Sterrett (mr_bones_)
2013-12-31 4:16 Michael Sterrett (mr_bones_)
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=20150405083152.0A9B015403@oystercatcher.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