summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/mamory/mamory-0.2.14.ebuild')
-rw-r--r--games-emulation/mamory/mamory-0.2.14.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/games-emulation/mamory/mamory-0.2.14.ebuild b/games-emulation/mamory/mamory-0.2.14.ebuild
deleted file mode 100644
index 7c2a62669040..000000000000
--- a/games-emulation/mamory/mamory-0.2.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.14.ebuild,v 1.2 2004/10/17 09:54:06 dholm Exp $
-
-inherit games
-
-DESCRIPTION="rom management tools and library"
-HOMEPAGE="http://mamory.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- egamesconf \
- --disable-debug \
- --disable-dependency-tracking \
- --includedir=/usr/include || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog README TODO
- dohtml DOCS/mamory.html
- prepgamesdirs
-}