summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2007-09-26 02:29:38 +0000
committerHanno Boeck <hanno@gentoo.org>2007-09-26 02:29:38 +0000
commitdb5495a79d16877b2612a24c4ea426f0fe0280f7 (patch)
tree2b05266fc210d421de176fab9b93971276eabd91 /games-emulation/desmume/desmume-0.6.0.ebuild
parentStable on mips, per #193339. (diff)
downloadhistorical-db5495a79d16877b2612a24c4ea426f0fe0280f7.tar.gz
historical-db5495a79d16877b2612a24c4ea426f0fe0280f7.tar.bz2
historical-db5495a79d16877b2612a24c4ea426f0fe0280f7.zip
remove old desmume ebuilds
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'games-emulation/desmume/desmume-0.6.0.ebuild')
-rw-r--r--games-emulation/desmume/desmume-0.6.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/games-emulation/desmume/desmume-0.6.0.ebuild b/games-emulation/desmume/desmume-0.6.0.ebuild
deleted file mode 100644
index 0889cbbda01a..000000000000
--- a/games-emulation/desmume/desmume-0.6.0.ebuild
+++ /dev/null
@@ -1,23 +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.6.0.ebuild,v 1.1 2007/02/11 12:36:48 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
- media-libs/libsdl"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README README.LIN
- prepgamesdirs
-}