Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/simsu/
Date: Thu, 21 May 2020 19:21:49
Message-Id: 1590088891.b1040a47556af626d853454268b5baf39354cfd0.asturm@gentoo
1 commit: b1040a47556af626d853454268b5baf39354cfd0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 19:17:25 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 19:21:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1040a47
7
8 games-board/simsu: Drop 1.3.6
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-board/simsu/Manifest | 1 -
14 games-board/simsu/simsu-1.3.6.ebuild | 45 ------------------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest
18 index 15e0e512f46..53d17c4465d 100644
19 --- a/games-board/simsu/Manifest
20 +++ b/games-board/simsu/Manifest
21 @@ -1,2 +1 @@
22 -DIST simsu-1.3.6-src.tar.bz2 597982 BLAKE2B acf13fe4e3e228cecc76a16352a4df06f14cf58307008f5679b63f1209b4cf191b28544ed3b002375afdf0de8cd92ce179f3cb367f9a5201099da99a806d60c5 SHA512 04e60ccab8345002078b7dbd253bc2a9701f9b8edbbdd9a01ac3ddffd9a5f3ccd32399216b9e497b309b6718646db11a55717e5bd201bfd2aaa80ad9b171cb94
23 DIST simsu-1.3.9-src.tar.bz2 594107 BLAKE2B ac347f46bc80dd5045124e7a69668191f4996ac17e64b6da897f0bcdb66f10683944e8bc90a7c98a2000a9275b1925710938ef9ebc384a5b633de5e6c999b79c SHA512 04f46850628c113bca9c44085e073966ecf10aa727112a630894821e378ce35c14502264560c27a85df02c0ea5761e3835501f4869625cd98f50bb0a5e7afeae
24
25 diff --git a/games-board/simsu/simsu-1.3.6.ebuild b/games-board/simsu/simsu-1.3.6.ebuild
26 deleted file mode 100644
27 index 75b793631b4..00000000000
28 --- a/games-board/simsu/simsu-1.3.6.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome2-utils qmake-utils
37 -
38 -DESCRIPTION="A basic sudoku game"
39 -HOMEPAGE="https://gottcode.org/simsu/"
40 -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-qt/qtcore:5
49 - dev-qt/qtgui:5
50 - dev-qt/qtwidgets:5
51 -"
52 -DEPEND="${RDEPEND}
53 - dev-qt/linguist-tools:5
54 -"
55 -
56 -src_configure() {
57 - eqmake5
58 -}
59 -
60 -src_install() {
61 - dobin ${PN}
62 - insinto /usr/share/${PN}/translations
63 - doins translations/*qm
64 - dodoc ChangeLog
65 - doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg
66 - domenu icons/${PN}.desktop
67 -}
68 -
69 -pkg_postinst() {
70 - gnome2_icon_cache_update
71 -}
72 -
73 -pkg_postrm() {
74 - gnome2_icon_cache_update
75 -}