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
commit37e6c65a7c3551bd619f0e1c23b86bcf1dc1e898 (patch)
tree01c3638ada255e7ff1485e6d2f7468b1dcdbd814 /games-strategy/glob2
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-37e6c65a7c3551bd619f0e1c23b86bcf1dc1e898.tar.gz
gentoo-2-37e6c65a7c3551bd619f0e1c23b86bcf1dc1e898.tar.bz2
gentoo-2-37e6c65a7c3551bd619f0e1c23b86bcf1dc1e898.zip
clean old
Diffstat (limited to 'games-strategy/glob2')
-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
4 files changed, 0 insertions, 80 deletions
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
-}