diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-27 19:03:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-27 19:03:29 +0000 |
commit | baee4bd1debd35b138c4b4dfc5dc0c4ac610d066 (patch) | |
tree | 08e56878bc64d9e1ee6940e74d94075d04ea3288 /games-action/xblast | |
parent | taking out python gtk check to avoid problems for people building with X (#31... (diff) | |
download | gentoo-2-baee4bd1debd35b138c4b4dfc5dc0c4ac610d066.tar.gz gentoo-2-baee4bd1debd35b138c4b4dfc5dc0c4ac610d066.tar.bz2 gentoo-2-baee4bd1debd35b138c4b4dfc5dc0c4ac610d066.zip |
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-action/xblast')
-rw-r--r-- | games-action/xblast/files/digest-xblast-2.9.22 | 1 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.9.22.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
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 -} |