diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-01 11:48:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-01 11:48:28 +0000 |
commit | 8893c6a6d09fb11fa62395c0f1b0bacb45eee991 (patch) | |
tree | dc5b9f40b16319b4205392c6d1db38dd51065e7c /games-emulation/mamory | |
parent | bump (diff) | |
download | historical-8893c6a6d09fb11fa62395c0f1b0bacb45eee991.tar.gz historical-8893c6a6d09fb11fa62395c0f1b0bacb45eee991.tar.bz2 historical-8893c6a6d09fb11fa62395c0f1b0bacb45eee991.zip |
version bump (bug #72631)
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/mamory/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.15 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.15.ebuild | 32 |
4 files changed, 43 insertions, 3 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index cfacda6472bb..8d836a2b29d2 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.6 2004/10/17 09:54:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.7 2004/12/01 11:48:28 mr_bones_ Exp $ + +*mamory-0.2.15 (01 Dec 2004) + + 01 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +mamory-0.2.15.ebuild: + version bump (bug #72631) 17 Oct 2004; David Holm <dholm@gentoo.org> mamory-0.2.14.ebuild: Added to ~ppc. diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest index d4c641d16f19..0d93a18163d7 100644 --- a/games-emulation/mamory/Manifest +++ b/games-emulation/mamory/Manifest @@ -1,8 +1,10 @@ -MD5 06f7cd28c99e97c23a89c8d74d43a9f7 ChangeLog 853 +MD5 6231b74c44768de0bc9189c90bfb0bce ChangeLog 994 MD5 0f37ce01b11c81b39372752076ba04ab mamory-0.2.11.ebuild 728 -MD5 00fed4c2be015e367ad7d6d435ef05a6 mamory-0.2.12.ebuild 728 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 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 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.15 b/games-emulation/mamory/files/digest-mamory-0.2.15 new file mode 100644 index 000000000000..7d01722eff64 --- /dev/null +++ b/games-emulation/mamory/files/digest-mamory-0.2.15 @@ -0,0 +1 @@ +MD5 7d2b88d7d3c9db23fab02bd4695110fe mamory-0.2.15.tar.gz 483372 diff --git a/games-emulation/mamory/mamory-0.2.15.ebuild b/games-emulation/mamory/mamory-0.2.15.ebuild new file mode 100644 index 000000000000..1d6af5c2c6b6 --- /dev/null +++ b/games-emulation/mamory/mamory-0.2.15.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.15.ebuild,v 1.1 2004/12/01 11:48:28 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 +} |