public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.2.ebuild
@ 2008-06-26  6:15 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-06-26  6:15 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/06/26 06:15:05

  Modified:             pingus-0.7.2.ebuild
  Log:
  call epatch once
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  games-puzzle/pingus/pingus-0.7.2.ebuild

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

Index: pingus-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pingus-0.7.2.ebuild	24 Apr 2008 15:01:34 -0000	1.2
+++ pingus-0.7.2.ebuild	26 Jun 2008 06:15:05 -0000	1.3
@@ -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/pingus/pingus-0.7.2.ebuild,v 1.2 2008/04/24 15:01:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v 1.3 2008/06/26 06:15:05 mr_bones_ Exp $
 
 inherit eutils toolchain-funcs games
 
@@ -24,8 +24,9 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${P}-paths.patch
-	epatch "${FILESDIR}/${P}+gcc-4.3.patch"
+	epatch \
+		"${FILESDIR}"/${P}-paths.patch \
+		"${FILESDIR}/${P}+gcc-4.3.patch"
 	sed -i \
 		-e "s:GENTOO_BINDIR:${GAMES_BINDIR}:" \
 		-e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \



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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.2.ebuild
@ 2009-11-23  1:35 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-23  1:35 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/11/23 01:35:29

  Modified:             pingus-0.7.2.ebuild
  Log:
  just pass -j to scons from MAKEOPTS
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.11                 games-puzzle/pingus/pingus-0.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild?r1=1.10&r2=1.11

Index: pingus-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pingus-0.7.2.ebuild	8 Jun 2009 04:41:08 -0000	1.10
+++ pingus-0.7.2.ebuild	23 Nov 2009 01:35:29 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v 1.10 2009/06/08 04:41:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild,v 1.11 2009/11/23 01:35:29 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs games
@@ -43,7 +43,7 @@
 }
 
 src_compile() {
-	local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }")
+	local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
 	[[ ${MAKEOPTS/-s/} != ${MAKEOPTS} ]] && sconsopts="${sconsopts} -s"
 
 	scons ${sconsopts} || die "scons failed"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-23  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23  1:35 [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.2.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-26  6:15 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox