public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tristan Heaven (nyhm)" <nyhm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.2.ebuild ChangeLog
Date: Fri, 02 May 2008 22:14:08 +0000	[thread overview]
Message-ID: <E1Js3W4-0000SA-Pl@stork.gentoo.org> (raw)

nyhm        08/05/02 22:14:08

  Modified:             agistudio-1.2.2.ebuild ChangeLog
  Log:
  Fix building with gcc-4.3
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.5                  games-util/agistudio/agistudio-1.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/agistudio-1.2.2.ebuild?r1=1.4&r2=1.5

Index: agistudio-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- agistudio-1.2.2.ebuild	14 Feb 2008 05:57:17 -0000	1.4
+++ agistudio-1.2.2.ebuild	2 May 2008 22:14:08 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.2.ebuild,v 1.4 2008/02/14 05:57:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/agistudio-1.2.2.ebuild,v 1.5 2008/05/02 22:14:08 nyhm Exp $
 
-inherit toolchain-funcs qt3
+inherit eutils toolchain-funcs qt3
 
 DESCRIPTION="QT AGI Studio allows you to view, create and edit AGI games"
 HOMEPAGE="http://agistudio.sourceforge.net/"
@@ -20,10 +20,11 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
 	sed -i \
 		-e "s#^QTDIR.*#QTDIR = ${QTDIR}#" \
 		-e "s#^INCPATH.*#INCPATH = -I\$(QTDIR)/include#" \
-		-e "s/g++/$(tc-getCXX)/" \
+		-e "s:g++:$(tc-getCXX):" \
 		-e "/^CXXFLAGS/s:-O2:${CXXFLAGS}:" \
 		-e 's/$(LFLAGS)/$(LDFLAGS)/' \
 		Makefile \



1.9                  games-util/agistudio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/agistudio/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Feb 2007 17:35:21 -0000	1.8
+++ ChangeLog	2 May 2008 22:14:08 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/agistudio
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.8 2007/02/19 17:35:21 nixnut Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/agistudio/ChangeLog,v 1.9 2008/05/02 22:14:08 nyhm Exp $
+
+  02 May 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/agistudio-1.2.2-gcc43.patch, agistudio-1.2.2.ebuild:
+  Fix building with gcc-4.3
 
   19 Feb 2007; nixnut <nixnut@gentoo.org> agistudio-1.2.2.ebuild:
   Stable on ppc wrt bug 167559



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



             reply	other threads:[~2008-05-02 22:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-02 22:14 Tristan Heaven (nyhm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-27 21:41 [gentoo-commits] gentoo-x86 commit in games-util/agistudio: agistudio-1.2.2.ebuild ChangeLog Carsten Lohrke (carlo)

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=E1Js3W4-0000SA-Pl@stork.gentoo.org \
    --to=nyhm@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