First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 32680
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Freyr Gunnar Ólafsson <gnarlin@utopia.is>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
boson-0.9.ebuild updated ebuild for new boson 0.9 text/plain Freyr Gunnar Ólafsson 2003-11-03 19:15 0000 1.02 KB Details
boson-0.9.ebuild minor tweak to get boson 0.9 emerged text/plain Freyr Gunnar Ólafsson 2003-11-03 19:19 0000 1.02 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 32680 depends on: Show dependency tree
Bug 32680 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   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.

------- Comment #1 From Freyr Gunnar Ólafsson 2003-11-03 19:15:31 0000 -------
Created an attachment (id=20218) [edit]
updated ebuild for new boson 0.9

A minor tweak to get boson 0.9 emerged :-)

------- Comment #2 From Freyr Gunnar Ólafsson 2003-11-03 19:16:30 0000 -------
(From update of attachment 20218 [edit])
># 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 From Freyr Gunnar Ólafsson 2003-11-03 19:19:16 0000 -------
Created an attachment (id=20220) [edit]
minor tweak to get boson 0.9 emerged

------- Comment #4 From SpanKY 2003-11-04 01:04:58 0000 -------
now in cvs, thanks :)

First Last Prev Next    No search results available      Search page      Enter new bug