public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/psemu-spunull: ChangeLog psemu-spunull-1.0.ebuild
@ 2009-01-30  6:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-30  6:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/30 06:55:08

  Modified:             ChangeLog psemu-spunull-1.0.ebuild
  Log:
  EAPI=2; respect CC
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.5                  games-emulation/psemu-spunull/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/psemu-spunull/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/psemu-spunull/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/psemu-spunull/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Feb 2007 07:47:47 -0000	1.4
+++ ChangeLog	30 Jan 2009 06:55:07 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/psemu-spunull
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/ChangeLog,v 1.4 2007/02/09 07:47:47 flameeyes Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/ChangeLog,v 1.5 2009/01/30 06:55:07 mr_bones_ Exp $
+
+  30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  psemu-spunull-1.0.ebuild:
+  EAPI=2; respect CC
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



1.6                  games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild?r1=1.5&r2=1.6

Index: psemu-spunull-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psemu-spunull-1.0.ebuild	9 Apr 2007 17:28:43 -0000	1.5
+++ psemu-spunull-1.0.ebuild	30 Jan 2009 06:55:07 -0000	1.6
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v 1.5 2007/04/09 17:28:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v 1.6 2009/01/30 06:55:07 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="PSEmu plugin to use a null sound driver"
@@ -15,14 +16,16 @@
 
 S=${WORKDIR}
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	epatch "${FILESDIR}"/${PV}-makefile-cflags.patch
+	sed -i \
+		-e 's/gcc/$(CC)/' \
+		src/Makefile \
+		|| die "sed failed"
 }
 
 src_compile() {
-	cd src
-	emake OPTFLAGS="${CFLAGS}" || die "emake failed"
+	emake -C src OPTFLAGS="${CFLAGS}" || die "emake failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/psemu-spunull: ChangeLog psemu-spunull-1.0.ebuild
@ 2010-10-16 20:13 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-10-16 20:13 UTC (permalink / raw
  To: gentoo-commits

tupone      10/10/16 20:13:51

  Modified:             ChangeLog psemu-spunull-1.0.ebuild
  Log:
  Respect LDFLAGS. Bug #334625
  
  (Portage version: 2.1.9.14/cvs/Linux i686)

Revision  Changes    Path
1.6                  games-emulation/psemu-spunull/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/psemu-spunull/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/psemu-spunull/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/psemu-spunull/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 Jan 2009 06:55:07 -0000	1.5
+++ ChangeLog	16 Oct 2010 20:13:51 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/psemu-spunull
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/ChangeLog,v 1.5 2009/01/30 06:55:07 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/ChangeLog,v 1.6 2010/10/16 20:13:51 tupone Exp $
+
+  16 Oct 2010; Tupone Alfredo <tupone@gentoo.org> psemu-spunull-1.0.ebuild,
+  +files/psemu-spunull-1.0-ldflags.patch:
+  Respect LDFLAGS. Bug #334625 by flameeyes@gentoo.org
 
   30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
   psemu-spunull-1.0.ebuild:



1.7                  games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild?r1=1.6&r2=1.7

Index: psemu-spunull-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- psemu-spunull-1.0.ebuild	30 Jan 2009 06:55:07 -0000	1.6
+++ psemu-spunull-1.0.ebuild	16 Oct 2010 20:13:51 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v 1.6 2009/01/30 06:55:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-spunull/psemu-spunull-1.0.ebuild,v 1.7 2010/10/16 20:13:51 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -22,6 +22,7 @@
 		-e 's/gcc/$(CC)/' \
 		src/Makefile \
 		|| die "sed failed"
+	epatch "${FILESDIR}"/${P}-ldflags.patch
 }
 
 src_compile() {






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

end of thread, other threads:[~2010-10-16 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30  6:55 [gentoo-commits] gentoo-x86 commit in games-emulation/psemu-spunull: ChangeLog psemu-spunull-1.0.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-16 20:13 Alfredo Tupone (tupone)

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