* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2015-08-28 11:58 Johannes Huber
0 siblings, 0 replies; 16+ messages in thread
From: Johannes Huber @ 2015-08-28 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 495941e144bf11f25cd8e3a1c3662de416045845
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 11:57:14 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 11:57:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495941e1
kde-apps/kaccounts-integration: New package
Needed for KDEs Telepathy client based on KF5. Import from kde overlay.
Package-Manager: portage-2.2.20.1
kde-apps/kaccounts-integration/Manifest | 1 +
.../kaccounts-integration-15.08.0.ebuild | 50 ++++++++++++++++++++++
kde-apps/kaccounts-integration/metadata.xml | 8 ++++
3 files changed, 59 insertions(+)
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
new file mode 100644
index 0000000..b1f1787
--- /dev/null
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -0,0 +1 @@
+DIST kaccounts-integration-15.08.0.tar.xz 60104 SHA256 f565cb2eae4a6ee47944fee4ba09039b0672a517f57ed1d4a37e9aa856e80fa3 SHA512 f480cd7697b890e6786d6e93589b3109600bdcf84586d0d6803f6e2a7ec20cda03a7c692133781f1b257a57e0f2e3b9da6bf32709aadef42caca7f6be7e870dd WHIRLPOOL 3f0f3e49410c32d5653f11884d0b20d82fcdaf0d2262f6553308545a3351279f9336877356bedf288639ab5deda18231189b02a87ad34b14ace1195877451423
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild
new file mode 100644
index 0000000..3220fae
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="true"
+VIRTUALDBUS_TEST="true"
+KDE_PUNT_BOGUS_DEPS="true"
+inherit kde5
+
+DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="kdepim"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ net-libs/accounts-qt
+ net-libs/signond
+ kdepim? ( $(add_kdeapps_dep kdepimlibs) )
+"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep kcmutils)
+"
+
+# bug #549444
+RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package kdepim KF5Akonadi)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-apps/kaccounts-integration/metadata.xml b/kde-apps/kaccounts-integration/metadata.xml
new file mode 100644
index 0000000..7165813
--- /dev/null
+++ b/kde-apps/kaccounts-integration/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="kdepim">KDE PIM integration via <pkg>kde-apps/kdepimlibs</pkg></flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2016-03-22 15:11 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2016-03-22 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 9d32d00bab86169d906e0a30a197ee93db9ade41
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 14:48:54 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 15:11:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d32d00b
kde-apps/kaccounts-integration: add ~arm keyword
Tested on Raspberry Pi 2.
Package-Manager: portage-2.2.28
.../kaccounts-integration/kaccounts-integration-15.08.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.3-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.3-r1.ebuild
index a35f36e..6b9c8dc 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.3-r1.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ DESCRIPTION="Administer web accounts for the sites and services across the Plasm
HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2016-03-25 14:48 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2016-03-25 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 313c515ad441582eed559ea89f4633c1d85728cf
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Mar 25 14:23:28 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 14:47:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313c515a
kde-apps/kaccounts-integration: Move from kde overlay
Package-Manager: portage-2.2.27
kde-apps/kaccounts-integration/Manifest | 1 +
.../kaccounts-integration-15.12.3.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 5eb63d9..98b043e 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-15.08.3.tar.xz 55476 SHA256 fa71668be15cf0d99174d8159cc97804a93ff6c7a0bf437de5f715ef1e2ddf90 SHA512 95ba70572a99bfed02a575c82517dd06664d65e38bcba63ff028e92cc8160c7734534dfe6f41d8ce36e49754c42c335b73757cc8ca8596b937afc721c8add397 WHIRLPOOL bd7f2ba622316a2db7af5d352a5339d533c8fdc00d08c4ff4234c7763842d7f227b57e8868058ddcc3c0e09d099d3bc26745aa8e28c5882d9dc126070f73271c
+DIST kaccounts-integration-15.12.3.tar.xz 45572 SHA256 69cdea1ce04fa9bd49473bcb70b82f604ce8d1c220e271faa770f3239f1b7d50 SHA512 021b6ecd54481f4c62687db718f0129bdd352d9627c457f183893e8fcd2f6b34876980ed0305e12f0992a9d7e7f459843ff5fc71453b17e59c97ca416b5f482d WHIRLPOOL 71c93c9dcbc8b4bfa4bcc37106736a2630eee0c3c7bb3282d757738c898780d28778cc816f5e92ff5b4909be9e5ea62cbf13ada51876695f34af492fbcccd3e6
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild
new file mode 100644
index 0000000..89587d8
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="forceoptional"
+VIRTUALDBUS_TEST="true"
+inherit kde5
+
+DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS=" ~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ net-libs/accounts-qt
+ net-libs/signond
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kcmutils)
+ sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}"
+
+# bug #549444
+RESTRICT="test"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2016-05-24 11:39 Mikle Kolyada
0 siblings, 0 replies; 16+ messages in thread
From: Mikle Kolyada @ 2016-05-24 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 51d11848d86ea0bf24f72d68d784b4cdc6adb32b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:29:15 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 24 11:38:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d11848
kde-apps/kaccounts-integration: amd64 stable wrt bug #579992
Package-Manager: portage-2.2.28
kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild
index 283fd52..0b55d55 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.12.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Administer web accounts for the sites and services across the Plasm
HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
-KEYWORDS=" ~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE=""
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2018-10-11 18:35 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2018-10-11 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 807d9dae5d93a5f3589465e24b833f3885e83762
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 17:37:31 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 18:35:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807d9dae
kde-apps/kaccounts-integration: KAccountsMacros.cmake needs intltool
Upstream commit 3b3842d1576076de8652b9d2744e6785014bbc5a
Closes: https://bugs.gentoo.org/668304
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
...tion-18.08.2.ebuild => kaccounts-integration-18.08.2-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild
similarity index 90%
rename from kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild
rename to kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild
index 9d9f33cc91d..0b2e528f317 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.08.2-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
@@ -29,11 +29,14 @@ RDEPEND="
>=net-libs/libaccounts-glib-1.21
net-libs/signond
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kcmutils)
$(add_plasma_dep kde-cli-tools)
sys-devel/gettext
"
+RDEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+"
# bug #549444
RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2019-08-06 13:03 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2019-08-06 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 51691790225f9dcd14b76d60bef681eb600dc6ca
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 6 13:00:50 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 6 13:03:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51691790
kde-apps/kaccounts-integration: add net-libs/libaccounts-glib subslot operator
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild
index 108bce4f507..5d256445c11 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild
@@ -29,7 +29,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
net-libs/accounts-qt
- >=net-libs/libaccounts-glib-1.21
+ >=net-libs/libaccounts-glib-1.21:=
net-libs/signond
"
DEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2020-07-09 11:16 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2020-07-09 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 59e52435620fb04e0c50bbdf88f18c060f08b927
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 9 11:16:05 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 9 11:16:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e52435
kde-apps/kaccounts-integration: arm keyworded (bug #489446)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild
index 930b02359c7..79df208c230 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2021-08-18 0:35 Yixun Lan
0 siblings, 0 replies; 16+ messages in thread
From: Yixun Lan @ 2021-08-18 0:35 UTC (permalink / raw
To: gentoo-commits
commit: af8e3c5965271608886d979033aa8a3132b0e05f
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Aug 17 04:22:45 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 00:33:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8e3c59
kde-apps/kaccounts-integration: keyword 21.08.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild
index ecf980c5e12..56da96bd6a2 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-21.08.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2023-04-22 18:13 WANG Xuerui
0 siblings, 0 replies; 16+ messages in thread
From: WANG Xuerui @ 2023-04-22 18:13 UTC (permalink / raw
To: gentoo-commits
commit: d136db007624ef3c991da1814b2264f6ff82069f
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 18:09:52 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 18:13:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d136db00
kde-apps/kaccounts-integration: keyword 23.04.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild
index 6ad6c172231a..69b340f69947 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-01-14 22:39 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-01-14 22:39 UTC (permalink / raw
To: gentoo-commits
commit: 8a81f1bf3e869b080408dee61f56451ea10e47ba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:38:30 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 22:38:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a81f1bf
kde-apps/kaccounts-integration: Needs manual blocker in this repo
For the time being.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kaccounts-integration/kaccounts-integration-24.01.90.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.01.90.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.01.90.ebuild
index 90548d9a920a..a4b69f011f96 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.01.90.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.01.90.ebuild
@@ -59,6 +59,7 @@ DEPEND="${COMMON_DEPEND}
"
# KAccountsMacros.cmake needs intltool
RDEPEND="${COMMON_DEPEND}
+ !${CATEGORY}/${PN}:5
dev-util/intltool
"
BDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-02-28 13:56 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-02-28 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 34cec3276120a400c558e842cf6de501aa4bbb5e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 12:07:18 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 13:53:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cec327
kde-apps/kaccounts-integration: drop 24.01.95
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kaccounts-integration/Manifest | 1 -
.../kaccounts-integration-24.01.95.ebuild | 97 ----------------------
2 files changed, 98 deletions(-)
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index ac33ab6bf16f..a5c853b13ab7 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1,4 +1,3 @@
DIST kaccounts-integration-23.08.4.tar.xz 88496 BLAKE2B 67bf00ee415e1bb36b964035c352755112ddaab12e3c7f36a1a9d34f86aebdf7795da9394d7aba02b6c39904a2b9a02dc27deae251666ed7db346c64fe569268 SHA512 b05ae335b735f1e839a31d793f80ad530c3fd22bad953809ad9f45676a41d676b95406d0eeddfbae7ffe7168e6f3c32073d3ea4e925ab08ffab6df553e8e7e0b
DIST kaccounts-integration-23.08.5.tar.xz 88544 BLAKE2B 6f21ea51c822ffde6c7d1db8f37a924009bcac16cf4e3955d86e1636d0eff7572f5fae89923c37c69ecfa7d8762c4c93ba165cf8d0cf5365ad9c683a0fdbff72 SHA512 dd959cf18dd91586b689c9fd832a2b8d62ef0630985078405b220007727bd9f773664b94d2922d1d9fd97b4e8e0f3ec1fae3a3bbbe0532241b96374045b35423
-DIST kaccounts-integration-24.01.95.tar.xz 90552 BLAKE2B cfb9d9db1f942940bae89e367277a2300319c73fe92f05c3ebc4e4eb3b3da94eaac16fff8ddc85b2ff3b5f61af88795f120b5d846d2e7e3e0e6aee68425d9e7a SHA512 1c559b4f6276f283fe3e0334867a4811d20ab86f2809f197e9a593f28fd63d73c7da5195b2b573b00418b231e921c3e131485e188907a9785c129011e82086b8
DIST kaccounts-integration-24.02.0.tar.xz 89828 BLAKE2B 86e6e1b2dc74b7f6e719213eebe921ff994f46ce25fa748f521a612930d3c9df2bf8677adc0374f3f570ec423c0a03e1fb14f24f825eea3ae1ea77de07f9f826 SHA512 4ed5fe6147e0cc0b810e4caea82fe12c272b1b8bf0e120dfef3ca0fb320be2c4c75568d1a7a8a6e03f86d70f6e42360f6594a0daf59227799da6c349293987cd
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.01.95.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.01.95.ebuild
deleted file mode 100644
index 2c52803baef1..000000000000
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.01.95.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KF5MIN=5.113.0
-KFMIN=5.249.0
-QT5MIN=5.15.9
-QTMIN=6.6.2
-VIRTUALDBUS_TEST="true"
-inherit ecm gear.kde.org multibuild
-
-DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="qt5"
-
-# bug #549444
-RESTRICT="test"
-
-COMMON_DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kdeclarative-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kpackage-${KFMIN}:6
- >=kde-frameworks/kwallet-${KFMIN}:6
- >=net-libs/accounts-qt-1.16_p20220803[qt5?,qt6]
- >=net-libs/signond-8.61-r100[qt5?,qt6]
- qt5? (
- >=dev-qt/qtdeclarative-${QT5MIN}:5
- >=dev-qt/qtgui-${QT5MIN}:5
- >=dev-qt/qtwidgets-${QT5MIN}:5
- >=kde-frameworks/kconfig-${KF5MIN}:5
- >=kde-frameworks/kcoreaddons-${KF5MIN}:5
- >=kde-frameworks/kdbusaddons-${KF5MIN}:5
- >=kde-frameworks/kdeclarative-${KF5MIN}:5
- >=kde-frameworks/ki18n-${KF5MIN}:5
- >=kde-frameworks/kio-${KF5MIN}:5
- >=kde-frameworks/kwallet-${KF5MIN}:5
- )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/qcoro
- >=kde-frameworks/kcmutils-${KFMIN}:6
- kde-plasma/kde-cli-tools:*
- qt5? (
- dev-libs/qcoro5
- >=kde-frameworks/kcmutils-${KF5MIN}:5
- )
-"
-# KAccountsMacros.cmake needs intltool
-RDEPEND="${COMMON_DEPEND}
- !${CATEGORY}/${PN}:5
- dev-util/intltool
-"
-BDEPEND="
- >=kde-frameworks/kpackage-${KFMIN}:6
- sys-devel/gettext
- qt5? ( >=kde-frameworks/kpackage-${KF5MIN}:5 )
-"
-
-pkg_setup() {
- MULTIBUILD_VARIANTS=( $(usev qt5) default )
-}
-
-src_configure() {
- my_src_configure() {
- if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then
- local mycmakeargs=( -DKF6_COMPAT_BUILD=ON )
- fi
-
- ecm_src_configure
- }
-
- multibuild_foreach_variant my_src_configure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake_src_compile
-}
-
-src_test() {
- multibuild_foreach_variant ecm_src_test
-}
-
-src_install() {
- multibuild_foreach_variant ecm_src_install
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-07-01 21:06 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-07-01 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 2d959861e471580ff62bba2152a9e5296c184cd9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 10:02:44 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 21:05:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d959861
kde-apps/kaccounts-integration: Add PDEPEND=kde-apps/kaccounts-providers
kde-apps/kaccounts-integration provides kcm_accounts for systemsettings,
however without kde-apps/kaccounts-providers the list is practically empty
which makes no sense.
So far, only kde-apps/kdenetwork-meta and kde-misc/kio-gdrive had been
pulling it in but we cannot assume every Plasma user would have those
installed.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kaccounts-integration-24.05.1-r1.ebuild | 91 ++++++++++++++++++++++
1 file changed, 91 insertions(+)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
new file mode 100644
index 000000000000..c5ef489f3129
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KF5MIN=5.115.0
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QT5MIN=5.15.12
+QTMIN=6.6.2
+VIRTUALDBUS_TEST="true"
+inherit ecm gear.kde.org multibuild
+
+DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="qt5"
+
+# bug #549444
+RESTRICT="test"
+
+COMMON_DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kwallet-${KFMIN}:6
+ >=net-libs/accounts-qt-1.16_p20220803[qt5?,qt6]
+ >=net-libs/signond-8.61-r100[qt5?,qt6]
+ qt5? (
+ >=dev-qt/qtdeclarative-${QT5MIN}:5
+ >=dev-qt/qtgui-${QT5MIN}:5
+ >=dev-qt/qtwidgets-${QT5MIN}:5
+ >=kde-frameworks/kconfig-${KF5MIN}:5
+ >=kde-frameworks/kcoreaddons-${KF5MIN}:5
+ >=kde-frameworks/kdbusaddons-${KF5MIN}:5
+ >=kde-frameworks/ki18n-${KF5MIN}:5
+ >=kde-frameworks/kio-${KF5MIN}:5
+ >=kde-frameworks/kwallet-${KF5MIN}:5
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/qcoro
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ kde-plasma/kde-cli-tools:*
+ qt5? (
+ dev-libs/qcoro5
+ >=kde-frameworks/kcmutils-${KF5MIN}:5
+ )
+"
+# KAccountsMacros.cmake needs intltool
+RDEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+"
+BDEPEND="sys-devel/gettext"
+PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"
+
+pkg_setup() {
+ MULTIBUILD_VARIANTS=( $(usev qt5) default )
+}
+
+src_configure() {
+ my_src_configure() {
+ if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then
+ local mycmakeargs=( -DKF6_COMPAT_BUILD=ON )
+ fi
+
+ ecm_src_configure
+ }
+
+ multibuild_foreach_variant my_src_configure
+}
+
+src_compile() {
+ multibuild_foreach_variant cmake_src_compile
+}
+
+src_test() {
+ multibuild_foreach_variant ecm_src_test
+}
+
+src_install() {
+ multibuild_foreach_variant ecm_src_install
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-07-01 21:06 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-07-01 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 11c422f1a0397dbaf5ffe66634d5cb3724c941eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 1 15:39:00 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 21:05:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c422f1
kde-apps/kaccounts-integration: RDEPEND on signon-kwallet-extension:6
This package already depends on kde-frameworks/kwallet so in this case
we do not introduce a perceived extra dependency. It is also where Arch
Linux chose to put it.
Closes: https://bugs.gentoo.org/642420
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
index c5ef489f3129..b67d834279e3 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
@@ -55,9 +55,11 @@ DEPEND="${COMMON_DEPEND}
>=kde-frameworks/kcmutils-${KF5MIN}:5
)
"
-# KAccountsMacros.cmake needs intltool
+# KAccountsMacros.cmake needs intltool; TODO: Watch:
+# https://invent.kde.org/network/kaccounts-integration/-/merge_requests/61
RDEPEND="${COMMON_DEPEND}
dev-util/intltool
+ kde-apps/signon-kwallet-extension:6
"
BDEPEND="sys-devel/gettext"
PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-07-02 11:46 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2024-07-02 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 62b75d512286957fc582f255025723938008f484
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 11:37:43 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 11:40:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b75d51
kde-apps/kaccounts-integration: Keyword 24.05.1-r1 arm64, #935301
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
index b67d834279e3..ba78f8b7d94e 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="qt5"
# bug #549444
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-09-04 14:15 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-09-04 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 6c5da8d117340c2e31863e562702d71eb4555a8b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 22:01:28 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 13:59:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5da8d1
kde-apps/kaccounts-integration: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kaccounts-integration/Manifest | 1 -
.../kaccounts-integration-23.08.5.ebuild | 49 ----------------------
2 files changed, 50 deletions(-)
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 3d0ce6259aeb..7700f7142c1f 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1,3 +1,2 @@
-DIST kaccounts-integration-23.08.5.tar.xz 88544 BLAKE2B 6f21ea51c822ffde6c7d1db8f37a924009bcac16cf4e3955d86e1636d0eff7572f5fae89923c37c69ecfa7d8762c4c93ba165cf8d0cf5365ad9c683a0fdbff72 SHA512 dd959cf18dd91586b689c9fd832a2b8d62ef0630985078405b220007727bd9f773664b94d2922d1d9fd97b4e8e0f3ec1fae3a3bbbe0532241b96374045b35423
DIST kaccounts-integration-24.05.2.tar.xz 92200 BLAKE2B 311b9eb7d93be5dd000eff563d9549dfbcfd15fd62260d4112bb3d572865d1452c0a42f93a2f8171b93bd779cf84acf075603463b809ed62bf1f0e11f249c63a SHA512 2d9419da0cf05dcb74373a4b0fed96d35279eb1c3f809c08ed6416caf1558f678065edfb551a7e95748cbde832b4f5d765da517d6d7af62c3401060dafe5243c
DIST kaccounts-integration-24.08.0.tar.xz 92004 BLAKE2B dba4efec3613a47d2ccfe0cb915e6b05cb5f10f9891eecf0bb1dc85665690a6f5b1bbe546571ba1c9003450d1fb3cd3a36f707095406d36e48786ffc100b6fbf SHA512 62078901b362d8253d6a89dae67f9136587256b09c2f0637d61bb5519be3db9374bfcffaf985ff2a006b6130bd93cfd33404d0b4b7b00c3a48bb8d34f2ab4da7
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-23.08.5.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-23.08.5.ebuild
deleted file mode 100644
index cc6e7da71cb5..000000000000
--- a/kde-apps/kaccounts-integration/kaccounts-integration-23.08.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-VIRTUALDBUS_TEST="true"
-inherit ecm gear.kde.org
-
-DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# bug #549444
-RESTRICT="test"
-
-COMMON_DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- net-libs/accounts-qt[qt5(+)]
- net-libs/signond[qt5(+)]
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/qcoro5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- kde-plasma/kde-cli-tools:*
-"
-# KAccountsMacros.cmake needs intltool
-RDEPEND="${COMMON_DEPEND}
- dev-util/intltool
-"
-BDEPEND="
- >=kde-frameworks/kpackage-${KFMIN}:5
- sys-devel/gettext
-"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/
@ 2024-10-04 21:04 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-10-04 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 2d690f39187156caa875f3a256254e8d32d01900
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 17:58:01 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 21:03:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d690f39
kde-apps/kaccounts-integration: Prepare for IUSE qt6 USEdep droppage
... in net-libs/accounts-qt and net-libs/signond.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...gration-24.05.2.ebuild => kaccounts-integration-24.05.2-r1.ebuild} | 4 ++--
...gration-24.08.1.ebuild => kaccounts-integration-24.08.1-r1.ebuild} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.2-r1.ebuild
similarity index 95%
rename from kde-apps/kaccounts-integration/kaccounts-integration-24.05.2.ebuild
rename to kde-apps/kaccounts-integration/kaccounts-integration-24.05.2-r1.ebuild
index 1db6b21ecf95..44904d10b1c9 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.2.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.2-r1.ebuild
@@ -32,8 +32,8 @@ COMMON_DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
- >=net-libs/accounts-qt-1.16_p20220803[qt5?,qt6]
- >=net-libs/signond-8.61-r100[qt5?,qt6]
+ >=net-libs/accounts-qt-1.17[qt5(-)?,qt6(+)]
+ >=net-libs/signond-8.61-r100[qt5(-)?,qt6(+)]
qt5? (
>=dev-qt/qtdeclarative-${QT5MIN}:5
>=dev-qt/qtgui-${QT5MIN}:5
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.08.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.08.1-r1.ebuild
similarity index 95%
rename from kde-apps/kaccounts-integration/kaccounts-integration-24.08.1.ebuild
rename to kde-apps/kaccounts-integration/kaccounts-integration-24.08.1-r1.ebuild
index 5fa7c795b720..37a789e2cf2f 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-24.08.1.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.08.1-r1.ebuild
@@ -32,8 +32,8 @@ COMMON_DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
- >=net-libs/accounts-qt-1.16_p20220803[qt5?,qt6]
- >=net-libs/signond-8.61-r100[qt5?,qt6]
+ >=net-libs/accounts-qt-1.17[qt5(-)?,qt6(+)]
+ >=net-libs/signond-8.61-r100[qt5(-)?,qt6(+)]
qt5? (
>=dev-qt/qtdeclarative-${QT5MIN}:5
>=dev-qt/qtgui-${QT5MIN}:5
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-10-04 21:04 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 14:48 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-10-04 21:04 Andreas Sturmlechner
2024-09-04 14:15 Andreas Sturmlechner
2024-07-02 11:46 Sam James
2024-07-01 21:06 Andreas Sturmlechner
2024-07-01 21:06 Andreas Sturmlechner
2024-02-28 13:56 Andreas Sturmlechner
2024-01-14 22:39 Andreas Sturmlechner
2023-04-22 18:13 WANG Xuerui
2021-08-18 0:35 Yixun Lan
2020-07-09 11:16 Sam James
2019-08-06 13:03 Michael Palimaka
2018-10-11 18:35 Andreas Sturmlechner
2016-05-24 11:39 Mikle Kolyada
2016-03-22 15:11 Michael Palimaka
2015-08-28 11:58 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox