public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.7.5.ebuild ChangeLog
@ 2013-01-03  3:29 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-03  3:29 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/03 03:28:59

  Modified:             ChangeLog
  Added:                stella-3.7.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.74                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	8 Nov 2012 21:06:47 -0000	1.73
+++ ChangeLog	3 Jan 2013 03:28:59 -0000	1.74
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/stella
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.73 2012/11/08 21:06:47 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.74 2013/01/03 03:28:59 mr_bones_ Exp $
+
+*stella-3.7.5 (03 Jan 2013)
+
+  03 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> +stella-3.7.5.ebuild:
+  version bump
 
 *stella-3.7.4 (08 Nov 2012)
 



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

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

Index: stella-3.7.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v 1.1 2013/01/03 03:28:59 mr_bones_ Exp $

EAPI=2
inherit eutils gnome2-utils games

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

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

DEPEND="media-libs/libsdl[joystick?,opengl?,video]
	x11-libs/libX11
	media-libs/libpng:0
	sys-libs/zlib
	opengl? (
		virtual/opengl
		virtual/glu
	)"

src_prepare() {
	sed -i \
		-e '/INSTALL/s/-s //' \
		-e '/STRIP/d' \
		-e "/icons/d" \
		-e '/INSTALL.*DOCDIR/d' \
		-e '/INSTALL.*\/applications/d' \
		-e '/CXXFLAGS+=/s/-fomit-frame-pointer//' \
		Makefile || die
	sed -i \
		-e '/Icon/s/.png//' \
		-e '/Categories/s/Application;//' \
		src/unix/stella.desktop || die
	# build with newer zlib (bug #390093)
	sed -i -e '60i#define OF(x) x' src/emucore/unzip.h || die
}

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

src_install() {
	local i
	for i in 16 22 24 32 48 64 128 ; do
		newicon -s ${i} src/common/stella-${i}x${i}.png stella.png
	done

	emake DESTDIR="${D}" install || die
	domenu src/unix/stella.desktop
	dohtml -r docs/*
	dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.7.5.ebuild ChangeLog
@ 2013-02-10 17:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-10 17:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/10 17:22:52

  Modified:             stella-3.7.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #455522
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-emulation/stella/stella-3.7.5.ebuild

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

Index: stella-3.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stella-3.7.5.ebuild	5 Feb 2013 18:02:57 -0000	1.2
+++ stella-3.7.5.ebuild	10 Feb 2013 17:22:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v 1.2 2013/02/05 18:02:57 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v 1.3 2013/02/10 17:22:52 ago Exp $
 
 EAPI=2
 inherit eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="joystick opengl"
 
 DEPEND="media-libs/libsdl[joystick?,opengl?,video]



1.77                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	5 Feb 2013 18:02:57 -0000	1.76
+++ ChangeLog	10 Feb 2013 17:22:52 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.76 2013/02/05 18:02:57 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.77 2013/02/10 17:22:52 ago Exp $
+
+  10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> stella-3.7.5.ebuild:
+  Stable for ppc, wrt bug #455522
 
   05 Feb 2013; Chema Alonso <nimiux@gentoo.org> stella-3.7.5.ebuild:
   Marked stable for amd64 wrt bug #455522





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.7.5.ebuild ChangeLog
@ 2013-02-17 17:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-17 17:40 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/17 17:40:08

  Modified:             stella-3.7.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #455522
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  games-emulation/stella/stella-3.7.5.ebuild

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

Index: stella-3.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stella-3.7.5.ebuild	10 Feb 2013 17:22:52 -0000	1.3
+++ stella-3.7.5.ebuild	17 Feb 2013 17:40:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v 1.3 2013/02/10 17:22:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.7.5.ebuild,v 1.4 2013/02/17 17:40:08 ago Exp $
 
 EAPI=2
 inherit eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="joystick opengl"
 
 DEPEND="media-libs/libsdl[joystick?,opengl?,video]



1.78                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	10 Feb 2013 17:22:52 -0000	1.77
+++ ChangeLog	17 Feb 2013 17:40:08 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.77 2013/02/10 17:22:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.78 2013/02/17 17:40:08 ago Exp $
+
+  17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> stella-3.7.5.ebuild:
+  Stable for x86, wrt bug #455522
 
   10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> stella-3.7.5.ebuild:
   Stable for ppc, wrt bug #455522





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

end of thread, other threads:[~2013-02-17 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  3:29 [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.7.5.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-10 17:22 Agostino Sarubbo (ago)
2013-02-17 17:40 Agostino Sarubbo (ago)

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