Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsensors/files/, x11-misc/xsensors/
Date: Sun, 07 Feb 2021 20:19:15
Message-Id: 1612729136.e9080a1b1818c45ef0feb2103d44c9964319032d.asturm@gentoo
1 commit: e9080a1b1818c45ef0feb2103d44c9964319032d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 20:04:35 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 20:18:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9080a1b
7
8 x11-misc/xsensors: Drop 0.70-r1
9
10 Closes: https://bugs.gentoo.org/769137
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/xsensors/Manifest | 1 -
15 x11-misc/xsensors/files/xsensors-0.70-gtk220.patch | 38 ----------------------
16 x11-misc/xsensors/xsensors-0.70-r1.ebuild | 34 -------------------
17 3 files changed, 73 deletions(-)
18
19 diff --git a/x11-misc/xsensors/Manifest b/x11-misc/xsensors/Manifest
20 index 0aa61b228f9..81ba33a20c2 100644
21 --- a/x11-misc/xsensors/Manifest
22 +++ b/x11-misc/xsensors/Manifest
23 @@ -1,2 +1 @@
24 -DIST xsensors-0.70.tar.gz 115430 BLAKE2B af18fa723a9e6b84df62d0ea0397d7b30ab800816b84449f91357aa75d99944796ae8164171bd217118dd93ef713d286fe435354614baef7947f3f851b368df9 SHA512 34f038b192f3cecb2e7587e19c4837b795a2705e6d0e9ea2bd3ead6d3259a1dded364fcfc70fa5e37d64f32c879e1dd9c6e43dcf32fa9aeb73ee5cc49bf290a4
25 DIST xsensors-0.80.tar.gz 214763 BLAKE2B 7be4c0ef0f59e7c8c8b32b7e132acb906c9ab64e6e0f63a3316691eef8dd2f8b659d4e40d2213cf580cc4874bcba2fefad4f6a759bf349e18ebef12a99c91128 SHA512 e1ac7107b978bf9b392b0ecb13e49f49c8efebb228a9c6781a519b128f467d0346d35632646f20a036fdc34ea3ee86440c7be5a3285d922f8afbf051e9cfdcc8
26
27 diff --git a/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch b/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch
28 deleted file mode 100644
29 index 2f36cfba514..00000000000
30 --- a/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 ---- a/src/gui.c
34 -+++ b/src/gui.c
35 -@@ -84,7 +84,7 @@
36 - while ( *digit ) {
37 - get_pm_location( *digit, &x, &y, &w );
38 - gdk_draw_drawable( widget->window,
39 -- widget->style->fg_gc[ GTK_WIDGET_STATE
40 -+ widget->style->fg_gc[ gtk_widget_get_state
41 - (widget) ], theme, x, y + highLow,
42 - pos, 0, w, 30 );
43 - pos += w;
44 -@@ -121,7 +121,7 @@
45 -
46 - /* Display RPM */
47 - gdk_draw_drawable( widget->window,
48 -- widget->style->fg_gc[ GTK_WIDGET_STATE
49 -+ widget->style->fg_gc[ gtk_widget_get_state
50 - (widget) ], theme, 0, 120 + highLow,
51 - 90, 0, 57, 30 );
52 - break;
53 -@@ -142,7 +142,7 @@
54 - else
55 - x = 57;
56 - gdk_draw_drawable( widget->window,
57 -- widget->style->fg_gc[ GTK_WIDGET_STATE
58 -+ widget->style->fg_gc[ gtk_widget_get_state
59 - (widget) ], theme, x, 60 + highLow,
60 - 96, 0, 57, 30 );
61 -
62 -@@ -158,7 +158,7 @@
63 -
64 - /* Display V */
65 - gdk_draw_drawable( widget->window,
66 -- widget->style->fg_gc[ GTK_WIDGET_STATE
67 -+ widget->style->fg_gc[ gtk_widget_get_state
68 - (widget) ], theme, 114, 60 + highLow,
69 - 96, 0, 57, 30 );
70 -
71
72 diff --git a/x11-misc/xsensors/xsensors-0.70-r1.ebuild b/x11-misc/xsensors/xsensors-0.70-r1.ebuild
73 deleted file mode 100644
74 index 38fde9b5deb..00000000000
75 --- a/x11-misc/xsensors/xsensors-0.70-r1.ebuild
76 +++ /dev/null
77 @@ -1,34 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit autotools
84 -
85 -DESCRIPTION="A hardware health information viewer, interface to lm-sensors"
86 -HOMEPAGE="https://www.linuxhardware.org/xsensors/"
87 -SRC_URI="https://www.linuxhardware.org/${PN}/${P}.tar.gz"
88 -
89 -LICENSE="GPL-2"
90 -SLOT="0"
91 -KEYWORDS="amd64 ppc x86"
92 -
93 -RDEPEND="x11-libs/gtk+:2
94 - >=sys-apps/lm-sensors-3"
95 -DEPEND="${RDEPEND}
96 - virtual/pkgconfig"
97 -
98 -PATCHES=( "${FILESDIR}"/${P}-gtk220.patch )
99 -
100 -src_prepare() {
101 - default
102 -
103 - sed -i \
104 - -e '/-DG.*_DISABLE_DEPRECATED/d' \
105 - -e 's:-Werror:-Wall:' \
106 - src/Makefile.am configure.in || die
107 -
108 - mv configure.{in,ac} || die #426262
109 -
110 - eautoreconf
111 -}