diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-08 17:04:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-08 17:04:54 +0000 |
commit | 2a07e1bb38098471dbb18a5382f9d79b256221bf (patch) | |
tree | 399023ccbe5e6150c4abc33bc5ac6d9c9c33bc54 /games-emulation | |
parent | Set SUPPORT_PYTHON_ABIS. Add src_test(). (diff) | |
download | gentoo-2-2a07e1bb38098471dbb18a5382f9d79b256221bf.tar.gz gentoo-2-2a07e1bb38098471dbb18a5382f9d79b256221bf.tar.bz2 gentoo-2-2a07e1bb38098471dbb18a5382f9d79b256221bf.zip |
version bump (bug #296188)
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/emutos/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/emutos/emutos-0.8.4.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/games-emulation/emutos/ChangeLog b/games-emulation/emutos/ChangeLog index af369de6ad78..823694c5c9d3 100644 --- a/games-emulation/emutos/ChangeLog +++ b/games-emulation/emutos/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/emutos -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.10 2008/07/24 17:30:08 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.11 2010/04/08 17:04:54 mr_bones_ Exp $ + +*emutos-0.8.4 (08 Apr 2010) + + 08 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> +emutos-0.8.4.ebuild: + version bump (bug #296188) 24 Jul 2008; Raúl Porcel <armin76@gentoo.org> emutos-0.8.3.ebuild: x86 stable wrt #231876 diff --git a/games-emulation/emutos/emutos-0.8.4.ebuild b/games-emulation/emutos/emutos-0.8.4.ebuild new file mode 100644 index 000000000000..fc2d7a7d9ec7 --- /dev/null +++ b/games-emulation/emutos/emutos-0.8.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.4.ebuild,v 1.1 2010/04/08 17:04:54 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="a single-user single-tasking operating system for 32 bit Atari computer emulators" +HOMEPAGE="http://emutos.sourceforge.net" +SRC_URI="mirror://sourceforge/emutos/emutos-512k-${PV}.zip + mirror://sourceforge/emutos/emutos-256k-${PV}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_install() { + dogameslib */*.img || die "dogameslib failed" + dodoc emutos-512k-${PV}/{readme.txt,doc/{announce,authors,changelog,status}.txt} + prepgamesdirs +} |