public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.2.2.ebuild
@ 2010-09-30  2:45 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-09-30  2:45 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/09/30 02:45:30

  Modified:             ChangeLog
  Added:                stella-3.2.2.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.51                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	28 Aug 2010 02:35:52 -0000	1.50
+++ ChangeLog	30 Sep 2010 02:45:30 -0000	1.51
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.50 2010/08/28 02:35:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.51 2010/09/30 02:45:30 mr_bones_ Exp $
+
+*stella-3.2.2 (30 Sep 2010)
+
+  30 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> +stella-3.2.2.ebuild:
+  version bump
 
 *stella-3.2.1 (28 Aug 2010)
 



1.1                  games-emulation/stella/stella-3.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.1&content-type=text/plain

Index: stella-3.2.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.1 2010/09/30 02:45:30 mr_bones_ Exp $

EAPI=2
inherit eutils games

DESCRIPTION="Stella Atari 2600 VCS Emulator"
HOMEPAGE="http://stella.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="opengl"

DEPEND="media-libs/libsdl[video]
	sys-libs/zlib
	opengl? ( virtual/opengl )"

src_prepare() {
	sed -i \
		-e '/INSTALL/s/-s //' \
		-e '/STRIP/d' \
		-e "/icons/d" \
		-e '/INSTALL.*DOCDIR/d' \
		-e '/INSTALL.*\/applications/d' \
		Makefile \
		|| die "sed failed"
}

src_configure() {
	# not an autoconf script
	./configure \
		--prefix="/usr" \
		--bindir="${GAMES_BINDIR}" \
		--docdir="/usr/share/doc/${PF}" \
		--datadir="${GAMES_DATADIR}" \
		$(use_enable opengl gl) \
		|| die
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	doicon src/common/stella.png
	make_desktop_entry stella Stella
	dohtml -r docs/*
	dodoc Announce.txt Changes.txt Copyright.txt README-GP2X.txt README-SDL.txt Readme.txt Todo.txt
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.2.2.ebuild
@ 2010-10-31 13:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-31 13:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/31 13:37:27

  Modified:             ChangeLog stella-3.2.2.ebuild
  Log:
  Stable on amd64 wrt bug #343451
  
  (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	15 Oct 2010 13:40:38 -0000	1.53
+++ ChangeLog	31 Oct 2010 13:37:27 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.53 2010/10/15 13:40:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.54 2010/10/31 13:37:27 hwoarang Exp $
+
+  31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> stella-3.2.2.ebuild:
+  Stable on amd64 wrt bug #343451
 
   15 Oct 2010; Brent Baude <ranger@gentoo.org> stella-3.2.1.ebuild:
   stable ppc, bug 339190



1.2                  games-emulation/stella/stella-3.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?r1=1.1&r2=1.2

Index: stella-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stella-3.2.2.ebuild	30 Sep 2010 02:45:30 -0000	1.1
+++ stella-3.2.2.ebuild	31 Oct 2010 13:37:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.1 2010/09/30 02:45:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.2 2010/10/31 13:37:27 hwoarang Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="opengl"
 
 DEPEND="media-libs/libsdl[video]






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.2.2.ebuild
@ 2010-11-04 11:00 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-04 11:00 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/11/04 11:00:40

  Modified:             ChangeLog stella-3.2.2.ebuild
  Log:
  x86 stable wrt bug #343451
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.55                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	31 Oct 2010 13:37:27 -0000	1.54
+++ ChangeLog	4 Nov 2010 11:00:39 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.54 2010/10/31 13:37:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.55 2010/11/04 11:00:39 phajdan.jr Exp $
+
+  04 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> stella-3.2.2.ebuild:
+  x86 stable wrt bug #343451
 
   31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> stella-3.2.2.ebuild:
   Stable on amd64 wrt bug #343451



1.3                  games-emulation/stella/stella-3.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?r1=1.2&r2=1.3

Index: stella-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stella-3.2.2.ebuild	31 Oct 2010 13:37:27 -0000	1.2
+++ stella-3.2.2.ebuild	4 Nov 2010 11:00:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.2 2010/10/31 13:37:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.3 2010/11/04 11:00:39 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="opengl"
 
 DEPEND="media-libs/libsdl[video]






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.2.2.ebuild
@ 2011-01-11 21:58 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-01-11 21:58 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/11 21:58:35

  Modified:             ChangeLog stella-3.2.2.ebuild
  Log:
  Marking stella-3.2.2 ppc for bug 343451
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.58                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	10 Jan 2011 09:15:59 -0000	1.57
+++ ChangeLog	11 Jan 2011 21:58:35 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.57 2011/01/10 09:15:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.58 2011/01/11 21:58:35 ranger Exp $
+
+  11 Jan 2011; Brent Baude <ranger@gentoo.org> stella-3.2.2.ebuild:
+  Marking stella-3.2.2 ppc for bug 343451
 
   10 Jan 2011; Markos Chandras <hwoarang@gentoo.org> stella-3.3.ebuild:
   Stable on amd64 wrt bug #350772



1.4                  games-emulation/stella/stella-3.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild?r1=1.3&r2=1.4

Index: stella-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stella-3.2.2.ebuild	4 Nov 2010 11:00:39 -0000	1.3
+++ stella-3.2.2.ebuild	11 Jan 2011 21:58:35 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.3 2010/11/04 11:00:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.2.2.ebuild,v 1.4 2011/01/11 21:58:35 ranger Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="opengl"
 
 DEPEND="media-libs/libsdl[video]






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

end of thread, other threads:[~2011-01-11 21:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 21:58 [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.2.2.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-04 11:00 PaweA Hajdan (phajdan.jr)
2010-10-31 13:37 Markos Chandras (hwoarang)
2010-09-30  2:45 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