summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-13 00:27:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-13 00:27:38 +0000
commitabdd6ca66588687bcc13fe94f092467aed51d3af (patch)
tree914c135063dedc05627526b1becab5233f7e524f
parentStable on alpha wrt #117737 (diff)
downloadgentoo-2-abdd6ca66588687bcc13fe94f092467aed51d3af.tar.gz
gentoo-2-abdd6ca66588687bcc13fe94f092467aed51d3af.tar.bz2
gentoo-2-abdd6ca66588687bcc13fe94f092467aed51d3af.zip
old
(Portage version: 2.0.53)
-rw-r--r--games-arcade/holotz-castle/files/digest-holotz-castle-1.3.61
-rw-r--r--games-arcade/holotz-castle/files/holotz-castle-1.3.6-build.patch39
-rw-r--r--games-arcade/holotz-castle/holotz-castle-1.3.6.ebuild43
-rw-r--r--games-kids/gcompris/files/digest-gcompris-6.5.31
-rw-r--r--games-kids/gcompris/files/digest-gcompris-7.11
-rw-r--r--games-kids/gcompris/files/digest-gcompris-7.1.11
-rw-r--r--games-kids/gcompris/gcompris-6.5.3.ebuild66
-rw-r--r--games-kids/gcompris/gcompris-7.1.1.ebuild56
-rw-r--r--games-kids/gcompris/gcompris-7.1.ebuild56
9 files changed, 0 insertions, 264 deletions
diff --git a/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.6 b/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.6
deleted file mode 100644
index 134b0e1add56..000000000000
--- a/games-arcade/holotz-castle/files/digest-holotz-castle-1.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61b97f12f5ca5d67c4db7418b2f6f166 holotz-castle-1.3.6-src.tar.gz 3581401
diff --git a/games-arcade/holotz-castle/files/holotz-castle-1.3.6-build.patch b/games-arcade/holotz-castle/files/holotz-castle-1.3.6-build.patch
deleted file mode 100644
index 7618f4ddfba7..000000000000
--- a/games-arcade/holotz-castle/files/holotz-castle-1.3.6-build.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- JLib/Makefile
-+++ JLib/Makefile
-@@ -17,4 +17,4 @@
- # Definir -D_JLIB_DEBUG para hacer debug de JLib. Compilar el programa a debugear también con este flag
--CFLAGS=-I. -O3 -ffast-math $(CPU_OPTS) -fPIC
--LDFLAGS=-L. -ffast-math -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer
-+CXXFLAGS=-I. $(CPU_OPTS)
-+LDFLAGS=-L. -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer
-
-@@ -24,11 +24,10 @@
- libJLib: $(JLIB_OBJS)
-- g++ -shared -o $@.so $? \
-- && ar rvus $@.a $? \
-+ ar rvus $@.a $?
-
- $(GRAPHICS)/%.o: $(GRAPHICS)/%.cpp
-- g++ $(CFLAGS) -c -o $@ $<
-+ $(CXX) $(CXXFLAGS) -c -o $@ $<
- $(UTIL)/%.o: $(UTIL)/%.cpp
-- g++ $(CFLAGS) -c -o $@ $<
-+ $(CXX) $(CXXFLAGS) -c -o $@ $<
- $(MATH)/%.o: $(MATH)/%.cpp
-- g++ $(CFLAGS) -c -o $@ $<
-+ $(CXX) $(CXXFLAGS) -c -o $@ $<
-
---- src/Makefile
-+++ src/Makefile
-@@ -27,3 +27,3 @@
-
--all: JLib HC HCed
-+all: HC HCed
-
-@@ -39,4 +39,4 @@
- # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile.
--CFLAGS=-O3 -Wshadow $(CPU_OPTS) -ffast-math -c -I. -I../JLib $(shell sdl-config --cflags)
--LDFLAGS=-L/usr/X11R6/lib -ffast-math -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lGL -lGLU
-+CFLAGS=-Wshadow $(CPU_OPTS) -c -I. -I../JLib $(shell sdl-config --cflags)
-+LDFLAGS=-lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lGL -lGLU
-
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.6.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.6.ebuild
deleted file mode 100644
index 7a990e7b259f..000000000000
--- a/games-arcade/holotz-castle/holotz-castle-1.3.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.6.ebuild,v 1.1 2005/05/06 23:27:54 vapier Exp $
-
-inherit eutils games
-
-DESCRIPTION="2d platform jump'n'run game"
-HOMEPAGE="http://www.mainreactor.net/holotzcastle/en/index_en.html"
-SRC_URI="http://www.mainreactor.net/holotzcastle/download/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- media-libs/sdl-mixer
- media-libs/libsdl
- media-libs/sdl-ttf
- media-libs/sdl-image"
-
-S=${WORKDIR}/${P}-src
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
- for d in JLib src ; do
- emake -C ${d} CPU_OPTS="${CXXFLAGS}" || die "${d} failed"
- done
-}
-
-src_install() {
- dogamesbin holotz-castle holotz-castle-editor || die "dobin"
- insinto "${GAMES_DATADIR}"/${PN}/game
- doins -r HCedHome/* res/* || die "doins"
- dodoc MANUAL*.txt
- doman doc/*.6
- prepgamesdirs
-}
diff --git a/games-kids/gcompris/files/digest-gcompris-6.5.3 b/games-kids/gcompris/files/digest-gcompris-6.5.3
deleted file mode 100644
index 3e0d15c3f1e1..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-6.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 11cc5c1fe2ebb583767884e18307534e gcompris-6.5.3.tar.gz 43519786
diff --git a/games-kids/gcompris/files/digest-gcompris-7.1 b/games-kids/gcompris/files/digest-gcompris-7.1
deleted file mode 100644
index 29b16c8c29cf..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8020824fbe7dbaa334611e3d7aee7d7c gcompris-7.1.tar.gz 58790298
diff --git a/games-kids/gcompris/files/digest-gcompris-7.1.1 b/games-kids/gcompris/files/digest-gcompris-7.1.1
deleted file mode 100644
index 222c5dc9549a..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-7.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 856a9962ea31d7cb479ad65ff8f58395 gcompris-7.1.1.tar.gz 58799924
diff --git a/games-kids/gcompris/gcompris-6.5.3.ebuild b/games-kids/gcompris/gcompris-6.5.3.ebuild
deleted file mode 100644
index 4407140035dc..000000000000
--- a/games-kids/gcompris/gcompris-6.5.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-6.5.3.ebuild,v 1.3 2005/06/07 02:25:35 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="full featured educational application for children from 2 to 10"
-HOMEPAGE="http://gcompris.net"
-SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-#IUSE="python editor" #editor didn't compile for me.
-IUSE="python"
-
-RDEPEND="virtual/x11
- >=dev-libs/glib-2.0
- =x11-libs/gtk+-2*
- >=gnome-base/libgnomecanvas-2.0.2
- media-libs/sdl-mixer
- media-libs/libsdl
- dev-libs/libxml2
- dev-libs/popt
- games-board/gnuchess
- python? ( dev-lang/python
- >=dev-python/gnome-python-2.0 )
- editor? (
- >=gnome-base/libgnome-1.96.0
- >=gnome-base/libgnomeui-1.96.0
- )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- app-text/texi2html"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^install-data-am/s/install-libgcomprisincludeHEADERS//' \
- src/gcompris/Makefile.in \
- || die "sed failed"
-}
-
-src_compile() {
- export GNUCHESS="${GAMES_BINDIR}/gnuchess"
- # $(use_with editor) - editor didn't compile for me.
- econf \
- --disable-dependency-tracking \
- $(use_with python python /usr/bin/python) \
- --without-editor \
- || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
- # Crashed for me
- rm -rf "${D}/usr/share/gcompris/boards/watercycle"*
- rm -f "${D}/usr/share/gcompris/boards/followline.xml"
- # mailing list reports crash
- rm -f "${D}/usr/share/gcompris/boards/click_on_letter.xml"
- use editor || rm -f "${D}/usr/share/applications/gcompris-edit.desktop"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}
diff --git a/games-kids/gcompris/gcompris-7.1.1.ebuild b/games-kids/gcompris/gcompris-7.1.1.ebuild
deleted file mode 100644
index b7455fff3e8e..000000000000
--- a/games-kids/gcompris/gcompris-7.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-7.1.1.ebuild,v 1.1 2005/11/28 06:13:37 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="full featured educational application for children from 2 to 10"
-HOMEPAGE="http://gcompris.net"
-SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-#IUSE="python " #doesn't like python-2.4
-IUSE=""
-
-RDEPEND="virtual/x11
- >=dev-libs/glib-2.0
- =x11-libs/gtk+-2*
- >=gnome-base/libgnomecanvas-2.0.2
- media-libs/sdl-mixer
- media-libs/libsdl
- dev-libs/libxml2
- dev-libs/popt"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- app-text/texi2html"
-RDEPEND="${RDEPEND}
- games-board/gnuchess"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^install-data-am/s/install-libgcomprisincludeHEADERS//' \
- src/gcompris/Makefile.in \
- || die "sed failed"
-}
-
-src_compile() {
- export GNUCHESS="${GAMES_BINDIR}/gnuchess"
- # $(use_with python python /usr/bin/python) - doesn't seem to work with 2.4
- # $(use_enable sqlite) \ - needs python
- econf \
- --disable-dependency-tracking \
- --without-python \
- --disable-sqlite \
- || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}
diff --git a/games-kids/gcompris/gcompris-7.1.ebuild b/games-kids/gcompris/gcompris-7.1.ebuild
deleted file mode 100644
index 670685c726fe..000000000000
--- a/games-kids/gcompris/gcompris-7.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-7.1.ebuild,v 1.2 2005/11/22 23:28:03 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="full featured educational application for children from 2 to 10"
-HOMEPAGE="http://gcompris.net"
-SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-#IUSE="python " #doesn't like python-2.4
-IUSE=""
-
-RDEPEND="virtual/x11
- >=dev-libs/glib-2.0
- =x11-libs/gtk+-2*
- >=gnome-base/libgnomecanvas-2.0.2
- media-libs/sdl-mixer
- media-libs/libsdl
- dev-libs/libxml2
- dev-libs/popt"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- app-text/texi2html"
-RDEPEND="${RDEPEND}
- games-board/gnuchess"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^install-data-am/s/install-libgcomprisincludeHEADERS//' \
- src/gcompris/Makefile.in \
- || die "sed failed"
-}
-
-src_compile() {
- export GNUCHESS="${GAMES_BINDIR}/gnuchess"
- # $(use_with python python /usr/bin/python) - doesn't seem to work with 2.4
- # $(use_enable sqlite) \ - needs python
- econf \
- --disable-dependency-tracking \
- --without-python \
- --disable-sqlite \
- || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}