summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-30 08:09:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-30 08:09:15 +0000
commit1d7027d6c603424740704c2315bea7864e390a93 (patch)
treef27ba53803b4fa65544dc9be2bd1e1f1e99e87bb /games-strategy
parentversion bump (diff)
downloadhistorical-1d7027d6c603424740704c2315bea7864e390a93.tar.gz
historical-1d7027d6c603424740704c2315bea7864e390a93.tar.bz2
historical-1d7027d6c603424740704c2315bea7864e390a93.zip
clean old
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/Manifest4
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.71
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.81
-rw-r--r--games-strategy/glob2/glob2-0.8.7.ebuild38
-rw-r--r--games-strategy/glob2/glob2-0.8.8.ebuild40
5 files changed, 0 insertions, 84 deletions
diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest
index 7a6651aba1d8..6378c1e71a59 100644
--- a/games-strategy/glob2/Manifest
+++ b/games-strategy/glob2/Manifest
@@ -1,10 +1,6 @@
MD5 7e5ece069921549cfeb3d91a2fe3e31b ChangeLog 1976
-MD5 5aa338ac457c802d85f84394932f46ad glob2-0.8.7.ebuild 959
MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546
-MD5 86bbee1610aedd934e30870b03b54b38 glob2-0.8.8.ebuild 1017
MD5 91b861e606812a2c5b70caa6df209ac7 glob2-0.8.9.ebuild 1277
MD5 3f0ef0f233348b6e6ea81a927b489b7a glob2-0.8.10.ebuild 1017
-MD5 43e352a12416a207b6b3375c57086637 files/digest-glob2-0.8.7 64
-MD5 8bc921c1e002e9028de41eb49f11e284 files/digest-glob2-0.8.8 64
MD5 de4d5ea54b6291db91857fb227244587 files/digest-glob2-0.8.9 64
MD5 de372c45a3d3c17421e28b07dbf1f49d files/digest-glob2-0.8.10 65
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.7 b/games-strategy/glob2/files/digest-glob2-0.8.7
deleted file mode 100644
index 0f93db8b975e..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0aa2e21dbc38d6e60ad06d3118a03eeb glob2-0.8.7.tar.gz 5747977
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.8 b/games-strategy/glob2/files/digest-glob2-0.8.8
deleted file mode 100644
index 2bcf588bcd6f..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3cf6177d542fa935260abedc32da26cd glob2-0.8.8.tar.gz 7972284
diff --git a/games-strategy/glob2/glob2-0.8.7.ebuild b/games-strategy/glob2/glob2-0.8.7.ebuild
deleted file mode 100644
index ecedf323e571..000000000000
--- a/games-strategy/glob2/glob2-0.8.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}
diff --git a/games-strategy/glob2/glob2-0.8.8.ebuild b/games-strategy/glob2/glob2-0.8.8.ebuild
deleted file mode 100644
index 56964bf1e78b..000000000000
--- a/games-strategy/glob2/glob2-0.8.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-}