summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-27 19:03:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-27 19:03:29 +0000
commitea9a5f24d3d74ab6ec64008409a15f21a69bb33b (patch)
treed11b3660088d92cd9e5c868c2991505bf30a1cb8 /games-action
parenttaking out python gtk check to avoid problems for people building with X (#31... (diff)
downloadhistorical-ea9a5f24d3d74ab6ec64008409a15f21a69bb33b.tar.gz
historical-ea9a5f24d3d74ab6ec64008409a15f21a69bb33b.tar.bz2
historical-ea9a5f24d3d74ab6ec64008409a15f21a69bb33b.zip
old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-action')
-rw-r--r--games-action/xblast/Manifest6
-rw-r--r--games-action/xblast/files/digest-xblast-2.9.221
-rw-r--r--games-action/xblast/xblast-2.9.22.ebuild35
3 files changed, 2 insertions, 40 deletions
diff --git a/games-action/xblast/Manifest b/games-action/xblast/Manifest
index 1da1843d653b..b2d1c87573bb 100644
--- a/games-action/xblast/Manifest
+++ b/games-action/xblast/Manifest
@@ -1,7 +1,5 @@
-MD5 db457744a183697f6f973fa378459982 xblast-2.10.0.ebuild 966
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 db457744a183697f6f973fa378459982 xblast-2.10.0.ebuild 966
MD5 7957210f7e51b682da6d61d5f3fa959b ChangeLog 883
-MD5 c4c69f95c9c6cc0053dd6930f544a9f9 xblast-2.9.22.ebuild 948
-MD5 1653fa4c893840b332f23aae69809ce8 files/digest-xblast-2.9.22 66
-MD5 35fd4678be628eab8eb22b97e89af153 files/digest-xblast-2.10.0 83
MD5 dff9802b5ea122b563a59b39b9a55307 files/2.10.0-makefile.patch 2643
+MD5 35fd4678be628eab8eb22b97e89af153 files/digest-xblast-2.10.0 83
diff --git a/games-action/xblast/files/digest-xblast-2.9.22 b/games-action/xblast/files/digest-xblast-2.9.22
deleted file mode 100644
index 6625a2b8a36a..000000000000
--- a/games-action/xblast/files/digest-xblast-2.9.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 658e91e053e9d7ff78979688325c806a xblast-2.9.22.tar.gz 4969378
diff --git a/games-action/xblast/xblast-2.9.22.ebuild b/games-action/xblast/xblast-2.9.22.ebuild
deleted file mode 100644
index fd60bc53fdc1..000000000000
--- a/games-action/xblast/xblast-2.9.22.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.9.22.ebuild,v 1.5 2005/02/02 07:30:51 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="Bomberman clone w/network support for up to 6 players"
-HOMEPAGE="http://xblast.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xblast/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
-IUSE=""
-
-DEPEND="virtual/x11
- media-libs/libpng"
-
-src_compile() {
- export MY_DATADIR="${GAMES_DATADIR}/${PN}"
- egamesconf \
- --enable-sound \
- --with-otherdatadir="${MY_DATADIR}" \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- egamesinstall game_datadir="${D}${MY_DATADIR}" || die
- dodoc AUTHORS ChangeLog NEWS README
- find "${D}${MY_DATADIR}" \( -name "*akefile*" -o -name "*~" \) \
- -exec rm -f \{\} \;
- find "${D}${MY_DATADIR}" -type f -exec chmod a-x \{\} \;
- prepgamesdirs
-}