public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/cob: ChangeLog cob-0.9.ebuild
@ 2009-06-18  1:31 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-06-18  1:31 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/06/18 01:31:16

  Modified:             ChangeLog cob-0.9.ebuild
  Log:
  Fix building with gcc-4.4, bug #273520
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-arcade/cob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	30 Apr 2008 21:48:15 -0000	1.9
+++ ChangeLog	18 Jun 2009 01:31:16 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/cob
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.9 2008/04/30 21:48:15 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.10 2009/06/18 01:31:16 nyhm Exp $
+
+  18 Jun 2009; Tristan Heaven <nyhm@gentoo.org> cob-0.9.ebuild,
+  +files/cob-0.9-gcc44.patch:
+  Fix building with gcc-4.4, bug #273520
 
   30 Apr 2008; Tristan Heaven <nyhm@gentoo.org> +files/cob-0.9-gcc43.patch,
   cob-0.9.ebuild:



1.13                 games-arcade/cob/cob-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?r1=1.12&r2=1.13

Index: cob-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cob-0.9.ebuild	30 Apr 2008 21:48:15 -0000	1.12
+++ cob-0.9.ebuild	18 Jun 2009 01:31:16 -0000	1.13
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.12 2008/04/30 21:48:15 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.13 2009/06/18 01:31:16 nyhm Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="Cruising on Broadway: a painting-type game"
@@ -15,16 +16,10 @@
 
 DEPEND="media-libs/libsdl"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc43.patch
-	# gcc34 compile fix (bug #119061)
-	sed -i \
-		-e '195 s/;//' \
-		cob/sdw.hxx \
-		|| die "sed failed"
-}
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-gcc44.patch
+)
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cob: ChangeLog cob-0.9.ebuild
@ 2015-01-03 19:31 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-03 19:31 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/03 19:31:13

  Modified:             ChangeLog cob-0.9.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.11                 games-arcade/cob/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Jun 2009 01:31:16 -0000	1.10
+++ ChangeLog	3 Jan 2015 19:31:13 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cob
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.10 2009/06/18 01:31:16 nyhm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.11 2015/01/03 19:31:13 tupone Exp $
+
+  03 Jan 2015; Tupone Alfredo <tupone@gentoo.org> cob-0.9.ebuild:
+  EAPI 5
 
   18 Jun 2009; Tristan Heaven <nyhm@gentoo.org> cob-0.9.ebuild,
   +files/cob-0.9-gcc44.patch:



1.14                 games-arcade/cob/cob-0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?r1=1.13&r2=1.14

Index: cob-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cob-0.9.ebuild	18 Jun 2009 01:31:16 -0000	1.13
+++ cob-0.9.ebuild	3 Jan 2015 19:31:13 -0000	1.14
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.13 2009/06/18 01:31:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.14 2015/01/03 19:31:13 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Cruising on Broadway: a painting-type game"
@@ -15,6 +15,7 @@
 IUSE=""
 
 DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-gcc43.patch
@@ -22,7 +23,6 @@
 )
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS README
+	default
 	prepgamesdirs
 }





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

end of thread, other threads:[~2015-01-03 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-03 19:31 [gentoo-commits] gentoo-x86 commit in games-arcade/cob: ChangeLog cob-0.9.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-18  1:31 Tristan Heaven (nyhm)

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