Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/
Date: Sun, 14 Apr 2019 21:25:07
Message-Id: 1555277084.819f9f0a32d34bc1b7d63725e8a059b8858c54ef.zlogene@gentoo
1 commit: 819f9f0a32d34bc1b7d63725e8a059b8858c54ef
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 21:17:36 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 21:24:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f9f0a
7
8 mate-extra/mate-sensors-applet: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 mate-extra/mate-sensors-applet/Manifest | 1 -
14 .../mate-sensors-applet-1.18.3.ebuild | 63 ---------------------
15 .../mate-sensors-applet-1.22.0.ebuild | 65 ----------------------
16 3 files changed, 129 deletions(-)
17
18 diff --git a/mate-extra/mate-sensors-applet/Manifest b/mate-extra/mate-sensors-applet/Manifest
19 index 6e20ea2058e..ade43c73b58 100644
20 --- a/mate-extra/mate-sensors-applet/Manifest
21 +++ b/mate-extra/mate-sensors-applet/Manifest
22 @@ -1,2 +1 @@
23 -DIST mate-sensors-applet-1.18.3.tar.xz 385728 BLAKE2B 42a38121db367788af906aec08261512b8aa96ad3782c1aca0d29b8371a598855ee0d7a3c63306929d45e4d58fb01e117efd91b4bd6b104c49790ff8e73c292f SHA512 39e23839eebe460a99d002d6f897d3053a6940cb33a24c923790e976b72be7a260cd06be326abbb3917b85b6b6fa779cc5f1c06dbf9c19c45ec3f1bf6a93a96e
24 DIST mate-sensors-applet-1.22.0.tar.xz 511876 BLAKE2B 6e2008d60a5530ab233da0fe67a38fea2abfba0d745386d82d44e21e59a5d7a08e7f97390f3b8e3df16699c8b69bf1f9c3d4762b45f4652838672c57ec91bf34 SHA512 f756fdff4dd8fe824fbe41956411ca1e6ce251fc1d43276c7244a8a806e91bacc283c412b831935136682971509e23c08538264963af31488bee15ce5644d5cb
25
26 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
27 deleted file mode 100644
28 index 62ee356d61a..00000000000
29 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
30 +++ /dev/null
31 @@ -1,63 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -MATE_LA_PUNT="yes"
38 -
39 -inherit mate
40 -
41 -if [[ ${PV} != 9999 ]]; then
42 - KEYWORDS="amd64 ~arm x86"
43 -fi
44 -
45 -DESCRIPTION="MATE panel applet to display readings from hardware sensors"
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -
49 -IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia"
50 -
51 -COMMON_DEPEND=">=dev-libs/glib-2.36:2
52 - >=mate-base/mate-panel-1.17.0
53 - >=x11-libs/cairo-1.0.4:0
54 - x11-libs/gdk-pixbuf:2
55 - >=x11-libs/gtk+-3.14:3
56 - virtual/libintl:0
57 - hddtemp? (
58 - dbus? (
59 - >=dev-libs/dbus-glib-0.80:0
60 - >=dev-libs/libatasmart-0.16:0 )
61 - !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
62 - libnotify? ( >=x11-libs/libnotify-0.7:0 )
63 - lm_sensors? ( sys-apps/lm_sensors:0 )
64 - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] )"
65 -
66 -RDEPEND="${COMMON_DEPEND}"
67 -
68 -DEPEND="${COMMON_DEPEND}
69 - app-text/rarian:0
70 - >=app-text/scrollkeeper-dtd-1:1.0
71 - app-text/yelp-tools:0
72 - >=dev-util/intltool-0.50.1:*
73 - sys-devel/gettext:*
74 - virtual/pkgconfig:*"
75 -
76 -PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
77 -
78 -src_configure() {
79 - local udisks
80 -
81 - if use hddtemp && use dbus; then
82 - udisks="--enable-udisks"
83 - else
84 - udisks="--disable-udisks"
85 - fi
86 -
87 - mate_src_configure \
88 - --disable-static \
89 - --without-aticonfig \
90 - $(use_enable libnotify) \
91 - $(use_with lm_sensors libsensors) \
92 - $(use_with video_cards_nvidia nvidia) \
93 - ${udisks}
94 -}
95
96 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0.ebuild
97 deleted file mode 100644
98 index 9af3b881d01..00000000000
99 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0.ebuild
100 +++ /dev/null
101 @@ -1,65 +0,0 @@
102 -# Copyright 1999-2019 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -
107 -MATE_LA_PUNT="yes"
108 -
109 -inherit mate
110 -
111 -if [[ ${PV} != 9999 ]]; then
112 - KEYWORDS="~amd64 ~arm ~x86"
113 -fi
114 -
115 -DESCRIPTION="MATE panel applet to display readings from hardware sensors"
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -
119 -IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia"
120 -
121 -COMMON_DEPEND=">=dev-libs/glib-2.50:2
122 - >=mate-base/mate-panel-1.17.0
123 - >=x11-libs/cairo-1.0.4
124 - x11-libs/gdk-pixbuf:2
125 - >=x11-libs/gtk+-3.22:3
126 - virtual/libintl
127 - hddtemp? (
128 - dbus? (
129 - >=dev-libs/dbus-glib-0.80
130 - >=dev-libs/libatasmart-0.16 )
131 - !dbus? ( >=app-admin/hddtemp-0.3_beta13 ) )
132 - libnotify? ( >=x11-libs/libnotify-0.7 )
133 - lm_sensors? ( sys-apps/lm_sensors )
134 - video_cards_nvidia? ( || (
135 - >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
136 - ) )"
137 -
138 -RDEPEND="${COMMON_DEPEND}"
139 -
140 -DEPEND="${COMMON_DEPEND}
141 - app-text/rarian
142 - >=app-text/scrollkeeper-dtd-1:1.0
143 - app-text/yelp-tools
144 - >=dev-util/intltool-0.50.1:*
145 - sys-devel/gettext:*
146 - virtual/pkgconfig:*"
147 -
148 -PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
149 -
150 -src_configure() {
151 - local udisks
152 -
153 - if use hddtemp && use dbus; then
154 - udisks="--enable-udisks"
155 - else
156 - udisks="--disable-udisks"
157 - fi
158 -
159 - mate_src_configure \
160 - --disable-static \
161 - --without-aticonfig \
162 - $(use_enable libnotify) \
163 - $(use_with lm_sensors libsensors) \
164 - $(use_with video_cards_nvidia nvidia) \
165 - ${udisks}
166 -}