Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadra/files/, games-puzzle/quadra/
Date: Wed, 22 Sep 2021 22:26:41
Message-Id: 1632349535.f55bc6eb137f1b3a55780484e301ad92d4b7c978.ionen@gentoo
1 commit: f55bc6eb137f1b3a55780484e301ad92d4b7c978
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 21:42:31 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 22:25:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55bc6eb
7
8 games-puzzle/quadra: drop 1.2.0-r1
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-puzzle/quadra/Manifest | 1 -
13 .../quadra/files/quadra-1.2.0-format.patch | 11 ------
14 games-puzzle/quadra/quadra-1.2.0-r1.ebuild | 46 ----------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/games-puzzle/quadra/Manifest b/games-puzzle/quadra/Manifest
18 index e4a6ef335a1..38a2bebbbd8 100644
19 --- a/games-puzzle/quadra/Manifest
20 +++ b/games-puzzle/quadra/Manifest
21 @@ -1,2 +1 @@
22 -DIST quadra-1.2.0.tar.gz 5103875 BLAKE2B 7b0bce4e8be77de2e357cd14f60ebdbf3ef72f2262013954bca9a8d1a9a2833e00a0fe59f818b78603628999e7e1204c6974a5d9f74f4ea9bb288325d518744c SHA512 1c3e1020a584fa83595b7b183d5346f8e357ddef6b29c0b4a3797e2ace50c6e9ff14f132b8299ca582db739f4d699fa8ab94be93ef86e5a01389f958ce91e837
23 DIST quadra-1.3.0.tar.gz 3399868 BLAKE2B a4d7cba4a499e86d80efc8df44a0cdc9bd482d88c135768e36ce9399c5bc2d62ae5211a7c60c1638ea8247633d016376bac4768281a8ca0dba698f6e13ed86c3 SHA512 4f1cf2ed56cb0b5bf4fa2f02e19d4cd733589a5abe121d52bb857af3e6360fd0be0799f87a38cc44aa3899e3f491ebd8d4101e99816255f05d98bbb2b7cc9297
24
25 diff --git a/games-puzzle/quadra/files/quadra-1.2.0-format.patch b/games-puzzle/quadra/files/quadra-1.2.0-format.patch
26 deleted file mode 100644
27 index ca56f5b4cc0..00000000000
28 --- a/games-puzzle/quadra/files/quadra-1.2.0-format.patch
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 ---- a/source/net_list.cpp.old 2015-12-08 21:41:16.782404098 +0100
32 -+++ b/source/net_list.cpp 2015-12-08 21:41:33.153114600 +0100
33 -@@ -693,7 +693,7 @@
34 - //Drawn at a total higher or equal to end_value: suspense!
35 - // or maybe timer just elapsed and the game is drawn
36 - // (still suspense! :))
37 -- sprintf(st, ST_GAMETIED);
38 -+ sprintf(st, "%s", ST_GAMETIED);
39 - message(-1, st);
40 - { Sfx stmp(sons.levelup, 0, 0, -1, 18050); }
41 - { Sfx stmp(sons.levelup, 0, 0, -1, 18100); }
42
43 diff --git a/games-puzzle/quadra/quadra-1.2.0-r1.ebuild b/games-puzzle/quadra/quadra-1.2.0-r1.ebuild
44 deleted file mode 100644
45 index c811bb17564..00000000000
46 --- a/games-puzzle/quadra/quadra-1.2.0-r1.ebuild
47 +++ /dev/null
48 @@ -1,46 +0,0 @@
49 -# Copyright 1999-2018 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=6
53 -inherit desktop
54 -
55 -DESCRIPTION="A tetris clone with multiplayer support"
56 -HOMEPAGE="https://github.com/quadra-game/quadra"
57 -SRC_URI="https://github.com/${PN}-game/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58 -
59 -LICENSE="LGPL-2.1"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~x86"
62 -IUSE=""
63 -
64 -RDEPEND="
65 - x11-libs/libX11
66 - x11-libs/libXpm
67 - x11-libs/libXxf86vm
68 - x11-libs/libXext
69 - media-libs/libpng:0=
70 - sys-libs/zlib
71 -"
72 -DEPEND="${RDEPEND}
73 - sys-devel/bc
74 - x11-base/xorg-proto
75 -"
76 -
77 -src_prepare() {
78 - default
79 - sed -i \
80 - -e "/^libgamesdir:=/s:/games:/${PN}:" \
81 - -e "/^datagamesdir:=/s:/games:/${PN}:" \
82 - config/config.mk.in || die
83 - eapply "${FILESDIR}"/${P}-format.patch
84 -}
85 -
86 -src_install() {
87 - dobin ${PN}
88 - insinto /usr/share/${PN}
89 - doins ${PN}.res
90 - doicon images/${PN}.xpm
91 - make_desktop_entry ${PN} Quadra
92 -
93 - HTML_DOCS="help/*" einstalldocs
94 -}