summaryrefslogtreecommitdiff
path: root/mate-extra/mate-polkit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-20 01:14:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-20 01:14:49 +0100
commitbc4457d8e0e53a2e43c4254d08053ba9708663e1 (patch)
tree4f8809f23d683eed73ef800d99ce7aa628a82527 /mate-extra/mate-polkit
parent5f593f75391c28294f0dffa4dd1df280a4d8df73 (diff)
gentoo auto-resync : 20:06:2023 - 01:14:49
Diffstat (limited to 'mate-extra/mate-polkit')
-rw-r--r--mate-extra/mate-polkit/Manifest1
-rw-r--r--mate-extra/mate-polkit/mate-polkit-1.26.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
index d69d6ba34133..0b0e0a05e172 100644
--- a/mate-extra/mate-polkit/Manifest
+++ b/mate-extra/mate-polkit/Manifest
@@ -1,5 +1,4 @@
AUX mate-polkit-1.26.0-ayatana.patch 6764 BLAKE2B 351a5f347c685f610ba1fb0ef746be0c3ce1d59d6dc039421929f20f6ca658c0d2a236e0825b9ff9f148405c573f0aa186109c0485e0434d760f0bd5d8266e5e SHA512 0db50fabc09129db71a7c196e10017704a9fef8808c4d45ccd427384c4f3012e486a56cac587ea4c10df2ac3c2af6ba30bbbdf27234edb2c616e029b57fe48ec
DIST mate-polkit-1.26.0.tar.xz 335768 BLAKE2B 15b1fd38efcb157802ff96f09879a8790d6a8356d6fe75f833bcd4b9f088e30b019a7e0739d48000aed4a7d9b5634727c2176ce7b725d82431118c7da4e04f04 SHA512 393a8a0a9567ec75762dcd1e776a1544756f4b9b88b8bbb4f6d1ed87dcc25c30025e27d6f4e18c04c79f5f02152490f577fb89c758ce042dc466a387d9202e0f
EBUILD mate-polkit-1.26.0-r1.ebuild 1049 BLAKE2B 85e68a2e433e2fa18eb5e268770de9633b356a06aed28379d86d7288b55e249e4b73522865ed050039343f06524bc99ee3a91fecca4eff7a4de0c2d43c478197 SHA512 e2756dc57540b6c0eaea627892b90b92c2f67ef9d3370926c022c8f65453f0beaf7b89a2de0a63b4ce5463241c767c78b81b4260322523f4155f03fcef4b321f
-EBUILD mate-polkit-1.26.0.ebuild 901 BLAKE2B a947d917cebeb76616a843447e00919c31a39bcea9a2c0e3468358d44c386a98f915ac931559dc023ee23cec66e5714ea8ccb77d0e4c044b502439d87be01966 SHA512 9f3b0a55bb9cff906cd18ac135579c0f31b4664c519213a39e81e5cb3673c985f22c33af6afe18d3ea55bfa794c62ef3400c6156a5559e7b433b994716dfb53a
MISC metadata.xml 442 BLAKE2B 02aa1b8e6c0782e8ade7f38e2af219dcdc8b92036d439abd16d6fefc9f255ac473cee15b620766e1ba29ce21236aa3643910cdac58bb26e8301db4d173afd9bd SHA512 6fe20a514c55f283b0921ecafed0a4fe7f1cc8d71bb2a65f47caae34ef9cd34a859aeb41ef70eb8e5b370c7a636a70b35c787568d4526bda77370dbb1b776be7
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)
-}