[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2023-01-02 Thread Sam James
commit: 2b81012c88d23e51ab058ae26886eee7b14d112b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  2 21:56:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  2 22:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b81012c

sys-auth/polkit-qt: drop 0.114.0-r1

Bug: https://bugs.gentoo.org/879357
Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild | 45 --
 1 file changed, 45 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
deleted file mode 100644
index efecd86154c1..
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="libraries"
-KDE_ORG_NAME="polkit-qt-1"
-inherit cmake kde.org
-
-DESCRIPTION="Qt wrapper around polkit-1 client libraries"
-HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=sys-auth/polkit-0.103
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-PATCHES=(
-   "${FILESDIR}/${P}-cmake.patch"
-   "${FILESDIR}/${P}-glib-2.36.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_EXAMPLES=OFF
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2023-01-02 Thread Sam James
commit: 64e31153b5b287851d7861422627c2ef1d8e0582
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  2 21:57:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  2 22:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e31153

sys-auth/polkit-qt: depend on polkit[daemon(+)]

Otherwise polkit-agent isn't guaranteed to be around. USE=daemon means 'not just
libs'.

Closes: https://bugs.gentoo.org/889382
Signed-off-by: Sam James  gentoo.org>

 .../{polkit-qt-0.114.0-r2.ebuild => polkit-qt-0.114.0-r3.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
similarity index 92%
rename from sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
rename to sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
index fbe9fa2e6ab8..464e34718786 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,7 +25,7 @@ RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
-   >=sys-auth/polkit-0.103
+   >=sys-auth/polkit-0.103[daemon(+)]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-12-02 Thread Arthur Zamarin
commit: c157af90432daea01c65ce33746eaf5bd4bc6156
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 06:23:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 06:23:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c157af90

sys-auth/polkit-qt: Stabilize 0.114.0-r2 x86, #879357

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
index a561d1747804..fbe9fa2e6ab8 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-11-29 Thread Jakov Smolić
commit: 4c86a3630f6966ef8f00afc779528f78f680b7e6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov 29 15:10:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov 29 15:10:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c86a363

sys-auth/polkit-qt: Stabilize 0.114.0-r2 amd64, #879357

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
index 4e9c9fe8c407..a561d1747804 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-11-17 Thread Sam James
commit: 7fbea9d860c13b3764ec619bf6436b2cf662cf8c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 17 23:05:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 17 23:05:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbea9d8

sys-auth/polkit-qt: Stabilize 0.114.0-r2 arm64, #879357

Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
index 0bb9a6530f9b..4e9c9fe8c407 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/files/, sys-auth/polkit-qt/

2022-11-11 Thread Andreas Sturmlechner
commit: 8d9c191ec4f0899045f4b420c57e7c40c8dc0468
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 11 20:52:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 11 23:17:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9c191e

sys-auth/polkit-qt: Fix memory leak

Upstream commit e6a3603b1f07cd85dbd84377afeda0777d6535e8

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/polkit-qt-0.114.0-fix-memory-leak.patch  | 36 +
 sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild | 46 ++
 2 files changed, 82 insertions(+)

diff --git a/sys-auth/polkit-qt/files/polkit-qt-0.114.0-fix-memory-leak.patch 
b/sys-auth/polkit-qt/files/polkit-qt-0.114.0-fix-memory-leak.patch
new file mode 100644
index ..02f830cbf531
--- /dev/null
+++ b/sys-auth/polkit-qt/files/polkit-qt-0.114.0-fix-memory-leak.patch
@@ -0,0 +1,36 @@
+From e6a3603b1f07cd85dbd84377afeda0777d6535e8 Mon Sep 17 00:00:00 2001
+From: Zhang Dingyuan 
+Date: Tue, 14 Jun 2022 11:37:40 +0800
+Subject: [PATCH] fix: memory leak
+
+agent listener does not reclaim private memory after destructing.
+Use `QScopedPointer` to protect private pointers from being copied and to
+reclaim memory properly.
+---
+ agent/polkitqt1-agent-listener.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/agent/polkitqt1-agent-listener.h 
b/agent/polkitqt1-agent-listener.h
+index 07fe03a..a40ff41 100644
+--- a/agent/polkitqt1-agent-listener.h
 b/agent/polkitqt1-agent-listener.h
+@@ -9,6 +9,7 @@
+ #define POLKITQT1_AGENT_LISTENER_H
+ 
+ #include 
++#include 
+ 
+ #include "polkitqt1-agent-session.h"
+ 
+@@ -137,7 +138,7 @@ public Q_SLOTS:
+ virtual void cancelAuthentication() = 0;
+ 
+ private:
+-ListenerPrivate * const d;
++QScopedPointer d;
+ };
+ }
+ 
+-- 
+GitLab
+

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
new file mode 100644
index ..0bb9a6530f9b
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="libraries"
+KDE_ORG_NAME="polkit-qt-1"
+inherit cmake kde.org
+
+DESCRIPTION="Qt wrapper around polkit-1 client libraries"
+HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+PATCHES=(
+   "${FILESDIR}/${P}-cmake.patch"
+   "${FILESDIR}/${P}-glib-2.36.patch"
+   "${FILESDIR}/${P}-fix-memory-leak.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=OFF
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-05-25 Thread WANG Xuerui
commit: 278df570c98a6dae258805d9f7656b539f0e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed May 25 11:17:54 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed May 25 11:17:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278df570

sys-auth/polkit-qt: keyword 0.114.0-r1 for ~loong

See: https://github.com/xen0n/loongson-overlay/pull/25
Tested-by: HougeLangley  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
index c0f84d0b76ed..efecd86154c1 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-03-01 Thread Sam James
commit: f7aeb214ad2b3bdc601bd4452724f4d03e1ff748
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  2 03:44:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  2 03:44:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7aeb214

sys-auth/polkit-qt: Stabilize 0.114.0-r1 amd64, #833859

Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
index 274a743e6395..7f08dc96e4dd 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-03-01 Thread Sam James
commit: abf673f3f5a3a3ac59cf357a1f23cd30a1d8cb75
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  2 03:44:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  2 03:44:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf673f3

sys-auth/polkit-qt: Stabilize 0.114.0-r1 arm64, #833859

Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
index 7f08dc96e4dd..c0f84d0b76ed 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-02-28 Thread Sam James
commit: af5698b9b1c81325c023b9d9b819b1c8ae462406
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5698b9

sys-auth/polkit-qt: Stabilize 0.114.0-r1 x86, #833859

Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
index d2ed0e07d44f..274a743e6395 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/, sys-auth/polkit-qt/files/

2022-02-21 Thread Andreas Sturmlechner
commit: aa5f00e41dde6a854658fa8e13b3a9c6fbe94dea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 21 16:23:36 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 21 16:45:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5f00e4

sys-auth/polkit-qt: EAPI-8 bump, two upstream backports

Drop IUSE debug no-op
Improve cmake (not perfect yet)
Drop glib no-op by depending on >=2.36

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../polkit-qt/files/polkit-qt-0.114.0-cmake.patch  | 301 +
 .../files/polkit-qt-0.114.0-glib-2.36.patch| 188 +
 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild |  45 +++
 3 files changed, 534 insertions(+)

diff --git a/sys-auth/polkit-qt/files/polkit-qt-0.114.0-cmake.patch 
b/sys-auth/polkit-qt/files/polkit-qt-0.114.0-cmake.patch
new file mode 100644
index ..232dcb502604
--- /dev/null
+++ b/sys-auth/polkit-qt/files/polkit-qt-0.114.0-cmake.patch
@@ -0,0 +1,301 @@
+From 1f151d81381106c15084280f1e11209d259ae45c Mon Sep 17 00:00:00 2001
+From: John Zimmermann 
+Date: Sat, 19 Jun 2021 15:47:56 +0200
+Subject: [PATCH] Change installed .cmake and .pc files to contain realtive
+ paths
+
+The LIB_DESTINATION and INCLUDE_DESTIONATION variables do hold little
+value, since one can just override the normal CMAKE variables as needed.
+Furthermore using CMAKE_INSTALL_FULL_LIBDIR is harmful, since this
+prevents CMake to use it's logic to install relocatable .cmake files.
+Also libdir and includedir in pkgconfig files need to be prefixed by
+either ${exec_prefix} or ${prefix} for the same relocation reasons.
+---
+ CMakeLists.txt  | 27 +++
+ PolkitQt-1Config.cmake.in   |  4 ++--
+ agent/CMakeLists.txt|  6 +++---
+ core/CMakeLists.txt |  6 +++---
+ gui/CMakeLists.txt  |  6 +++---
+ polkit-qt-1.pc.cmake|  4 ++--
+ polkit-qt-agent-1.pc.cmake  |  4 ++--
+ polkit-qt-core-1.pc.cmake   |  4 ++--
+ polkit-qt-gui-1.pc.cmake|  4 ++--
+ polkit-qt5-1.pc.cmake   |  4 ++--
+ polkit-qt5-agent-1.pc.cmake |  4 ++--
+ polkit-qt5-core-1.pc.cmake  |  4 ++--
+ polkit-qt5-gui-1.pc.cmake   |  4 ++--
+ 13 files changed, 38 insertions(+), 43 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 32eb737..a82f8cb 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -21,11 +21,6 @@ include(GNUInstallDirs)
+ 
+ include(FeatureSummary)
+ 
+-# Set the different paths
+-set(LIB_DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}" CACHE PATH 
"Library directory name")
+-set(INCLUDE_DESTINATION "${CMAKE_INSTALL_FULL_INCLUDEDIR}" CACHE PATH 
"The subdirectory to the header prefix")
+-
+-
+ set(REQUIRED_QT_VERSION 5.5.0)
+ set(CMAKE_CXX_STANDARD 11)
+ 
+@@ -103,7 +98,7 @@ install(FILES
+ ${CMAKE_CURRENT_BINARY_DIR}/agent/polkitqt1-agent-export.h
+ 
+ DESTINATION
+-${INCLUDE_DESTINATION}/${POLKITQT-1_INCLUDE_PATH} COMPONENT Devel)
++${CMAKE_INSTALL_INCLUDEDIR}/${POLKITQT-1_INCLUDE_PATH} COMPONENT Devel)
+ 
+ install(FILES
+ includes/PolkitQt1/Authority
+@@ -113,40 +108,40 @@ install(FILES
+ includes/PolkitQt1/TemporaryAuthorization
+ includes/PolkitQt1/ActionDescription
+ DESTINATION
+-${INCLUDE_DESTINATION}/${POLKITQT-1_INCLUDE_PATH}/PolkitQt1 COMPONENT 
Devel)
++${CMAKE_INSTALL_INCLUDEDIR}/${POLKITQT-1_INCLUDE_PATH}/PolkitQt1 
COMPONENT Devel)
+ 
+ install(FILES
+ includes/PolkitQt1/Gui/Action
+ includes/PolkitQt1/Gui/ActionButton
+ includes/PolkitQt1/Gui/ActionButtons
+ DESTINATION
+-${INCLUDE_DESTINATION}/${POLKITQT-1_INCLUDE_PATH}/PolkitQt1/Gui COMPONENT 
Devel)
++${CMAKE_INSTALL_INCLUDEDIR}/${POLKITQT-1_INCLUDE_PATH}/PolkitQt1/Gui 
COMPONENT Devel)
+ 
+ install(FILES
+ includes/PolkitQt1/Agent/Listener
+ includes/PolkitQt1/Agent/Session
+ DESTINATION
+-${INCLUDE_DESTINATION}/${POLKITQT-1_INCLUDE_PATH}/PolkitQt1/Agent 
COMPONENT Devel)
++${CMAKE_INSTALL_INCLUDEDIR}/${POLKITQT-1_INCLUDE_PATH}/PolkitQt1/Agent 
COMPONENT Devel)
+ 
+ if(NOT WIN32)
+ # Pkgconfig
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${POLKITQT-1_PCNAME}.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/${POLKITQT-1_PCNAME}.pc @ONLY)
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${POLKITQT-1_PCNAME}.pc 
DESTINATION ${LIB_DESTINATION}/pkgconfig )
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${POLKITQT-1_PCNAME}.pc 
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
+ 
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${POLKITQT-1_CORE_PCNAME}.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/${POLKITQT-1_CORE_PCNAME}.pc
+@ONLY)
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${POLKITQT-1_CORE_PCNAME}.pc 
DESTINATION ${LIB_DESTINATION}/pkgconfig )
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${POLKITQT-1_CORE_PCNAME}.pc 
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
+ 

