From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 516A3138334 for ; Sun, 14 Apr 2019 21:25:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396A6E08BE; Sun, 14 Apr 2019 21:25:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F11DCE08BE for ; Sun, 14 Apr 2019 21:25:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EEC1341126 for ; Sun, 14 Apr 2019 21:25:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF04A5A6 for ; Sun, 14 Apr 2019 21:24:58 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1555277076.66dbf64c7da39d4f9934d513bdbbce6f169064e3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-settings-daemon/Manifest mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild X-VCS-Directories: mate-base/mate-settings-daemon/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 66dbf64c7da39d4f9934d513bdbbce6f169064e3 X-VCS-Branch: master Date: Sun, 14 Apr 2019 21:24:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8bf466bb-0088-4fe3-93bc-a3f059d02ea0 X-Archives-Hash: 7acb211cc5fef3657202d3c1ff3b6240 commit: 66dbf64c7da39d4f9934d513bdbbce6f169064e3 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 14 21:11:16 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 14 21:24:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dbf64c mate-base/mate-settings-daemon: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 mate-base/mate-settings-daemon/Manifest | 1 - .../mate-settings-daemon-1.18.2.ebuild | 71 ---------------------- 2 files changed, 72 deletions(-) diff --git a/mate-base/mate-settings-daemon/Manifest b/mate-base/mate-settings-daemon/Manifest index 5f687b24db0..329476ccfbc 100644 --- a/mate-base/mate-settings-daemon/Manifest +++ b/mate-base/mate-settings-daemon/Manifest @@ -1,2 +1 @@ -DIST mate-settings-daemon-1.18.2.tar.xz 787004 BLAKE2B 4549948a25016389c280e2df190febb9c1fda3a88ee9354ea72a01e4b8fe973bd0d85c1fd1b3533589dcb1b304893099e6e0171a9be9c64c72fef3608375d86d SHA512 2e07f7873d8f1e75391ae6ab7a132ce1f90a3afe661ca263fff9db1b68c0a02dc53255d6382c2d69861f997f22711d062e43468041a0b3476cdd3a051dec7039 DIST mate-settings-daemon-1.22.0.tar.xz 810696 BLAKE2B 4b61441a96c3a5c59616f963b2356f418ccc81ca21ef1f3834a777f92779986afc114086ef16f42f69441031b24abb6e727a7326ae6209cb01545ae3359ca1da SHA512 e8fa2ba07195dd66a94312909be37abe67089c7a687afee3bfde5860a598e84481949c9cdc7408886f90776556b41d5574bd6efc0614ed7583908214d59c6cb5 diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild deleted file mode 100644 index f61f1f6e488..00000000000 --- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild +++ /dev/null @@ -1,71 +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 ~arm64 x86" -fi - -DESCRIPTION="MATE Settings Daemon" -LICENSE="GPL-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:0 - >=dev-libs/glib-2.17.3:2 - >=gnome-base/dconf-0.13.4:0 - >=mate-base/libmatekbd-1.17.0 - >=mate-base/mate-desktop-1.17.0 - media-libs/fontconfig:1.0 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.14:3 - x11-libs/libX11:0 - x11-libs/libXi:0 - x11-libs/libXext:0 - x11-libs/libXxf86misc:0 - >=x11-libs/libxklavier-5.2:0 - virtual/libintl:0 - libnotify? ( >=x11-libs/libnotify-0.7:0 ) - policykit? ( - >=dev-libs/dbus-glib-0.71:0 - >=sys-apps/dbus-1.1.2:0 - >=sys-auth/polkit-0.97:0 - ) - pulseaudio? ( - >=media-libs/libmatemixer-1.10:0[pulseaudio] - >=media-sound/pulseaudio-0.9.15:0 - ) - smartcard? ( >=dev-libs/nss-3.11.2:0 ) - sound? ( - >=media-libs/libmatemixer-1.10:0 - media-libs/libcanberra:0[gtk3] - )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.50.1:0 - sys-devel/gettext:0 - virtual/pkgconfig:0 - 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) -}