summaryrefslogtreecommitdiff
path: root/games-emulation
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 11:10:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 13:25:17 +0200
commit6d2f3a07c626dc5d18e89e268071dd4bdba143eb (patch)
tree963bcdc2a1ae5c74471d85450e848942df0fe3c4 /games-emulation
parent301f5b6db84ff3bc09bb242cac67b368c3fc0361 (diff)
downloadgentoo-6d2f3a07c626dc5d18e89e268071dd4bdba143eb.tar.gz
gentoo-6d2f3a07c626dc5d18e89e268071dd4bdba143eb.tar.xz
games-emulation/emutos: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/emutos/emutos-0.9.4-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/games-emulation/emutos/emutos-0.9.4-r1.ebuild b/games-emulation/emutos/emutos-0.9.4-r1.ebuild
new file mode 100644
index 00000000000..0e2acfe94e1
--- /dev/null
+++ b/games-emulation/emutos/emutos-0.9.4-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Single-user single-tasking operating system for 32 bit Atari computer emulators"
+HOMEPAGE="http://emutos.sourceforge.net"
+SRC_URI="mirror://sourceforge/emutos/emutos-src-0.9.3.tar.gz
+ mirror://sourceforge/emutos/emutos-512k-${PV}.zip
+ mirror://sourceforge/emutos/emutos-256k-${PV}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_install() {
+ dolib */*.img
+ dodoc emutos-512k-${PV}/{readme.txt,doc/{announce,authors,changelog,status}.txt}
+}