diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-02 00:04:07 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-02 00:04:07 +0000 |
commit | a24aa8374efef9cc261babaa2ea767b161e633b7 (patch) | |
tree | 088d8278e5e18d9c19ef021fe43a1eece633ecf3 /games-emulation/emutos | |
parent | Version bump with EAPI=5 and python-r1 goodness. (diff) | |
download | gentoo-2-a24aa8374efef9cc261babaa2ea767b161e633b7.tar.gz gentoo-2-a24aa8374efef9cc261babaa2ea767b161e633b7.tar.bz2 gentoo-2-a24aa8374efef9cc261babaa2ea767b161e633b7.zip |
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-emulation/emutos')
-rw-r--r-- | games-emulation/emutos/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/emutos/emutos-0.8.7.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/games-emulation/emutos/ChangeLog b/games-emulation/emutos/ChangeLog index d27ec559401d..6e6fc6730166 100644 --- a/games-emulation/emutos/ChangeLog +++ b/games-emulation/emutos/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/emutos -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.17 2011/08/12 21:19:40 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.18 2013/02/02 00:04:07 hasufell Exp $ + +*emutos-0.8.7 (02 Feb 2013) + + 02 Feb 2013; Julian Ospald <hasufell@gentoo.org> +emutos-0.8.7.ebuild: + version bump 12 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> emutos-0.8.5.ebuild: ppc stable wrt #335833 diff --git a/games-emulation/emutos/emutos-0.8.7.ebuild b/games-emulation/emutos/emutos-0.8.7.ebuild new file mode 100644 index 000000000000..28e4b5061ac7 --- /dev/null +++ b/games-emulation/emutos/emutos-0.8.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.7.ebuild,v 1.1 2013/02/02 00:04:07 hasufell 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 +} |