diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-01 09:36:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-01 09:36:43 +0000 |
commit | 479b4ef59d363726043483547368e9d52eff2986 (patch) | |
tree | e5c082e54d5364fcf607f5636bdd181027828c18 /games-strategy/glob2 | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-479b4ef59d363726043483547368e9d52eff2986.tar.gz gentoo-2-479b4ef59d363726043483547368e9d52eff2986.tar.bz2 gentoo-2-479b4ef59d363726043483547368e9d52eff2986.zip |
version bump (bug #46397)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/glob2/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/glob2/files/digest-glob2-0.8.5 | 1 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.5.ebuild | 30 |
4 files changed, 39 insertions, 1 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 70487f64ad74..571bcfdcea29 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.5 2004/03/22 23:06:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.6 2004/04/01 09:36:43 mr_bones_ Exp $ + +*glob2-0.8.5 (01 Apr 2004) + + 01 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.5.ebuild: + version bump (bug #46397) 23 Mar 2004; David Holm <dholm@gentoo.org> glob2-0.8.4.ebuild: Added to ~ppc. diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest index 1717d1482eaf..56fc1514a32a 100644 --- a/games-strategy/glob2/Manifest +++ b/games-strategy/glob2/Manifest @@ -2,5 +2,7 @@ MD5 daf38897906594ff71a70536cc671044 ChangeLog 661 MD5 822f58ff10912b1b0423d2d26abac7d8 glob2-0.8.2.ebuild 877 MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546 MD5 da91bc4c8fc63efae0f5cd7c33b39830 glob2-0.8.4.ebuild 803 +MD5 da91bc4c8fc63efae0f5cd7c33b39830 glob2-0.8.5.ebuild 803 MD5 67766c04790525af71ebb3123dba9ab6 files/digest-glob2-0.8.2 64 MD5 e8cc791632e58ca3f01958e42c3f3032 files/digest-glob2-0.8.4 64 +MD5 b937864a33c8d01a8f3123fe37ce9ff0 files/digest-glob2-0.8.5 64 diff --git a/games-strategy/glob2/files/digest-glob2-0.8.5 b/games-strategy/glob2/files/digest-glob2-0.8.5 new file mode 100644 index 000000000000..ea0e5daf4053 --- /dev/null +++ b/games-strategy/glob2/files/digest-glob2-0.8.5 @@ -0,0 +1 @@ +MD5 2f304a15609880550e8972f8f2c75c8d glob2-0.8.5.tar.gz 3989770 diff --git a/games-strategy/glob2/glob2-0.8.5.ebuild b/games-strategy/glob2/glob2-0.8.5.ebuild new file mode 100644 index 000000000000..6eb63bd9611c --- /dev/null +++ b/games-strategy/glob2/glob2-0.8.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.5.ebuild,v 1.1 2004/04/01 09:36:43 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="state of the art Real Time Strategy (RTS) game" +HOMEPAGE="http://www.ysagoon.com/glob2/" +SRC_URI="http://www.ysagoon.com/glob2/data/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc" +#IUSE="opengl" #opengl not ready yet. +IUSE="" + +DEPEND="virtual/glibc + >=media-libs/libsdl-1.2.0 + media-libs/libpng + media-libs/sdl-net + media-libs/sdl-image + media-libs/libvorbis + =media-libs/freetype-2* + sys-libs/zlib" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README TODO + prepgamesdirs +} |