public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild
@ 2011-07-20  6:24 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-20  6:24 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/20 06:24:40

  Modified:             ChangeLog
  Added:                hatari-1.5.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.29                 games-emulation/hatari/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	7 Jun 2011 20:29:03 -0000	1.28
+++ ChangeLog	20 Jul 2011 06:24:40 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/hatari
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.28 2011/06/07 20:29:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.29 2011/07/20 06:24:40 mr_bones_ Exp $
+
+*hatari-1.5.0 (20 Jul 2011)
+
+  20 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> +hatari-1.5.0.ebuild,
+  +files/hatari-1.5.0-gentoo.patch:
+  version bump
 
 *hatari-1.4.0 (07 Jun 2011)
 



1.1                  games-emulation/hatari/hatari-1.5.0.ebuild

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

Index: hatari-1.5.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.1 2011/07/20 06:24:40 mr_bones_ Exp $

EAPI=2
inherit toolchain-funcs cmake-utils games

DESCRIPTION="Atari ST emulator"
HOMEPAGE="http://hatari.berlios.de/"
SRC_URI="mirror://berlios/hatari/${P}.tar.bz2"

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

RDEPEND="media-libs/libsdl[X,audio,video]
	sys-libs/readline
	media-libs/libpng
	sys-libs/zlib"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"
RDEPEND="${RDEPEND}
	games-emulation/emutos"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
	rm -f doc/CMakeLists.txt
}

src_configure() {
	mycmakeargs=(
		"-DCMAKE_VERBOSE_MAKEFILE=TRUE"
		"-DCMAKE_BUILD_TYPE:STRING=Release"
		"-DDATADIR=${GAMES_DATADIR}/${PN}"
		"-DBIN2DATADIR=${GAMES_DATADIR}/${PN}"
		"-DBINDIR=${GAMES_BINDIR}"
		"-DICONDIR=/usr/share/pixmaps"
		"-DDESKTOPDIR=/usr/share/applications"
		"-DMANDIR=/usr/share/man/man1"
		"-DDOCDIR=/usr/share/doc/${PF}"
		)
	cmake-utils_src_configure
}

src_install() {
	DOCS="readme.txt doc/*.txt" cmake-utils_src_install
	dohtml -r doc/
	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst
	echo
	elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation,"
	elog "has been installed in $(games_get_libdir) with a .img extension (there"
	elog "are several from which to choose)."
	elog
	elog "Another option is to go to http://www.atari.st/ and get a real TOS:"
	elog "  http://www.atari.st/"
	elog
	elog "The first time you run hatari, you should configure it to find the"
	elog "TOS you prefer to use.  Be sure to save your settings."
	echo
}






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild
@ 2011-08-22 14:15 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-08-22 14:15 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/08/22 14:15:04

  Modified:             ChangeLog hatari-1.5.0.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug #380177.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 games-emulation/hatari/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	20 Jul 2011 06:24:40 -0000	1.29
+++ ChangeLog	22 Aug 2011 14:15:04 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/hatari
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.29 2011/07/20 06:24:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.30 2011/08/22 14:15:04 chainsaw Exp $
+
+  22 Aug 2011; Tony Vroon <chainsaw@gentoo.org> hatari-1.5.0.ebuild:
+  Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug
+  #380177.
 
 *hatari-1.5.0 (20 Jul 2011)
 



1.2                  games-emulation/hatari/hatari-1.5.0.ebuild

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

