diff options
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/mamory/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.17 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.17.ebuild | 32 |
4 files changed, 41 insertions, 1 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index 8d836a2b29d2..1edad2199cb6 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.7 2004/12/01 11:48:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.8 2004/12/21 03:04:05 mr_bones_ Exp $ + +*mamory-0.2.17 (20 Dec 2004) + + 20 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +mamory-0.2.17.ebuild: + version bump *mamory-0.2.15 (01 Dec 2004) diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest index 0d93a18163d7..39ef3e009a0a 100644 --- a/games-emulation/mamory/Manifest +++ b/games-emulation/mamory/Manifest @@ -4,7 +4,9 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 00fed4c2be015e367ad7d6d435ef05a6 mamory-0.2.12.ebuild 728 MD5 b0adf7b0c0a4bf96d14474efda30215b mamory-0.2.14.ebuild 760 MD5 00a6ae30e73f54a0f69644ab4c287317 mamory-0.2.15.ebuild 764 +MD5 00a6ae30e73f54a0f69644ab4c287317 mamory-0.2.17.ebuild 764 MD5 99a52c9226f6f302a95127ba6bb97e33 files/digest-mamory-0.2.11 65 MD5 5cc6bb3512955da5c6f04cece741a5c4 files/digest-mamory-0.2.12 65 MD5 de402c9c914b56a303613e7c8ef52a95 files/digest-mamory-0.2.14 65 MD5 a4ff1b0273a99a41304e78e4c58fd469 files/digest-mamory-0.2.15 65 +MD5 40031d09f6a9850cabd22f3172c0e771 files/digest-mamory-0.2.17 65 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.17 b/games-emulation/mamory/files/digest-mamory-0.2.17 new file mode 100644 index 000000000000..45fec5d3b49a --- /dev/null +++ b/games-emulation/mamory/files/digest-mamory-0.2.17 @@ -0,0 +1 @@ +MD5 57e296243093a098099daae965042615 mamory-0.2.17.tar.gz 486144 diff --git a/games-emulation/mamory/mamory-0.2.17.ebuild b/games-emulation/mamory/mamory-0.2.17.ebuild new file mode 100644 index 000000000000..0d2f130576e1 --- /dev/null +++ b/games-emulation/mamory/mamory-0.2.17.ebuild @@ -0,0 +1,32 @@ +# 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.17.ebuild,v 1.1 2004/12/21 03:04:05 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="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 +} |