summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schwabbauer <cybersystem@gentoo.org>2002-07-24 09:47:18 +0000
committerSascha Schwabbauer <cybersystem@gentoo.org>2002-07-24 09:47:18 +0000
commitaabb922c12c9efe0d0ff76357ff1535eb298f535 (patch)
treeff5ba4f5b5c6de61591971745735eda65ffaa543 /app-emulation
parentedited changelog (diff)
downloadgentoo-2-aabb922c12c9efe0d0ff76357ff1535eb298f535.tar.gz
gentoo-2-aabb922c12c9efe0d0ff76357ff1535eb298f535.tar.bz2
gentoo-2-aabb922c12c9efe0d0ff76357ff1535eb298f535.zip
deleted a small problem
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/fceultra/fceultra-080.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-emulation/fceultra/fceultra-080.ebuild b/app-emulation/fceultra/fceultra-080.ebuild
deleted file mode 100644
index 8446cf0fd1a1..000000000000
--- a/app-emulation/fceultra/fceultra-080.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header:
-/home/cvsroot/gentoo-x86/app-emulation/fceultra/fceultra-070.ebuild,v 1.2 2002/07/24 11:30:45 cybersystem Exp $
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-MY_P=fceu
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A portable NES/Famicom Emulator"
-SRC_URI="http://fceultra.sourceforge.net/dev/${MY_P}${PV}src.tar.gz"
-HOMEPAGE="http://fceultra.sourceforge.net"
-
-DEPEND=">=media-libs/svgalib-1.4.2"
-
-src_compile() {
- mv Makefile.base Makefile.orig
- sed -e "s:\${TFLAGS}:\${TFLAGS} ${CFLAGS}:" \
- Makefile.orig > Makefile.base
-
- make -f Makefile.linuxvga || die
-}
-
-src_install() {
- dobin fce
- cd Documentation
- dodoc LICENSE README RELEASE-NOTES fcs.txt porting.txt \
- rel/readme-linux.txt
-}