ChangeLog

# ChangeLog for games-rpg/freedroidrpg
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/ChangeLog,v 1.14 2007/09/09 04:16:46 mr_bones_ Exp $

*freedroidrpg-0.10.3 (09 Sep 2007)

09 Sep 2007; Michael Sterrett
+freedroidrpg-0.10.3.ebuild:
version bump

*freedroidrpg-0.10.2 (07 Jul 2007)

07 Jul 2007; Michael Sterrett
+freedroidrpg-0.10.2.ebuild:
version bump

*freedroidrpg-0.10.1 (26 Feb 2007)

26 Feb 2007; Michael Sterrett
+freedroidrpg-0.10.1.ebuild:
version bump

*freedroidrpg-0.10.0 (06 Feb 2007)

06 Feb 2007; Michael Sterrett
freedroidrpg-0.9.13.ebuild, +freedroidrpg-0.10.0.ebuild:
version bump

06 Dec 2006; Chris Gianelloni
freedroidrpg-0.9.13.ebuild:
Remove old virtual/x11 dependency.

03 Mar 2006; Michael Sterrett
freedroidrpg-0.9.13.ebuild:
modular X deps - patch from UncleOwen via bug #122475

17 Sep 2005; Michael Hanselmann
freedroidrpg-0.9.13.ebuild:
Stable on ppc.

*freedroidrpg-0.9.13 (15 Sep 2005)

15 Sep 2005; Mike Frysinger
+freedroidrpg-0.9.13.ebuild:
Version bump #105994 by egolf.

10 May 2004; Michael Sterrett
freedroidrpg-0.9.6.ebuild, freedroidrpg-0.9.9.ebuild:
Old

*freedroidrpg-0.9.12 (09 Apr 2004)

09 Apr 2004; Mike Frysinger :
Version bump #46979 by gentoo@leezpc.freeserve.co.uk.

*freedroidrpg-0.9.9 (27 Oct 2003)

27 Oct 2003; Mike Frysinger :
Version bump #32058.

*freedroidrpg-0.9.6 (03 Aug 2003)

03 Aug 2003; Mike Frysinger :
Version bump #25003.

*freedroidrpg-0.9.5_p1 (11 Jul 2003)

11 Jul 2003; Mike Frysinger :
Initial import. Ebuild submitted by Stephan Weber #20059.

Manifest

DIST freedroidrpg-0.10.3.tar.bz2 78712629 RMD160 07001d74cd6f7faebbccde1ea315efc7a588e747 SHA1 c36588023f85d39c02b625de908595e122d55dfa SHA256 7da505099400894de9d465883b64937392d0f9082d4bf334cf58a574196c8b03
DIST freedroidrpg-0.9.13.tar.bz2 72328907 RMD160 021830979235c417468ca38fdf4242a934603375 SHA1 7ee1fdf9c519e8fbf78da685b59e9491feed6ea0 SHA256 ab57161d2f65677758a25d48b855cfc662413bc46de7ea01a011aae0fbb1f582
EBUILD freedroidrpg-0.10.3.ebuild 1244 RMD160 c383e76718ce17432dd3bafa1775f97258c3c365 SHA1 354412bce64d8476ad524a0c86c0f2e174f5026d SHA256 61264034191ac0ef01a4bb3268f3ed304cc505701fea84c3cb43969569b5e524
EBUILD freedroidrpg-0.9.13.ebuild 925 RMD160 9721bfae29c698d9eba871d0a9ee082e481188ba SHA1 2ed01b1b3ad22c9cfccf313509a247d83c53bf74 SHA256 69b9a92493983e4d273c3ad511e725ac69b16a5bda33aa2e99c5e8894bda0f76
MISC ChangeLog 1977 RMD160 01680e4c1ecf314ab63330a953f62226fa470596 SHA1 d68bd8c4c542879e8ca31448c966f76fc1fe2984 SHA256 cdfdf7211c6ee8dad2cc9df2549e421d3e1d04413dbccff0fb06aa125c504d9b
MISC metadata.xml 2102 RMD160 b4460164b2f9e4bc4cc206fcb7a688afa6f127b7 SHA1 aaa79dbac1d09bda7e33de3cdaaf749ce2c1f0ad SHA256 d06c8ed4ae0f0763859351dfebfad1b41e3d054261fa555ba26e67be0f7b60f1

