diff options
author | 2005-02-02 07:30:51 +0000 | |
---|---|---|
committer | 2005-02-02 07:30:51 +0000 | |
commit | 14bd4a01b0e0acad3e6313f3b697e8020862c273 (patch) | |
tree | 4c0ed1f601216b4ca43d16d32eea83980d7eaa26 /games-action/xblast | |
parent | Switch from using MULTILIB_ABIS directly to using multilib.eclass functions. ... (diff) | |
download | gentoo-2-14bd4a01b0e0acad3e6313f3b697e8020862c273.tar.gz gentoo-2-14bd4a01b0e0acad3e6313f3b697e8020862c273.tar.bz2 gentoo-2-14bd4a01b0e0acad3e6313f3b697e8020862c273.zip |
version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action/xblast')
-rw-r--r-- | games-action/xblast/ChangeLog | 10 | ||||
-rw-r--r-- | games-action/xblast/Manifest | 4 | ||||
-rw-r--r-- | games-action/xblast/files/2.10.0-makefile.patch | 60 | ||||
-rw-r--r-- | games-action/xblast/files/digest-xblast-2.10.0 | 1 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.0.ebuild | 39 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.9.22.ebuild | 4 |
6 files changed, 113 insertions, 5 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index c323d77e4fc2..9ec656fcc681 100644 --- a/games-action/xblast/ChangeLog +++ b/games-action/xblast/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-action/xblast -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.4 2004/12/20 21:33:55 josejx Exp $ +# 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 $ + +*xblast-2.10.0 (02 Feb 2005) + + 02 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> + +files/2.10.0-makefile.patch, +xblast-2.10.0.ebuild: + version bump 21 Dec 2004; Joseph Jezak <josejx@gentoo.org> xblast-2.9.22.ebuild: Marked ppc stable. diff --git a/games-action/xblast/Manifest b/games-action/xblast/Manifest index 9b453929b6ce..16f817777a41 100644 --- a/games-action/xblast/Manifest +++ b/games-action/xblast/Manifest @@ -1,4 +1,6 @@ +MD5 d6de8bb640ed3cd7144cae2c2e1b2786 xblast-2.10.0.ebuild 1030 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 aa51f9c24617beb63cf5d0344fcc7b48 ChangeLog 724 MD5 e851dc0d2ebfee83e0e7eb25539b7420 xblast-2.9.22.ebuild 945 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 1653fa4c893840b332f23aae69809ce8 files/digest-xblast-2.9.22 66 +MD5 35fd4678be628eab8eb22b97e89af153 files/digest-xblast-2.10.0 83 diff --git a/games-action/xblast/files/2.10.0-makefile.patch b/games-action/xblast/files/2.10.0-makefile.patch new file mode 100644 index 000000000000..ac2fc1735682 --- /dev/null +++ b/games-action/xblast/files/2.10.0-makefile.patch @@ -0,0 +1,60 @@ +--- Makefile.in.orig 2005-02-02 01:41:14.000000000 -0500 ++++ Makefile.in 2005-02-02 01:41:56.000000000 -0500 +@@ -782,19 +782,19 @@ + install-data-local: + @$(NORMAL_INSTALL) + if test -d $(srcdir)/image; then \ +- $(mkinstalldirs) $(game_datadir); \ +- $(mkinstalldirs) $(game_datadir)/image; \ +- cp -r $(srcdir)/image/* $(game_datadir)/image;\ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir); \ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)/image; \ ++ cp -r $(srcdir)/image/* $(DESTDIR)$(game_datadir)/image;\ + fi; \ + if test -d $(srcdir)/level; then \ +- $(mkinstalldirs) $(game_datadir)/ ; \ +- $(mkinstalldirs) $(game_datadir)//level; \ +- cp -r $(srcdir)/level/* $(game_datadir)//level;\ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)/ ; \ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)//level; \ ++ cp -r $(srcdir)/level/* $(DESTDIR)$(game_datadir)//level;\ + fi; \ + if test -d $(srcdir)/sounds; then \ +- $(mkinstalldirs) $(game_datadir)/ ; \ +- $(mkinstalldirs) $(game_datadir)//sounds; \ +- cp -r $(srcdir)/sounds/* $(game_datadir)//sounds;\ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)/ ; \ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)//sounds; \ ++ cp -r $(srcdir)/sounds/* $(DESTDIR)$(game_datadir)//sounds;\ + fi; + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. +--- Makefile.am.orig 2005-02-02 01:47:12.000000000 -0500 ++++ Makefile.am 2005-02-02 01:48:57.000000000 -0500 +@@ -67,17 +67,17 @@ + install-data-local: + @$(NORMAL_INSTALL) + if test -d $(srcdir)/image; then \ +- $(mkinstalldirs) $(game_datadir); \ +- $(mkinstalldirs) $(game_datadir)/image; \ +- cp -r $(srcdir)/image/* $(game_datadir)/image;\ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir); \ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)/image; \ ++ cp -r $(srcdir)/image/* $(DESTDIR)$(game_datadir)/image;\ + fi; \ + if test -d $(srcdir)/level; then \ +- $(mkinstalldirs) $(game_datadir)/ ; \ +- $(mkinstalldirs) $(game_datadir)//level; \ +- cp -r $(srcdir)/level/* $(game_datadir)//level;\ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)/ ; \ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)//level; \ ++ cp -r $(srcdir)/level/* $(DESTDIR)$(game_datadir)//level;\ + fi; \ + if test -d $(srcdir)/sounds; then \ +- $(mkinstalldirs) $(game_datadir)/ ; \ +- $(mkinstalldirs) $(game_datadir)//sounds; \ +- cp -r $(srcdir)/sounds/* $(game_datadir)//sounds;\ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)/ ; \ ++ $(mkinstalldirs) $(DESTDIR)$(game_datadir)//sounds; \ ++ cp -r $(srcdir)/sounds/* $(DESTDIR)$(game_datadir)//sounds;\ + fi; diff --git a/games-action/xblast/files/digest-xblast-2.10.0 b/games-action/xblast/files/digest-xblast-2.10.0 new file mode 100644 index 000000000000..a2406c14edfa --- /dev/null +++ b/games-action/xblast/files/digest-xblast-2.10.0 @@ -0,0 +1 @@ +MD5 3377d3532f872b44ef82b0a7f9578d5b xblast-complete-sounds-2.10.0.tar.gz 10377957 diff --git a/games-action/xblast/xblast-2.10.0.ebuild b/games-action/xblast/xblast-2.10.0.ebuild new file mode 100644 index 000000000000..780ff985cc7b --- /dev/null +++ b/games-action/xblast/xblast-2.10.0.ebuild @@ -0,0 +1,39 @@ +# 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.0.ebuild,v 1.1 2005/02/02 07:30:51 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Bomberman clone w/network support for up to 6 players" +HOMEPAGE="http://xblast.sourceforge.net/" +SRC_URI="mirror://sourceforge/xblast/${PN}-complete-sounds-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc x86" +IUSE="" + +DEPEND="virtual/x11 + media-libs/libpng" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PV}-makefile.patch" +} + +src_compile() { + export MY_DATADIR="${GAMES_DATADIR}/${PN}" + egamesconf \ + --enable-sound \ + --with-otherdatadir="${MY_DATADIR}" \ + || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README + find "${D}" -name Imakefile -exec rm \{\} \; + prepgamesdirs +} diff --git a/games-action/xblast/xblast-2.9.22.ebuild b/games-action/xblast/xblast-2.9.22.ebuild index 2fbca18c12af..fd60bc53fdc1 100644 --- a/games-action/xblast/xblast-2.9.22.ebuild +++ b/games-action/xblast/xblast-2.9.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.4 2004/12/20 21:33:55 josejx Exp $ +# $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 |