[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2021-08-02 Thread Andreas Sturmlechner
commit: 9f415c15ddc9578423d76544509ecbba4e75c089
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug  2 07:30:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug  2 07:30:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f415c15

sys-auth/polkit-qt: Drop 0.113

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit-qt/Manifest |  1 -
 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 087cbaa35be..dc394746a2a 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,2 +1 @@
-DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 
52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41
 SHA512 
deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38
 DIST polkit-qt-1-0.114.0.tar.xz 58384 BLAKE2B 
e788198e386797ba9b4c228a451dde703f83e79c81eacaf805e431a3f60c0832adc3faef4616e3008dfaa816d7dc5a7a80aaf02936ea232373e78e0d008724ca
 SHA512 
4a16d9428d5ccc0107dcbd67c29ecba196424e555dc43d55cf2b6e0e7b72c99f894e9c994eaed85a9536010d67a19f20fe74f792c0d6b9ca0e05ce85f655f9a8

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
deleted file mode 100644
index 7e85ce613a8..000
--- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_NAME="polkit-qt-1"
-inherit cmake kde.org
-
-DESCRIPTION="Qt wrapper around polkit-1 client libraries"
-HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-   S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=sys-auth/polkit-0.103
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_EXAMPLES=OFF
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2021-08-01 Thread Sam James
commit: bd728ddd3c3b262caa17d98188a401657cfcfec9
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  2 03:18:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  2 03:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd728ddd

sys-auth/polkit-qt: Stabilize 0.114.0 arm64, #802474

Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
index fef63b40378..a90ac4af7d5 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2021-07-30 Thread Sam James
commit: 2f609692f7d89044ac19ae51492d40d4aea11ecd
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 30 06:12:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 30 06:12:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f609692

sys-auth/polkit-qt: Stabilize 0.114.0 x86, #802474

Signed-off-by: Sam James  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
index f08c5bcad9f..fef63b40378 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2021-07-28 Thread Agostino Sarubbo
commit: d4f8a029b49bccaf6580f2ac12dd77a68ba720fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 28 06:41:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 28 06:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f8a029

sys-auth/polkit-qt: amd64 stable wrt bug #802474

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
index 4f8c2c28c93..f08c5bcad9f 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2021-06-20 Thread Andreas Sturmlechner
commit: e11dec8a46d946cdb738a9ea1accce675bc0a511
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 19 20:15:10 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 20 08:32:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11dec8a

sys-auth/polkit-qt: 0.114.0 version bump

See also: https://mail.kde.org/pipermail/kde-announce-apps/2021-June/005660.html

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit-qt/Manifest |  1 +
 sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 8b9fe5d7c40..087cbaa35be 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1 +1,2 @@
 DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 
52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41
 SHA512 
deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38
+DIST polkit-qt-1-0.114.0.tar.xz 58384 BLAKE2B 
e788198e386797ba9b4c228a451dde703f83e79c81eacaf805e431a3f60c0832adc3faef4616e3008dfaa816d7dc5a7a80aaf02936ea232373e78e0d008724ca
 SHA512 
4a16d9428d5ccc0107dcbd67c29ecba196424e555dc43d55cf2b6e0e7b72c99f894e9c994eaed85a9536010d67a19f20fe74f792c0d6b9ca0e05ce85f655f9a8

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
new file mode 100644
index 000..9af8b9c31a6
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="polkit-qt-1"
+inherit cmake kde.org
+
+DESCRIPTION="Qt wrapper around polkit-1 client libraries"
+HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=OFF
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-11-26 Thread Andreas Sturmlechner
commit: 81c44a2b8a8cb456a7842253d41ae72e4092ca04
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 26 11:11:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 26 11:11:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c44a2b

sys-auth/polkit-qt: Drop 0.112.0_p20160416-r2

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit-qt/Manifest|  1 -
 .../polkit-qt-0.112.0_p20160416-r2.ebuild  | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 8afcecc7593..8b9fe5d7c40 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,2 +1 @@
-DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B 
fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e
 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
 DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 
52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41
 SHA512 
deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
deleted file mode 100644
index bb4c417528b..000
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/qt/qt-1}"
-inherit cmake-utils
-
-DESCRIPTION="PolicyKit Qt API wrapper library"
-HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-IUSE="debug"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=sys-auth/polkit-0.103
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_EXAMPLES=OFF
-   -DUSE_QT4=OFF
-   -DUSE_QT5=ON
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-11-25 Thread Thomas Deutschmann
commit: 435ddbb948cd7085740e271d7aaba538b339582f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 26 00:50:18 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 26 00:50:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435ddbb9

