zlogene 14/07/05 13:49:29 Modified: ChangeLog Added: aranym-0.9.16.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.24 app-emulation/aranym/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 25 Jan 2014 01:38:27 -0000 1.23 +++ ChangeLog 5 Jul 2014 13:49:29 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/aranym # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.23 2014/01/25 01:38:27 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.24 2014/07/05 13:49:29 zlogene Exp $ + +*aranym-0.9.16 (05 Jul 2014) + + 05 Jul 2014; Mikle Kolyada <zlog...@gentoo.org> +aranym-0.9.16.ebuild: + Version bump 25 Jan 2014; Chris Reffett <creff...@gentoo.org> -aranym-0.9.10.ebuild, -aranym-0.9.11.ebuild, aranym-0.9.14.ebuild: 1.1 app-emulation/aranym/aranym-0.9.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/aranym-0.9.16.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/aranym-0.9.16.ebuild?rev=1.1&content-type=text/plain Index: aranym-0.9.16.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/aranym-0.9.16.ebuild,v 1.1 2014/07/05 13:49:29 zlogene Exp $ EAPI=5 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/-/_}.orig.tar.gz mirror://sourceforge/aranym/afros812.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="+fullmmu +lilo opengl usbhost X" RDEPEND="games-emulation/emutos media-libs/libsdl opengl? ( virtual/opengl ) X? ( media-libs/libsdl[X] )" DEPEND="${RDEPEND} app-arch/unzip" src_configure() { filter-flags -mpowerpc-gfxopt local myconf="" if [[ ${ARCH} == x86 ]]; then myconf="${myconf} --enable-jit-compiler" fi if ! use X; then myconf="${myconf} --disable-nfjpeg --disable-nfclipbrd" fi econf \ $(use_enable X gui) \ $(use_enable opengl) \ $(use_enable fullmmu) \ $(use_enable lilo) \ $(use_enable usbhost) \ ${myconf} } src_install() { emake DESTDIR="${D}" INSTALL_PROGRAM="install" install insinto /usr/share/${PN} doins -r "${WORKDIR}"/afros dodoc "${D}"/usr/share/doc/${PN}/* rm -r "${D}"/usr/share/doc/${PN} || die } pkg_postinst() { elog "To run ARAnyM with AFROS type: aranym --config /usr/share/aranym/afros/config" }