Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 172298
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tomas Kovacik <nail@ynet.sk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
boswars-2.3.ebuild boswars-2.3.ebuild text/plain Paul Bredbury 2007-03-26 14:39 0000 1.26 KB Details
boswars-2.3.ebuild boswars-2.3.ebuild text/plain Paul Bredbury 2007-03-27 13:37 0000 1.41 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 172298 depends on: Show dependency tree
Bug 172298 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: 2007-03-26 12:54 0000
New ebuild for game boswars (http://www.boswars.org/) - renamed project 
Invasion - Battle of Survival (game-strategy/bos).
No need of "external" RTS engine STRATAGUS since 2.3 (To speed up development,
the Stratagus engine has been merged into the BOS project.)

Reproducible: Always

------- Comment #1 From Tomas Kovacik 2007-03-26 12:55:19 0000 -------
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: games-strategy/boswars/boswars-2.3.ebuild,v 1.0 2007/02/03 14:39:00
nail Exp $

inherit eutils versionator games

DESCRIPTION="Bos Wars is a futuristic real-time strategy game"
HOMEPAGE="http://www.boswars.org/"
SRC_URI="http://www.boswars.org/releases/${P}-src.tar.gz
    mirror://gentoo/bos.png"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="dev-util/scons"

src_unpack() {
    unpack ${A/bos.png}
}

src_compile() {
    cd ${S}-src/
    scons
}

src_install() {
    local dir="${GAMES_DATADIR}/${PN}"
    dodir "${dir}"
    cd ${S}-src/
    for fordir in campaigns graphics languages maps scripts sounds units video;
do
        cp -r ${fordir} ${D}/${dir}/${fordir};
    done
    #cp -r campaigns ${D}/${dir}/campaigns
    #cp -r graphics ${D}/${dir}/graphics
    #cp -r languages ${D}/${dir}/languages
    #cp -r maps ${D}/${dir}/maps
    #cp -r scripts ${D}/${dir}/scripts
    #cp -r sounds ${D}/${dir}/sounds
    #cp -r units ${D}/${dir}/units
    #cp -r video ${D}/${dir}/video
    cp boswars ${D}/${dir}
    games_make_wrapper boswars "/usr/share/games/boswars/boswars -d
\"${dir}/\"" "${GAMES_BINDIR}"
    prepgamesdirs
    dodoc CHANGELOG README.txt LICENSE.txt COPYRIGHT.txt doc/*
    docinto scripts
    dodoc doc/scripts/*.html
    doicon "${DISTDIR}"/bos.png
    make_desktop_entry ${PN} ""
}

------- Comment #2 From Tomas Kovacik 2007-03-26 12:57:42 0000 -------
sorry wrong version :o)

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: games-strategy/boswars/boswars-2.3.ebuild,v 1.0 2007/02/03 14:39:00
nail Exp $

inherit eutils versionator games

DESCRIPTION="Bos Wars is a futuristic real-time strategy game"
HOMEPAGE="http://www.boswars.org/"
SRC_URI="http://www.boswars.org/releases/${P}-src.tar.gz
    mirror://gentoo/bos.png"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="dev-util/scons"

src_unpack() {
    unpack ${A/bos.png}
}

src_compile() {
    cd ${S}-src/
    scons
}

src_install() {
    local dir="${GAMES_DATADIR}/${PN}"
    dodir "${dir}"
    cd ${S}-src/
    for fordir in campaigns graphics languages maps scripts sounds units video;
do
        cp -r ${fordir} ${D}/${dir}/${fordir};
    done
    cp boswars ${D}/${dir}
    games_make_wrapper boswars "/usr/share/games/boswars/boswars -d
\"${dir}/\"" "${GAMES_BINDIR}"
    prepgamesdirs
    dodoc CHANGELOG README.txt LICENSE.txt COPYRIGHT.txt doc/*
    docinto scripts
    dodoc doc/scripts/*.html
    doicon "${DISTDIR}"/bos.png
    make_desktop_entry ${PN} ""
}

------- Comment #3 From Tomas Kovacik 2007-03-26 13:48:45 0000 -------
ouu sorry, no full list of RDEPEND/DEPEND pakages, I just fix it, bud must test
it, stay tuned :o)

PS: sorry for spam :o)

------- Comment #4 From Paul Bredbury 2007-03-26 14:39:49 0000 -------
Created an attachment (id=114491) [details]
boswars-2.3.ebuild

Tidied ebuild.

------- Comment #5 From Paul Bredbury 2007-03-27 13:37:40 0000 -------
Created an attachment (id=114617) [details]
boswars-2.3.ebuild

Allows recognition of dev-lang/lua-5.1.1-r2

------- Comment #6 From Paul Bredbury 2007-03-27 13:49:39 0000 -------
This game used to be games-strategy/bos. From http://www.boswars.org/

"Invasion - Battle of Survival has been renamed to Bos Wars.
To speed up development, the Stratagus engine has been merged into the BOS
project.
This version also supports Lua 5.1."

------- Comment #7 From Tomas Kovacik 2007-03-27 14:53:33 0000 -------
renamed game -> renamed ebuild, it's make sense to me, isn't?

------- Comment #8 From Tupone Alfredo 2007-08-04 22:57:09 0000 -------
Now in portage

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug