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/flobopuyo: flobopuyo-0.20-r1.ebuild ChangeLog
Date: Thu, 07 Aug 2008 00:03:12 +0000	[thread overview]
Message-ID: <E1KQsyG-00041Y-UD@stork.gentoo.org> (raw)

mr_bones_    08/08/07 00:03:12

  Modified:             flobopuyo-0.20-r1.ebuild ChangeLog
  Log:
  rework Makefile patch for bug 234011
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild?r1=1.6&r2=1.7

Index: flobopuyo-0.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- flobopuyo-0.20-r1.ebuild	25 Jun 2008 18:57:51 -0000	1.6
+++ flobopuyo-0.20-r1.ebuild	7 Aug 2008 00:03:12 -0000	1.7
@@ -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/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.6 2008/06/25 18:57:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.7 2008/08/07 00:03:12 mr_bones_ Exp $
 
 inherit toolchain-funcs eutils games
 
@@ -39,19 +39,16 @@
 
 	find . -type f -name ".*" -exec rm -f \{\} \;
 	sed -i \
-		-e "/strip/d" \
 		-e "s:^DATADIR=.*:DATADIR=\"${GAMES_DATADIR}/${PN}\":" \
 		-e "/^INSTALL_BINDIR/s:/\$(PREFIX)/games:${GAMES_BINDIR}:" \
-		-e "s:^CFLAGS=:CFLAGS+=:" \
-		-e "/^LDFLAGS=/d" \
 		Makefile \
 		|| die "sed failed"
 }
 
 src_compile() {
-	use opengl && want_opengl=true || want_opengl=false
-	emake CC="$(tc-getCXX)" CXX="$(tc-getCXX)" \
-		ENABLE_OPENGL="${want_opengl}" || die "emake failed"
+	emake CXX="$(tc-getCXX)" \
+		ENABLE_OPENGL="$(use opengl && echo true || echo false)" \
+		|| die "emake failed"
 }
 
 src_install() {



1.16                 games-puzzle/flobopuyo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Jun 2008 18:57:51 -0000	1.15
+++ ChangeLog	7 Aug 2008 00:03:12 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/flobopuyo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.15 2008/06/25 18:57:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.16 2008/08/07 00:03:12 mr_bones_ Exp $
+
+  07 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  files/flobopuyo-0.20-libs.patch, flobopuyo-0.20-r1.ebuild:
+  rework Makefile patch for bug 234011
 
   25 Jun 2008; nixnut <nixnut@gentoo.org> flobopuyo-0.20-r1.ebuild:
   Stable on ppc wrt bug 228967






             reply	other threads:[~2008-08-07  0:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-07  0:03 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-19 19:59 [gentoo-commits] gentoo-x86 commit in games-puzzle/flobopuyo: flobopuyo-0.20-r1.ebuild ChangeLog Alfredo Tupone (tupone)
2012-09-04 22:21 Michael Sterrett (mr_bones_)
2009-01-19 18:56 Michael Sterrett (mr_bones_)
2008-06-25 18:57 Gysbert Wassenaar (nixnut)
2008-06-23  7:28 Christian Faulhammer (opfer)
2008-06-22 22:32 Kenneth Prugh (ken69267)
2008-03-07 19:11 Chris Gianelloni (wolf31o2)

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=E1KQsyG-00041Y-UD@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