ChangeLog

# ChangeLog for dev-games/libmaitretarot
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/libmaitretarot/ChangeLog,v 1.5 2006/11/13 15:33:07 nyhm Exp $

13 Nov 2006; Tristan Heaven
libmaitretarot-0.1.98.ebuild:
Add pkgconfig to DEPEND, bug #155021

19 Apr 2004; Chris Gianelloni
libmaitretarot-0.1.98.ebuild:
Adding IUSE.

*libmaitretarot-0.1.98 (13 Jul 2003)

13 Jul 2003; Mike Frysinger :
Initial import. Ebuild submitted by TGL #13379.

Manifest

DIST libmaitretarot-0.1.98.tar.bz2 158060 RMD160 03db8a3ee68fc48a63f1a73394221a445390892f SHA1 a4eebdbeb982b131022bfc4ad0df2d6be0a994b5 SHA256 054079a99dcd9de3c6488f897fbce6cef36ef417b48b0ebc1e3de3ae4bf997b3
EBUILD libmaitretarot-0.1.98.ebuild 689 RMD160 1154c444c34dcec1fb2cb58478daf6e04b2ba420 SHA1 5670fd820bb05c4bec5d3764393dd904584b9d8d SHA256 3143b23c876d6fd7f2e332ec819d03cbfb30c48c3b5600a7db40522eda2d07ac
MISC ChangeLog 609 RMD160 fdae31b6454f5dad1c98c7d11b9df160ee220ee1 SHA1 f82a8dd67279898bbfcf33c97940209a7850b798 SHA256 1e93eac9b59629c2cbe53fc4f44b0e1e2fbeb74e6a692c748521477ab201bc27
MISC metadata.xml 808 RMD160 a14cce2f00512f5f02732e87ad025e6b43d2f919 SHA1 db13f6aa60ac2fc2390a5e77e6105ebedf24c8cf SHA256 b7900d4d43b04e2673d60b77d679dacf03e2d94af0364651da88476f0c12262b

libmaitretarot-0.1.98.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/libmaitretarot/libmaitretarot-0.1.98.ebuild,v 1.8 2006/11/13 15:33:07 nyhm Exp $

DESCRIPTION="backend library for the maitretarot games"
HOMEPAGE="http://www.nongnu.org/maitretarot/"
SRC_URI="http://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.tar.bz2"

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

RDEPEND="=dev-libs/glib-2*
dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"

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

metadata.xml




games

MaitreTarot is a Tarot card game. Understand a game like freecell or poker,
nothing to do with astrology. Tarot is rather a French game.

MaitreTarot is made of two kind of elements:

* A server, that knows the rules, that gives the cards to the clients, that
counts the points, and everything else that a server should do.
* Clients. The main idea is to have differents clients. Some would be
clients for human players, with a GUI (gtk+, qt, web, ncurses, win32...). And
some would be AI. That would allow users to play with AI, and even AI
tournaments could be played in order to know the best AI!