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 15F9A1382C5 for ; Tue, 8 Jun 2021 22:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EFAAE079E; Tue, 8 Jun 2021 22:14:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F0270E079E for ; Tue, 8 Jun 2021 22:14:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3118F335DB5 for ; Tue, 8 Jun 2021 22:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5433D79D for ; Tue, 8 Jun 2021 22:14:24 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1623189917.c6eebd8540d477e494f28103a46521da715cfbdd.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-power-manager/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild mate-extra/mate-power-manager/mate-power-manager-9999.ebuild X-VCS-Directories: mate-extra/mate-power-manager/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: c6eebd8540d477e494f28103a46521da715cfbdd X-VCS-Branch: master Date: Tue, 8 Jun 2021 22:14:24 +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: 2c5825fa-2c26-49b6-8185-6dd3cb7c1fbe X-Archives-Hash: 3c0b405e807283f4258c659fa16b8fb8 commit: c6eebd8540d477e494f28103a46521da715cfbdd Author: Adam Feldman gentoo org> AuthorDate: Tue Jun 8 22:05:09 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Tue Jun 8 22:05:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=c6eebd85 mate-extra/mate-power-manager: Drop consolekit and drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> .../mate-power-manager-1.24.1-r1.ebuild | 74 ---------------------- .../mate-power-manager-1.24.1-r2.ebuild | 11 ++-- .../mate-power-manager-1.24.2.ebuild | 9 +-- .../mate-power-manager-9999.ebuild | 9 +-- 4 files changed, 10 insertions(+), 93 deletions(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild deleted file mode 100644 index db031cf..0000000 --- a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop" - -LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" -SLOT="0" -IUSE="+applet elogind gnome-keyring policykit systemd test" - -REQUIRED_USE="?? ( elogind systemd )" - -# Interactive testsuite. -RESTRICT="test" - -COMMON_DEPEND=" - >=dev-libs/dbus-glib-0.70 - >=dev-libs/glib-2.50:2 - >=media-libs/libcanberra-0.10:0[gtk3] - >=sys-apps/dbus-1 - >=x11-apps/xrandr-1.3 - >=x11-libs/cairo-1 - >=x11-libs/gdk-pixbuf-2.11:2 - >=x11-libs/gtk+-3.22:3 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrandr - >=x11-libs/libnotify-0.7:0 - x11-libs/pango - applet? ( >=mate-base/mate-panel-1.17.0 ) - gnome-keyring? ( >=gnome-base/libgnome-keyring-3 ) - >=sys-power/upower-0.99.8:=" - -RDEPEND="${COMMON_DEPEND} - virtual/libintl - policykit? ( >=mate-extra/mate-polkit-1.6 ) - systemd? ( sys-apps/systemd ) - !systemd? ( - elogind? ( sys-auth/elogind ) - !elogind? ( >=sys-auth/consolekit-0.9.2 ) - ) -" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.3 - app-text/rarian - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools - dev-libs/libxml2 - dev-util/glib-utils - >=sys-devel/gettext-0.19.8:* - virtual/pkgconfig - x11-base/xorg-proto" - -src_configure() { - mate_src_configure \ - --enable-compile-warnings=minimum \ - $(use_with gnome-keyring keyring) \ - $(use_enable applet applets) \ - $(use_enable test tests) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - - dbus-launch Xemake check || die "Test phase failed" -} diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild index 343f1cf..3fdb6fc 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop" @@ -15,7 +15,7 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" SLOT="0" IUSE="+applet elogind libsecret policykit systemd test" -REQUIRED_USE="?? ( elogind systemd )" +REQUIRED_USE="^^ ( elogind systemd )" # Interactive testsuite. RESTRICT="test" @@ -43,10 +43,7 @@ RDEPEND="${COMMON_DEPEND} virtual/libintl policykit? ( >=mate-extra/mate-polkit-1.6 ) systemd? ( sys-apps/systemd ) - !systemd? ( - elogind? ( sys-auth/elogind ) - !elogind? ( >=sys-auth/consolekit-0.9.2 ) - ) + elogind? ( sys-auth/elogind ) " DEPEND="${COMMON_DEPEND} diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild index baec1af..84d486d 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" SLOT="0" IUSE="+applet elogind libsecret policykit systemd test" -REQUIRED_USE="?? ( elogind systemd )" +REQUIRED_USE="^^ ( elogind systemd )" # Interactive testsuite. RESTRICT="test" @@ -43,10 +43,7 @@ RDEPEND="${COMMON_DEPEND} virtual/libintl policykit? ( >=mate-extra/mate-polkit-1.6 ) systemd? ( sys-apps/systemd ) - !systemd? ( - elogind? ( sys-auth/elogind ) - !elogind? ( >=sys-auth/consolekit-0.9.2 ) - ) + elogind? ( sys-auth/elogind ) " DEPEND="${COMMON_DEPEND} diff --git a/mate-extra/mate-power-manager/mate-power-manager-9999.ebuild b/mate-extra/mate-power-manager/mate-power-manager-9999.ebuild index baec1af..84d486d 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-9999.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" SLOT="0" IUSE="+applet elogind libsecret policykit systemd test" -REQUIRED_USE="?? ( elogind systemd )" +REQUIRED_USE="^^ ( elogind systemd )" # Interactive testsuite. RESTRICT="test" @@ -43,10 +43,7 @@ RDEPEND="${COMMON_DEPEND} virtual/libintl policykit? ( >=mate-extra/mate-polkit-1.6 ) systemd? ( sys-apps/systemd ) - !systemd? ( - elogind? ( sys-auth/elogind ) - !elogind? ( >=sys-auth/consolekit-0.9.2 ) - ) + elogind? ( sys-auth/elogind ) " DEPEND="${COMMON_DEPEND}