diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-28 17:53:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-28 17:53:20 +0000 |
commit | 4d40f367bd8b307732e83de7273703eaf9871d51 (patch) | |
tree | c1c7d3ad1da55c885c903718df935ac1a857dac5 /games-action | |
parent | err fix digest. (diff) | |
download | historical-4d40f367bd8b307732e83de7273703eaf9871d51.tar.gz historical-4d40f367bd8b307732e83de7273703eaf9871d51.tar.bz2 historical-4d40f367bd8b307732e83de7273703eaf9871d51.zip |
version bump - ebuild submitted by David Ranvig via bug #90409
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xblast/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/xblast/Manifest | 4 | ||||
-rw-r--r-- | games-action/xblast/files/digest-xblast-2.10.2 | 6 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.2.ebuild | 68 |
4 files changed, 84 insertions, 2 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index 9ec656fcc681..d6f4ffc099d0 100644 --- a/games-action/xblast/ChangeLog +++ b/games-action/xblast/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-action/xblast # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.5 2005/02/02 07:30:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.6 2005/04/28 17:53:20 mr_bones_ Exp $ + +*xblast-2.10.2 (28 Apr 2005) + + 28 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> + +xblast-2.10.2.ebuild: + version bump - ebuild submitted by David Ranvig via bug #90409 *xblast-2.10.0 (02 Feb 2005) diff --git a/games-action/xblast/Manifest b/games-action/xblast/Manifest index b2d1c87573bb..bcd339a5b782 100644 --- a/games-action/xblast/Manifest +++ b/games-action/xblast/Manifest @@ -1,5 +1,7 @@ +MD5 f75d2a56d2e94c530100550da55fcc9a xblast-2.10.2.ebuild 1799 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 db457744a183697f6f973fa378459982 xblast-2.10.0.ebuild 966 -MD5 7957210f7e51b682da6d61d5f3fa959b ChangeLog 883 +MD5 c2cfc5d76bcd28358834bbc92fd5eb93 ChangeLog 1059 +MD5 5607f339ca03244bb9f8e6e7ecbc4197 files/digest-xblast-2.10.2 402 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.10.2 b/games-action/xblast/files/digest-xblast-2.10.2 new file mode 100644 index 000000000000..78f850b38c7d --- /dev/null +++ b/games-action/xblast/files/digest-xblast-2.10.2 @@ -0,0 +1,6 @@ +MD5 140507f126c8576137fa5cbfbea7cba9 xblast-2.10.2.tar.gz 590442 +MD5 f92d0965c759695e6a18310f885c6f40 images-2005-01-06.tar.gz 860830 +MD5 ea6277af0e97ad7eaea09370f4fe55ba levels-2005-01-06.tar.gz 283353 +MD5 887e84c9e7844823e3c8b59e63e8859b models-2005-01-06.tar.gz 1738564 +MD5 e721a2e448f81ca83d9a0a772251f611 musics-2005-01-06.tar.gz 5317575 +MD5 809c27f1002ad4d7aa836e083f52a199 sounds.tar.gz 1612625 diff --git a/games-action/xblast/xblast-2.10.2.ebuild b/games-action/xblast/xblast-2.10.2.ebuild new file mode 100644 index 000000000000..7b1760b25985 --- /dev/null +++ b/games-action/xblast/xblast-2.10.2.ebuild @@ -0,0 +1,68 @@ +# 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.10.2.ebuild,v 1.1 2005/04/28 17:53:20 mr_bones_ Exp $ + +inherit games + +# Change these as releases changes +IMAGES="images-2005-01-06" +LEVELS="levels-2005-01-06" +MODELS="models-2005-01-06" +MUSICS="musics-2005-01-06" +SOUNDS="sounds" + +DESCRIPTION="Bomberman clone w/network support for up to 6 players" +HOMEPAGE="http://xblast.sourceforge.net/" +SRC_URI="mirror://sourceforge/xblast/${P}.tar.gz + mirror://sourceforge/xblast/${IMAGES}.tar.gz + mirror://sourceforge/xblast/${LEVELS}.tar.gz + mirror://sourceforge/xblast/${MODELS}.tar.gz + mirror://sourceforge/xblast/${MUSICS}.tar.gz + mirror://sourceforge/xblast/${SOUNDS}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc x86" +IUSE="" + +DEPEND="virtual/x11 + media-libs/libpng" + +src_compile() { + export MY_DATADIR="${GAMES_DATADIR}/${PN}" + egamesconf \ + --with-otherdatadir="${MY_DATADIR}" \ + --enable-sound \ + || die + emake || die "emake failed" +} + +src_install() { + local IMAGE_INSTALL_DIR="${GAMES_DATADIR}/${PN}/image" + + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README + + # Images + dodir "${IMAGE_INSTALL_DIR}" + cp -a "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ + || die "cp failed" + + # Levels + insinto "${GAMES_DATADIR}/xblast/level" + doins "${WORKDIR}/${LEVELS}"/* || die "doins failed" + + # Models + insinto "${GAMES_DATADIR}/xblast/image/sprite" + doins "${WORKDIR}/${MODELS}"/* || die "doins failed" + + # Music and sound + insinto "${GAMES_DATADIR}/xblast/sounds" + doins "${WORKDIR}/${MUSICS}"/* "${WORKDIR}/${SOUNDS}"/* \ + || die "doins failed" + + # Cleanup + find "${D}" -name Imakefile -exec rm \{\} \; + + prepgamesdirs +} |