sys-auth/polkit-qt: x86 stable (bug #700046)

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
index 755d61bc62d..6873d44cf9f 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-11-18 Thread Agostino Sarubbo
commit: e0dac4c493fe12ec2c1da50b3edcb76cc909bbe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0dac4c4

sys-auth/polkit-qt: amd64 stable wrt bug #700046

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
index 3d438c81c68..755d61bc62d 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-11-13 Thread Aaron Bauman
commit: d003307d8f79ff8725a74e5326ada1f70ed3c0b3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Nov 13 23:17:23 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Nov 13 23:17:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d003307d

sys-auth/polkit-qt: arm64 stable (bug #700046)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
index 1d09067472d..3d438c81c68 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-11-13 Thread Andreas Sturmlechner
commit: 717df9128fe9e558206be782cd23e4a27bddf0cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 19:52:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 13 21:24:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717df912

sys-auth/polkit-qt: Use kde.org

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
index 65ed2776fbf..1d09067472d 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -3,17 +3,20 @@
 
 EAPI=7
 
-MY_PN="${PN}-1"
-MY_P="${MY_PN}-${PV}"
-inherit cmake-utils
+KDE_ORG_NAME="polkit-qt-1"
+inherit cmake-utils kde.org
 
 DESCRIPTION="Qt wrapper around polkit-1 client libraries"
 HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
-SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.xz"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
+fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug"
 
 RDEPEND="
@@ -28,8 +31,6 @@ DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README README.porting TODO )
 
-S="${WORKDIR}/${MY_P}"
-
 src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=OFF



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-08-27 Thread Andreas Sturmlechner
commit: 62eb14adde104adbfc5c6c524bba6d274d26f134
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:28:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62eb14ad

sys-auth/polkit-qt: 0.113 version bump

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/polkit-qt/Manifest |  1 +
 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index f8e02f52818..8afcecc7593 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1 +1,2 @@
 DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B 
fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e
 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
+DIST polkit-qt-1-0.113.0.tar.xz 64652 BLAKE2B 
52d8c5c8009e2595c70db5b6a6349e4524d6d9cbec12c5a535f25d737da1d16e77fadf3572eebbede7a5ed583c818e878119b416d69a076e03bb37d2f7da7b41
 SHA512 
deea5d75f547eaa0279c664ec9608b65f464db97fd5fdea27437f8ed4ec033de2b9f91d967deacb28bf0a1e54f131f997acb862cc3e1f8dfcb1f6c337e719b38

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
new file mode 100644
index 000..7191cd244da
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN}-1"
+MY_P="${MY_PN}-${PV}"
+inherit cmake-utils
+
+DESCRIPTION="Qt wrapper around polkit-1 client libraries"
+HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
+SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.xz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=OFF
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-11-02 Thread Andreas Sturmlechner
commit: 3304289282df4dea80a1b38c0969bd4aeee1b03d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  2 14:06:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  2 14:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33042892

sys-auth/polkit-qt: Drop USE examples

Closes: https://bugs.gentoo.org/664114
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
index cfd05deaabc..bc0b5722cec 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE="debug examples"
+IUSE="debug"
 
 RDEPEND="
dev-libs/glib:2
@@ -22,7 +22,6 @@ RDEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
>=sys-auth/polkit-0.103
-   examples? ( dev-qt/qtxml:5 )
 "
 DEPEND="${RDEPEND}"
 
@@ -32,7 +31,7 @@ S=${WORKDIR}/${MY_P}
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_EXAMPLES=$(usex examples)
+   -DBUILD_EXAMPLES=OFF
-DUSE_QT4=OFF
-DUSE_QT5=ON
)



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-05-26 Thread Andreas Sturmlechner
commit: 03846570dd1297de8fdee549b57a9cf4ecb07aa1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 21:11:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 21:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03846570

sys-auth/polkit-qt: Drop old Qt4-based

Dropping arches without remaining revdeps.

Closes: https://bugs.gentoo.org/627178
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../polkit-qt-0.112.0_p20160416-r1.ebuild  | 73 --
 1 file changed, 73 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
deleted file mode 100644
index 8939baaf3bd..000
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/qt/qt-1}"
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="PolicyKit Qt API wrapper library"
-HOMEPAGE="https://www.kde.org/;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="debug examples qt4"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=sys-auth/polkit-0.103
-   examples? ( dev-qt/qtxml:5 )
-   qt4? (
-   dev-qt/qtcore:4[glib]
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DBUILD_EXAMPLES=$(usex examples)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-05-26 Thread Andreas Sturmlechner
commit: 89c5d6e276bd6344f02d5d231a142eea652fe0db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 26 20:50:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 26 20:51:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c5d6e2

sys-auth/polkit-qt: 0.112.0_p20160416-r2 amd64 stable

Bug #654060

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
index 3e7c64731dc..cfd05deaabc 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="debug examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-05-25 Thread Thomas Deutschmann
commit: 1e1ce3547e2960b5712065012d69d23fa0ebdfbf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 25 22:47:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 25 23:58:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1ce354

sys-auth/polkit-qt: x86 stable (bug #654060)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
index e909e08a5bf..3e7c64731dc 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="debug examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2018-03-22 Thread Andreas Sturmlechner
commit: 11b0c540fe09a099d51ed0a63273d91a2c587e21
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 12:07:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 12:16:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b0c540

sys-auth/polkit-qt: Drop USE=qt4 and multibuild

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../polkit-qt-0.112.0_p20160416-r2.ebuild  | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
new file mode 100644
index 000..e909e08a5bf
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/qt/qt-1}"
+inherit cmake-utils
+
+DESCRIPTION="PolicyKit Qt API wrapper library"
+HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
+SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug examples"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+   examples? ( dev-qt/qtxml:5 )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=$(usex examples)
+   -DUSE_QT4=OFF
+   -DUSE_QT5=ON
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-12-09 Thread Andreas Sturmlechner
commit: 5c771cfbd418cbcff15e9db159427605ac719a09
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  9 08:06:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  9 08:09:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c771cfb

sys-auth/polkit-qt: Drop old

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 sys-auth/polkit-qt/Manifest|  1 -
 sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild | 78 --
 2 files changed, 79 deletions(-)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index c375a1a56ac..f8e02f52818 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,2 +1 @@
-DIST polkit-qt-1-0.112.0.tar.bz2 67725 BLAKE2B 
3779fb7a95919b29358592076c6a23b66d73f0b91405e010f13f9512a130434c621a0a551f0da1d5e02eeccb559f774f8366234b24d8130a12982178ec7de143
 SHA512 
4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
 DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B 
fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e
 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild
deleted file mode 100644
index 0a9f3d4ce65..000
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="${P/qt/qt-1}"
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="PolicyKit Qt4 API wrapper library"
-HOMEPAGE="https://www.kde.org/;
-SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="debug examples +qt4 qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=sys-auth/polkit-0.103
-   qt4? (
-   dev-qt/qtcore:4[glib]
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   examples? ( dev-qt/qtxml:5 )
-   )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-# bug #529686
-RESTRICT="test"
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=()
-   use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
-   use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   $(cmake-utils_use_build examples)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-11-30 Thread Andreas Sturmlechner
commit: aa5f48ba0c4d40830fec4776eef15ead75b7dfae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 30 22:41:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 30 22:54:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5f48ba

sys-auth/polkit-qt: amd64 stable, bug #638276

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-auth/polkit-qt/Manifest  | 2 +-
 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 78387aacd8f..c375a1a56ac 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,2 +1,2 @@
 DIST polkit-qt-1-0.112.0.tar.bz2 67725 BLAKE2B 
3779fb7a95919b29358592076c6a23b66d73f0b91405e010f13f9512a130434c621a0a551f0da1d5e02eeccb559f774f8366234b24d8130a12982178ec7de143
 SHA512 
4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
-DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 SHA256 
3b334a088e9cfe903bded0af745f0410b45024352936b5a415a7df21115bf646 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
 WHIRLPOOL 
4421c548695a3ccef9b32653fc1c77b38c6898d10bebb69fd261d4088d6d9d5561aa9f0d2636b8ad7c6cd1f0360f3758fb765f486a5c95709ae9e0c4a688d123
+DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 BLAKE2B 
fbc3631585801f42ff92324576a2bd82d61aa5b24317f95e1182c300073a8e746007fa3409127a50d7d3433c5092f56d72e2e579683d08145067d4424c4dfe7e
 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
index bc16de54bae..8939baaf3bd 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="debug examples qt4"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-11-30 Thread Thomas Deutschmann
commit: fe884c3618e343a36169ed17b115a4c5357273e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 30 18:28:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 30 19:02:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe884c36

sys-auth/polkit-qt: x86 stable (bug #638276)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
index 4f16cb8b5d6..bc16de54bae 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="debug examples qt4"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-11-23 Thread Sergei Trofimovich
commit: bc9902d1651fe794791e5843303618b256da1067
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov 23 23:06:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov 23 23:06:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9902d1

sys-auth/polkit-qt: stable 0.112.0_p20160416-r1 for ppc/ppc64, bug #638276

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 sys-auth/polkit-qt/Manifest  | 2 +-
 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 3994e981e4a..78387aacd8f 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1,2 +1,2 @@
-DIST polkit-qt-1-0.112.0.tar.bz2 67725 SHA256 
67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6 SHA512 
4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
 WHIRLPOOL 
cf77234386646a145c807888ba361dad45f50e8857d8bea7d507b966fd52172b870ffa16c8c5df15296419ee04778614161fff9466d31af44661730916435f73
+DIST polkit-qt-1-0.112.0.tar.bz2 67725 BLAKE2B 
3779fb7a95919b29358592076c6a23b66d73f0b91405e010f13f9512a130434c621a0a551f0da1d5e02eeccb559f774f8366234b24d8130a12982178ec7de143
 SHA512 
4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
 DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 SHA256 
3b334a088e9cfe903bded0af745f0410b45024352936b5a415a7df21115bf646 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
 WHIRLPOOL 
4421c548695a3ccef9b32653fc1c77b38c6898d10bebb69fd261d4088d6d9d5561aa9f0d2636b8ad7c6cd1f0360f3758fb765f486a5c95709ae9e0c4a688d123

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
index add07a53914..4f16cb8b5d6 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86 ~x86-fbsd"
 IUSE="debug examples qt4"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-09-01 Thread Andreas Sturmlechner
commit: e9d2337e625de1bc32be63d33d5e3545404cc2de
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 22:29:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d2337e

sys-auth/polkit-qt: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../polkit-qt/polkit-qt-0.112.0_p20160416.ebuild   | 79 --
 1 file changed, 79 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild
deleted file mode 100644
index 30f4a1d5800..000
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/qt/qt-1}"
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="PolicyKit Qt4 API wrapper library"
-HOMEPAGE="https://www.kde.org/;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="debug examples qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=sys-auth/polkit-0.103
-   qt4? (
-   dev-qt/qtcore:4[glib]
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   examples? ( dev-qt/qtxml:5 )
-   )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=()
-   use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
-   use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DBUILD_EXAMPLES=$(usex examples)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-09-01 Thread Andreas Sturmlechner
commit: 69fc96c2242e00c249a42df6a5db279b7f49a57e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 22:28:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fc96c2

sys-auth/polkit-qt: Drop USE=qt5, build it unconditionally

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../polkit-qt-0.112.0_p20160416-r1.ebuild  | 73 ++
 1 file changed, 73 insertions(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
new file mode 100644
index 000..add07a53914
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/qt/qt-1}"
+
+inherit cmake-utils multibuild
+
+DESCRIPTION="PolicyKit Qt API wrapper library"
+HOMEPAGE="https://www.kde.org/;
+SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug examples qt4"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+   examples? ( dev-qt/qtxml:5 )
+   qt4? (
+   dev-qt/qtcore:4[glib]
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4[glib]
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DBUILD_EXAMPLES=$(usex examples)
+   )
+
+   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+   mycmakeargs+=( -DUSE_QT4=ON )
+   fi
+   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
+   mycmakeargs+=( -DUSE_QT5=ON )
+   fi
+
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+   multibuild_foreach_variant cmake-utils_src_test
+}
+
+src_install() {
+   multibuild_foreach_variant cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-07-09 Thread Michael Palimaka
commit: 39d55767f9fad76d4cb295638caa5a0f718f5f35
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jul  9 11:45:52 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jul  9 11:46:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d55767

sys-auth/polkit-qt: add snapshot

Gentoo-bug: 589780
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-auth/polkit-qt/Manifest|  1 +
 .../polkit-qt/polkit-qt-0.112.0_p20160416.ebuild   | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/sys-auth/polkit-qt/Manifest b/sys-auth/polkit-qt/Manifest
index 739c8b562c8..3994e981e4a 100644
--- a/sys-auth/polkit-qt/Manifest
+++ b/sys-auth/polkit-qt/Manifest
@@ -1 +1,2 @@
 DIST polkit-qt-1-0.112.0.tar.bz2 67725 SHA256 
67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6 SHA512 
4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
 WHIRLPOOL 
cf77234386646a145c807888ba361dad45f50e8857d8bea7d507b966fd52172b870ffa16c8c5df15296419ee04778614161fff9466d31af44661730916435f73
+DIST polkit-qt-1-0.112.0_p20160416.tar.xz 64540 SHA256 
3b334a088e9cfe903bded0af745f0410b45024352936b5a415a7df21115bf646 SHA512 
90677af780a2bbcb33b6a54702ba96f965eb8561f2636af7aa0146f9b2450f9e89f67e022ffa99742afe50e3d1f570eabfad686e9e08e629a1e662d9f5abf2ea
 WHIRLPOOL 
4421c548695a3ccef9b32653fc1c77b38c6898d10bebb69fd261d4088d6d9d5561aa9f0d2636b8ad7c6cd1f0360f3758fb765f486a5c95709ae9e0c4a688d123

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild
new file mode 100644
index 000..30f4a1d5800
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/qt/qt-1}"
+
+inherit cmake-utils multibuild
+
+DESCRIPTION="PolicyKit Qt4 API wrapper library"
+HOMEPAGE="https://www.kde.org/;
+SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug examples qt4 +qt5"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
+
+RDEPEND="
+   dev-libs/glib:2
+   >=sys-auth/polkit-0.103
+   qt4? (
+   dev-qt/qtcore:4[glib]
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4[glib]
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   examples? ( dev-qt/qtxml:5 )
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=()
+   use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
+   use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DBUILD_EXAMPLES=$(usex examples)
+   )
+
+   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+   mycmakeargs+=( -DUSE_QT4=ON )
+   fi
+   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
+   mycmakeargs+=( -DUSE_QT5=ON )
+   fi
+
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+   multibuild_foreach_variant cmake-utils_src_test
+}
+
+src_install() {
+   multibuild_foreach_variant cmake-utils_src_install
+}