summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-21 21:36:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-21 21:36:25 +0000
commitf6a3f7a4e78162a64284d41173522838bc69742f (patch)
tree56a28a054c2eabcdfa78d0b1836db97141b337a8 /games-strategy
parentCleanup, mostly comments and quotes. (diff)
downloadhistorical-f6a3f7a4e78162a64284d41173522838bc69742f.tar.gz
historical-f6a3f7a4e78162a64284d41173522838bc69742f.tar.bz2
historical-f6a3f7a4e78162a64284d41173522838bc69742f.zip
initial ebuild #24206
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/ChangeLog8
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.21
-rw-r--r--games-strategy/glob2/glob2-0.8.2.ebuild30
-rw-r--r--games-strategy/glob2/metadata.xml12
4 files changed, 51 insertions, 0 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
new file mode 100644
index 000000000000..b72b5ea82654
--- /dev/null
+++ b/games-strategy/glob2/ChangeLog
@@ -0,0 +1,8 @@
+# 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.1 2004/02/21 21:36:25 vapier Exp $
+
+*glob2-0.8.3 (21 Feb 2004)
+
+ 21 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me for #24206.
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.2 b/games-strategy/glob2/files/digest-glob2-0.8.2
new file mode 100644
index 000000000000..a76c63957867
--- /dev/null
+++ b/games-strategy/glob2/files/digest-glob2-0.8.2
@@ -0,0 +1 @@
+MD5 fe8f89b03fe56137203c12a72524ed09 glob2-0.8.2.tar.gz 3945089
diff --git a/games-strategy/glob2/glob2-0.8.2.ebuild b/games-strategy/glob2/glob2-0.8.2.ebuild
new file mode 100644
index 000000000000..648a24d2e11e
--- /dev/null
+++ b/games-strategy/glob2/glob2-0.8.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 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.2.ebuild,v 1.1 2004/02/21 21:36:25 vapier 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"
+IUSE="opengl"
+
+DEPEND="media-libs/libsdl
+ =media-libs/freetype-2*
+ opengl? ( virtual/opengl )
+ media-libs/libvorbis"
+
+src_compile() {
+ egamesconf `use_enable opengl` || die
+ emake || die
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
+ prepgamesdirs
+}
diff --git a/games-strategy/glob2/metadata.xml b/games-strategy/glob2/metadata.xml
new file mode 100644
index 000000000000..fc67f56d09d1
--- /dev/null
+++ b/games-strategy/glob2/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<longdescription>
+Globulation2 is an innovative high quality Real-Time Strategy [RTS],
+which minimizes micro-management by automatically assigning tasks to
+the units. The player has to choose the number of units he wants for
+the different tasks, and the units will do their best to satisfy the
+requests. This allows to manage more units and to focus on strategies.
+</longdescription>
+</pkgmetadata>