summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-26 16:46:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-26 16:46:03 +0000
commit2ee3e1c3ad376715cf571829f24cb08a5dac5751 (patch)
tree6348cbf5d18df8edd0d29a17e6f3059882b17c85 /games-emulation
parentReadd dependency on kdewebdev. (diff)
downloadhistorical-2ee3e1c3ad376715cf571829f24cb08a5dac5751.tar.gz
historical-2ee3e1c3ad376715cf571829f24cb08a5dac5751.tar.bz2
historical-2ee3e1c3ad376715cf571829f24cb08a5dac5751.zip
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/mamory/ChangeLog8
-rw-r--r--games-emulation/mamory/Manifest6
-rw-r--r--games-emulation/mamory/files/digest-mamory-0.2.191
-rw-r--r--games-emulation/mamory/mamory-0.2.19.ebuild32
4 files changed, 44 insertions, 3 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog
index a2f94bf047d5..337b586a72fa 100644
--- a/games-emulation/mamory/ChangeLog
+++ b/games-emulation/mamory/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-emulation/mamory
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.11 2005/05/01 17:24:35 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.12 2005/05/26 16:46:03 mr_bones_ Exp $
+
+*mamory-0.2.19 (26 May 2005)
+
+ 26 May 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ +mamory-0.2.19.ebuild:
+ version bump
01 May 2005; Michael Hanselmann <hansmi@gentoo.org> mamory-0.2.18.ebuild:
Stable on ppc.
diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest
index c72155bf606b..9985a4ed1c76 100644
--- a/games-emulation/mamory/Manifest
+++ b/games-emulation/mamory/Manifest
@@ -1,6 +1,8 @@
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 7a3300d09b2f912b26925261fa1fce47 ChangeLog 1504
-MD5 cf672d4f28257c72fd2f70079d2113f2 mamory-0.2.17.ebuild 764
MD5 0bf8ea569956656a274b9bdc5223eca2 mamory-0.2.18.ebuild 760
+MD5 cf672d4f28257c72fd2f70079d2113f2 mamory-0.2.17.ebuild 764
+MD5 89f73a0f98171201ef269a21f025ff48 mamory-0.2.19.ebuild 763
+MD5 bbc51f3c06bb2345cbb45944c596ebda ChangeLog 1633
MD5 40031d09f6a9850cabd22f3172c0e771 files/digest-mamory-0.2.17 65
MD5 dfc65132a1943d7c5e79571d6ae100a3 files/digest-mamory-0.2.18 65
+MD5 443aa46a1059b6341a9e4b9eb1eb9d7b files/digest-mamory-0.2.19 65
diff --git a/games-emulation/mamory/files/digest-mamory-0.2.19 b/games-emulation/mamory/files/digest-mamory-0.2.19
new file mode 100644
index 000000000000..2b737a45f895
--- /dev/null
+++ b/games-emulation/mamory/files/digest-mamory-0.2.19
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..dedbc757a268
--- /dev/null
+++ b/games-emulation/mamory/mamory-0.2.19.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.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
+}