summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/emutos/emutos-1.0.1.ebuild')
-rw-r--r--games-emulation/emutos/emutos-1.0.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-emulation/emutos/emutos-1.0.1.ebuild b/games-emulation/emutos/emutos-1.0.1.ebuild
deleted file mode 100644
index 5772fe464518..000000000000
--- a/games-emulation/emutos/emutos-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VERSIONS=(
- 192k
- 256k
- 512k
- aranym
-)
-
-DESCRIPTION="Single-user single-tasking operating system for 32-bit Atari computer emulators"
-HOMEPAGE="https://emutos.sourceforge.net"
-SRC_URI=$(printf "mirror://sourceforge/emutos/${PN}-%s-${PV}.zip\n" "${VERSIONS[@]}")
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/share/${PN}
- doins */*.{img,sym}
-
- local version
- for version in "${VERSIONS[@]}"; do
- newdoc ${PN}-${version}-${PV}/readme.txt readme-${version}.txt
- done
-
- dodoc ${PN}-512k-${PV}/doc/{announce,authors,bugs,changelog,emudesk,incompatible,status,todo,xhdi}.txt
-}