diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-26 16:46:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-26 16:46:03 +0000 |
commit | 681b3c195e486b09c7e843c65649a6282406d5c8 (patch) | |
tree | 633cf560b02ad208aafaf3b0603f3745c6067bbb /games-emulation | |
parent | Readd dependency on kdewebdev. (diff) | |
download | gentoo-2-681b3c195e486b09c7e843c65649a6282406d5c8.tar.gz gentoo-2-681b3c195e486b09c7e843c65649a6282406d5c8.tar.bz2 gentoo-2-681b3c195e486b09c7e843c65649a6282406d5c8.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mamory/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.19 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.19.ebuild | 32 |
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..f9e5e1456397 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 0bf8ea569956656a274b9bdc5223eca2 mamory-0.2.19.ebuild 760 +MD5 7a3300d09b2f912b26925261fa1fce47 ChangeLog 1504 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 +} |