Bug 32680 - new version of boson out (0.9)
|
Bug#:
32680
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: gnarlin@utopia.is
|
|
Component: Games
|
|
|
URL:
|
|
Summary: new version of boson out (0.9)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-11-03 19:13 0000
|
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.
(From update of attachment 20218 [details])
># 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
>}