summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-02 09:09:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-02 09:09:01 +0000
commit39988bff2d6d2d03de6290081366a155c9a1c3f0 (patch)
tree8df7596d0600a377d97a8ae73fa3ebc8c7043b20
parentNew package. Ebuild by yours truly. (diff)
downloadgentoo-2-39988bff2d6d2d03de6290081366a155c9a1c3f0.tar.gz
gentoo-2-39988bff2d6d2d03de6290081366a155c9a1c3f0.tar.bz2
gentoo-2-39988bff2d6d2d03de6290081366a155c9a1c3f0.zip
old
(Portage version: 2.0.51.22-r3)
-rw-r--r--games-emulation/mamory/files/digest-mamory-0.2.191
-rw-r--r--games-emulation/mamory/mamory-0.2.19.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/games-emulation/mamory/files/digest-mamory-0.2.19 b/games-emulation/mamory/files/digest-mamory-0.2.19
deleted file mode 100644
index 2b737a45f895..000000000000
--- a/games-emulation/mamory/files/digest-mamory-0.2.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a688843a4b9950d75877cf8af6b4bc8f mamory-0.2.19.tar.gz 494181
diff --git a/games-emulation/mamory/mamory-0.2.19.ebuild b/games-emulation/mamory/mamory-0.2.19.ebuild
deleted file mode 100644
index dedbc757a268..000000000000
--- a/games-emulation/mamory/mamory-0.2.19.ebuild
+++ /dev/null
@@ -1,32 +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/mamory/mamory-0.2.19.ebuild,v 1.1 2005/05/26 16:46:03 mr_bones_ 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="ppc x86"
-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
-}