ChangeLog

# ChangeLog for games-puzzle/candycrisis
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/ChangeLog,v 1.4 2008/06/23 07:30:21 opfer Exp $

23 Jun 2008; Christian Faulhammer
candycrisis-1.0-r1.ebuild:
stable x86, bug 228971

*candycrisis-1.0-r1 (14 Feb 2008)

14 Feb 2008; Tristan Heaven
files/candycrisis-1.0-gentoo.patch, -candycrisis-1.0.ebuild,
+candycrisis-1.0-r1.ebuild:
Respect CXXFLAGS; Save prefs to HOME

13 Dec 2007; Tupone Alfredo candycrisis-1.0.ebuild:
Adding dependency. Bug #202054 by Marcel Unbehaun

*candycrisis-1.0 (11 Dec 2007)

11 Dec 2007; Tupone Alfredo
+files/candycrisis-1.0-gentoo.patch, +metadata.xml,
+candycrisis-1.0.ebuild:
New package. Bug #197770 by Marcel Unbehaun

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX candycrisis-1.0-gentoo.patch 2583 RMD160 955fa27a0a314a70268a6e0e49255e3e23073770 SHA1 ec2dbe26a7d0fd660cc1dfbe09214306d79b4f39 SHA256 edfac0bedd63e909bb8daada0d09e82688a0d2cd0590b801201bb4432ec3528d
DIST candycrisis-1.0.zip 5910242 RMD160 180536a9cf262f7f07fc15150639c9b499967fc9 SHA1 41cff7e371219d8dc1fcf2aab2b65a1da2eeb855 SHA256 7044b56afae9ccae28c11dc58cfdce9c92b520f468641083bc461cdb5e14da8a
EBUILD candycrisis-1.0-r1.ebuild 1074 RMD160 5e1e1a2d8ce5db14ff160c2f6d9eee448418bf1f SHA1 c32c48c09fb3c71a02c357fc60eb57107ba6c23c SHA256 e5bbcd099a23d835b05e32bc8ea80733ad7d173cfa8d91ccd4a60aaebd0c71e4
MISC ChangeLog 883 RMD160 f5e425070c4d5fd156f09dd9981bc000a82b4fd5 SHA1 d682bf74fa153f2cec70f6c78689c43ad6be464f SHA256 772bfd062c36e938388010ccc0bc89e033b1313a2eb01227aed37b126ba73459
MISC metadata.xml 761 RMD160 275afc69be6d287ff84ffda90bdff0e91c08ce8b SHA1 80f0d6f8fdbd8549140c890939ce1266ab8c95b0 SHA256 1f5c7fa688552d7cf3360a282684b77731d44cac753395aa02d58a76ca34362e
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhfURIACgkQNQqtfCuFneNq8gCeJApwNEnZ7CmPU74F/iF4s/nM
XS4Anj2niIGWpLsJsrmrDBncYTeTmsq3
=NY/0
-----END PGP SIGNATURE-----

candycrisis-1.0-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/candycrisis/candycrisis-1.0-r1.ebuild,v 1.2 2008/06/23 07:30:21 opfer Exp $

inherit eutils games

DESCRIPTION="An exciting combination of pure action and puzzle gaming"
HOMEPAGE="http://candycrisis.sourceforge.net/"
SRC_URI="mirror://gentoo/${P}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

RDEPEND="=media-libs/fmod-3*
media-libs/libsdl
media-libs/sdl-image"
DEPEND="${RDEPEND}
app-arch/unzip"

S=${WORKDIR}/CandyCrisis/Source

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gentoo.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}/:g" \
main.cpp \
|| die "sed failed"
}

src_install() {
dogamesbin ${PN} || die "dogamesbin failed"
insinto "${GAMES_DATADIR}"/${PN}
doins ../CandyCrisisResources/* || die "doins failed"
newicon ../CandyCrisisResources/PICT_10000.png ${PN}.png
make_desktop_entry ${PN} CandyCrisis
dodoc ../CandyCrisisReadMe.rtf
prepgamesdirs
}

files

metadata.xml




games

Candy Crisis is an exciting combination of pure action and puzzle gaming! The
game features twelve unique stages, complete with its own character and
individual technique. Also, you can pair off against a friend, and even
specify a handicap so that both players are evenly matched. And if you don't
want to play against an opponent, Solitaire Crisis mode allows you to practice
without having to compete against an opponent. A tutorial is included with the
game as well, so even puzzle novices can become Candy Crisis champions in no
time.