summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-24 07:47:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-24 07:47:36 +0000
commit7aa7b605272fdd074797745dfecca7f0e7094e65 (patch)
treeae3e95ee8fa2aac578ddef27537a5f8dc400126b /games-strategy
parentadded make clean, closing bug #61433 (Manifest recommit) (diff)
downloadgentoo-2-7aa7b605272fdd074797745dfecca7f0e7094e65.tar.gz
gentoo-2-7aa7b605272fdd074797745dfecca7f0e7094e65.tar.bz2
gentoo-2-7aa7b605272fdd074797745dfecca7f0e7094e65.zip
clean older ebuilds
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.51
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.61
-rw-r--r--games-strategy/glob2/glob2-0.8.5.ebuild30
-rw-r--r--games-strategy/glob2/glob2-0.8.6.ebuild38
4 files changed, 0 insertions, 70 deletions
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.5 b/games-strategy/glob2/files/digest-glob2-0.8.5
deleted file mode 100644
index ea0e5daf4053..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2f304a15609880550e8972f8f2c75c8d glob2-0.8.5.tar.gz 3989770
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.6 b/games-strategy/glob2/files/digest-glob2-0.8.6
deleted file mode 100644
index 7a1cbe583e5f..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f21d9c8ca7c743c5d5e947d8d639acd9 glob2-0.8.6.tar.gz 4047199
diff --git a/games-strategy/glob2/glob2-0.8.5.ebuild b/games-strategy/glob2/glob2-0.8.5.ebuild
deleted file mode 100644
index 9a9a73d41866..000000000000
--- a/games-strategy/glob2/glob2-0.8.5.ebuild
+++ /dev/null
@@ -1,30 +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.5.ebuild,v 1.4 2004/07/01 05:34:11 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"
-#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_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README TODO
- prepgamesdirs
-}
diff --git a/games-strategy/glob2/glob2-0.8.6.ebuild b/games-strategy/glob2/glob2-0.8.6.ebuild
deleted file mode 100644
index 9aeb89115c1e..000000000000
--- a/games-strategy/glob2/glob2-0.8.6.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.6.ebuild,v 1.5 2004/07/01 05:34:11 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
-}