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.1.ebuild
@ 2010-04-24  7:58 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-24  7:58 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/24 07:58:10

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

Revision  Changes    Path
1.46                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	6 Jan 2010 13:36:30 -0000	1.45
+++ ChangeLog	24 Apr 2010 07:58:10 -0000	1.46
@@ -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.45 2010/01/06 13:36:30 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.46 2010/04/24 07:58:10 mr_bones_ Exp $
+
+*stella-3.1 (24 Apr 2010)
+
+  24 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> +stella-3.1.ebuild:
+  version bump
 
   06 Jan 2010; Joseph Jezak <josejx@gentoo.org> stella-3.0.ebuild:
   Marked ppc stable for bug #288998.



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

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

Index: stella-3.1.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.1.ebuild,v 1.1 2010/04/24 07:58:10 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.1.ebuild
@ 2010-05-26 10:40 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-26 10:40 UTC (permalink / raw
  To: gentoo-commits

pacho       10/05/26 10:40:02

  Modified:             ChangeLog stella-3.1.ebuild
  Log:
  stable amd64, bug 321345
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	24 Apr 2010 07:58:10 -0000	1.46
+++ ChangeLog	26 May 2010 10:40:02 -0000	1.47
@@ -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.46 2010/04/24 07:58:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.47 2010/05/26 10:40:02 pacho Exp $
+
+  26 May 2010; Pacho Ramos <pacho@gentoo.org> stella-3.1.ebuild:
+  stable amd64, bug 321345
 
 *stella-3.1 (24 Apr 2010)
 



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

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

Index: stella-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stella-3.1.ebuild	24 Apr 2010 07:58:10 -0000	1.1
+++ stella-3.1.ebuild	26 May 2010 10:40:02 -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.1.ebuild,v 1.1 2010/04/24 07:58:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v 1.2 2010/05/26 10:40:02 pacho 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.1.ebuild
@ 2010-05-31 21:12 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2010-05-31 21:12 UTC (permalink / raw
  To: gentoo-commits

josejx      10/05/31 21:12:24

  Modified:             ChangeLog stella-3.1.ebuild
  Log:
  Marked ppc stable for bug #321345.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 May 2010 10:40:02 -0000	1.47
+++ ChangeLog	31 May 2010 21:12:24 -0000	1.48
@@ -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.47 2010/05/26 10:40:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.48 2010/05/31 21:12:24 josejx Exp $
+
+  31 May 2010; Joseph Jezak <josejx@gentoo.org> stella-3.1.ebuild:
+  Marked ppc stable for bug #321345.
 
   26 May 2010; Pacho Ramos <pacho@gentoo.org> stella-3.1.ebuild:
   stable amd64, bug 321345



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

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

Index: stella-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stella-3.1.ebuild	26 May 2010 10:40:02 -0000	1.2
+++ stella-3.1.ebuild	31 May 2010 21:12:24 -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.1.ebuild,v 1.2 2010/05/26 10:40:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v 1.3 2010/05/31 21:12:24 josejx 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.1.ebuild
@ 2010-06-01  8:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-01  8:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/06/01 08:20:23

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

Revision  Changes    Path
1.49                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	31 May 2010 21:12:24 -0000	1.48
+++ ChangeLog	1 Jun 2010 08:20:23 -0000	1.49
@@ -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.48 2010/05/31 21:12:24 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.49 2010/06/01 08:20:23 phajdan.jr Exp $
+
+  01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> stella-3.1.ebuild:
+  x86 stable wrt bug #321345
 
   31 May 2010; Joseph Jezak <josejx@gentoo.org> stella-3.1.ebuild:
   Marked ppc stable for bug #321345.



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

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

Index: stella-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stella-3.1.ebuild	31 May 2010 21:12:24 -0000	1.3
+++ stella-3.1.ebuild	1 Jun 2010 08:20:23 -0000	1.4
@@ -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.1.ebuild,v 1.3 2010/05/31 21:12:24 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v 1.4 2010/06/01 08:20:23 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

end of thread, other threads:[~2010-06-01  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24  7:58 [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-26 10:40 Pacho Ramos (pacho)
2010-05-31 21:12 Joseph Jezak (josejx)
2010-06-01  8:20 PaweA Hajdan (phajdan.jr)

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