summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-17 06:27:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-17 06:27:36 +0000
commit5e82f81da82c9b06bc932426c0dfdc4036087abd (patch)
tree844f14c51665bfa597afb396e6b8364917a87b65 /games-emulation/mamory
parentSpecifically targeted latest ffmpeg as dep target. Regression of ppc64. dos... (diff)
downloadgentoo-2-5e82f81da82c9b06bc932426c0dfdc4036087abd.tar.gz
gentoo-2-5e82f81da82c9b06bc932426c0dfdc4036087abd.tar.bz2
gentoo-2-5e82f81da82c9b06bc932426c0dfdc4036087abd.zip
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r--games-emulation/mamory/ChangeLog9
-rw-r--r--games-emulation/mamory/Manifest2
-rw-r--r--games-emulation/mamory/files/digest-mamory-0.2.181
-rw-r--r--games-emulation/mamory/mamory-0.2.17.ebuild4
-rw-r--r--games-emulation/mamory/mamory-0.2.18.ebuild32
5 files changed, 44 insertions, 4 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog
index 7f1d4c94c634..4a499e95092b 100644
--- a/games-emulation/mamory/ChangeLog
+++ b/games-emulation/mamory/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/mamory
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.9 2004/12/21 03:05:19 mr_bones_ Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.10 2005/03/17 06:27:36 mr_bones_ Exp $
+
+*mamory-0.2.18 (17 Mar 2005)
+
+ 17 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +mamory-0.2.18.ebuild:
+ version bump
20 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> -mamory-0.2.11.ebuild,
-mamory-0.2.12.ebuild, -mamory-0.2.14.ebuild, -mamory-0.2.15.ebuild:
diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest
index c88248e7a7d2..41cc122575e8 100644
--- a/games-emulation/mamory/Manifest
+++ b/games-emulation/mamory/Manifest
@@ -1,4 +1,6 @@
MD5 936e8f20140a1626753930ee6cdb83c8 ChangeLog 1288
+MD5 b7927844e4b494d274ce4b528a1e410f mamory-0.2.18.ebuild 764
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 b7927844e4b494d274ce4b528a1e410f mamory-0.2.17.ebuild 764
+MD5 dfc65132a1943d7c5e79571d6ae100a3 files/digest-mamory-0.2.18 65
MD5 40031d09f6a9850cabd22f3172c0e771 files/digest-mamory-0.2.17 65
diff --git a/games-emulation/mamory/files/digest-mamory-0.2.18 b/games-emulation/mamory/files/digest-mamory-0.2.18
new file mode 100644
index 000000000000..a6a4a0e73273
--- /dev/null
+++ b/games-emulation/mamory/files/digest-mamory-0.2.18
@@ -0,0 +1 @@
+MD5 10237d8239c1e998dae70a8ade006ae3 mamory-0.2.18.tar.gz 493895
diff --git a/games-emulation/mamory/mamory-0.2.17.ebuild b/games-emulation/mamory/mamory-0.2.17.ebuild
index 0d2f130576e1..07d20f2d4a90 100644
--- a/games-emulation/mamory/mamory-0.2.17.ebuild
+++ b/games-emulation/mamory/mamory-0.2.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.17.ebuild,v 1.1 2004/12/21 03:04:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.17.ebuild,v 1.2 2005/03/17 06:27:36 mr_bones_ Exp $
inherit games
diff --git a/games-emulation/mamory/mamory-0.2.18.ebuild b/games-emulation/mamory/mamory-0.2.18.ebuild
new file mode 100644
index 000000000000..f9fffa005718
--- /dev/null
+++ b/games-emulation/mamory/mamory-0.2.18.ebuild
@@ -0,0 +1,32 @@
+# 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.18.ebuild,v 1.1 2005/03/17 06:27:36 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
+}