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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC666158009 for ; Mon, 19 Jun 2023 17:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32ED2E08C0; Mon, 19 Jun 2023 17:39:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99475E08C0 for ; Mon, 19 Jun 2023 17:39:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C2C340FF6 for ; Mon, 19 Jun 2023 17:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72023A98 for ; Mon, 19 Jun 2023 17:39:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1687196315.46bca90a99aac13fa6b052c59406df9ca17d2f34.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-polkit/mate-polkit-1.26.0.ebuild X-VCS-Directories: mate-extra/mate-polkit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 46bca90a99aac13fa6b052c59406df9ca17d2f34 X-VCS-Branch: master Date: Mon, 19 Jun 2023 17:39:14 +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: ec556bd6-8223-4083-9a59-c5f603801021 X-Archives-Hash: 34e907b63fc0ed3f2f609f0d5924bc56 commit: 46bca90a99aac13fa6b052c59406df9ca17d2f34 Author: Pacho Ramos gentoo org> AuthorDate: Mon Jun 19 17:31:02 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jun 19 17:38:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bca90a mate-extra/mate-polkit: drop 1.26.0 Signed-off-by: Pacho Ramos gentoo.org> mate-extra/mate-polkit/mate-polkit-1.26.0.ebuild | 41 ------------------------ 1 file changed, 41 deletions(-) diff --git a/mate-extra/mate-polkit/mate-polkit-1.26.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.26.0.ebuild deleted file mode 100644 index d4ca1ff07354..000000000000 --- a/mate-extra/mate-polkit/mate-polkit-1.26.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" -SLOT="0" - -IUSE="accountsservice appindicator" - -COMMON_DEPEND="x11-libs/gdk-pixbuf:2 - virtual/libintl:0 - >=x11-libs/gtk+-3.22.0:3 - appindicator? ( dev-libs/libappindicator:3 )" - -RDEPEND="${COMMON_DEPEND} - >=dev-libs/glib-2.50:2 - >=sys-auth/polkit-0.102 - accountsservice? ( sys-apps/accountsservice )" - -BDEPEND="${COMMON_DEPEND} - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.35 - sys-devel/gettext - >=sys-devel/libtool-2.2.6 - virtual/pkgconfig" - -src_configure() { - mate_src_configure \ - --disable-static \ - $(use_enable accountsservice) \ - $(use_enable appindicator) -}