diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-15 21:42:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-15 21:42:07 +0000 |
commit | 852a20676f73811212969b71f075b02a5a640bc5 (patch) | |
tree | 4e8f47b5c8d1493d911c6380f28be8d1dc224830 /games-strategy | |
parent | Version bump. (diff) | |
download | gentoo-2-852a20676f73811212969b71f075b02a5a640bc5.tar.gz gentoo-2-852a20676f73811212969b71f075b02a5a640bc5.tar.bz2 gentoo-2-852a20676f73811212969b71f075b02a5a640bc5.zip |
Added a new revision of boson 0.11 that only works with the split freealut/openal ebuilds. This is for bug #133498.
(Portage version: 2.1)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/boson/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.11-r1.ebuild | 32 | ||||
-rw-r--r-- | games-strategy/boson/files/digest-boson-0.11-r1 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 104015bdf090..a8a398bdcd9e 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/boson # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.22 2006/06/14 22:02:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.23 2006/06/15 21:42:07 wolf31o2 Exp $ + +*boson-0.11-r1 (15 Jun 2006) + + 15 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> +boson-0.11-r1.ebuild: + Added a new revision of boson 0.11 that only works with the split + freealut/openal ebuilds. This is for bug #133498. 14 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> boson-0.12.ebuild: Fixing bug #136815 by adding back specific version of cmake. diff --git a/games-strategy/boson/boson-0.11-r1.ebuild b/games-strategy/boson/boson-0.11-r1.ebuild new file mode 100644 index 000000000000..6a414affb3f1 --- /dev/null +++ b/games-strategy/boson/boson-0.11-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.11-r1.ebuild,v 1.1 2006/06/15 21:42:07 wolf31o2 Exp $ + +inherit kde + +DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)" +HOMEPAGE="http://boson.sourceforge.net/" +SRC_URI="mirror://sourceforge/boson/boson-all-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="ppc -sparc x86" +IUSE="opengl" + +DEPEND="media-libs/lib3ds + ~media-libs/openal-0.0.8 + media-libs/freealut + opengl? ( virtual/opengl )" +need-kde 3 + +S=${WORKDIR}/${PN}-all-${PV} + +PATCHES="${FILESDIR}/${P}"-gcc41.patch +PATCHES1="${FILESDIR}/${P}-install.patch ${FILESDIR}/${P}-openal.patch" + +src_compile() { + myconf="$(use_with opengl gl)" + MAKEOPTS="${MAKEOPTS} -j1" + + kde_src_compile +} diff --git a/games-strategy/boson/files/digest-boson-0.11-r1 b/games-strategy/boson/files/digest-boson-0.11-r1 new file mode 100644 index 000000000000..a6e9b99449b9 --- /dev/null +++ b/games-strategy/boson/files/digest-boson-0.11-r1 @@ -0,0 +1,3 @@ +MD5 1fc50d67fd5e6b8f52116155f7c2531d boson-all-0.11.tar.bz2 34512377 +RMD160 4b5e857287778bf62187083d2ba3c545844dda0f boson-all-0.11.tar.bz2 34512377 +SHA256 e8c0ac944bb1fd3cb74b1a66f47e73c3ca26ccb91a5f055256aa6d9e9d9d88ae boson-all-0.11.tar.bz2 34512377 |