summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-08 05:43:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-08 05:43:14 +0000
commit8868aae76778f64defb7a4208a1fe0b4db8ba472 (patch)
treeaec864daecbabeb3344c7883bc00003acc742a7a /games-action
parenttouchups (diff)
downloadhistorical-8868aae76778f64defb7a4208a1fe0b4db8ba472.tar.gz
historical-8868aae76778f64defb7a4208a1fe0b4db8ba472.tar.bz2
historical-8868aae76778f64defb7a4208a1fe0b4db8ba472.zip
old
Diffstat (limited to 'games-action')
-rw-r--r--games-action/bomberclone/bomberclone-0.10.0.ebuild37
-rw-r--r--games-action/bomberclone/bomberclone-0.10.1.ebuild37
-rw-r--r--games-action/bomberclone/files/digest-bomberclone-0.10.01
-rw-r--r--games-action/bomberclone/files/digest-bomberclone-0.10.11
-rw-r--r--games-action/bzflag/bzflag-1.7.7.1.ebuild28
-rw-r--r--games-action/bzflag/files/digest-bzflag-1.7.7.11
6 files changed, 0 insertions, 105 deletions
diff --git a/games-action/bomberclone/bomberclone-0.10.0.ebuild b/games-action/bomberclone/bomberclone-0.10.0.ebuild
deleted file mode 100644
index 1d6038225ab3..000000000000
--- a/games-action/bomberclone/bomberclone-0.10.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.10.0.ebuild,v 1.2 2004/01/07 06:22:58 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="BomberMan clone with network game support"
-HOMEPAGE="http://www.bomberclone.de/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-RDEPEND="virtual/x11
- >=media-libs/libsdl-1.1.0
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_compile() {
- egamesconf || die
- sed -i \
- -e "/PACKAGE_DATA_DIR/ s:/usr/games/share/:${GAMES_DATADIR}/:" \
- config.h || die "sed config.h"
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/${PN}
-
- dodir ${GAMES_DATADIR}/${PN}
- cp -R data/{gfx,maps,player,tileset}/ ${D}/${GAMES_DATADIR}/${PN}
-
- dodoc AUTHORS ChangeLog README TODO
- prepgamesdirs
-}
diff --git a/games-action/bomberclone/bomberclone-0.10.1.ebuild b/games-action/bomberclone/bomberclone-0.10.1.ebuild
deleted file mode 100644
index f192fc1570f6..000000000000
--- a/games-action/bomberclone/bomberclone-0.10.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.10.1.ebuild,v 1.2 2004/01/07 06:22:58 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="BomberMan clone with network game support"
-HOMEPAGE="http://www.bomberclone.de/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-RDEPEND="virtual/x11
- >=media-libs/libsdl-1.1.0
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_compile() {
- egamesconf --datadir=${GAMES_DATADIR_BASE} || die
- sed -i \
- -e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:${GAMES_DATADIR}/:" \
- config.h || die "sed config.h"
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/${PN}
-
- dodir ${GAMES_DATADIR}/${PN}
- cp -R data/{gfx,maps,player,tileset}/ ${D}/${GAMES_DATADIR}/${PN}
-
- dodoc AUTHORS ChangeLog README TODO
- prepgamesdirs
-}
diff --git a/games-action/bomberclone/files/digest-bomberclone-0.10.0 b/games-action/bomberclone/files/digest-bomberclone-0.10.0
deleted file mode 100644
index 2090276b7425..000000000000
--- a/games-action/bomberclone/files/digest-bomberclone-0.10.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f18d70404559356a5b26d144ac4852a3 bomberclone-0.10.0.tar.bz2 5130087
diff --git a/games-action/bomberclone/files/digest-bomberclone-0.10.1 b/games-action/bomberclone/files/digest-bomberclone-0.10.1
deleted file mode 100644
index 79e0b441b240..000000000000
--- a/games-action/bomberclone/files/digest-bomberclone-0.10.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 81efbe4f67a488013fefa44b8c767e90 bomberclone-0.10.1.tar.bz2 6263696
diff --git a/games-action/bzflag/bzflag-1.7.7.1.ebuild b/games-action/bzflag/bzflag-1.7.7.1.ebuild
deleted file mode 100644
index e8a474791b61..000000000000
--- a/games-action/bzflag/bzflag-1.7.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-1.7.7.1.ebuild,v 1.2 2004/01/26 11:05:50 mr_bones_ Exp $
-
-inherit games
-
-MY_P=${PN}-1.7g2
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="OpenGL accelerated 3d tank combat simulator game"
-SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tgz"
-HOMEPAGE="http://www.BZFlag.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-DEPEND="virtual/opengl"
-
-src_compile() {
- egamesconf || die
- emake || die
-}
-
-src_install () {
- make install DESTDIR=${D} || die
- dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING RELNOTES bzflag.lsm
- prepgamesdirs
-}
diff --git a/games-action/bzflag/files/digest-bzflag-1.7.7.1 b/games-action/bzflag/files/digest-bzflag-1.7.7.1
deleted file mode 100644
index 7a2426ebfffe..000000000000
--- a/games-action/bzflag/files/digest-bzflag-1.7.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 792f31d0dc91405be3f83ca7a3850ebe bzflag-1.7g2.tgz 2854901