From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/
Date: Tue, 17 Sep 2024 17:50:29 +0000 (UTC) [thread overview]
Message-ID: <1726595408.714546bd4ee2628cd6af4136da947f698b9713be.asturm@gentoo> (raw)
commit: 714546bd4ee2628cd6af4136da947f698b9713be
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep 3 12:25:10 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714546bd
mate-extra/mate-polkit: drop 1.26.0-r1, 1.26.1, 1.27.1
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 3 --
.../mate-polkit/mate-polkit-1.26.0-r1.ebuild | 46 -------------------
| 52 ----------------------
| 46 -------------------
4 files changed, 147 deletions(-)
--git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
index 0fbdd47692b2..9e522201ee4c 100644
--- a/mate-extra/mate-polkit/Manifest
+++ b/mate-extra/mate-polkit/Manifest
@@ -1,4 +1 @@
-DIST mate-polkit-1.26.0.tar.xz 335768 BLAKE2B 15b1fd38efcb157802ff96f09879a8790d6a8356d6fe75f833bcd4b9f088e30b019a7e0739d48000aed4a7d9b5634727c2176ce7b725d82431118c7da4e04f04 SHA512 393a8a0a9567ec75762dcd1e776a1544756f4b9b88b8bbb4f6d1ed87dcc25c30025e27d6f4e18c04c79f5f02152490f577fb89c758ce042dc466a387d9202e0f
-DIST mate-polkit-1.26.1.tar.xz 344216 BLAKE2B 4ebb173bfc94f87199aa53cc9cede9a454969801b57a6702e85bf695ad23c7b2b29c62e1428d3b28afb32d96b98dfa6252142b0c23ad8f78fb0807f3cca866a4 SHA512 0c8e881991d90af3121212c2dbb931bcea9ab9b9d22e0664d866b8a2bc95f2427bba09635be35f1a01404efd83b567d8a3d947cca84562463591a7821fb85678
-DIST mate-polkit-1.27.1.tar.xz 345096 BLAKE2B ffdf98fbfc8d840a441b33ef7db3e09ac9a651fa9af9d68df52b939abd5322f3fdba352114fbfc442ebbb794c50a305687f171ad38fe3b79182749cde7e6f0a9 SHA512 5dc91c02e8538c214b72ac799ac7724327e8c950837213a41f91ecdc25834b0ef059143f173f570b8ac1195a76b073c54a189e3067a91b3ca8382edaf98d740c
DIST mate-polkit-1.28.1.tar.xz 347556 BLAKE2B 6ded6349b5e61c3b233365dd9d57377349416a813f7fc002fe15ee9d7f68ab1b006a5b19655222f8ca99a8e94bc2c55679f16ce080c5b489d2ba82f6384da7ce SHA512 fbe25e2f0beae8c681a38aef5bb213e719e45bf9f9d7685fc4f1a5d80d524340e706f9222f0acdd5f1b4a662de1d3a0c017ccabad0df35c8f4fe68526fad199c
diff --git a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild
deleted file mode 100644
index 9a990fa984cc..000000000000
--- a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 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/libayatana-appindicator )"
-
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.50:2
- >=sys-auth/polkit-0.102[daemon]
- accountsservice? ( sys-apps/accountsservice )"
-
-BDEPEND="${COMMON_DEPEND}
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=dev-util/intltool-0.35
- sys-devel/gettext
- >=dev-build/libtool-2.2.6
- virtual/pkgconfig"
-
-PATCHES=(
- # https://github.com/mate-desktop/mate-polkit/commit/65a6c367e28e338dc74931dece1af9e53338276f
- "${FILESDIR}/${P}-ayatana.patch"
-)
-
-src_configure() {
- mate_src_configure \
- --disable-static \
- $(use_enable accountsservice) \
- $(use_enable appindicator)
-}
diff --git a/mate-extra/mate-polkit/mate-polkit-1.26.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.26.1.ebuild
deleted file mode 100644
index cbb5703f56fd..000000000000
--- a/mate-extra/mate-polkit/mate-polkit-1.26.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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="
- virtual/libintl:0
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.22.0:3
- appindicator? ( dev-libs/libayatana-appindicator )
-"
-
-RDEPEND="
- ${COMMON_DEPEND}
- >=dev-libs/glib-2.50:2
- >=sys-auth/polkit-0.102[daemon]
- accountsservice? ( sys-apps/accountsservice )
-"
-
-BDEPEND="
- ${COMMON_DEPEND}
- dev-build/gtk-doc-am
- >=dev-build/libtool-2.2.6
- dev-util/gtk-doc
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-PATCHES=(
- # https://github.com/mate-desktop/mate-polkit/commit/65a6c367e28e338dc74931dece1af9e53338276f
- "${FILESDIR}/${PN}-1.26.0-ayatana.patch"
-)
-
-src_configure() {
- mate_src_configure \
- --disable-static \
- $(use_enable accountsservice) \
- $(use_enable appindicator)
-}
diff --git a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild
deleted file mode 100644
index 0d4d07ef96d6..000000000000
--- a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit mate
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; 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/libayatana-appindicator )"
-
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.50:2
- >=sys-auth/polkit-0.102[daemon]
- accountsservice? ( sys-apps/accountsservice )"
-
-BDEPEND="${COMMON_DEPEND}
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=dev-util/intltool-0.35
- sys-devel/gettext
- >=dev-build/libtool-2.2.6
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.27.1-configure.patch
-)
-
-src_configure() {
- mate_src_configure \
- --disable-static \
- $(use_enable accountsservice) \
- $(use_enable appindicator)
-}
next reply other threads:[~2024-09-17 17:50 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-17 17:50 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-07 1:49 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/ Sam James
2025-04-24 8:16 Sam James
2024-06-18 8:06 Joonas Niilola
2024-02-08 9:18 Joonas Niilola
2024-02-07 14:45 Joonas Niilola
2023-06-19 17:39 Pacho Ramos
2023-06-07 12:32 Arthur Zamarin
2023-06-07 8:47 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-05-14 3:00 Sam James
2021-06-30 22:43 Adam Feldman
2020-09-02 6:02 Adam Feldman
2020-04-23 9:35 Pacho Ramos
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-03-17 20:42 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2017-12-21 21:16 Patrice Clement
2017-09-27 3:23 NP Hardass
2016-08-06 2:12 NP Hardass
2016-05-30 19:18 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1726595408.714546bd4ee2628cd6af4136da947f698b9713be.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox