diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-11-23 21:47:24 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-11-23 21:47:24 +0000 |
commit | 5704a4d0d69d22be48f0f7c7bb1aacfd5d88e9b0 (patch) | |
tree | 3f9e554f1b3324343f001ced61ec6d9e4176972f /games-emulation/emutos/emutos-0.7.ebuild | |
parent | Fix hardcoded paths (diff) | |
download | historical-5704a4d0d69d22be48f0f7c7bb1aacfd5d88e9b0.tar.gz historical-5704a4d0d69d22be48f0f7c7bb1aacfd5d88e9b0.tar.bz2 historical-5704a4d0d69d22be48f0f7c7bb1aacfd5d88e9b0.zip |
Remove old version
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'games-emulation/emutos/emutos-0.7.ebuild')
-rw-r--r-- | games-emulation/emutos/emutos-0.7.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/games-emulation/emutos/emutos-0.7.ebuild b/games-emulation/emutos/emutos-0.7.ebuild deleted file mode 100644 index 702ae5deef50..000000000000 --- a/games-emulation/emutos/emutos-0.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.7.ebuild,v 1.6 2004/06/24 22:25:58 agriffis 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/etos512k-${PV}.zip - mirror://sourceforge/emutos/etos256k-${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -DEPEND="app-arch/unzip" - -S="${WORKDIR}/${PN}" - -src_install() { - dogameslib *.img || die "dogameslib failed" - dodoc doc/{announce,authors,changelog,readme,status}.txt - prepgamesdirs -} |