summaryrefslogtreecommitdiff
path: root/gnome-extra/polkit-gnome
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /gnome-extra/polkit-gnome
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'gnome-extra/polkit-gnome')
-rw-r--r--gnome-extra/polkit-gnome/Manifest3
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild44
-rw-r--r--gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild8
3 files changed, 5 insertions, 50 deletions
diff --git a/gnome-extra/polkit-gnome/Manifest b/gnome-extra/polkit-gnome/Manifest
index 7f9301b94844..0685f2b6917a 100644
--- a/gnome-extra/polkit-gnome/Manifest
+++ b/gnome-extra/polkit-gnome/Manifest
@@ -1,4 +1,3 @@
DIST polkit-gnome-0.105.tar.xz 310876 BLAKE2B c4b44d8d667ecf043516468fea061c668c94f670aeb0649ecfe1cecdd466d46156b6fffbf642020bd575f4e40f84e6155d3752ebfef57ef0491019616a4f0c21 SHA512 eae2504959bca6f2b53dbad1b743fc0414b82897e62623af80ee74c4080a10d6b07a4c90151ee1264891f27373321b8697ac8a747cba5254c765b4cd9161bd42
-EBUILD polkit-gnome-0.105-r1.ebuild 1076 BLAKE2B 71656222dd1d59dd53b8064f5cfcb9d3d87115112f1327291df25d64e992e29de69236bfb59283e46e6918bf1edf8ae5a6de773a17a70f72b487e0f0f541cc0c SHA512 deaa0228efe4c0b449ab9e187d23b004404ee73f2899f0ff03262ddb700cab36de05cfdc4e6fdf8c6c4eeb91d9cfa70411770392a78ca5de9581d1fdd176ec7a
-EBUILD polkit-gnome-0.105-r2.ebuild 1093 BLAKE2B eec86330b8b73da781738776685d54d404d84f95d48299dcc77192cb36f67cbc74525f1730a780939bcc3c6d7c5d59fbd7bea13e7477d57ace6c435580e11112 SHA512 2fb695c1bff2e40f501b0020e70a44bfac10daadc0a06a26e0d99e07ca6f7ddb65f5fa17173931785e2c463c6b698c5d959d5177ab237d2e08eb65c2e47e70af
+EBUILD polkit-gnome-0.105-r2.ebuild 1061 BLAKE2B dd8ce1e6bd4eaeed74ba9a662d8a1ee34e1cc80c29b5189b0fbf9d1819b4819b967a4929db08af71c4fd1f78245fb284451b82c1961d16204823f202246e9c6f SHA512 7dc65a74869aa75b37c24f308955ee7a57703c8308533bf8bf3993ccae44f70688c832d15aaa8bd4581f3a9e7d09d51f44741819af026d13d436cac15abcee55
MISC metadata.xml 266 BLAKE2B 9c01787259e2c33e012f96ae52558f21518e2dc4e2bae1e528e8d53b897a698d9d205226aaf5c3796002ac10335d09b57de0d7a0ec079ea9982c7e05d1f67091 SHA512 c4dde7027a929519d75bf240bdf01edee88b6ab874e56c9e524f783b801eb26b5e86a9378cf23b21f7fd2f0f9ee45764daa7deef9173a05e0fedd997e648313b
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild
deleted file mode 100644
index 24ef170d41b8..000000000000
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.105-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnome.org
-
-DESCRIPTION="A dbus session bus service that is used to bring up authentication dialogs"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.30
- >=sys-auth/polkit-0.102
- x11-libs/gtk+:3
- !lxde-base/lxpolkit"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-DOCS=( AUTHORS HACKING NEWS README TODO )
-
-src_install() {
- default
-
- cat <<-EOF > "${T}"/polkit-gnome-authentication-agent-1.desktop
- [Desktop Entry]
- Name=PolicyKit Authentication Agent
- Comment=PolicyKit Authentication Agent
- Exec=/usr/libexec/polkit-gnome-authentication-agent-1
- Terminal=false
- Type=Application
- Categories=
- NoDisplay=true
- NotShowIn=MATE;KDE;
- AutostartCondition=GNOME3 if-session gnome-fallback
- EOF
-
- insinto /etc/xdg/autostart
- doins "${T}"/polkit-gnome-authentication-agent-1.desktop
-}
diff --git a/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild b/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild
index cb6785fa8f27..5fd3c492b717 100644
--- a/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild
+++ b/gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild
@@ -2,21 +2,21 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit gnome.org
DESCRIPTION="A dbus session bus service that is used to bring up authentication dialogs"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit"
+HOMEPAGE="https://gitlab.freedesktop.org/polkit/polkit/"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
IUSE=""
DEPEND=">=dev-libs/glib-2.30
>=sys-auth/polkit-0.102
x11-libs/gtk+:3"
-RDEPEND="${DEPEND}
- !lxde-base/lxpolkit"
+RDEPEND="${DEPEND}"
BDEPEND="dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"