public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: fish-fillets-0.8.0.ebuild ChangeLog
Date: Fri, 23 May 2008 01:36:08 +0000	[thread overview]
Message-ID: <E1JzMCW-0001Gx-4x@stork.gentoo.org> (raw)

mr_bones_    08/05/23 01:36:08

  Modified:             fish-fillets-0.8.0.ebuild ChangeLog
  Log:
  fix run-time error with USE=-deprecated lua 5.1.3 (bug #223271)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild?r1=1.3&r2=1.4

Index: fish-fillets-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fish-fillets-0.8.0.ebuild	24 Apr 2008 02:01:31 -0000	1.3
+++ fish-fillets-0.8.0.ebuild	23 May 2008 01:36:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild,v 1.3 2008/04/24 02:01:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild,v 1.4 2008/05/23 01:36:07 mr_bones_ Exp $
 
 inherit eutils games
 
@@ -30,6 +30,12 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}/${P}-gcc43.patch"
+
+	#.mod was renamed to .fmod in lua 5.1.3 - bug #223271
+	sed -i \
+		-e 's/\.mod(/.fmod(/' \
+		$(grep -rl "\.mod\>" "${WORKDIR}"/fillets-ng-data-${DATA_PV}) \
+		|| die "sed failed"
 }
 
 src_compile() {



1.30                 games-puzzle/fish-fillets/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 Apr 2008 02:01:31 -0000	1.29
+++ ChangeLog	23 May 2008 01:36:07 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/fish-fillets
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.29 2008/04/24 02:01:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.30 2008/05/23 01:36:07 mr_bones_ Exp $
+
+  23 May 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  fish-fillets-0.8.0.ebuild:
+  fix run-time error with USE=-deprecated lua 5.1.3 (bug #223271)
 
   24 Apr 2008; Michael Sterrett <mr_bones_@gentoo.org>
   +files/fish-fillets-0.8.0-gcc43.patch, fish-fillets-0.8.0.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-23  1:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-23  1:36 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-25 19:07 [gentoo-commits] gentoo-x86 commit in games-puzzle/fish-fillets: fish-fillets-0.8.0.ebuild ChangeLog Gysbert Wassenaar (nixnut)
2008-06-24 17:01 Thomas Anderson (gentoofan23)
2008-06-24 15:57 Christian Faulhammer (opfer)
2008-04-24  2:01 Michael Sterrett (mr_bones_)
2008-01-18  2:56 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=E1JzMCW-0001Gx-4x@stork.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