summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-01-30 03:25:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-01-30 03:25:42 +0000
commitb550b84f16f4430b0e33fe348e4d8fbc570ffc8e (patch)
treed826ab62358a6bc5a80ee1ec9288dd8271aa297c /games-strategy
parentVersion bump. closes #78412. (diff)
downloadgentoo-2-b550b84f16f4430b0e33fe348e4d8fbc570ffc8e.tar.gz
gentoo-2-b550b84f16f4430b0e33fe348e4d8fbc570ffc8e.tar.bz2
gentoo-2-b550b84f16f4430b0e33fe348e4d8fbc570ffc8e.zip
clean old ebuild
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/ChangeLog5
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.91
-rw-r--r--games-strategy/glob2/glob2-0.8.9.ebuild52
3 files changed, 4 insertions, 54 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index d7e6d6851799..fe534b3e84ca 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glob2
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.19 2005/01/30 03:08:13 jnc Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.20 2005/01/30 03:25:42 mr_bones_ Exp $
+
+ 29 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> -glob2-0.8.9.ebuild:
+ clean old ebuild
*glob2-0.8.11 (29 Jan 2005)
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.9 b/games-strategy/glob2/files/digest-glob2-0.8.9
deleted file mode 100644
index 49173dc3d84a..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1461701be76fdb860d8ebb83fba0bd3e glob2-0.8.9.tar.gz 7882466
diff --git a/games-strategy/glob2/glob2-0.8.9.ebuild b/games-strategy/glob2/glob2-0.8.9.ebuild
deleted file mode 100644
index 96e8c7e50ba3..000000000000
--- a/games-strategy/glob2/glob2-0.8.9.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.9.ebuild,v 1.4 2005/01/30 03:08:13 jnc 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_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s/defaultLanguage = 1/defaultLanguage = 0/" src/Settings.cpp \
- || die "sed failed"
- # bug #67718
- sed -i \
- -e "s/nsamples == SAMPLE_COUNT_PER_SLICE/nsamples/" src/SoundMixer.cpp \
- || die "sed failed"
-}
-
-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
-}