commit:     64564785108f5266f4575118a6598dac3f6c0351
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 20:00:44 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 20:22:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64564785

mate-extra/mate-sensors-applet: remove old

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 mate-extra/mate-sensors-applet/Manifest            |  3 -
 .../mate-sensors-applet-1.12.1.ebuild              | 66 ---------------------
 .../mate-sensors-applet-1.14.0.ebuild              | 68 ----------------------
 .../mate-sensors-applet-1.16.1.ebuild              | 68 ----------------------
 mate-extra/mate-sensors-applet/metadata.xml        |  3 -
 5 files changed, 208 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index a887b16462f..b802c0d119e 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,4 +1 @@
-DIST mate-sensors-applet-1.12.1.tar.xz 369492 BLAKE2B 
cdc0bc46639e5234c9ed37cbd62b9439e1dbf1da9d2b377c57502d370e1f6e19a87e307c00a9bfbcde32812fde2804d3c248805f55dcb29b70d10cd38ca08210
 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
-DIST mate-sensors-applet-1.14.0.tar.xz 389960 BLAKE2B 
e220374ac5e56fb0e5fc86c036dd49f509def048421903597d82df8a14ed8877586282880419d168d1319fc05d890f6ffd61cdc49622d53f9dc5d4d51e82332a
 SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
-DIST mate-sensors-applet-1.16.1.tar.xz 393360 BLAKE2B 
01afa10059a94bcedb0af497203f481dba2fcbf9b9633b3c69ecd1d28ac8894159abc8e26ef61de7ffcfa62d51d7d651adf73f53850b4fe7446aa8b56dadfbd2
 SHA512 
35ea60f7f63b636dc8d8f6fa6f9a8fac516cea6e3005eaaf715f3f5bc3d03f1d04f24fe9f5bbba3edea41498efaa78fdec085f63d1940bc1265e0b1d70da62cc
 DIST mate-sensors-applet-1.18.3.tar.xz 385728 BLAKE2B 
42a38121db367788af906aec08261512b8aa96ad3782c1aca0d29b8371a598855ee0d7a3c63306929d45e4d58fb01e117efd91b4bd6b104c49790ff8e73c292f
 SHA512 
39e23839eebe460a99d002d6f897d3053a6940cb33a24c923790e976b72be7a260cd06be326abbb3917b85b6b6fa779cc5f1c06dbf9c19c45ec3f1bf6a93a96e

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
deleted file mode 100644
index 186a36d76bf..00000000000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
-
-RDEPEND="app-text/rarian:0
-       >=dev-libs/glib-2.36:2
-       >=mate-base/mate-panel-1.6[gtk3(-)=]
-       >=x11-libs/cairo-1.0.4:0
-       x11-libs/gdk-pixbuf:2
-       virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2 )
-       gtk3? ( >=x11-libs/gtk+-3.0:3 )
-       hddtemp? (
-               dbus? (
-                       >=dev-libs/dbus-glib-0.80:0
-                       >=dev-libs/libatasmart-0.16:0 )
-               !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
-       libnotify? ( >=x11-libs/libnotify-0.7:0 )
-       lm_sensors? ( sys-apps/lm_sensors:0 )
-       video_cards_nvidia? ( || (
-               >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-               media-video/nvidia-settings:0
-       ) )"
-
-DEPEND="${RDEPEND}
-       >=app-text/scrollkeeper-dtd-1:1.0
-       app-text/yelp-tools:0
-       >=dev-util/intltool-0.50.1:*
-       sys-devel/gettext:*
-       virtual/pkgconfig:*"
-
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
-
-src_configure() {
-       local udisks
-
-       if use hddtemp && use dbus; then
-               udisks="--enable-udisks"
-       else
-               udisks="--disable-udisks"
-       fi
-
-       mate_src_configure \
-               --disable-static \
-               --without-aticonfig \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
-               $(use_enable libnotify) \
-               $(use_with lm_sensors libsensors) \
-               $(use_with video_cards_nvidia nvidia) \
-               ${udisks}
-}

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
deleted file mode 100644
index 4e3e5391b77..00000000000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2
-       >=mate-base/mate-panel-1.6[gtk3(-)=]
-       >=x11-libs/cairo-1.0.4:0
-       x11-libs/gdk-pixbuf:2
-       virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2 )
-       gtk3? ( >=x11-libs/gtk+-3.0:3 )
-       hddtemp? (
-               dbus? (
-                       >=dev-libs/dbus-glib-0.80:0
-                       >=dev-libs/libatasmart-0.16:0 )
-               !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
-       libnotify? ( >=x11-libs/libnotify-0.7:0 )
-       lm_sensors? ( sys-apps/lm_sensors:0 )
-       video_cards_nvidia? ( || (
-               >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-               media-video/nvidia-settings:0
-       ) )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       app-text/rarian:0
-       >=app-text/scrollkeeper-dtd-1:1.0
-       app-text/yelp-tools:0
-       >=dev-util/intltool-0.50.1:*
-       sys-devel/gettext:*
-       virtual/pkgconfig:*"
-
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
-
-src_configure() {
-       local udisks
-
-       if use hddtemp && use dbus; then
-               udisks="--enable-udisks"
-       else
-               udisks="--disable-udisks"
-       fi
-
-       mate_src_configure \
-               --disable-static \
-               --without-aticonfig \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
-               $(use_enable libnotify) \
-               $(use_with lm_sensors libsensors) \
-               $(use_with video_cards_nvidia nvidia) \
-               ${udisks}
-}

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild
deleted file mode 100644
index caab01e9f30..00000000000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2
-       >=mate-base/mate-panel-1.6[gtk3(-)=]
-       >=x11-libs/cairo-1.0.4:0
-       x11-libs/gdk-pixbuf:2
-       virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2 )
-       gtk3? ( >=x11-libs/gtk+-3.0:3 )
-       hddtemp? (
-               dbus? (
-                       >=dev-libs/dbus-glib-0.80:0
-                       >=dev-libs/libatasmart-0.16:0 )
-               !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
-       libnotify? ( >=x11-libs/libnotify-0.7:0 )
-       lm_sensors? ( sys-apps/lm_sensors:0 )
-       video_cards_nvidia? ( || (
-               >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-               media-video/nvidia-settings:0
-       ) )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       app-text/rarian:0
-       >=app-text/scrollkeeper-dtd-1:1.0
-       app-text/yelp-tools:0
-       >=dev-util/intltool-0.50.1:*
-       sys-devel/gettext:*
-       virtual/pkgconfig:*"
-
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
-
-src_configure() {
-       local udisks
-
-       if use hddtemp && use dbus; then
-               udisks="--enable-udisks"
-       else
-               udisks="--disable-udisks"
-       fi
-
-       mate_src_configure \
-               --disable-static \
-               --without-aticonfig \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
-               $(use_enable libnotify) \
-               $(use_with lm_sensors libsensors) \
-               $(use_with video_cards_nvidia nvidia) \
-               ${udisks}
-}

diff --git a/mate-extra/mate-sensors-applet/metadata.xml 
b/mate-extra/mate-sensors-applet/metadata.xml
index 5cc849549b9..c1da9f71259 100644
--- a/mate-extra/mate-sensors-applet/metadata.xml
+++ b/mate-extra/mate-sensors-applet/metadata.xml
@@ -5,9 +5,6 @@
                <email>m...@gentoo.org</email>
                <name>Gentoo MATE Desktop</name>
        </maintainer>
-       <use>
-               <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
-       </use>
        <upstream>
                <remote-id 
type="github">mate-desktop/mate-sensors-applet</remote-id>
        </upstream>

Reply via email to