public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/pmars-sdl: pmars-sdl-0.9.2e.ebuild ChangeLog
@ 2008-11-18 20:23 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-11-18 20:23 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/11/18 20:23:12

  Modified:             pmars-sdl-0.9.2e.ebuild ChangeLog
  Log:
  fix USE=-* case (bug #247469)
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.11                 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?r1=1.10&r2=1.11

Index: pmars-sdl-0.9.2e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pmars-sdl-0.9.2e.ebuild	9 Oct 2006 11:10:11 -0000	1.10
+++ pmars-sdl-0.9.2e.ebuild	18 Nov 2008 20:23:12 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.10 2006/10/09 11:10:11 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.11 2008/11/18 20:23:12 mr_bones_ Exp $
 
 inherit toolchain-funcs games
 
@@ -19,7 +19,8 @@
 
 DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl )
 	X? ( x11-libs/libX11 )
-	svga? ( media-libs/svgalib )"
+	svga? ( media-libs/svgalib )
+	!sdl? ( !X? ( !svga? ( sys-libs/ncurses ) ) )"
 
 S=${WORKDIR}/${MY_P}
 
@@ -38,7 +39,7 @@
 		LIB="-lvgagl -lvga"
 	else
 		CFLAGS="${CFLAGS} -DCURSESGRAPHX"
-		LIB="-lcurses -ltermcap"
+		LIB="-lcurses"
 	fi
 
 	cd src



1.8                  games-simulation/pmars-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Oct 2006 11:10:11 -0000	1.7
+++ ChangeLog	18 Nov 2008 20:23:12 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/pmars-sdl
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.7 2006/10/09 11:10:11 nyhm Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.8 2008/11/18 20:23:12 mr_bones_ Exp $
+
+  18 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  pmars-sdl-0.9.2e.ebuild:
+  fix USE=-* case (bug #247469)
 
   09 Oct 2006; Tristan Heaven <nyhm@gentoo.org> pmars-sdl-0.9.2e.ebuild:
   Add modular X dependencies






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/pmars-sdl: pmars-sdl-0.9.2e.ebuild ChangeLog
@ 2015-02-15  9:35 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-15  9:35 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/15 09:35:24

  Modified:             pmars-sdl-0.9.2e.ebuild ChangeLog
  Log:
  EAPI=5; update HOMEPAGE
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.15                 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?r1=1.14&r2=1.15

Index: pmars-sdl-0.9.2e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pmars-sdl-0.9.2e.ebuild	12 Jan 2011 17:46:58 -0000	1.14
+++ pmars-sdl-0.9.2e.ebuild	15 Feb 2015 09:35:24 -0000	1.15
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.14 2011/01/12 17:46:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.15 2015/02/15 09:35:24 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit toolchain-funcs games
 
 MY_PN="${PN/-sdl/}"
@@ -10,8 +10,8 @@
 MY_P="${MY_PN}-${MY_PV}"
 
 DESCRIPTION="Portable redcode simulator's sdl port for core war"
-HOMEPAGE="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl"
-SRC_URI="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl/${MY_P}.tar.gz"
+HOMEPAGE="http://corewar.co.uk/pihlaja/pmars-sdl/"
+SRC_URI="http://corewar.co.uk/pihlaja/pmars-sdl/${MY_P}.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
@@ -64,7 +64,7 @@
 }
 
 src_install() {
-	dogamesbin src/${MY_PN} || die
+	dogamesbin src/${MY_PN}
 	doman doc/${MY_PN}.6
 
 	dodoc AUTHORS CONTRIB ChangeLog README doc/redcode.ref



1.11                 games-simulation/pmars-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Oct 2010 19:16:34 -0000	1.10
+++ ChangeLog	15 Feb 2015 09:35:24 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/pmars-sdl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.10 2010/10/18 19:16:34 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.11 2015/02/15 09:35:24 mr_bones_ Exp $
+
+  15 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> pmars-sdl-0.9.2e.ebuild:
+  EAPI=5; update HOMEPAGE
 
   18 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org>
   pmars-sdl-0.9.2e.ebuild:
@@ -36,4 +39,3 @@
   pmars-sdl-0.9.2e.ebuild:
   initial commit; ebuild based on the one submitted by Andreas Scholta via bug
   #40738
-





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

* [gentoo-commits] gentoo-x86 commit in games-simulation/pmars-sdl: pmars-sdl-0.9.2e.ebuild ChangeLog
@ 2015-03-24 17:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-24 17:22 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/24 17:22:41

  Modified:             pmars-sdl-0.9.2e.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543636
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.16                 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?r1=1.15&r2=1.16

Index: pmars-sdl-0.9.2e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pmars-sdl-0.9.2e.ebuild	15 Feb 2015 09:35:24 -0000	1.15
+++ pmars-sdl-0.9.2e.ebuild	24 Mar 2015 17:22:41 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.15 2015/02/15 09:35:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.16 2015/03/24 17:22:41 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs games
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="sdl X"
 
 DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl[video] )



1.12                 games-simulation/pmars-sdl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	15 Feb 2015 09:35:24 -0000	1.11
+++ ChangeLog	24 Mar 2015 17:22:41 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/pmars-sdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.11 2015/02/15 09:35:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.12 2015/03/24 17:22:41 ago Exp $
+
+  24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pmars-sdl-0.9.2e.ebuild:
+  Stable for amd64, wrt bug #543636
 
   15 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> pmars-sdl-0.9.2e.ebuild:
   EAPI=5; update HOMEPAGE





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

end of thread, other threads:[~2015-03-24 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 17:22 [gentoo-commits] gentoo-x86 commit in games-simulation/pmars-sdl: pmars-sdl-0.9.2e.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-15  9:35 Michael Sterrett (mr_bones_)
2008-11-18 20:23 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