* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsensors/files/, x11-misc/xsensors/
@ 2021-02-07 20:19 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-02-07 20:19 UTC (permalink / raw
To: gentoo-commits
commit: e9080a1b1818c45ef0feb2103d44c9964319032d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 20:04:35 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 20:18:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9080a1b
x11-misc/xsensors: Drop 0.70-r1
Closes: https://bugs.gentoo.org/769137
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/xsensors/Manifest | 1 -
x11-misc/xsensors/files/xsensors-0.70-gtk220.patch | 38 ----------------------
x11-misc/xsensors/xsensors-0.70-r1.ebuild | 34 -------------------
3 files changed, 73 deletions(-)
diff --git a/x11-misc/xsensors/Manifest b/x11-misc/xsensors/Manifest
index 0aa61b228f9..81ba33a20c2 100644
--- a/x11-misc/xsensors/Manifest
+++ b/x11-misc/xsensors/Manifest
@@ -1,2 +1 @@
-DIST xsensors-0.70.tar.gz 115430 BLAKE2B af18fa723a9e6b84df62d0ea0397d7b30ab800816b84449f91357aa75d99944796ae8164171bd217118dd93ef713d286fe435354614baef7947f3f851b368df9 SHA512 34f038b192f3cecb2e7587e19c4837b795a2705e6d0e9ea2bd3ead6d3259a1dded364fcfc70fa5e37d64f32c879e1dd9c6e43dcf32fa9aeb73ee5cc49bf290a4
DIST xsensors-0.80.tar.gz 214763 BLAKE2B 7be4c0ef0f59e7c8c8b32b7e132acb906c9ab64e6e0f63a3316691eef8dd2f8b659d4e40d2213cf580cc4874bcba2fefad4f6a759bf349e18ebef12a99c91128 SHA512 e1ac7107b978bf9b392b0ecb13e49f49c8efebb228a9c6781a519b128f467d0346d35632646f20a036fdc34ea3ee86440c7be5a3285d922f8afbf051e9cfdcc8
diff --git a/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch b/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch
deleted file mode 100644
index 2f36cfba514..00000000000
--- a/x11-misc/xsensors/files/xsensors-0.70-gtk220.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/src/gui.c
-+++ b/src/gui.c
-@@ -84,7 +84,7 @@
- while ( *digit ) {
- get_pm_location( *digit, &x, &y, &w );
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, x, y + highLow,
- pos, 0, w, 30 );
- pos += w;
-@@ -121,7 +121,7 @@
-
- /* Display RPM */
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, 0, 120 + highLow,
- 90, 0, 57, 30 );
- break;
-@@ -142,7 +142,7 @@
- else
- x = 57;
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, x, 60 + highLow,
- 96, 0, 57, 30 );
-
-@@ -158,7 +158,7 @@
-
- /* Display V */
- gdk_draw_drawable( widget->window,
-- widget->style->fg_gc[ GTK_WIDGET_STATE
-+ widget->style->fg_gc[ gtk_widget_get_state
- (widget) ], theme, 114, 60 + highLow,
- 96, 0, 57, 30 );
-
diff --git a/x11-misc/xsensors/xsensors-0.70-r1.ebuild b/x11-misc/xsensors/xsensors-0.70-r1.ebuild
deleted file mode 100644
index 38fde9b5deb..00000000000
--- a/x11-misc/xsensors/xsensors-0.70-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A hardware health information viewer, interface to lm-sensors"
-HOMEPAGE="https://www.linuxhardware.org/xsensors/"
-SRC_URI="https://www.linuxhardware.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="x11-libs/gtk+:2
- >=sys-apps/lm-sensors-3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-gtk220.patch )
-
-src_prepare() {
- default
-
- sed -i \
- -e '/-DG.*_DISABLE_DEPRECATED/d' \
- -e 's:-Werror:-Wall:' \
- src/Makefile.am configure.in || die
-
- mv configure.{in,ac} || die #426262
-
- eautoreconf
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-07 20:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07 20:19 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsensors/files/, x11-misc/xsensors/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox