Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/
Date: Thu, 10 Jun 2021 00:24:06
Message-Id: 1623282463.4f6c7095cd3c3d1f6c57b99b9909f362445e5384.np-hardass@gentoo
1 commit: 4f6c7095cd3c3d1f6c57b99b9909f362445e5384
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 23:47:43 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 23:47:43 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4f6c7095
7
8 mate-extra/mate-sensors-applet: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 mate-extra/mate-sensors-applet/Manifest | 1 -
14 .../mate-sensors-applet-1.24.0.ebuild | 65 ----------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/mate-extra/mate-sensors-applet/Manifest b/mate-extra/mate-sensors-applet/Manifest
18 index 3c30bb2..ba5b4f7 100644
19 --- a/mate-extra/mate-sensors-applet/Manifest
20 +++ b/mate-extra/mate-sensors-applet/Manifest
21 @@ -1,2 +1 @@
22 -DIST mate-sensors-applet-1.24.0.tar.xz 580536 BLAKE2B a72198917a3b87c1a9ed941aa272cab7439bcd07cb1bb2dbadb0fcd21bb5d6f1cc05986800de7d0f68c2c260cf9556f1e239a2ad2fd01bec8bdccad0180117b2 SHA512 039834b7cfe641e670e372e311da3d737254ab3cf13b27e71c6555888ac1165766fe2d940bcea44a5ceed5f0ddcd3390d01331d927121137c21a6647c68875c2
23 DIST mate-sensors-applet-1.24.1.tar.xz 578964 BLAKE2B e9a7eacb032738014c3e91595ae1f2673973b20c09fd02bd186aa5468773a1322022fbb245b9ec6e9c987405014b91e0f7c12e072f9c3ba6cd9df32c1ee99703 SHA512 3bf21d501e067a2ce002c5149f42161cc6917609ceb2396b705e905987cb4d989725ca825c6de7bbe4e950f7a01e755c2cd5b45532d6f65aef690f394741489a
24
25 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
26 deleted file mode 100644
27 index 7f07d8d..0000000
28 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
29 +++ /dev/null
30 @@ -1,65 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -MATE_LA_PUNT="yes"
37 -
38 -inherit mate
39 -
40 -if [[ ${PV} != 9999 ]]; then
41 - KEYWORDS="amd64 ~arm x86"
42 -fi
43 -
44 -DESCRIPTION="MATE panel applet to display readings from hardware sensors"
45 -LICENSE="FDL-1.1+ GPL-2+"
46 -SLOT="0"
47 -
48 -IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"
49 -
50 -COMMON_DEPEND="
51 - >=dev-libs/glib-2.50:2
52 - >=mate-base/mate-panel-1.17.0
53 - >=x11-libs/cairo-1.0.4
54 - x11-libs/gdk-pixbuf:2
55 - >=x11-libs/gtk+-3.22:3
56 - hddtemp? ( >=app-admin/hddtemp-0.3_beta13 )
57 - libnotify? ( >=x11-libs/libnotify-0.7 )
58 - lm-sensors? ( sys-apps/lm-sensors )
59 - video_cards_nvidia? ( || (
60 - >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
61 - ) )
62 -"
63 -
64 -RDEPEND="${COMMON_DEPEND}
65 - virtual/libintl
66 -"
67 -
68 -DEPEND="${COMMON_DEPEND}
69 - app-text/rarian
70 - >=app-text/scrollkeeper-dtd-1:1.0
71 - app-text/yelp-tools
72 - >=sys-devel/gettext-0.19.8:*
73 - virtual/pkgconfig:*
74 -"
75 -
76 -PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
77 -
78 -src_configure() {
79 - local udisks
80 -
81 - if use hddtemp && use dbus; then
82 - udisks="--enable-udisks2"
83 - else
84 - udisks="--disable-udisks2"
85 - fi
86 -
87 - mate_src_configure \
88 - --disable-netbsd \
89 - --disable-static \
90 - --without-aticonfig \
91 - $(use_enable libnotify) \
92 - $(use_with lm-sensors libsensors) \
93 - $(use_with video_cards_nvidia nvidia) \
94 - ${udisks}
95 -}