diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-18 18:36:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-18 18:36:12 +0000 |
commit | b85e6063c5bb4c1a61c3d40bd3f2bcbf0e1de4ed (patch) | |
tree | 92fafdf3f025a05fdb6c8991cbe2f79d73199eaf /games-emulation | |
parent | Mirrored tarball and fixed SRC_URI, bug #235063. (diff) | |
download | gentoo-2-b85e6063c5bb4c1a61c3d40bd3f2bcbf0e1de4ed.tar.gz gentoo-2-b85e6063c5bb4c1a61c3d40bd3f2bcbf0e1de4ed.tar.bz2 gentoo-2-b85e6063c5bb4c1a61c3d40bd3f2bcbf0e1de4ed.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/emutos/emutos-0.8.2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games-emulation/emutos/emutos-0.8.2.ebuild b/games-emulation/emutos/emutos-0.8.2.ebuild deleted file mode 100644 index 813c68fda236..000000000000 --- a/games-emulation/emutos/emutos-0.8.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.2.ebuild,v 1.3 2008/02/14 22:46:37 nyhm 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 - mirror://sourceforge/emutos/emutos-192k-${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 -} |