diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 04:06:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 04:06:11 +0000 |
commit | 4b2c1e619e6398069f9c07ea99b06dbe617a5363 (patch) | |
tree | 2e9bd4032c03fb45a203afe247544fa29ada3ff1 /games-emulation | |
parent | initial commit - ebuild based on the one provided by Adrian Fruehwirth via bu... (diff) | |
download | historical-4b2c1e619e6398069f9c07ea99b06dbe617a5363.tar.gz historical-4b2c1e619e6398069f9c07ea99b06dbe617a5363.tar.bz2 historical-4b2c1e619e6398069f9c07ea99b06dbe617a5363.zip |
version bump (bug #62827)
Diffstat (limited to 'games-emulation')
-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.14 | 1 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.14.ebuild | 32 |
4 files changed, 43 insertions, 3 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index a7b524f15633..7857e62b3d8b 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.4 2004/06/24 22:30:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.5 2004/09/12 04:06:11 mr_bones_ Exp $ + +*mamory-0.2.14 (11 Sep 2004) + + 11 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +mamory-0.2.14.ebuild: + version bump (bug #62827) *mamory-0.2.12 (06 Mar 2004) diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest index 0a9e3a23bf66..073ed96b2aff 100644 --- a/games-emulation/mamory/Manifest +++ b/games-emulation/mamory/Manifest @@ -1,6 +1,8 @@ -MD5 00fed4c2be015e367ad7d6d435ef05a6 mamory-0.2.12.ebuild 728 +MD5 f14948a6f7b0aba8788f104f7cd12935 ChangeLog 772 MD5 0f37ce01b11c81b39372752076ba04ab mamory-0.2.11.ebuild 728 -MD5 3edc1d421ffa82eacbd91ca47376d80a ChangeLog 634 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 00fed4c2be015e367ad7d6d435ef05a6 mamory-0.2.12.ebuild 728 +MD5 5a16dfe957d6885966051d35975d5ba1 mamory-0.2.14.ebuild 759 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 diff --git a/games-emulation/mamory/files/digest-mamory-0.2.14 b/games-emulation/mamory/files/digest-mamory-0.2.14 new file mode 100644 index 000000000000..641879ad2e5f --- /dev/null +++ b/games-emulation/mamory/files/digest-mamory-0.2.14 @@ -0,0 +1 @@ +MD5 c7219f899a172e4adb6c1f7976015486 mamory-0.2.14.tar.gz 475137 diff --git a/games-emulation/mamory/mamory-0.2.14.ebuild b/games-emulation/mamory/mamory-0.2.14.ebuild new file mode 100644 index 000000000000..5d4d640efdbd --- /dev/null +++ b/games-emulation/mamory/mamory-0.2.14.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.14.ebuild,v 1.1 2004/09/12 04:06:11 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" +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 +} |