summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-15 16:23:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-15 16:23:10 +0000
commit6975ecbaa15d62d3b5e46961741a88c28786ca11 (patch)
tree3ee5ab0c6b57b0c98a446787faa3b249738dca59 /games-emulation/desmume
parentsparc stable wrt #214898 (diff)
downloadhistorical-6975ecbaa15d62d3b5e46961741a88c28786ca11.tar.gz
historical-6975ecbaa15d62d3b5e46961741a88c28786ca11.tar.bz2
historical-6975ecbaa15d62d3b5e46961741a88c28786ca11.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-emulation/desmume')
-rw-r--r--games-emulation/desmume/desmume-0.7.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-emulation/desmume/desmume-0.7.3.ebuild b/games-emulation/desmume/desmume-0.7.3.ebuild
deleted file mode 100644
index 7afa598b6f95..000000000000
--- a/games-emulation/desmume/desmume-0.7.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/desmume/desmume-0.7.3.ebuild,v 1.1 2007/09/26 02:42:09 hanno Exp $
-
-inherit games
-
-DESCRIPTION="Emulator for Nintendo DS."
-HOMEPAGE="http://desmume.sourceforge.net/"
-SRC_URI="mirror://sourceforge/desmume/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.8.0
- gnome-base/libglade
- x11-libs/gtkglext
- virtual/opengl
- sys-libs/zlib
- dev-libs/zziplib
- media-libs/libsdl"
-
-src_compile() {
- egamesconf --datadir=/usr/share || die "egamesconf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake failed"
- dodoc AUTHORS ChangeLog README README.LIN
- prepgamesdirs
-}