Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/unclutter/files/, profiles/, x11-misc/unclutter/
Date: Sat, 31 Dec 2022 18:32:54
Message-Id: 1672511454.cbbf434130c144f1d9d74efde886de8dccea21b9.jsmolic@gentoo
1 commit: cbbf434130c144f1d9d74efde886de8dccea21b9
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 18:16:38 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 18:30:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbf4341
7
8 x11-misc/unclutter: treeclean
9
10 Closes: https://bugs.gentoo.org/880845
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 profiles/package.mask | 6 ----
14 x11-misc/unclutter/Manifest | 1 -
15 .../unclutter/files/unclutter-8-FocusOut.patch | 17 -----------
16 x11-misc/unclutter/files/unclutter-8-include.patch | 10 -------
17 x11-misc/unclutter/metadata.xml | 8 -----
18 x11-misc/unclutter/unclutter-8-r4.ebuild | 35 ----------------------
19 6 files changed, 77 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index 8056474cd3e2..6f36d11cec36 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -1099,12 +1099,6 @@ dev-python/slimit
26 # Removal on 2022-12-27. Bug #821118.
27 games-util/xgamer
28
29 -# Michał Górny <mgorny@g.o> (2022-11-27)
30 -# Unmaintained, ancient package. x11-misc/unclutter-xfixes is
31 -# a superior replacement.
32 -# Removal on 2022-12-27. Bug #880845.
33 -x11-misc/unclutter
34 -
35 # Matt Turner <mattst88@g.o> (2022-11-16)
36 # Packages or their dependencies have not been ported to libsoup:3.0, while
37 # other non-slotted dependencies have been.
38
39 diff --git a/x11-misc/unclutter/Manifest b/x11-misc/unclutter/Manifest
40 deleted file mode 100644
41 index 197c6f0ac6cd..000000000000
42 --- a/x11-misc/unclutter/Manifest
43 +++ /dev/null
44 @@ -1 +0,0 @@
45 -DIST unclutter-8.tar.Z 12344 BLAKE2B 10090ec2f3772c17d00cbcb27f416fb528b75641b7d57eeb36ab7e19af2510ebc5901a0394c0ee590a38afb8bf64d4b2b2ed069b0b1a44edcb9b37701f89c9b5 SHA512 9a64e6eceae685cf34b1ea85818735f8f85514ba1eea262476653886d74e469cfd6b9a39edbd098b138a5c89e6b97b42cf251bee59272c76cbeba190979744b4
46
47 diff --git a/x11-misc/unclutter/files/unclutter-8-FocusOut.patch b/x11-misc/unclutter/files/unclutter-8-FocusOut.patch
48 deleted file mode 100644
49 index d26ef8e6a652..000000000000
50 --- a/x11-misc/unclutter/files/unclutter-8-FocusOut.patch
51 +++ /dev/null
52 @@ -1,17 +0,0 @@
53 -Description: Fixes blinking pointer and 100% CPU usage with GTK applications
54 -Author: Tao Nelson <taobert@×××××.com>
55 -Debian-Bug: 266118
56 -
57 ---- a/unclutter.c
58 -+++ b/unclutter.c
59 -@@ -399,7 +399,9 @@
60 - do{
61 - XNextEvent(display,&event);
62 - }while(event.type!=LeaveNotify &&
63 -- event.type!=FocusOut &&
64 -+ /* Some gtk applications seem not to like this:
65 -+ * event.type!=FocusOut &&
66 -+ */
67 - event.type!=UnmapNotify &&
68 - event.type!=ConfigureNotify &&
69 - event.type!=CirculateNotify &&
70
71 diff --git a/x11-misc/unclutter/files/unclutter-8-include.patch b/x11-misc/unclutter/files/unclutter-8-include.patch
72 deleted file mode 100644
73 index 688fa129c561..000000000000
74 --- a/x11-misc/unclutter/files/unclutter-8-include.patch
75 +++ /dev/null
76 @@ -1,10 +0,0 @@
77 ---- a/unclutter.c
78 -+++ b/unclutter.c
79 -@@ -24,6 +24,7 @@
80 - #include <X11/Xutil.h>
81 - #include <X11/Xproto.h>
82 - #include <stdio.h>
83 -+#include <stdlib.h>
84 - #include "vroot.h"
85 -
86 - char *progname;
87
88 diff --git a/x11-misc/unclutter/metadata.xml b/x11-misc/unclutter/metadata.xml
89 deleted file mode 100644
90 index 3ab9b4a739d3..000000000000
91 --- a/x11-misc/unclutter/metadata.xml
92 +++ /dev/null
93 @@ -1,8 +0,0 @@
94 -<?xml version="1.0" encoding="UTF-8"?>
95 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
96 -<pkgmetadata>
97 -<maintainer type="project">
98 - <email>desktop-misc@g.o</email>
99 - <name>Gentoo Desktop Miscellaneous Project</name>
100 -</maintainer>
101 -</pkgmetadata>
102
103 diff --git a/x11-misc/unclutter/unclutter-8-r4.ebuild b/x11-misc/unclutter/unclutter-8-r4.ebuild
104 deleted file mode 100644
105 index eb64cdd7a8d4..000000000000
106 --- a/x11-misc/unclutter/unclutter-8-r4.ebuild
107 +++ /dev/null
108 @@ -1,35 +0,0 @@
109 -# Copyright 1999-2020 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -inherit toolchain-funcs
115 -
116 -DESCRIPTION="Hides mouse pointer while not in use"
117 -HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README"
118 -SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z"
119 -
120 -SLOT="0"
121 -LICENSE="public-domain"
122 -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86"
123 -
124 -RDEPEND="x11-libs/libX11"
125 -DEPEND="${RDEPEND}
126 - x11-base/xorg-proto"
127 -
128 -S=${WORKDIR}/${PN}
129 -
130 -PATCHES=(
131 - "${FILESDIR}"/${P}-include.patch
132 - "${FILESDIR}"/${P}-FocusOut.patch
133 -)
134 -
135 -src_compile() {
136 - emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDOPTIONS="${LDFLAGS}"
137 -}
138 -
139 -src_install() {
140 - dobin unclutter
141 - newman unclutter.man unclutter.1x
142 - einstalldocs
143 -}