summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-10 11:57:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-10 11:57:41 +0000
commit2f67db36d2a3092443a9fdf70ff6318c50a028fc (patch)
tree42eccc347087b4618f7c4ed6afdb84d924b06d3b /games-strategy
parentMark 0.6.2 stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-2f67db36d2a3092443a9fdf70ff6318c50a028fc.tar.gz
gentoo-2-2f67db36d2a3092443a9fdf70ff6318c50a028fc.tar.bz2
gentoo-2-2f67db36d2a3092443a9fdf70ff6318c50a028fc.zip
version bump (bug #59923)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/ChangeLog5
-rw-r--r--games-strategy/glob2/Manifest2
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.71
-rw-r--r--games-strategy/glob2/glob2-0.8.7.ebuild38
4 files changed, 45 insertions, 1 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index 371fc6ec5732..3b0004390ecc 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,9 @@
# 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.11 2004/06/24 23:28:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.12 2004/08/10 11:57:41 mr_bones_ Exp $
+
+ 10 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> :
+ version bump (bug #59923)
15 Jun 2004; <malc@gentoo.org> glob2-0.8.6.ebuild:
Add keyword ~amd64, fixes bug #53988
diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest
index 635c1ef75f6b..6077ef855481 100644
--- a/games-strategy/glob2/Manifest
+++ b/games-strategy/glob2/Manifest
@@ -1,6 +1,8 @@
MD5 191520d1b79f9a805bd56c8aa03ccda8 ChangeLog 1247
+MD5 3cc6bf210f6d804ba70bca43308b8664 glob2-0.8.7.ebuild 959
MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546
MD5 3cc6bf210f6d804ba70bca43308b8664 glob2-0.8.6.ebuild 959
MD5 fd458919aa6506b4fb26b073922a659b glob2-0.8.5.ebuild 782
+MD5 43e352a12416a207b6b3375c57086637 files/digest-glob2-0.8.7 64
MD5 b937864a33c8d01a8f3123fe37ce9ff0 files/digest-glob2-0.8.5 64
MD5 abff570d633d214e267f3986090ee981 files/digest-glob2-0.8.6 64
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.7 b/games-strategy/glob2/files/digest-glob2-0.8.7
new file mode 100644
index 000000000000..0f93db8b975e
--- /dev/null
+++ b/games-strategy/glob2/files/digest-glob2-0.8.7
@@ -0,0 +1 @@
+MD5 0aa2e21dbc38d6e60ad06d3118a03eeb glob2-0.8.7.tar.gz 5747977
diff --git a/games-strategy/glob2/glob2-0.8.7.ebuild b/games-strategy/glob2/glob2-0.8.7.ebuild
new file mode 100644
index 000000000000..ecedf323e571
--- /dev/null
+++ b/games-strategy/glob2/glob2-0.8.7.ebuild
@@ -0,0 +1,38 @@
+# 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.7.ebuild,v 1.1 2004/08/10 11:57:41 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 ~amd64"
+#IUSE="opengl" #opengl not ready yet.
+IUSE=""
+
+DEPEND="virtual/libc
+ >=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() {
+ #./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
+}