From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- .../gnome-settings-daemon-3.32.1.ebuild | 135 --------------------- 1 file changed, 135 deletions(-) delete mode 100644 gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild (limited to 'gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild') diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild deleted file mode 100644 index 5abdbc2182d8..000000000000 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.32.1.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) - -inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg - -DESCRIPTION="Gnome Settings Daemon" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-settings-daemon" -SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -IUSE="+colord +cups debug elogind input_devices_wacom networkmanager smartcard systemd test +udev wayland" -REQUIRED_USE=" - ^^ ( elogind systemd ) - input_devices_wacom? ( udev ) - wayland? ( udev ) -" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" - -# >=polkit-0.114 for ITS translation rules of .policy files -COMMON_DEPEND=" - >=sci-geosciences/geocode-glib-3.10 - >=dev-libs/glib-2.56:2 - >=gnome-base/gnome-desktop-3.11.1:3= - >=gnome-base/gsettings-desktop-schemas-3.27.90 - >=x11-libs/gtk+-3.15.3:3[X,wayland?] - >=dev-libs/libgweather-3.9.5:2= - colord? ( - >=x11-misc/colord-1.0.2:= - >=media-libs/lcms-2.2:2 ) - media-libs/libcanberra[gtk3] - >=app-misc/geoclue-2.3.1:2.0 - >=x11-libs/libnotify-0.7.3 - >=media-sound/pulseaudio-2[glib] - >=sys-auth/polkit-0.114 - >=sys-power/upower-0.99:= - x11-libs/libX11 - udev? ( dev-libs/libgudev:= ) - wayland? ( dev-libs/wayland ) - input_devices_wacom? ( >=dev-libs/libwacom-0.7 - >=x11-libs/pango-1.20.0 - x11-libs/gdk-pixbuf:2 ) - smartcard? ( >=dev-libs/nss-3.11.2 ) - cups? ( >=net-print/cups-1.4[dbus] ) - networkmanager? ( >=net-misc/networkmanager-1.0 ) - media-libs/alsa-lib - x11-libs/libXi - x11-libs/libXext - media-libs/fontconfig -" -# logind needed for power and session management, bug #464944 -# gnome-session-3.27.90 and gdm-3.27.9 adapt to A11yKeyboard component removal (moved to shell dealing with it) -RDEPEND="${COMMON_DEPEND} - gnome-base/dconf - elogind? ( sys-auth/elogind ) - systemd? ( sys-apps/systemd ) - !