ChangeLog

# ChangeLog for dev-games/libmt_client
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/libmt_client/ChangeLog,v 1.5 2007/02/08 20:47:02 wolf31o2 Exp $

08 Feb 2007; Chris Gianelloni ChangeLog:
Regenerate digest in Manifest2 format.

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

*libmt_client-0.1.98 (13 Jul 2003)

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

Manifest

DIST libmt_client-0.1.98.tar.bz2 146319 RMD160 7f36c8f761a1107577c8e04cef961ed13b7728fe SHA1 25c07e9edbc7031eebbf22e3acaeb2d1ff9b82ea SHA256 e9f9fab225a8fb6462b8b32737253925735a1069383574a324ef0cd35330b71c
EBUILD libmt_client-0.1.98.ebuild 652 RMD160 d450ab767ffdb59006f8d59bf9b33a38422ffc9c SHA1 75b89dd924243edf29676740357b0bda9067c228 SHA256 bb868a2e5d4b6481a91f975204198f3a923b587868a65abc17aaa70282387055
MISC ChangeLog 592 RMD160 eb95b4b6c5fc52fb02ac18c7f0848b396c7f553c SHA1 6684071fcc05bb7807da276670f42c6855f65316 SHA256 852682ac6c2d2478142e362164d6f2dde25a59c3ed998d0b698f00132aca7eae
MISC metadata.xml 808 RMD160 a14cce2f00512f5f02732e87ad025e6b43d2f919 SHA1 db13f6aa60ac2fc2390a5e77e6105ebedf24c8cf SHA256 b7900d4d43b04e2673d60b77d679dacf03e2d94af0364651da88476f0c12262b

libmt_client-0.1.98.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/libmt_client/libmt_client-0.1.98.ebuild,v 1.7 2005/01/01 18:01:32 eradicator Exp $

DESCRIPTION="backend library for the maitretarot clients"
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="x86 ppc"
IUSE=""

DEPEND="=dev-libs/glib-2*
dev-libs/libxml2
dev-games/libmaitretarot"

src_install() {
make install DESTDIR=${D} || die
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!