Index: hatari-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hatari-1.5.0.ebuild	20 Jul 2011 06:24:40 -0000	1.1
+++ hatari-1.5.0.ebuild	22 Aug 2011 14:15:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.1 2011/07/20 06:24:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.2 2011/08/22 14:15:04 chainsaw Exp $
 
 EAPI=2
 inherit toolchain-funcs cmake-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl[X,audio,video]






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild
@ 2011-08-24 19:33 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2011-08-24 19:33 UTC (permalink / raw
  To: gentoo-commits

maekke      11/08/24 19:33:45

  Modified:             ChangeLog hatari-1.5.0.ebuild
  Log:
  x86 stable, bug #380177
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 games-emulation/hatari/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	22 Aug 2011 14:15:04 -0000	1.30
+++ ChangeLog	24 Aug 2011 19:33:45 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/hatari
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.30 2011/08/22 14:15:04 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.31 2011/08/24 19:33:45 maekke Exp $
+
+  24 Aug 2011; Markus Meier <maekke@gentoo.org> hatari-1.5.0.ebuild:
+  x86 stable, bug #380177
 
   22 Aug 2011; Tony Vroon <chainsaw@gentoo.org> hatari-1.5.0.ebuild:
   Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug



1.3                  games-emulation/hatari/hatari-1.5.0.ebuild

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

Index: hatari-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hatari-1.5.0.ebuild	22 Aug 2011 14:15:04 -0000	1.2
+++ hatari-1.5.0.ebuild	24 Aug 2011 19:33:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.2 2011/08/22 14:15:04 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.3 2011/08/24 19:33:45 maekke Exp $
 
 EAPI=2
 inherit toolchain-funcs cmake-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl[X,audio,video]






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild
@ 2011-11-13 21:54 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-11-13 21:54 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/11/13 21:54:12

  Modified:             ChangeLog hatari-1.5.0.ebuild
  Log:
  build with newer zlib (bug #387829)
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.32                 games-emulation/hatari/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	24 Aug 2011 19:33:45 -0000	1.31
+++ ChangeLog	13 Nov 2011 21:54:12 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/hatari
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.31 2011/08/24 19:33:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.32 2011/11/13 21:54:12 mr_bones_ Exp $
+
+  13 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> hatari-1.5.0.ebuild:
+  build with newer zlib (bug #387829)
 
   24 Aug 2011; Markus Meier <maekke@gentoo.org> hatari-1.5.0.ebuild:
   x86 stable, bug #380177



1.4                  games-emulation/hatari/hatari-1.5.0.ebuild

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

Index: hatari-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hatari-1.5.0.ebuild	24 Aug 2011 19:33:45 -0000	1.3
+++ hatari-1.5.0.ebuild	13 Nov 2011 21:54:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.3 2011/08/24 19:33:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.4 2011/11/13 21:54:12 mr_bones_ Exp $
 
 EAPI=2
 inherit toolchain-funcs cmake-utils games
@@ -25,6 +25,8 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gentoo.patch
+	# build with newer zlib (bug #387829)
+	sed -i -e '1i#define OF(x) x' src/includes/unzip.h || die
 	rm -f doc/CMakeLists.txt
 }
 






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

* [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild
@ 2012-01-10 20:37 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-01-10 20:37 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/10 20:37:53

  Modified:             ChangeLog hatari-1.5.0.ebuild
  Log:
  Marking hatari-1.5.0 ppc for bug 380177
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.33                 games-emulation/hatari/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	13 Nov 2011 21:54:12 -0000	1.32
+++ ChangeLog	10 Jan 2012 20:37:53 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/hatari
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.32 2011/11/13 21:54:12 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.33 2012/01/10 20:37:53 ranger Exp $
+
+  10 Jan 2012; Brent Baude <ranger@gentoo.org> hatari-1.5.0.ebuild:
+  Marking hatari-1.5.0 ppc for bug 380177
 
   13 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> hatari-1.5.0.ebuild:
   build with newer zlib (bug #387829)



1.5                  games-emulation/hatari/hatari-1.5.0.ebuild

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

Index: hatari-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hatari-1.5.0.ebuild	13 Nov 2011 21:54:12 -0000	1.4
+++ hatari-1.5.0.ebuild	10 Jan 2012 20:37:53 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.4 2011/11/13 21:54:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.5 2012/01/10 20:37:53 ranger Exp $
 
 EAPI=2
 inherit toolchain-funcs cmake-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl[X,audio,video]






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

end of thread, other threads:[~2012-01-10 20:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 21:54 [gentoo-commits] gentoo-x86 commit in games-emulation/hatari: ChangeLog hatari-1.5.0.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-10 20:37 Brent Baude (ranger)
2011-08-24 19:33 Markus Meier (maekke)
2011-08-22 14:15 Tony Vroon (chainsaw)
2011-07-20  6:24 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