summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-18 03:14:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-18 03:14:03 +0000
commit8e828abb56b6ebddfe90561a6a9ba0a0abd0fd2e (patch)
tree534477848f69853be2593d9c933c94c06ff61dc0 /games-strategy
parentstable on ppc64, bug #57744 (Manifest recommit) (diff)
downloadgentoo-2-8e828abb56b6ebddfe90561a6a9ba0a0abd0fd2e.tar.gz
gentoo-2-8e828abb56b6ebddfe90561a6a9ba0a0abd0fd2e.tar.bz2
gentoo-2-8e828abb56b6ebddfe90561a6a9ba0a0abd0fd2e.zip
version bump (bug #64150)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/ChangeLog7
-rw-r--r--games-strategy/glob2/Manifest3
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.81
-rw-r--r--games-strategy/glob2/glob2-0.8.8.ebuild40
4 files changed, 50 insertions, 1 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index 3b0004390ecc..54f011f3e604 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/glob2
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.12 2004/08/10 11:57:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.13 2004/09/18 03:14:03 mr_bones_ Exp $
+
+*glob2-0.8.8 (17 Sep 2004)
+
+ 17 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +glob2-0.8.8.ebuild:
+ version bump (bug #64150)
10 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> :
version bump (bug #59923)
diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest
index 525052257672..e4577f9a4710 100644
--- a/games-strategy/glob2/Manifest
+++ b/games-strategy/glob2/Manifest
@@ -1,4 +1,7 @@
MD5 c5677d8570de942cc517dafea41e809b ChangeLog 1334
MD5 5aa338ac457c802d85f84394932f46ad glob2-0.8.7.ebuild 959
MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546
+MD5 1743d1a18ee39f118eb0d532248eea53 glob2-0.8.8.ebuild 1063
MD5 43e352a12416a207b6b3375c57086637 files/digest-glob2-0.8.7 64
+MD5 8bc921c1e002e9028de41eb49f11e284 files/digest-glob2-0.8.8 64
+MD5 b5f7f811f32db8a21c6e800ed9811433 files/patch 434
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.8 b/games-strategy/glob2/files/digest-glob2-0.8.8
new file mode 100644
index 000000000000..2bcf588bcd6f
--- /dev/null
+++ b/games-strategy/glob2/files/digest-glob2-0.8.8
@@ -0,0 +1 @@
+MD5 3cf6177d542fa935260abedc32da26cd glob2-0.8.8.tar.gz 7972284
diff --git a/games-strategy/glob2/glob2-0.8.8.ebuild b/games-strategy/glob2/glob2-0.8.8.ebuild
new file mode 100644
index 000000000000..56964bf1e78b
--- /dev/null
+++ b/games-strategy/glob2/glob2-0.8.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.8.ebuild,v 1.1 2004/09/18 03:14:03 mr_bones_ Exp $
+
+inherit flag-o-matic 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 ~amd64"
+IUSE=""
+
+DEPEND="virtual/libc
+ virtual/opengl
+ >=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_compile() {
+ # comment from bug #64150 to fix compile issue.
+ filter-flags -O?
+ #./configure assumes that vorbis will be installed under PREFIX bug #46352
+ egamesconf \
+ --with-vorbis=/usr \
+ || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS README TODO
+ prepgamesdirs
+}