summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:34:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:34:35 +0000
commita961a3d65f2db49e95762de5f07aa2a238eeb63c (patch)
tree8d8d234c4b785ba5b404ef170bd0b2ebb6d7ea1c /games-puzzle
parentold (diff)
downloadhistorical-a961a3d65f2db49e95762de5f07aa2a238eeb63c.tar.gz
historical-a961a3d65f2db49e95762de5f07aa2a238eeb63c.tar.bz2
historical-a961a3d65f2db49e95762de5f07aa2a238eeb63c.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/cuyo/cuyo-1.8.5.ebuild41
-rw-r--r--games-puzzle/pingus/files/pingus-0.7.1-paths.patch34
-rw-r--r--games-puzzle/pingus/pingus-0.7.1.ebuild50
-rw-r--r--games-puzzle/xbomb/files/xbomb-2.1.diff35
-rw-r--r--games-puzzle/xbomb/xbomb-2.1-r1.ebuild41
5 files changed, 0 insertions, 201 deletions
diff --git a/games-puzzle/cuyo/cuyo-1.8.5.ebuild b/games-puzzle/cuyo/cuyo-1.8.5.ebuild
deleted file mode 100644
index 787fe7b93740..000000000000
--- a/games-puzzle/cuyo/cuyo-1.8.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-1.8.5.ebuild,v 1.8 2006/10/08 22:22:59 nyhm Exp $
-
-inherit toolchain-funcs qt3 games
-
-DESCRIPTION="highly addictive and remotely related to tetris"
-HOMEPAGE="http://www.karimmi.de/cuyo/"
-SRC_URI="http://savannah.nongnu.org/download/cuyo/${P//_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="$(qt_min_version 3.3)"
-
-S=${WORKDIR}/${P/_}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^gamesdir.*=/ s:\$(prefix)/games:$(bindir):' \
- -e 's:-O2:@CXXFLAGS@ -Wno-long-long:' src/Makefile.in \
- || die "sed src/Makefile.in failed"
-}
-
-src_compile() {
- egamesconf \
- --with-qtdir="${QTDIR}" \
- --with-x \
- || die
- emake CXX=$(tc-getCXX) || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO ChangeLog
- prepgamesdirs
-}
diff --git a/games-puzzle/pingus/files/pingus-0.7.1-paths.patch b/games-puzzle/pingus/files/pingus-0.7.1-paths.patch
deleted file mode 100644
index 6adf00beaee8..000000000000
--- a/games-puzzle/pingus/files/pingus-0.7.1-paths.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- install.sh
-+++ install.sh
-@@ -14,8 +14,8 @@
- exit 1
- fi
-
-- BINDIR="$1/bin/"
-- DATADIR="$1/share/pingus/"
-+ BINDIR="${1}GENTOO_BINDIR"
-+ DATADIR="${1}GENTOO_DATADIR"
-
- echo "Installing Pingus in: $1"
-
---- SConstruct
-+++ SConstruct
-@@ -406,7 +406,6 @@
-
- config_h = open('config.h', 'w')
- config_h.write('#define VERSION "0.7.1"\n')
-- config_h.write('#define ENABLE_BINRELOC 1\n')
- config_h.write('#define ICONV_CONST\n') # FIXME: make a check for this
- for (v,k) in config_h_defines:
- config_h.write('#define %s %s\n' % (v, k))
---- src/pingus_main.cpp
-+++ src/pingus_main.cpp
-@@ -583,7 +583,7 @@
- path_manager.add_path("data"); // assume game is run from source dir, without any magic
- free(exe_path);
- #else
-- path_manager.add_path("data"); // assume game is run from source dir
-+ path_manager.add_path("GENTOO_DATADIR/data");
- #endif
-
- if (!path_manager.find_path("data/core.res"))
diff --git a/games-puzzle/pingus/pingus-0.7.1.ebuild b/games-puzzle/pingus/pingus-0.7.1.ebuild
deleted file mode 100644
index 9af031b95bd7..000000000000
--- a/games-puzzle/pingus/pingus-0.7.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.1.ebuild,v 1.3 2007/09/27 15:29:38 angelos Exp $
-
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="free Lemmings clone"
-HOMEPAGE="http://pingus.seul.org/"
-SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/libpng
- dev-libs/boost"
-DEPEND="${RDEPEND}
- >=dev-util/scons-0.97"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-paths.patch
- sed -i \
- -e "s:GENTOO_BINDIR:${GAMES_BINDIR}:" \
- -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
- install.sh src/pingus_main.cpp \
- || die "sed failed"
-}
-
-src_compile() {
- scons configure \
- CXX="$(tc-getCXX)" \
- CCFLAGS="${CXXFLAGS}" \
- LINKFLAGS="${LDFLAGS}" \
- || die "scons configure failed"
- scons || die "scons failed"
-}
-
-src_install() {
- ./install.sh "${D}" || die "install.sh failed"
- newicon data/images/pingus/player0/boarder.png ${PN}.png
- make_desktop_entry ${PN} Pingus
- dodoc AUTHORS NEWS README TODO
- prepgamesdirs
-}
diff --git a/games-puzzle/xbomb/files/xbomb-2.1.diff b/games-puzzle/xbomb/files/xbomb-2.1.diff
deleted file mode 100644
index 945ac700be86..000000000000
--- a/games-puzzle/xbomb/files/xbomb-2.1.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -c xbomb-2.1/Makefile xbomb-2.1.new/Makefile
-*** xbomb-2.1/Makefile 1996-01-20 16:02:46.000000000 -0500
---- xbomb-2.1.new/Makefile 2002-11-13 10:31:30.000000000 -0500
-***************
-*** 27,34 ****
-
- OBJ=xbomb.o xwindow.o hiscore.o
-
-- INSTDIR=/usr/local
--
- ########
-
- xbomb : $(OBJ)
---- 27,32 ----
-***************
-*** 52,60 ****
-
- install :
- strip xbomb
-! install -d $(INSTDIR)/bin
-! install -d $(INSTDIR)/man/man6
-! install -d $(INSTDIR)/lib/app-defaults
-! install -m 755 xbomb $(INSTDIR)/bin
-! install -m 644 xbomb.6 $(INSTDIR)/man/man6
-! install -m 644 xbomb.ad $(INSTDIR)/lib/app-defaults/XBomb
---- 50,58 ----
-
- install :
- strip xbomb
-! install -d $(DESTDIR)/usr/bin
-! install -d $(DESTDIR)/usr/share/man/man6
-! install -d $(DESTDIR)/etc/X11/app-defaults
-! install -m 755 xbomb $(DESTDIR)/usr/bin
-! install -m 644 xbomb.6 $(DESTDIR)/usr/share/man/man6
-! install -m 644 xbomb.ad $(DESTDIR)/etc/X11/app-defaults/XBomb
diff --git a/games-puzzle/xbomb/xbomb-2.1-r1.ebuild b/games-puzzle/xbomb/xbomb-2.1-r1.ebuild
deleted file mode 100644
index 1c4396fb78c0..000000000000
--- a/games-puzzle/xbomb/xbomb-2.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xbomb/xbomb-2.1-r1.ebuild,v 1.15 2006/12/06 17:21:51 wolf31o2 Exp $
-
-inherit eutils games
-
-DESCRIPTION="Minesweeper clone with hexagonal, rectangular and triangular grid"
-HOMEPAGE="http://www.gedanken.demon.co.uk/xbomb/"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/games/strategy/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="x11-libs/libXaw"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}.diff
- sed -i \
- -e '/strip/d' \
- -e "/^CFLAGS/ { s:=.*:=${CFLAGS}: }" \
- -e "s:/usr/bin:${GAMES_BINDIR}:" \
- "${S}"/Makefile \
- || die "sed Makefile failed"
- sed -i \
- -e "s:/var/tmp:${GAMES_STATEDIR}/${PN}:g" \
- "${S}"/hiscore.c \
- || die "sed hiscore.c failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README LSM
- dodir "${GAMES_STATEDIR}"/${PN}
- touch "${D}/${GAMES_STATEDIR}"/${PN}/${PN}{3,4,6}.hi || die "touch failed"
- fperms 660 "${GAMES_STATEDIR}"/${PN}/${PN}{3,4,6}.hi || die "fperms failed"
- prepgamesdirs
-}