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/sisctrl/files/, profiles/, x11-misc/sisctrl/
Date: Wed, 04 May 2022 08:15:51
Message-Id: 1651652025.a7520df6a9ce4d779dca35a10cf3a18f058e5e34.jsmolic@gentoo
1 commit: a7520df6a9ce4d779dca35a10cf3a18f058e5e34
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 08:10:11 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 08:13:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7520df6
7
8 x11-misc/sisctrl: treeclean
9
10 Closes: https://bugs.gentoo.org/614690
11 Closes: https://bugs.gentoo.org/832954
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 profiles/package.mask | 5 ---
15 x11-misc/sisctrl/Manifest | 1 -
16 .../sisctrl/files/sisctrl-0.0.20051202-no-xv.patch | 12 -------
17 x11-misc/sisctrl/metadata.xml | 8 -----
18 x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 39 ----------------------
19 5 files changed, 65 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index 3c865cd49063..64d0796ffda5 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -421,11 +421,6 @@ net-p2p/arti
26 # Removal after 2022-06-01. Bug #833144.
27 x11-misc/i855crt
28
29 -# Jonas Stein <jstein@g.o> (2022-02-09)
30 -# Upstream is 404, open bugs, not maintained.
31 -# Removal after 2022-05-01. Bug #832954.
32 -x11-misc/sisctrl
33 -
34 # Jonas Stein <jstein@g.o> (2022-02-08)
35 # Not maintained, open bugs, upstream outdated.
36 # Removal after 2022-07-01. Bug #832953.
37
38 diff --git a/x11-misc/sisctrl/Manifest b/x11-misc/sisctrl/Manifest
39 deleted file mode 100644
40 index cb8311abbbac..000000000000
41 --- a/x11-misc/sisctrl/Manifest
42 +++ /dev/null
43 @@ -1 +0,0 @@
44 -DIST sisctrl-0.0.20051202.tar.gz 666749 BLAKE2B 8e99581cd9708a17ed3d01934c3a70e660213df91cbbac71816eb16dd5c41da725d92fc66d336fdc88b61704d9e7259f77b3da2becf2d2ab901d72e71f1e8c9c SHA512 26fe6561c2c14ff6cf952b89b8089b4fbdbc0c142bbcbf1358afe610b219a05dcf4d0bc835365cd0cf13558fed142b8aa2a0aa91c4fec8f40f0fc82590feabd1
45
46 diff --git a/x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch b/x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch
47 deleted file mode 100644
48 index 6c61b8485bc2..000000000000
49 --- a/x11-misc/sisctrl/files/sisctrl-0.0.20051202-no-xv.patch
50 +++ /dev/null
51 @@ -1,12 +0,0 @@
52 ---- a/src/sisctrl.c
53 -+++ b/src/sisctrl.c
54 -@@ -4067,7 +4067,9 @@
55 - ( (!(sc.sdflags & SiS_SD_SUPPORT2OVL)) || (sc.sd2flags & SiS_SD2_SUPPORT760OO) ) ) ?
56 - 1 : 0;
57 -
58 -+#ifdef USEXV
59 - gl.noxvdemo = (sc.noxvdemo) ? 1 : 0;
60 -+#endif
61 -
62 - #ifdef USE_STRAY
63 - gl.dontusesystemtray = sc.dontusesystemtray;
64
65 diff --git a/x11-misc/sisctrl/metadata.xml b/x11-misc/sisctrl/metadata.xml
66 deleted file mode 100644
67 index d3e0f4631255..000000000000
68 --- a/x11-misc/sisctrl/metadata.xml
69 +++ /dev/null
70 @@ -1,8 +0,0 @@
71 -<?xml version="1.0" encoding="UTF-8"?>
72 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
73 -<pkgmetadata>
74 - <maintainer type="project">
75 - <email>desktop-misc@g.o</email>
76 - <name>Gentoo Desktop Miscellaneous Project</name>
77 - </maintainer>
78 -</pkgmetadata>
79
80 diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
81 deleted file mode 100644
82 index 931f27d46585..000000000000
83 --- a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
84 +++ /dev/null
85 @@ -1,39 +0,0 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -inherit flag-o-matic
92 -
93 -DESCRIPTION="tool that allows you to tune SiS drivers from X"
94 -HOMEPAGE="http://www.winischhofer.net/linuxsispart1.shtml#sisctrl"
95 -SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz"
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -KEYWORDS="~amd64 x86"
100 -
101 -BDEPEND="virtual/pkgconfig"
102 -RDEPEND="
103 - dev-libs/glib:2
104 - x11-libs/gtk+:2
105 - x11-libs/libXrender
106 - x11-libs/libXv
107 - x11-libs/libXxf86vm
108 -"
109 -DEPEND="
110 - ${RDEPEND}
111 - x11-base/xorg-proto
112 -"
113 -
114 -DOCS=( AUTHORS ChangeLog NEWS README )
115 -
116 -PATCHES=(
117 - "${FILESDIR}"/${P}-no-xv.patch
118 -)
119 -
120 -src_configure() {
121 - append-libs -lm
122 - econf \
123 - --with-xv-path="${ESYSROOT}/usr/$(get_libdir)"
124 -}