diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-08 11:20:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-08 11:20:09 +0000 |
commit | 261a97009bc758de5046ccf2ed7845b3295b11ce (patch) | |
tree | 423561784c98ac4949725d47a9301bde23f6dea1 /games-arcade | |
parent | version bump (diff) | |
download | gentoo-2-261a97009bc758de5046ccf2ed7845b3295b11ce.tar.gz gentoo-2-261a97009bc758de5046ccf2ed7845b3295b11ce.tar.bz2 gentoo-2-261a97009bc758de5046ccf2ed7845b3295b11ce.zip |
version bump
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/openmortal/ChangeLog | 9 | ||||
-rw-r--r-- | games-arcade/openmortal/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/openmortal/files/digest-openmortal-0.4 | 1 | ||||
-rw-r--r-- | games-arcade/openmortal/openmortal-0.4.ebuild | 29 |
4 files changed, 39 insertions, 4 deletions
diff --git a/games-arcade/openmortal/ChangeLog b/games-arcade/openmortal/ChangeLog index 52e0f2276db4..48e68cd46e48 100644 --- a/games-arcade/openmortal/ChangeLog +++ b/games-arcade/openmortal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/openmortal -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/openmortal/ChangeLog,v 1.2 2003/09/29 05:59:43 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/openmortal/ChangeLog,v 1.3 2004/01/08 11:20:02 mr_bones_ Exp $ + +*openmortal-0.4 (08 Jan 2004) + + 08 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> openmortal-0.4.ebuild: + version bump 28 Sep 2003; Michael Sterrett <mr_bones_@gentoo.org> openmortal-0.3.ebuild: Needs media-libs/sdl-ttf; doesn't need src_compile() (handled in games eclass) diff --git a/games-arcade/openmortal/Manifest b/games-arcade/openmortal/Manifest index 8e7d3df7b2d2..257f9d26a8b1 100644 --- a/games-arcade/openmortal/Manifest +++ b/games-arcade/openmortal/Manifest @@ -1,6 +1,6 @@ -MD5 31c584cfb605242a0a9181b14dd5fcb2 ChangeLog 563 +MD5 a4adcd769a2f462e49c8b3a30c981581 ChangeLog 688 MD5 1e4dbd1317fda5c9019eb55a692336f1 openmortal-0.3.ebuild 786 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 -MD5 8967329946db86e2f477a7e60e02867d openmortal-0.4.ebuild 825 +MD5 37ef2f38b37222d8de8a86e265cf6efd openmortal-0.4.ebuild 842 MD5 1c59a24603272eec70547898f8a824b3 files/digest-openmortal-0.3 69 MD5 46db17ba8287f05dd8841f39eb469438 files/digest-openmortal-0.4 69 diff --git a/games-arcade/openmortal/files/digest-openmortal-0.4 b/games-arcade/openmortal/files/digest-openmortal-0.4 new file mode 100644 index 000000000000..a9fb4b9011a2 --- /dev/null +++ b/games-arcade/openmortal/files/digest-openmortal-0.4 @@ -0,0 +1 @@ +MD5 350650ba1b66333f5736d4aa6ea944ba openmortal-0.4.tar.bz2 45431661 diff --git a/games-arcade/openmortal/openmortal-0.4.ebuild b/games-arcade/openmortal/openmortal-0.4.ebuild new file mode 100644 index 000000000000..145f61d9e2c2 --- /dev/null +++ b/games-arcade/openmortal/openmortal-0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc., 2003 Freyr Gunnar Ólafsson <gnarlin@utopia.is> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/openmortal/openmortal-0.4.ebuild,v 1.1 2004/01/08 11:20:02 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="A spoof of the famous Mortal Combat game" +HOMEPAGE="http://apocalypse.rulez.org/~upi/Mortal/" +SRC_URI="mirror://sourceforge/openmortal/${P}.tar.bz2" +RESTRICT="nomirror" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/x11 + media-libs/libsdl + media-libs/sdl-image + media-libs/sdl-mixer + media-libs/sdl-ttf + >=media-libs/freetype-2.1.0 + dev-lang/perl" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog TODO README || die "dodoc failed" + prepgamesdirs +} |