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

mr_bones_    12/01/04 04:53:39

  Modified:             ChangeLog
  Added:                stella-3.5.ebuild
  Log:
  version bump (bug #397551)
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.65                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	10 Nov 2011 16:39:06 -0000	1.64
+++ ChangeLog	4 Jan 2012 04:53:39 -0000	1.65
@@ -1,6 +1,11 @@
 # 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.64 2011/11/10 16:39:06 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.65 2012/01/04 04:53:39 mr_bones_ Exp $
+
+*stella-3.5 (04 Jan 2012)
+
+  04 Jan 2012; Michael Sterrett <mr_bones_@gentoo.org> +stella-3.5.ebuild:
+  version bump (bug #397551)
 
   10 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> stella-3.4.ebuild:
   build with newer zlib (bug #390093)



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

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

Index: stella-3.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v 1.1 2012/01/04 04:53:39 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="joystick opengl"

DEPEND="media-libs/libsdl[joystick?,video]
	x11-libs/libX11
	media-libs/libpng
	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 -i \
		-e '/Icon/s/.png//' \
		-e '/Categories/s/Application;//' \
		src/unix/stella.desktop || 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() {
	emake DESTDIR="${D}" install || die "emake install failed"
	doicon src/common/stella.png
	domenu src/unix/stella.desktop
	dohtml -r docs/*
	dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.5.ebuild ChangeLog
@ 2012-01-30 17:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-01-30 17:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/01/30 17:40:39

  Modified:             stella-3.5.ebuild ChangeLog
  Log:
  build with newer zlib (bug #401471)
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-emulation/stella/stella-3.5.ebuild

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

Index: stella-3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stella-3.5.ebuild	4 Jan 2012 04:53:39 -0000	1.1
+++ stella-3.5.ebuild	30 Jan 2012 17:40:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v 1.1 2012/01/04 04:53:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.5.ebuild,v 1.2 2012/01/30 17:40:39 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -32,6 +32,8 @@
 		-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() {



1.67                 games-emulation/stella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	10 Jan 2012 21:08:54 -0000	1.66
+++ ChangeLog	30 Jan 2012 17:40:39 -0000	1.67
@@ -1,6 +1,9 @@
 # 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.66 2012/01/10 21:08:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.67 2012/01/30 17:40:39 mr_bones_ Exp $
+
+  30 Jan 2012; Michael Sterrett <mr_bones_@gentoo.org> stella-3.5.ebuild:
+  build with newer zlib (bug #401471)
 
   10 Jan 2012; Brent Baude <ranger@gentoo.org> stella-3.4.ebuild:
   Marking stella-3.4 ppc for bug 375493






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

end of thread, other threads:[~2012-01-30 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04  4:53 [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.5.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-30 17:40 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