summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-02-04 18:44:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-02-04 18:44:38 +0000
commit7ad2b9fe2b873c5386f25e2f17546c7d6769b06b (patch)
tree20187e6fa0ad2c875716a474a52f9f95bd4b9bb7 /games-emulation/emutos
parentAdd a variable to stop autoformatting when not desired, use '-e' option for e... (diff)
downloadgentoo-2-7ad2b9fe2b873c5386f25e2f17546c7d6769b06b.tar.gz
gentoo-2-7ad2b9fe2b873c5386f25e2f17546c7d6769b06b.tar.bz2
gentoo-2-7ad2b9fe2b873c5386f25e2f17546c7d6769b06b.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/emutos')
-rw-r--r--games-emulation/emutos/ChangeLog6
-rw-r--r--games-emulation/emutos/emutos-0.8.3.ebuild26
2 files changed, 4 insertions, 28 deletions
diff --git a/games-emulation/emutos/ChangeLog b/games-emulation/emutos/ChangeLog
index 6e6fc6730166..98848dc70837 100644
--- a/games-emulation/emutos/ChangeLog
+++ b/games-emulation/emutos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/emutos
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.18 2013/02/02 00:04:07 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/ChangeLog,v 1.19 2013/02/04 18:44:38 mr_bones_ Exp $
+
+ 04 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> -emutos-0.8.3.ebuild:
+ old
*emutos-0.8.7 (02 Feb 2013)
@@ -69,4 +72,3 @@
19 Sep 2003; Michael Sterrett <msterret@gentoo.org> emutos-0.7.ebuild:
initial commit
-
diff --git a/games-emulation/emutos/emutos-0.8.3.ebuild b/games-emulation/emutos/emutos-0.8.3.ebuild
deleted file mode 100644
index eb7de065390a..000000000000
--- a/games-emulation/emutos/emutos-0.8.3.ebuild
+++ /dev/null
@@ -1,26 +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.3.ebuild,v 1.4 2008/07/24 17:30:08 armin76 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"
-
-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
-}