mate-base/mate-settings-daemon: Drop old
authorAdam Feldman <NP-Hardass@gentoo.org>
Tue, 5 May 2020 02:28:04 +0000 (22:28 -0400)
committerAdam Feldman <NP-Hardass@gentoo.org>
Fri, 8 May 2020 04:44:08 +0000 (00:44 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
mate-base/mate-settings-daemon/Manifest
mate-base/mate-settings-daemon/mate-settings-daemon-1.22.0-r1.ebuild [deleted file]
mate-base/mate-settings-daemon/mate-settings-daemon-1.22.0.ebuild [deleted file]

index 1e95c872658f3c84f0ef44ecb9f2cd4dee905960..b89894fef0b647c91f8f200da77d48f92f1a6be9 100644 (file)
@@ -1,3 +1,2 @@
-DIST mate-settings-daemon-1.22.0.tar.xz 810696 BLAKE2B 4b61441a96c3a5c59616f963b2356f418ccc81ca21ef1f3834a777f92779986afc114086ef16f42f69441031b24abb6e727a7326ae6209cb01545ae3359ca1da SHA512 e8fa2ba07195dd66a94312909be37abe67089c7a687afee3bfde5860a598e84481949c9cdc7408886f90776556b41d5574bd6efc0614ed7583908214d59c6cb5
 DIST mate-settings-daemon-1.22.1.tar.xz 766556 BLAKE2B 5e0eeb497795eae666adbe046acf0594f0da0f8c4583d0933541a45e0eb6ece3662ac408385ff21cc2db4f566fce4aa3685e8e0aee2d2ab1e9f22e0cf12ad24b SHA512 9a7d9d81f18e2603c45fab223b3341df1939ee92b0e2db00f0ca5c095a88511c67b33d668b951b1a8f93c81c1e801bfd35729e64fab8bf2962af1e443d8448b6
 DIST mate-settings-daemon-1.24.0.tar.xz 1026248 BLAKE2B 134ad9c23488ae4a9619e5d9d4465bd3f2cbbacbd3b3e78924c3adcc95a88a8499c24b1c7bd844994b67517407c08c6bf22471597ad9311a4ae04cd7c96996fc SHA512 897d3540930ac407d802c9ecd1995e9bfee14eafadbbfad64aab1e7d93c9830111ac991d8f0df37e34efaa3f7cae9d59ee4d786b15acf0b87b8ba5d299bc1cc1
diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.22.0-r1.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.22.0-r1.ebuild
deleted file mode 100644 (file)
index d370a5a..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~arm64 ~x86"
-fi
-
-DESCRIPTION="MATE Settings Daemon"
-LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="X debug libnotify policykit pulseaudio rfkill smartcard +sound"
-
-REQUIRED_USE="pulseaudio? ( sound )"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.74
-       >=dev-libs/glib-2.50:2
-       >=gnome-base/dconf-0.13.4
-       >=mate-base/libmatekbd-1.17.0
-       >=mate-base/mate-desktop-1.21.1
-       media-libs/fontconfig:1.0
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libX11
-       x11-libs/libXi
-       x11-libs/libXext
-       x11-libs/libXxf86misc
-       >=x11-libs/libxklavier-5.2
-       virtual/libintl
-       libnotify? ( >=x11-libs/libnotify-0.7:0 )
-       policykit? (
-               >=dev-libs/dbus-glib-0.71
-               >=sys-apps/dbus-1.1.2
-               >=sys-auth/polkit-0.97
-       )
-       pulseaudio? (
-               >=media-libs/libmatemixer-1.10[pulseaudio]
-               >=media-sound/pulseaudio-0.9.15
-       )
-       smartcard? ( >=dev-libs/nss-3.11.2 )
-       sound? (
-               >=media-libs/libmatemixer-1.10
-               media-libs/libcanberra[gtk3]
-       )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/intltool-0.50.1
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-base/xorg-proto"
-
-src_configure() {
-       mate_src_configure \
-               $(use_with X x) \
-               $(use_with libnotify) \
-               $(use_with sound libcanberra) \
-               $(use_with sound libmatemixer) \
-               $(use_enable debug) \
-               $(use_enable policykit polkit) \
-               $(use_enable pulseaudio pulse) \
-               $(use_enable rfkill) \
-               $(use_enable smartcard smartcard-support)
-}
diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.22.0.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.22.0.ebuild
deleted file mode 100644 (file)
index fa1dd2d..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~arm64 x86"
-fi
-
-DESCRIPTION="MATE Settings Daemon"
-LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="X debug libnotify policykit pulseaudio smartcard +sound"
-
-REQUIRED_USE="pulseaudio? ( sound )"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.74
-       >=dev-libs/glib-2.50:2
-       >=gnome-base/dconf-0.13.4
-       >=mate-base/libmatekbd-1.17.0
-       >=mate-base/mate-desktop-1.21.1
-       media-libs/fontconfig:1.0
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       >=x11-libs/gtk+-3.22:3
-       x11-libs/libX11
-       x11-libs/libXi
-       x11-libs/libXext
-       x11-libs/libXxf86misc
-       >=x11-libs/libxklavier-5.2
-       virtual/libintl
-       libnotify? ( >=x11-libs/libnotify-0.7:0 )
-       policykit? (
-               >=dev-libs/dbus-glib-0.71
-               >=sys-apps/dbus-1.1.2
-               >=sys-auth/polkit-0.97
-       )
-       pulseaudio? (
-               >=media-libs/libmatemixer-1.10[pulseaudio]
-               >=media-sound/pulseaudio-0.9.15
-       )
-       smartcard? ( >=dev-libs/nss-3.11.2 )
-       sound? (
-               >=media-libs/libmatemixer-1.10
-               media-libs/libcanberra[gtk3]
-       )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/intltool-0.50.1
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-base/xorg-proto"
-
-src_configure() {
-       mate_src_configure \
-               $(use_with X x) \
-               $(use_with libnotify) \
-               $(use_with sound libcanberra) \
-               $(use_with sound libmatemixer) \
-               $(use_enable debug) \
-               $(use_enable policykit polkit) \
-               $(use_enable pulseaudio pulse) \
-               $(use_enable smartcard smartcard-support)
-}