diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 11:10:25 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 13:25:18 +0200 |
commit | b53569fe90bd6a165f1c8f480634c7671459cbe2 (patch) | |
tree | a93cbe4a80631fffca80971eb07263e32a7954fb /games-emulation/emutos | |
parent | games-emulation/emutos: Stop using games.eclass (diff) | |
download | gentoo-b53569fe90bd6a165f1c8f480634c7671459cbe2.tar.gz gentoo-b53569fe90bd6a165f1c8f480634c7671459cbe2.tar.bz2 gentoo-b53569fe90bd6a165f1c8f480634c7671459cbe2.zip |
games-emulation/emutos: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation/emutos')
-rw-r--r-- | games-emulation/emutos/emutos-0.9.4.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games-emulation/emutos/emutos-0.9.4.ebuild b/games-emulation/emutos/emutos-0.9.4.ebuild deleted file mode 100644 index 5a1df88c2436..000000000000 --- a/games-emulation/emutos/emutos-0.9.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit games - -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() { - dogameslib */*.img - dodoc emutos-512k-${PV}/{readme.txt,doc/{announce,authors,changelog,status}.txt} - prepgamesdirs -} |