Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-redshift-control/, kde-misc/plasma-redshift-control/files/, ...
Date: Tue, 11 Feb 2020 14:25:21
Message-Id: 1581431052.203551ddbaf4888027fbb1be53cffd49488ce8d9.asturm@gentoo
1 commit: 203551ddbaf4888027fbb1be53cffd49488ce8d9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 14:24:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 14:24:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203551dd
7
8 kde-misc/plasma-redshift-control: Remove last-rited package
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-misc/plasma-redshift-control/Manifest | 1 -
13 ...ft-control-1.0.18-fix-custom-icc-profiles.patch | 39 ----------------------
14 ...redshift-control-1.0.18-reset-gamma-ramps.patch | 25 --------------
15 kde-misc/plasma-redshift-control/metadata.xml | 11 ------
16 .../plasma-redshift-control-1.0.18-r1.ebuild | 27 ---------------
17 profiles/package.mask | 5 ---
18 6 files changed, 108 deletions(-)
19
20 diff --git a/kde-misc/plasma-redshift-control/Manifest b/kde-misc/plasma-redshift-control/Manifest
21 deleted file mode 100644
22 index 1dd1c1bf19d..00000000000
23 --- a/kde-misc/plasma-redshift-control/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST plasma-applet-redshift-control-1.0.18.tar.gz 93744 BLAKE2B 4e7516767ed045007d7b658917c4cea9371bda016de66ea42e3f39b0a703e599569d880cb3a76d34069e7daa266366fe8ebe01837c4f98266289474b38e52612 SHA512 072fe3866bdbc261e382c69ed7384063660f7667bb6630538394c3ccf55b5f17a5d0edebe5009b4b0b904d711ac30859187201a6017ef718dc9edd15253bb30b
27
28 diff --git a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch b/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch
29 deleted file mode 100644
30 index 28a1cc00cf0..00000000000
31 --- a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-fix-custom-icc-profiles.patch
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -From 1e2a920633d7085fc4e48f1163f434525b777c5b Mon Sep 17 00:00:00 2001
35 -From: John Salatas <jsalatas@×××××.com>
36 -Date: Wed, 6 Mar 2019 14:25:28 -0800
37 -Subject: Preserve screen colour doesn't work as expected
38 -
39 -Summary:
40 -using a custom .icc profile, running redshift from a command line works good but the applet seems to mess with it, the preserve option doesn't work, either in randr mode or vidmode the .icc is ignored even if it is running in daytime.
41 -
42 -See also:
43 -https://github.com/kotelnik/plasma-applet-redshift-control/issues/54
44 -
45 -Reviewers: #Plasma, martinkostolny, broulik
46 -
47 -Reviewed By: broulik
48 -
49 -Subscribers: broulik, plasma-devel
50 -
51 -Tags: #plasma
52 -
53 -Differential Revision: https://phabricator.kde.org/D17249
54 ----
55 - package/contents/ui/main.qml | 2 +-
56 - 1 file changed, 1 insertion(+), 1 deletion(-)
57 -
58 -diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml
59 -index 2ea8fd3..268cb33 100644
60 ---- a/package/contents/ui/main.qml
61 -+++ b/package/contents/ui/main.qml
62 -@@ -96,7 +96,7 @@ Item {
63 -
64 - function stopRedshift() {
65 - print('disabling redshift')
66 -- redshiftDS.connectedSources.length = 0
67 -+ redshiftDS.removeSource(redshiftCommand)
68 - redshiftDS.connectedSources.push(redshiftDS.redshiftStopSource)
69 - active = false
70 - }
71 ---
72 -cgit v1.1
73
74 diff --git a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch b/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch
75 deleted file mode 100644
76 index 5e2b3682213..00000000000
77 --- a/kde-misc/plasma-redshift-control/files/plasma-redshift-control-1.0.18-reset-gamma-ramps.patch
78 +++ /dev/null
79 @@ -1,25 +0,0 @@
80 -From a26a425145120b8e7782d0225e146fcef7b0640f Mon Sep 17 00:00:00 2001
81 -From: grmat <grmat@×××.red>
82 -Date: Wed, 20 Jun 2018 10:14:40 +0200
83 -Subject: [PATCH] add -P switch to one-shot redshift call
84 -
85 ----
86 - package/contents/ui/main.qml | 2 +-
87 - 1 file changed, 1 insertion(+), 1 deletion(-)
88 -
89 -diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml
90 -index 2ea8fd3..38d7b8a 100644
91 ---- a/package/contents/ui/main.qml
92 -+++ b/package/contents/ui/main.qml
93 -@@ -67,7 +67,7 @@ Item {
94 - // - commands
95 - property string redshiftCommand: 'redshift' + locationCmdPart + modeCmdPart + ' -t ' + dayTemperature + ':' + nightTemperature + brightnessAndGamma + (smoothTransitions ? '' : ' -r')
96 - property string redshiftOneTimeBrightnessAndGamma: ' -b ' + (currentBrightness*0.01).toFixed(2) + ':' + (currentBrightness*0.01).toFixed(2) + ' -g ' + gammaR + ':' + gammaG + ':' + gammaB
97 -- property string redshiftOneTimeCommand: 'redshift -O ' + manualTemperature + redshiftOneTimeBrightnessAndGamma + ' -r'
98 -+ property string redshiftOneTimeCommand: 'redshift -PO ' + manualTemperature + redshiftOneTimeBrightnessAndGamma + ' -r'
99 - property string redshiftPrintCommand: 'LANG=C ' + redshiftCommand + ' -p'
100 -
101 - property bool inTray: (plasmoid.parent === null || plasmoid.parent.objectName === 'taskItemContainer')
102 ---
103 -2.17.1
104 -
105
106 diff --git a/kde-misc/plasma-redshift-control/metadata.xml b/kde-misc/plasma-redshift-control/metadata.xml
107 deleted file mode 100644
108 index 519e1b154ca..00000000000
109 --- a/kde-misc/plasma-redshift-control/metadata.xml
110 +++ /dev/null
111 @@ -1,11 +0,0 @@
112 -<?xml version="1.0" encoding="UTF-8"?>
113 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
114 -<pkgmetadata>
115 - <maintainer type="project">
116 - <email>kde@g.o</email>
117 - <name>Gentoo KDE Project</name>
118 - </maintainer>
119 - <upstream>
120 - <remote-id type="github">kotelnik/plasma-applet-redshift-control</remote-id>
121 - </upstream>
122 -</pkgmetadata>
123
124 diff --git a/kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild b/kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild
125 deleted file mode 100644
126 index f6bc843aedd..00000000000
127 --- a/kde-misc/plasma-redshift-control/plasma-redshift-control-1.0.18-r1.ebuild
128 +++ /dev/null
129 @@ -1,27 +0,0 @@
130 -# Copyright 1999-2019 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=7
134 -
135 -MY_PN="plasma-applet-redshift-control"
136 -inherit kde5
137 -
138 -DESCRIPTION="Plasma 5 applet for controlling redshift"
139 -HOMEPAGE="https://store.kde.org/p/998916/"
140 -SRC_URI="https://github.com/kotelnik/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
141 -
142 -LICENSE="GPL-2+"
143 -KEYWORDS="amd64"
144 -IUSE=""
145 -
146 -DEPEND="$(add_frameworks_dep plasma)"
147 -RDEPEND="${DEPEND}
148 - x11-misc/redshift
149 -"
150 -
151 -S="${WORKDIR}/${MY_PN}-${PV}"
152 -
153 -PATCHES=(
154 - "${FILESDIR}/${P}-fix-custom-icc-profiles.patch"
155 - "${FILESDIR}/${P}-reset-gamma-ramps.patch"
156 -)
157
158 diff --git a/profiles/package.mask b/profiles/package.mask
159 index 5b791bfd3b2..2eb9d7bcdb3 100644
160 --- a/profiles/package.mask
161 +++ b/profiles/package.mask
162 @@ -611,11 +611,6 @@ dev-python/ordereddict
163 # Removal in 30 days.
164 media-sound/kaudiocreator
165
166 -# Andreas Sturmlechner <asturm@g.o> (2020-01-12)
167 -# Unmaintained upstream and redundant. Use Night Color functionality built into
168 -# Plasma 5.17 instead, without needing x11-misc/redshift. Removal in 30 days.
169 -kde-misc/plasma-redshift-control
170 -
171 # Mart Raudsepp <leio@g.o> (2020-01-11)
172 # End of life vala:0.42 series, please depclean.
173 # This message shall be kept until 2020-02-11.