summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-17 17:17:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-17 17:17:26 +0000
commit65eb81545c591e351ed2403561d2bf7759f9b075 (patch)
tree14b943adcd1d81f3c0fc1282c41c9e3d629c1b4e /games-strategy/glob2
parentCleanup a few minor things. (diff)
downloadgentoo-2-65eb81545c591e351ed2403561d2bf7759f9b075.tar.gz
gentoo-2-65eb81545c591e351ed2403561d2bf7759f9b075.tar.bz2
gentoo-2-65eb81545c591e351ed2403561d2bf7759f9b075.zip
clean older versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r--games-strategy/glob2/ChangeLog7
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.101
-rw-r--r--games-strategy/glob2/files/digest-glob2-0.8.111
-rw-r--r--games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch38
-rw-r--r--games-strategy/glob2/glob2-0.8.10.ebuild38
-rw-r--r--games-strategy/glob2/glob2-0.8.11.ebuild55
6 files changed, 6 insertions, 134 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index a7fd34b37ada..c7c66e9ce8c0 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,11 @@
# 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.22 2005/05/17 17:00:12 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.23 2005/05/17 17:17:26 mr_bones_ Exp $
+
+ 17 May 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/glob2-0.8.11-configure_speex.patch, -glob2-0.8.10.ebuild,
+ -glob2-0.8.11.ebuild:
+ clean older versions
17 May 2005; Tobias Scherbaum <dertobi123@gentoo.org> glob2-0.8.15.ebuild:
Marked ppc stable.
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.10 b/games-strategy/glob2/files/digest-glob2-0.8.10
deleted file mode 100644
index f82a93460798..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 333c7e7df1a6de4640889a05e4f06b2d glob2-0.8.10.tar.gz 8730413
diff --git a/games-strategy/glob2/files/digest-glob2-0.8.11 b/games-strategy/glob2/files/digest-glob2-0.8.11
deleted file mode 100644
index 7606326c2091..000000000000
--- a/games-strategy/glob2/files/digest-glob2-0.8.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36baa5c67f77b29d421cc178006c07f0 glob2-0.8.11.tar.gz 8962068
diff --git a/games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch b/games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch
deleted file mode 100644
index 1a0e0c7ce8f7..000000000000
--- a/games-strategy/glob2/files/glob2-0.8.11-configure_speex.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -burN /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/configure.in glob2-0.8.11/configure.in
---- /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/configure.in 2005-01-15 17:07:26.000000000 -0600
-+++ glob2-0.8.11/configure.in 2005-01-23 00:51:59.134676000 -0600
-@@ -26,8 +26,7 @@
- dnl Libraries
-
- dnl Check for Speex
--AC_CHECK_HEADER(speex.h,,AC_MSG_ERROR([*** Speex header not found. Please install Speex (http://www.speex.org).]))
--AC_CHECK_LIB(speex,speex_encoder_init,,AC_MSG_ERROR([*** Speex library not found. Please install Speex (http://www.speex.org).]))
-+XIPH_PATH_SPEEX
-
- dnl Check for SDL
- SDL_VERSION=1.2.0
-diff -burN /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.am glob2-0.8.11/src/Makefile.am
---- /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.am 2005-01-06 10:24:22.000000000 -0600
-+++ glob2-0.8.11/src/Makefile.am 2005-01-23 00:51:59.137676000 -0600
-@@ -151,5 +151,5 @@
- VoiceRecorder.h \
- VoiceRecorder.cpp
-
--glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ ../libgag/src/libgag.a
--INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ -I@srcdir@/../libgag/include
-+glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @SPEEX_LIBS@ ../libgag/src/libgag.a
-+INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ @SPEEX_CFLAGS@ -I@srcdir@/../libgag/include
-diff -burN /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.in glob2-0.8.11/src/Makefile.in
---- /var/tmp/portage/glob2-0.8.11/work/glob2-0.8.11/src/Makefile.in 2005-01-15 17:09:31.000000000 -0600
-+++ glob2-0.8.11/src/Makefile.in 2005-01-23 00:52:40.901327072 -0600
-@@ -290,8 +290,8 @@
- VoiceRecorder.cpp
-
-
--glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ ../libgag/src/libgag.a
--INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ -I@srcdir@/../libgag/include
-+glob2_LDADD = @LIBS@ @FT2_LIBS@ @SDL_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @SPEEX_LIBS@ ../libgag/src/libgag.a
-+INCLUDES = @FT2_CFLAGS@ @SDL_CFLAGS@ @VORBIS_CFLAGS@ @SPEEX_CFLAGS@ -I@srcdir@/../libgag/include
- subdir = src
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/games-strategy/glob2/glob2-0.8.10.ebuild b/games-strategy/glob2/glob2-0.8.10.ebuild
deleted file mode 100644
index 19c6790de0f2..000000000000
--- a/games-strategy/glob2/glob2-0.8.10.ebuild
+++ /dev/null
@@ -1,38 +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.10.ebuild,v 1.3 2005/01/30 03:08:13 jnc 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=""
-
-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() {
- #./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.11.ebuild b/games-strategy/glob2/glob2-0.8.11.ebuild
deleted file mode 100644
index d3d0a0ac73fa..000000000000
--- a/games-strategy/glob2/glob2-0.8.11.ebuild
+++ /dev/null
@@ -1,55 +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.11.ebuild,v 1.1 2005/01/30 03:08:13 jnc Exp $
-
-inherit games
-
-DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs"
-HOMEPAGE="http://www.ysagoon.com/glob2/"
-SRC_URI="http://epfl.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/speex-1.1
- =media-libs/freetype-2*
- sys-libs/zlib"
-RDEPEND="${DEPEND}
- >=sys-devel/automake-1.7
- >=sys-devel/autoconf-2.5"
-
-src_unpack() {
- unpack ${P}.tar.gz || die
- epatch ${FILESDIR}/${P}-*.patch
-}
-
-src_compile() {
- export WANT_AUTOCONF=2.5
- export WANT_AUTOMAKE=1.7
- aclocal
- automake
- autoconf
-
- #./configure assumes that vorbis will be installed under PREFIX bug #46352
- egamesconf \
- --with-vorbis=/usr \
- --with-speex=/usr \
- --with-speex-includes=/usr/include/speex \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README TODO
- prepgamesdirs
-}