summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-08 21:33:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-08 21:33:46 +0000
commit68b5940dbc8987ac5db3a2f56a3f07df231580a5 (patch)
tree6067ae81f928b866803774b6bf9b41447b45d7cf /games-emulation
parentStable on hppa (diff)
downloadgentoo-2-68b5940dbc8987ac5db3a2f56a3f07df231580a5.tar.gz
gentoo-2-68b5940dbc8987ac5db3a2f56a3f07df231580a5.tar.bz2
gentoo-2-68b5940dbc8987ac5db3a2f56a3f07df231580a5.zip
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/stella/files/digest-stella-1.4.11
-rw-r--r--games-emulation/stella/stella-1.4.1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/games-emulation/stella/files/digest-stella-1.4.1 b/games-emulation/stella/files/digest-stella-1.4.1
deleted file mode 100644
index 2d3dbc72106d..000000000000
--- a/games-emulation/stella/files/digest-stella-1.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 079d261d19f1a851c999c183e40c7413 stella-1.4.1-src.tar.gz 707079
diff --git a/games-emulation/stella/stella-1.4.1.ebuild b/games-emulation/stella/stella-1.4.1.ebuild
deleted file mode 100644
index fd410f2db046..000000000000
--- a/games-emulation/stella/stella-1.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.4.1.ebuild,v 1.3 2005/02/24 02:23:20 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="Stella Atari 2600 VCS Emulator"
-HOMEPAGE="http://stella.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE="opengl"
-
-DEPEND="virtual/libc
- media-libs/libsdl
- media-libs/libpng
- opengl? ( virtual/opengl )"
-
-src_compile() {
- local target="linux"
-
- use opengl && target="linux-gl"
- cd ${S}/src/build
- emake OPTIMIZATIONS="${CFLAGS}" SMP="${MAKEOPTS}" ${target} \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/build/stella || die "dogamesbin failed"
-
- insinto /etc
- doins src/emucore/stella.pro || die "doins failed"
-
- dohtml -r docs/
- rm -f License.txt
- dodoc *.txt
- prepgamesdirs
-}