public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/aranym: ChangeLog aranym-0.9.10.ebuild
@ 2010-09-01 15:00 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2010-09-01 15:00 UTC (permalink / raw
  To: gentoo-commits

xmw         10/09/01 15:00:03

  Modified:             ChangeLog
  Added:                aranym-0.9.10.ebuild
  Log:
  Version bump, fix bug 332437 and bug 294859
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-emulation/aranym/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	8 Jan 2010 21:43:58 -0000	1.16
+++ ChangeLog	1 Sep 2010 15:00:03 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/aranym
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.16 2010/01/08 21:43:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.17 2010/09/01 15:00:03 xmw Exp $
+
+*aranym-0.9.10 (01 Sep 2010)
+
+  01 Sep 2010; Michael Weber <xmw@gentoo.org> +aranym-0.9.10.ebuild:
+  Version bump to fix bug #332437, EAPI-2, cleaned up ebuild.
+  Fix /usr/share/doc/${PF}, fixes bug #294859.
 
 *aranym-0.9.9 (08 Jan 2010)
 



1.1                  app-emulation/aranym/aranym-0.9.10.ebuild

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

Index: aranym-0.9.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/aranym-0.9.10.ebuild,v 1.1 2010/09/01 15:00:03 xmw Exp $

EAPI=2

inherit flag-o-matic eutils

DESCRIPTION="Atari Running on Any Machine, a VM running Atari ST/TT/Falcon OS and TOS/GEM applications"
HOMEPAGE="http://aranym.sourceforge.net/"
SRC_URI="mirror://sourceforge/aranym/${P}.tar.gz
	mirror://sourceforge/aranym/afros812.zip"

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

RDEPEND="media-libs/libsdl
	games-emulation/emutos
	opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
	app-arch/unzip"

src_configure() {
	filter-flags -mpowerpc-gfxopt

	local myconf=""
	if [[ ${ARCH} == x86 ]]; then
		myconf="${myconf} --enable-jit-compiler"
	fi

	econf $(use_enable opengl) ${myconf}
}

src_install() {
	emake DESTDIR="${D}" INSTALL_PROGRAM="install" install || die "installation failed"

	insinto /usr/share/${PN}
	doins -r "${WORKDIR}"/afros || die

	dodoc "${D}"/usr/share/doc/${PN}/* || die
	rm -r "${D}"/usr/share/doc/${PN} || die
}

pkg_postinst() {
	elog "To run ARAnyM with AFROS type: aranym --config /usr/share/aranym/afros/config"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-01 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 15:00 [gentoo-commits] gentoo-x86 commit in app-emulation/aranym: ChangeLog aranym-0.9.10.ebuild Michael Weber (xmw)

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