diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-23 16:17:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-23 16:17:21 +0000 |
commit | 88b875947184361e016112fba966ee016676f89d (patch) | |
tree | 557f0d06a8b970adaaf2682330edfd49f21bf560 /games-emulation/mamory | |
parent | stable on ia64 (diff) | |
download | gentoo-2-88b875947184361e016112fba966ee016676f89d.tar.gz gentoo-2-88b875947184361e016112fba966ee016676f89d.tar.bz2 gentoo-2-88b875947184361e016112fba966ee016676f89d.zip |
version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mamory/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/mamory/files/digest-mamory-0.2.20 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.20.ebuild | 32 |
4 files changed, 42 insertions, 1 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index 337b586a72fa..e309c64af55d 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.12 2005/05/26 16:46:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.13 2005/08/23 16:17:21 mr_bones_ Exp $ + +*mamory-0.2.20 (23 Aug 2005) + + 23 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> + +mamory-0.2.20.ebuild: + version bump *mamory-0.2.19 (26 May 2005) diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest index 159bd2e4f514..b55fd7f33972 100644 --- a/games-emulation/mamory/Manifest +++ b/games-emulation/mamory/Manifest @@ -1,4 +1,6 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 89f73a0f98171201ef269a21f025ff48 mamory-0.2.19.ebuild 763 +MD5 89f73a0f98171201ef269a21f025ff48 mamory-0.2.20.ebuild 763 MD5 bbc51f3c06bb2345cbb45944c596ebda ChangeLog 1633 +MD5 3beba72b666374df5abb9e31252a78d5 files/digest-mamory-0.2.20 65 MD5 443aa46a1059b6341a9e4b9eb1eb9d7b files/digest-mamory-0.2.19 65 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.20 b/games-emulation/mamory/files/digest-mamory-0.2.20 new file mode 100644 index 000000000000..a3aeaec58fab --- /dev/null +++ b/games-emulation/mamory/files/digest-mamory-0.2.20 @@ -0,0 +1 @@ +MD5 6a78789950590077f9eda9a12fe7e7b0 mamory-0.2.20.tar.gz 496486 diff --git a/games-emulation/mamory/mamory-0.2.20.ebuild b/games-emulation/mamory/mamory-0.2.20.ebuild new file mode 100644 index 000000000000..0dd393a42c68 --- /dev/null +++ b/games-emulation/mamory/mamory-0.2.20.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.20.ebuild,v 1.1 2005/08/23 16:17:21 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 +} |