ChangeLog

# ChangeLog for games-puzzle/xpuyopuyo
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpuyopuyo/ChangeLog,v 1.3 2008/06/26 08:43:21 opfer Exp $

26 Jun 2008; Christian Faulhammer
xpuyopuyo-0.9.8.ebuild:
stable x86, bug 229487

29 Feb 2008; Carsten Lohrke xpuyopuyo-0.9.8.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.

*xpuyopuyo-0.9.8 (04 Mar 2007)

04 Mar 2007; +metadata.xml, +xpuyopuyo-0.9.8.ebuild:
New package. Request with bug #110107 by Fernando V.

Manifest

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

DIST xpuyopuyo-0.9.8.tar.gz 1235619 RMD160 a5512e897d807764c0432de515b75d76b54a21a0 SHA1 07c4a6b87b4a42778af69c2b223cd27b79fe2d41 SHA256 29bcc028e027c3c3d8706a85cb3611ceadfc3119016cde14419eb0364cbe04d4
EBUILD xpuyopuyo-0.9.8.ebuild 816 RMD160 fd271aa168a8471349fc7c0769080b9e02c01b2c SHA1 2890c4aa35006e4095745a9e417b55d33152d6b8 SHA256 520e75a68d2743d6d086e592577b7d218d7fd1af58690b3498076f10b278da31
MISC ChangeLog 638 RMD160 16ad4d366c2163f4f18490d15bc3f3387fd13893 SHA1 5de7bc94977c19c137a47ef40475f5d60f5bfe35 SHA256 7097a2b5aec54be90cb94b36f930b3d790bea5e24dc8996ad5f6430787fd744c
MISC metadata.xml 693 RMD160 3e24feecbe9e0a4c947fe35f4687236e120375c8 SHA1 ee92bfa4dfd23271269ea60a15fcd48622f852d7 SHA256 afcfc65d599cf147ecddca667f1abeb8a4856c43c7fdcab01ef5e4e7b93c0a40
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhjVq4ACgkQNQqtfCuFnePW7ACdGaTNUutq1GldH5xRSYrTUIoq
xrcAoJ8jK9Re49c2zA8pJ00qFUrxqp92
=/+vb
-----END PGP SIGNATURE-----

metadata.xml




games

Xpuyopuyo is a UNIX port of a very big time sink :) . Puyo puyo is a puzzle
game, somewhat like Tetris (but much more involved in strategy), where you
strive to match up four "blobs" of the same color. Each match you make gives
points, and also dumps gray rocks on the opponent which are irritating and
troublesome to get rid of. Multiple matches at a time score more points, and
dump more rocks on the opponent (a quintuple-match will dump around 20 rocks on
the opponent, all at once).

xpuyopuyo-0.9.8.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpuyopuyo/xpuyopuyo-0.9.8.ebuild,v 1.4 2008/06/26 08:43:21 opfer Exp $

inherit eutils games

DESCRIPTION="A Tetris-like game with opponent"
HOMEPAGE="http://chaos2.org/xpuyopuyo/"
SRC_URI="http://chaos2.org/${PN}/${P}.tar.gz"

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

DEPEND="=x11-libs/gtk+-1.2*
x11-libs/libXpm
media-libs/libmikmod"

src_compile() {
egamesconf \
--with-gnome \
--enable-aibreed \
--enable-network \
|| die
emake || die "make failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README TODO
doicon ${PN}.xpm
make_desktop_entry ${PN} ${PN} ${PN}
prepgamesdirs
}