freedroidrpg-0.10.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.10.3.ebuild,v 1.1 2007/09/09 04:16:46 mr_bones_ Exp $

inherit eutils games

DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
HOMEPAGE="http://freedroid.sourceforge.net/"
SRC_URI="mirror://sourceforge/freedroid/${P}.tar.bz2"

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

RDEPEND=">=media-libs/libsdl-1.2.3
media-libs/jpeg
sys-libs/zlib
media-libs/libpng
media-libs/sdl-image
media-libs/sdl-net
media-libs/sdl-mixer
media-libs/libogg
media-libs/libvorbis
x11-libs/libX11
opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
x11-libs/libXt"

src_unpack() {
unpack ${A}
cd "${S}"
find sound graphics -type f -print0 | xargs -0 chmod a-x
}

src_compile() {
egamesconf \
--disable-editors \
$(use_enable opengl) \
|| die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
rm -f "${D}/${GAMES_BINDIR}/"{croppy,pngtoico}
doicon graphics/paraicon.bmp
make_desktop_entry freedroidRPG "Freedroid RPG" /usr/share/pixmaps/paraicon.bmp
prepgamesdirs
}

freedroidrpg-0.9.13.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild,v 1.5 2007/02/06 17:57:47 mr_bones_ Exp $

inherit games

DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
HOMEPAGE="http://freedroid.sourceforge.net/"
SRC_URI="mirror://sourceforge/freedroid/${P}.tar.bz2"

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

RDEPEND=">=media-libs/libsdl-1.1.5
media-libs/jpeg
sys-libs/zlib
media-libs/libpng
media-libs/sdl-image
media-libs/sdl-net
media-libs/sdl-mixer
x11-libs/libX11"
DEPEND="${RDEPEND}
x11-libs/libXt"

src_unpack() {
unpack ${A}
cd "${S}"
find sound graphics -type f -print0 | xargs -0 chmod a-x
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
prepgamesdirs
}

metadata.xml




games

Hello, and welcome to the Freedroid page.

THE CLASSICAL FREEDROID: Freedroid is a clone of the classic game
"Paradroid" on Commodore 64 with some improvements and extensions to
the classic version.

In this game, you control a robot, depicted by a small white ball with
a few numbers within an interstellar spaceship consisting of several
decks connected by elevators.

The aim of the game is to destroy all enemy robots, depicted by small
black balls with a few numbers, by either shooting them or seizing
control over them by creating connections in a short subgame of
electric circuits.

Development of this game is now complete. The final version came out
in august 2003 and runs on Linux, Mac OSX, Sharp Zaurus and even that
strange Windows wannabe of an operating system. Thanks to all who
helped.
Minor fixes and maintainance will of course still continue though...

FREEDROID RPG: The Freedroid RPG is an extension/modification of the
classical freedroid engine into an RPG. The main differences to the
classical version are as follows:
* The Tux is the main character of the rpg. He is not displayed as a
ball like in Freedroid but rather as an animated character, while
other droids and humans in the game are still represented as the balls
with some number or code in them.
* Dialogs and chatting with friendly droids and humans:
Multiple-choice menus and voice samples (with subtitles for those
without sound).
* Melee weapons, armour and other items to be equipped have been
added.
* An automap feature was added.
* Saving and loading of games.
* A shop to trade things.
* Controls are different: Mouse can be used to do everything.
Joystick is not supported for moving around any more.
* The archive size (including sound samples) is about 10 times as big
as for the classical version. I'd like to appologize to all 56K modem
owners at this point.