From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- games-board/mt_dolphin_ia/Manifest | 4 ++++ .../mt_dolphin_ia-0.1.98-formatsecurity.patch | 11 +++++++++++ games-board/mt_dolphin_ia/metadata.xml | 8 ++++++++ .../mt_dolphin_ia/mt_dolphin_ia-0.1.98-r1.ebuild | 23 ++++++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 games-board/mt_dolphin_ia/Manifest create mode 100644 games-board/mt_dolphin_ia/files/mt_dolphin_ia-0.1.98-formatsecurity.patch create mode 100644 games-board/mt_dolphin_ia/metadata.xml create mode 100644 games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98-r1.ebuild (limited to 'games-board/mt_dolphin_ia') diff --git a/games-board/mt_dolphin_ia/Manifest b/games-board/mt_dolphin_ia/Manifest new file mode 100644 index 000000000000..14b761480363 --- /dev/null +++ b/games-board/mt_dolphin_ia/Manifest @@ -0,0 +1,4 @@ +AUX mt_dolphin_ia-0.1.98-formatsecurity.patch 311 BLAKE2B 8b92264e591637fc337561e294cb473e03bb1370243b217dab73c3f5c67df4cd90529f3050528e29113e9f71f92a0e5381eb290e4cd9c2ab4e38e259e6fe9242 SHA512 c919fb834459d435f1648cbefe4bc36c1628586da06162b49282d650c667ab579fb1a2c53e292c0508d286c3cc6ba7ed8e1a0b9ea456c75a191486919c7191e3 +DIST mt_dolphin_ia-0.1.98.tar.bz2 92625 BLAKE2B d4b2373ad100466270f09f854337a098baf9a6744b7223786ed4cb7c4955a3e44020d61a7c331ed6fe796ffc9e787f38d814470a78a56a7a4dac0d3cdf04f38c SHA512 17ba198d344bb8ef499d6844e949155a18f8942266392150d77e5c53dc0ee32bcf6a297153f85d7a964b02de8a82f3d156e899f4d25ef1940dbc794d9b44979c +EBUILD mt_dolphin_ia-0.1.98-r1.ebuild 532 BLAKE2B a294a8e5e791f60aacd33b24067e9ce90a52b118faa12ba602b96c00a38dfd06440704cd12f8af163e10c4f19611e5d7831d8e188609c90320709f6d363d30aa SHA512 72401906f7173853ecaf854840170abe9f47ffb2d728b7c5f18754a04015f6c16330d14a679adae5439545c7581043790dcac0053b8f7a2fc94e7ed7adb84759 +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-board/mt_dolphin_ia/files/mt_dolphin_ia-0.1.98-formatsecurity.patch b/games-board/mt_dolphin_ia/files/mt_dolphin_ia-0.1.98-formatsecurity.patch new file mode 100644 index 000000000000..af4cc43cefd5 --- /dev/null +++ b/games-board/mt_dolphin_ia/files/mt_dolphin_ia-0.1.98-formatsecurity.patch @@ -0,0 +1,11 @@ +--- a/src/player_client.c 2015-10-14 21:19:05.347505352 +0200 ++++ b/src/player_client.c 2015-10-14 21:19:22.057195175 +0200 +@@ -33,7 +33,7 @@ + { + player->nick[0] = g_string_new (config->player_name->str); + +- g_printerr (player->nick[0]->str); ++ g_printerr ("%s", player->nick[0]->str); + + return (0); + } diff --git a/games-board/mt_dolphin_ia/metadata.xml b/games-board/mt_dolphin_ia/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-board/mt_dolphin_ia/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + diff --git a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98-r1.ebuild b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98-r1.ebuild new file mode 100644 index 000000000000..c548718e2f1d --- /dev/null +++ b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="client for the french tarot game maitretarot" +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="" + +DEPEND="dev-libs/glib:2 + dev-libs/libxml2 + dev-games/libmaitretarot + dev-games/libmt_client" +RDEPEND=${DEPEND} + +PATCHES=( + "${FILESDIR}"/${P}-formatsecurity.patch +) -- cgit v1.2.3