* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2016-04-15 16:51 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-04-15 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 470a6dac5cc588ac5ff9e3038ef8ab1cb7b69a87
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 16:51:02 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 16:51:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470a6dac
kde-frameworks/kauth: Fix dependencies
Package-Manager: portage-2.2.28
kde-frameworks/kauth/kauth-5.21.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.21.0.ebuild b/kde-frameworks/kauth/kauth-5.21.0.ebuild
index 4450160..4cf4699 100644
--- a/kde-frameworks/kauth/kauth-5.21.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.21.0.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- policykit? ( || ( $(add_frameworks_dep polkit-qt) sys-auth/polkit-qt[qt5] ) )
+ policykit? ( sys-auth/polkit-qt[qt5] )
"
DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2016-06-19 14:06 Michael Palimaka
0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-06-19 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 53815d0e6783e561151d642198c3cdd1eec364e7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 14:06:06 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 14:06:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53815d0e
kde-frameworks/kauth: revision bump to add Qt subslot operator
Package-Manager: portage-2.3.0_rc1
kde-frameworks/kauth/kauth-5.23.0-r1.ebuild | 34 +++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/kde-frameworks/kauth/kauth-5.23.0-r1.ebuild b/kde-frameworks/kauth/kauth-5.23.0-r1.ebuild
new file mode 100644
index 0000000..619bed0
--- /dev/null
+++ b/kde-frameworks/kauth/kauth-5.23.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to let applications perform actions as a privileged user"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="nls +policykit"
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
+RDEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui '' '' '5=')
+ $(add_qt_dep qtwidgets)
+ policykit? ( sys-auth/polkit-qt[qt5] )
+"
+DEPEND="${RDEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package policykit PolkitQt5-1)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2016-06-23 13:40 Michael Palimaka
0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-06-23 13:40 UTC (permalink / raw
To: gentoo-commits
commit: 3478e0e5a9ff9aa8360e22e961ae954f7815a905
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 11:41:04 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 13:39:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3478e0e5
kde-frameworks/kauth: remove old
Package-Manager: portage-2.3.0_rc1
kde-frameworks/kauth/kauth-5.23.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-5.23.0.ebuild b/kde-frameworks/kauth/kauth-5.23.0.ebuild
deleted file mode 100644
index 4cf4699..0000000
--- a/kde-frameworks/kauth/kauth-5.23.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="nls +policykit"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( sys-auth/polkit-qt[qt5] )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package policykit PolkitQt5-1)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2017-05-10 18:22 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2017-05-10 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 06df103f56b08aa8cb0c718340008ca75cc6a9ed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 18:21:29 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 10 18:21:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06df103f
kde-frameworks/kauth: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
kde-frameworks/kauth/kauth-5.33.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-5.33.0.ebuild b/kde-frameworks/kauth/kauth-5.33.0.ebuild
deleted file mode 100644
index fbd559a21c3..00000000000
--- a/kde-frameworks/kauth/kauth-5.33.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="nls +policykit"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus '' '' '5=')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( sys-auth/polkit-qt[qt5] )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package policykit PolkitQt5-1)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2017-05-11 7:51 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-05-11 7:51 UTC (permalink / raw
To: gentoo-commits
commit: a0a8e69661f2d80ecef0d728e61053cdb9c803de
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 07:51:21 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 11 07:51:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a8e696
kde-frameworks/kauth: amd64 stable wrt bug #618108
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-frameworks/kauth/kauth-5.29.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild b/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild
index 24fc0d1e02c..9b4451f1851 100644
--- a/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild
+++ b/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="nls +policykit"
# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2017-05-11 8:37 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-05-11 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 724fbde42ccd63a0807606e4708649354eb204ed
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 08:37:31 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 11 08:37:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724fbde4
kde-frameworks/kauth: x86 stable wrt bug #618108
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-frameworks/kauth/kauth-5.29.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild b/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild
index 9b4451f1851..c38bd7bd336 100644
--- a/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild
+++ b/kde-frameworks/kauth/kauth-5.29.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="nls +policykit"
# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2017-05-12 2:23 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2017-05-12 2:23 UTC (permalink / raw
To: gentoo-commits
commit: 21d0b6f860f3520d78233b6cbdf687671cd3c1c2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 22:02:24 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 12 02:22:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d0b6f8
kde-frameworks/kauth: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
kde-frameworks/kauth/kauth-5.29.0.ebuild | 33 --------------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-5.29.0.ebuild b/kde-frameworks/kauth/kauth-5.29.0.ebuild
deleted file mode 100644
index d8041e355f9..00000000000
--- a/kde-frameworks/kauth/kauth-5.29.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm x86"
-IUSE="nls +policykit"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus '' '' '5=')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( sys-auth/polkit-qt[qt5] )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package policykit PolkitQt5-1)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2017-07-07 19:41 Alexis Ballier
0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier @ 2017-07-07 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 5592abae2d436c4e461021ad0180e36dea942996
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 19:38:52 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 19:38:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5592abae
kde-frameworks/kauth: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
kde-frameworks/kauth/kauth-5.35.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.35.0.ebuild b/kde-frameworks/kauth/kauth-5.35.0.ebuild
index fbd559a21c3..db59069980b 100644
--- a/kde-frameworks/kauth/kauth-5.35.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.35.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="nls +policykit"
# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2017-08-19 20:21 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2017-08-19 20:21 UTC (permalink / raw
To: gentoo-commits
commit: b381d2d9afc96fc499c6e7e2af710c9ebbda5d30
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 20:17:15 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 20:20:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b381d2d9
kde-frameworks/kauth: Drop obsolete subslot operator
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-frameworks/kauth/kauth-5.37.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-5.37.0.ebuild b/kde-frameworks/kauth/kauth-5.37.0.ebuild
index db59069980b..0b7ce29ed9c 100644
--- a/kde-frameworks/kauth/kauth-5.37.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.37.0.ebuild
@@ -11,10 +11,9 @@ LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="nls +policykit"
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
RDEPEND="
$(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus '' '' '5=')
+ $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
policykit? ( sys-auth/polkit-qt[qt5] )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2018-06-10 12:04 Mikle Kolyada
0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2018-06-10 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 8ddeef6cc95547f8f35e05da39c7391f55e70766
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 11:54:41 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 12:03:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddeef6c
kde-frameworks/kauth: amd64 stable wrt bug #656330
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-frameworks/kauth/kauth-5.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.46.0.ebuild b/kde-frameworks/kauth/kauth-5.46.0.ebuild
index ee6570cb1d6..74657b047fb 100644
--- a/kde-frameworks/kauth/kauth-5.46.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.46.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
IUSE="nls +policykit"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2018-10-11 18:35 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2018-10-11 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 5b6dff536b8b9253415377b6e068a266c7e18dc0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 18:18:47 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 18:35:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6dff53
kde-frameworks/kauth: Disable broken KAuthHelperTest
Bug: https://bugs.gentoo.org/654842
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-frameworks/kauth/kauth-5.50.0.ebuild | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/kde-frameworks/kauth/kauth-5.50.0.ebuild b/kde-frameworks/kauth/kauth-5.50.0.ebuild
index 573a0b5875e..9f032195dbe 100644
--- a/kde-frameworks/kauth/kauth-5.50.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.50.0.ebuild
@@ -30,3 +30,12 @@ src_configure() {
kde5_src_configure
}
+
+src_test() {
+ # KAuthHelperTest test fails, bug 654842
+ local myctestargs=(
+ -E "(KAuthHelperTest)"
+ )
+
+ kde5_src_test
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2019-02-17 22:35 Thomas Deutschmann
0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2019-02-17 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 0f9e85fb3c1fd728d633f7832e10c0f18e9b1625
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 22:20:36 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 22:20:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9e85fb
kde-frameworks/kauth: x86 stable (bug #678170)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
kde-frameworks/kauth/kauth-5.54.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild b/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
index 8c8a8020545..76f7574c103 100644
--- a/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
+++ b/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
IUSE="nls +policykit"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2019-02-18 6:18 Mikle Kolyada
0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2019-02-18 6:18 UTC (permalink / raw
To: gentoo-commits
commit: 57d552d5e33442523c9080dee62c58184fb0ed10
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 06:17:26 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 06:18:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d552d5
kde-frameworks/kauth: amd64 stable wrt bug #678170
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
kde-frameworks/kauth/kauth-5.54.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild b/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
index 76f7574c103..864369ed55f 100644
--- a/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
+++ b/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="nls +policykit"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2019-02-18 10:54 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-02-18 10:54 UTC (permalink / raw
To: gentoo-commits
commit: e037d56b2b07aeffbf1117893f706b51338cf94e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 09:01:20 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 10:53:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e037d56b
kde-frameworks/kauth: Security cleanup
Bug: https://bugs.gentoo.org/678170
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-frameworks/kauth/kauth-5.54.0.ebuild | 41 --------------------------------
1 file changed, 41 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-5.54.0.ebuild b/kde-frameworks/kauth/kauth-5.54.0.ebuild
deleted file mode 100644
index 8b1f6e6451e..00000000000
--- a/kde-frameworks/kauth/kauth-5.54.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="nls +policykit"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( sys-auth/polkit-qt[qt5(+)] )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package policykit PolkitQt5-1)
- )
-
- kde5_src_configure
-}
-
-src_test() {
- # KAuthHelperTest test fails, bug 654842
- local myctestargs=(
- -E "(KAuthHelperTest)"
- )
-
- kde5_src_test
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2022-10-06 9:07 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 9:07 UTC (permalink / raw
To: gentoo-commits
commit: 7235be037ea3cc7b98fc1443df2d585139b0435d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 08:17:33 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 09:05:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7235be03
kde-frameworks/kauth: Add CPE to metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kauth/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-frameworks/kauth/metadata.xml b/kde-frameworks/kauth/metadata.xml
index 506ecf605bc4..48cd37476321 100644
--- a/kde-frameworks/kauth/metadata.xml
+++ b/kde-frameworks/kauth/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="cpe">cpe:/a:kde:kauth</remote-id>
</upstream>
<slots>
<subslots>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2022-11-16 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-11-16 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 37ac7facb536013e3258fb5f2b49e9e05a967167
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:16:08 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:32:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ac7fac
kde-frameworks/kauth: Drop IUSE nls
It is non-optional.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kauth/kauth-5.100.0.ebuild | 4 ++--
kde-frameworks/kauth/kauth-5.99.0.ebuild | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/kde-frameworks/kauth/kauth-5.100.0.ebuild b/kde-frameworks/kauth/kauth-5.100.0.ebuild
index 6b826142a8cd..bafdda8227c3 100644
--- a/kde-frameworks/kauth/kauth-5.100.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.100.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="nls +policykit"
+IUSE="+policykit"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -22,7 +22,7 @@ DEPEND="
policykit? ( >=sys-auth/polkit-qt-0.113.0[qt5(+)] )
"
RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
src_configure() {
diff --git a/kde-frameworks/kauth/kauth-5.99.0.ebuild b/kde-frameworks/kauth/kauth-5.99.0.ebuild
index b8baeea042ac..578b1066dcbc 100644
--- a/kde-frameworks/kauth/kauth-5.99.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.99.0.ebuild
@@ -9,13 +9,11 @@ VIRTUALX_REQUIRED="test"
inherit ecm frameworks.kde.org
DESCRIPTION="Framework to let applications perform actions as a privileged user"
+
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="nls +policykit"
+IUSE=" +policykit"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -24,6 +22,7 @@ DEPEND="
policykit? ( >=sys-auth/polkit-qt-0.113.0 )
"
RDEPEND="${DEPEND}"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
src_configure() {
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2024-06-14 17:29 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-06-14 17:29 UTC (permalink / raw
To: gentoo-commits
commit: 376bd1d3e4832e207e41d6c42f6b3f95a40d510c
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Jun 14 11:53:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 17:28:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376bd1d3
kde-frameworks/kauth: requires wayland backend unconditionally from kwindowsystem
https://invent.kde.org/frameworks/kauth/-/commit/382b6ae8c7cc19cb2c1b1f5e8f32f767f09222ce
Closes: https://bugs.gentoo.org/934246
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37155
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-frameworks/kauth/{kauth-6.3.0.ebuild => kauth-6.3.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kauth/kauth-6.3.0.ebuild b/kde-frameworks/kauth/kauth-6.3.0-r1.ebuild
similarity index 93%
rename from kde-frameworks/kauth/kauth-6.3.0.ebuild
rename to kde-frameworks/kauth/kauth-6.3.0-r1.ebuild
index a4550707ac9e..ec70557fa863 100644
--- a/kde-frameworks/kauth/kauth-6.3.0.ebuild
+++ b/kde-frameworks/kauth/kauth-6.3.0-r1.ebuild
@@ -17,7 +17,7 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
=kde-frameworks/kcoreaddons-${PVCUT}*:6
policykit? (
- =kde-frameworks/kwindowsystem-${PVCUT}*:6
+ =kde-frameworks/kwindowsystem-${PVCUT}*:6[wayland]
>=sys-auth/polkit-qt-0.113.0[qt6(-)]
)
"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
@ 2024-08-28 18:35 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-08-28 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 1c7ed9d4deea40138ef80ae60bc45cc0ce0bfff3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 18:34:36 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 18:35:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ed9d4
kde-frameworks/kauth: Disable KAuthFdTest
Bug: https://bugs.gentoo.org/938505
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kauth/kauth-6.5.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-frameworks/kauth/kauth-6.5.0.ebuild b/kde-frameworks/kauth/kauth-6.5.0.ebuild
index f8c77b5ddc13..691bab79f972 100644
--- a/kde-frameworks/kauth/kauth-6.5.0.ebuild
+++ b/kde-frameworks/kauth/kauth-6.5.0.ebuild
@@ -31,6 +31,8 @@ PDEPEND="policykit? ( kde-plasma/polkit-kde-agent:* )"
CMAKE_SKIP_TESTS=(
# KAuthHelperTest test fails, bug 654842
KAuthHelperTest
+ # bug 938505
+ KAuthFdTest
)
src_configure() {
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-08-28 18:35 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 6:18 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2024-08-28 18:35 Andreas Sturmlechner
2024-06-14 17:29 Sam James
2022-11-16 21:33 Andreas Sturmlechner
2022-10-06 9:07 Andreas Sturmlechner
2019-02-18 10:54 Andreas Sturmlechner
2019-02-17 22:35 Thomas Deutschmann
2018-10-11 18:35 Andreas Sturmlechner
2018-06-10 12:04 Mikle Kolyada
2017-08-19 20:21 Andreas Sturmlechner
2017-07-07 19:41 Alexis Ballier
2017-05-12 2:23 Andreas Sturmlechner
2017-05-11 8:37 Agostino Sarubbo
2017-05-11 7:51 Agostino Sarubbo
2017-05-10 18:22 Andreas Sturmlechner
2016-06-23 13:40 Michael Palimaka
2016-06-19 14:06 Michael Palimaka
2016-04-15 16:51 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox