diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-games/libmaitretarot | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-games/libmaitretarot')
-rw-r--r-- | dev-games/libmaitretarot/Manifest | 3 | ||||
-rw-r--r-- | dev-games/libmaitretarot/libmaitretarot-0.1.98.ebuild | 17 | ||||
-rw-r--r-- | dev-games/libmaitretarot/metadata.xml | 21 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-games/libmaitretarot/Manifest b/dev-games/libmaitretarot/Manifest new file mode 100644 index 000000000000..41f6e8b5a9bf --- /dev/null +++ b/dev-games/libmaitretarot/Manifest @@ -0,0 +1,3 @@ +DIST libmaitretarot-0.1.98.tar.bz2 158060 BLAKE2B 0883c6232e53caa633091022e9f2488362b400723e78c71b836cf79a0189d304e5aaeadff0de4d3a67f9316c37a848ef5ae56312c79a6f20c287f196dec5675f SHA512 1626f7cd8d53be97b70f4258e83fccefc8edc0605e8850466e94a09f9cfbecf9f763ca7b9154f1fb77da15e9856398b8fce12b12064463a0a9293f8273e95d90 +EBUILD libmaitretarot-0.1.98.ebuild 444 BLAKE2B 9626dde5315059cbf88fba3eddc585d23a5ebd45f7509f15a839a1ec186127b51577e390fe5800d5c50e810470a38d0913b98977d34d8e45f33cf252947eb84d SHA512 ef0d212322583dfb722bb07806380e1e67277ced204cf24691e5d154bfc8085bcf92a2c0594a9fa4a10cffbf87e97ce3092a78e77d4bbeac1793c883bba9cb6c +MISC metadata.xml 910 BLAKE2B 8faa891eaa254f955ca28de28073d7d3d2026a5fad5a296e0f196d1e1087f4dd0ec08a4a613c28de345bb4ae626b292e5432640513a35dfed8a031ba5c452a99 SHA512 7721bd73046e7215f409f070ba0eb222ab05b84db6152cece5ac0fa9b1fd6259805b1c241cd515c62ed78567bce4fa5ef2bd3f9a01a5f2ad2ab7cc2d15ebde3b diff --git a/dev-games/libmaitretarot/libmaitretarot-0.1.98.ebuild b/dev-games/libmaitretarot/libmaitretarot-0.1.98.ebuild new file mode 100644 index 000000000000..82da3cb36b6c --- /dev/null +++ b/dev-games/libmaitretarot/libmaitretarot-0.1.98.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +DESCRIPTION="backend library for the maitretarot games" +HOMEPAGE="http://www.nongnu.org/maitretarot/" +SRC_URI="https://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-libs/glib:2 + dev-libs/libxml2" +DEPEND="${RDEPEND} + virtual/pkgconfig" diff --git a/dev-games/libmaitretarot/metadata.xml b/dev-games/libmaitretarot/metadata.xml new file mode 100644 index 000000000000..64ab523b4aaf --- /dev/null +++ b/dev-games/libmaitretarot/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <longdescription> + 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! + </longdescription> +</pkgmetadata> |