From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +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 deletions(-) delete mode 100644 games-board/mt_dolphin_ia/Manifest delete mode 100644 games-board/mt_dolphin_ia/files/mt_dolphin_ia-0.1.98-formatsecurity.patch delete mode 100644 games-board/mt_dolphin_ia/metadata.xml delete 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 deleted file mode 100644 index 14b761480363..000000000000 --- a/games-board/mt_dolphin_ia/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index af4cc43cefd5..000000000000 --- a/games-board/mt_dolphin_ia/files/mt_dolphin_ia-0.1.98-formatsecurity.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-board/mt_dolphin_ia/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - 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 deleted file mode 100644 index c548718e2f1d..000000000000 --- a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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