Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32680 - new version of boson out (0.9)
Summary: new version of boson out (0.9)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 19:13 UTC by Freyr Gunnar Ólafsson
Modified: 2003-11-04 01:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
updated ebuild for new boson 0.9 (boson-0.9.ebuild,1.02 KB, text/plain)
2003-11-03 19:15 UTC, Freyr Gunnar Ólafsson
Details
minor tweak to get boson 0.9 emerged (boson-0.9.ebuild,1.02 KB, text/plain)
2003-11-03 19:19 UTC, Freyr Gunnar Ólafsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Freyr Gunnar Ólafsson 2003-11-03 19:13:02 UTC
renamed boson-0.8.ebuild to boson-0.9.ebuild, changed the header, changed emake to 
make in src_compile() since it couldn't compile without doing so and created a
new digest. Now boson 0.9 ebuild works.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Freyr Gunnar Ólafsson 2003-11-03 19:15:31 UTC
Created attachment 20218 [details]
updated ebuild for new boson 0.9

A minor tweak to get boson 0.9 emerged :-)
Comment 2 Freyr Gunnar Ólafsson 2003-11-03 19:16:30 UTC
Comment on attachment 20218 [details]
updated ebuild for new boson 0.9

># Copyright 1999-2003 Gentoo Technologies, Inc. and Thomas Capricelli <orzel@kde.org>
># Distributed under the terms of the GNU General Public License v2
># $Header: /home/cvsroot/gentoo-x86/games-strategy/boson/boson-0.9.ebuild,v
1.1 2003/09/10 05:27:31 vapier Exp $
>
>inherit kde
>need-kde 3
>
>DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm)
(needs at least 2 ppl to play)"
>SRC_URI="mirror://sourceforge/boson/boson-all-${PV}.tar.bz2"
>HOMEPAGE="http://boson.eu.org/"
>
>SLOT="0"
>LICENSE="GPL-2"
>KEYWORDS="x86 ppc -sparc"
>IUSE="opengl"
>
>DEPEND="${DEPEND}
>	>=kde-base/kdegames-3.0
>	>=kde-base/kdemultimedia-3.0
>	media-libs/lib3ds
>	opengl? ( virtual/opengl )"
>RDEPEND="${DEPEND}
>	dev-lang/wml"
>
>S=${WORKDIR}/${PN}-all-${PV}
>
>src_compile() {
>	./configure \
>		--disable-debug \
>		--with-xinerama \
>		`use_with opengl gl` \
>		--host=${CHOST} \
>		--prefix=${KDEDIR} \
>		|| die "./configure failed"
>	make || die "make failed"
>}
>
>src_install() {
>	make DESTDIR=${D} install || die
>	dodoc AUTHORS ChangeLog NEWS README TODO
>}
Comment 3 Freyr Gunnar Ólafsson 2003-11-03 19:19:16 UTC
Created attachment 20220 [details]
minor tweak to get boson 0.9 emerged
Comment 4 SpanKY gentoo-dev 2003-11-04 01:04:58 UTC
now in cvs, thanks :)