diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-14 22:46:37 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-14 22:46:37 +0000 |
commit | 227b95232ace23193facc051b8af0a9bbb2e3ba5 (patch) | |
tree | 5191ed017d8446ca3174586275771ddbee0f84c7 /games-emulation | |
parent | Sparc stable, Bug #210197, good for a month now. (diff) | |
download | gentoo-2-227b95232ace23193facc051b8af0a9bbb2e3ba5.tar.gz gentoo-2-227b95232ace23193facc051b8af0a9bbb2e3ba5.tar.bz2 gentoo-2-227b95232ace23193facc051b8af0a9bbb2e3ba5.zip |
fix RDEPEND
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/emutos/emutos-0.8.1.ebuild | 25 | ||||
-rw-r--r-- | games-emulation/emutos/emutos-0.8.2.ebuild | 7 |
2 files changed, 4 insertions, 28 deletions
diff --git a/games-emulation/emutos/emutos-0.8.1.ebuild b/games-emulation/emutos/emutos-0.8.1.ebuild deleted file mode 100644 index 08b1cfa4ea16..000000000000 --- a/games-emulation/emutos/emutos-0.8.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.1.ebuild,v 1.1 2006/10/01 21:14:20 mr_bones_ 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/emutos512k-${PV}.zip - mirror://sourceforge/emutos/emutos256k-${PV}.zip - mirror://sourceforge/emutos/emutos192k-${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="app-arch/unzip" - -src_install() { - dogameslib *.img || die "dogameslib failed" - dodoc doc/{announce,authors,changelog,status}.txt readme.txt - ( cd ../emutos192k-${PV}; dogameslib *.img ) || die "dogameslib failed" - prepgamesdirs -} diff --git a/games-emulation/emutos/emutos-0.8.2.ebuild b/games-emulation/emutos/emutos-0.8.2.ebuild index fe6310e7fd14..813c68fda236 100644 --- a/games-emulation/emutos/emutos-0.8.2.ebuild +++ b/games-emulation/emutos/emutos-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.2 2007/10/02 06:25:34 mr_bones_ Exp $ +# $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 @@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/emutos/emutos-512k-${PV}.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" +RDEPEND="" DEPEND="app-arch/unzip" S=${WORKDIR} |