Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/skoosh/files/, profiles/, games-puzzle/skoosh/
Date: Tue, 28 Apr 2020 17:40:58
Message-Id: 1588095604.4ccc1218a05bde2a3deca573e0599b400dea3da7.mattst88@gentoo
1 commit: 4ccc1218a05bde2a3deca573e0599b400dea3da7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 17:38:48 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 17:40:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccc1218
7
8 games-puzzle/skoosh: Remove
9
10 Closes: https://bugs.gentoo.org/713028
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 games-puzzle/skoosh/Manifest | 1 -
14 .../skoosh/files/skoosh-2.5.0-desktop.patch | 17 ----------
15 games-puzzle/skoosh/metadata.xml | 8 -----
16 games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild | 39 ----------------------
17 profiles/package.mask | 10 ------
18 5 files changed, 75 deletions(-)
19
20 diff --git a/games-puzzle/skoosh/Manifest b/games-puzzle/skoosh/Manifest
21 deleted file mode 100644
22 index 292737f7a82..00000000000
23 --- a/games-puzzle/skoosh/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST skoosh-2.5.0.tar.gz 209945 BLAKE2B 5797e93b2ff593b0da0b404b16758a37a17bf93f76829ba9297df7b572573ec28a7052275b343cf0b774757fb5463c143b9073ae3653c1eac3ab1039194489a2 SHA512 e67f0036f09890af62bcfe0fe895d899a76efb2901c5fbdd9fb97951553a4b9f35dfddd0a3e24937b53a1c8d3686caee8b83d35e0327d4bbdaeb4c1e0ab58736
27
28 diff --git a/games-puzzle/skoosh/files/skoosh-2.5.0-desktop.patch b/games-puzzle/skoosh/files/skoosh-2.5.0-desktop.patch
29 deleted file mode 100644
30 index 09f120cc75f..00000000000
31 --- a/games-puzzle/skoosh/files/skoosh-2.5.0-desktop.patch
32 +++ /dev/null
33 @@ -1,17 +0,0 @@
34 ---- skoosh.desktop.old 2014-11-21 09:54:37.000861347 +0100
35 -+++ skoosh.desktop 2014-11-21 09:54:47.898132607 +0100
36 -@@ -1,12 +1,11 @@
37 - [Desktop Entry]
38 --Encoding=UTF-8
39 --Icon=skoosh.png
40 -+Icon=skoosh
41 - Name=Fifteen
42 - Comment=Slide tiles to reveal a picture
43 - Comment[fr]=Déplacez les tuiles pour révéler un dessin
44 - Exec=skoosh
45 - Terminal=false
46 - Type=Application
47 --Categories=GNOME;Application;Game;PuzzleGame;
48 -+Categories=Game;
49 - StartupNotify=true
50 - X-GNOME-DocPath=skoosh/skoosh.xml
51
52 diff --git a/games-puzzle/skoosh/metadata.xml b/games-puzzle/skoosh/metadata.xml
53 deleted file mode 100644
54 index 78274e0fa55..00000000000
55 --- a/games-puzzle/skoosh/metadata.xml
56 +++ /dev/null
57 @@ -1,8 +0,0 @@
58 -<?xml version="1.0" encoding="UTF-8"?>
59 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 -<pkgmetadata>
61 -<maintainer type="project">
62 - <email>games@g.o</email>
63 - <name>Gentoo Games Project</name>
64 -</maintainer>
65 -</pkgmetadata>
66
67 diff --git a/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild b/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild
68 deleted file mode 100644
69 index 04f48cd4ecc..00000000000
70 --- a/games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild
71 +++ /dev/null
72 @@ -1,39 +0,0 @@
73 -# Copyright 1999-2014 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -GCONF_DEBUG="yes"
78 -
79 -inherit eutils gnome2
80 -
81 -DESCRIPTION="Sliding tile puzzle for Gnome 2"
82 -HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html"
83 -SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE="nls"
89 -
90 -RDEPEND="
91 - >=gnome-base/gconf-2:2
92 - gnome-base/libgnome-keyring
93 - >=gnome-base/libgnomeui-2
94 - nls? ( virtual/libintl )
95 -"
96 -# needs scrollkeeper-preinstall from rarian to build
97 -DEPEND="${RDEPEND}
98 - app-text/rarian
99 - nls? ( sys-devel/gettext )
100 -"
101 -
102 -src_prepare() {
103 - # Fix .desktop file
104 - epatch "${FILESDIR}/${PN}-2.5.0-desktop.patch"
105 -
106 - # Need to apply omf fix or else we get access
107 - # violation errors related to sandbox.
108 - gnome2_omf_fix "${S}/help/C/Makefile.in"
109 -
110 - gnome2_src_prepare
111 -}
112
113 diff --git a/profiles/package.mask b/profiles/package.mask
114 index a253bdfbd2d..7d2dac67c64 100644
115 --- a/profiles/package.mask
116 +++ b/profiles/package.mask
117 @@ -756,16 +756,6 @@ net-misc/ipx-utils
118 # Bug #713030
119 mail-client/mail-notification
120
121 -# Matt Turner <mattst88@g.o> (2020-03-28)
122 -# Homepage gone. Dead project. Blocks removal of gnome-base/libgnome-keyring
123 -# Bug #713028
124 -games-puzzle/skoosh
125 -
126 -# Matt Turner <mattst88@g.o> (2020-03-28)
127 -# No consumers. Dead project. Blocks removal of gnome-base/libgnome-keyring
128 -# Bug #713020
129 -dev-dotnet/gnome-keyring-sharp
130 -
131 # Georgy Yakovlev <gyakovlev@g.o> (2020-03-27)
132 # Vulnerable old version of icedtea-web #711392
133 # new version is not packaged yet