public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2015-03-02 21:28 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2015-03-02 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     99d2eec5ea6310e18a0cca9fab70dae8c260e563
Author:     Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Thu Feb 26 13:03:01 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 21:26:48 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=99d2eec5

[kde-apps/ktp-accounts-kcm] Add experimental USE flag

Package-Manager: portage-2.2.17

---
 .../ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild     | 19 ++++++++++++++++++-
 kde-apps/ktp-accounts-kcm/metadata.xml                |  3 +++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index e10cbdd..082172b 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
 
 LICENSE="LGPL-2.1"
 KEYWORDS=""
-IUSE=""
+IUSE="experimental"
 
 DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -32,5 +32,22 @@ DEPEND="
 
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep kaccounts-providers)
+	net-im/telepathy-connection-managers[gadu,icq,meanwhile,xmpp,yahoo]
+	experimental? ( net-im/telepathy-connection-managers[steam] )
 	!net-im/ktp-accounts-kcm
 "
+
+src_prepare() {
+	if use experimental; then
+		mv "${S}"/data/kaccounts/disabled/*.in "${S}"/data/kaccounts/ || die "couldn't enable experimental services"
+	fi
+	kde5_src_prepare
+}
+
+pkg_postinst() {
+	if use experimental; then
+		ewarn "Experimental providers are enabled."
+		ewarn "Most of them aren't integrated nicely and may require additional steps for account creation."
+		ewarn "Use at your own risk!"
+	fi
+}

diff --git a/kde-apps/ktp-accounts-kcm/metadata.xml b/kde-apps/ktp-accounts-kcm/metadata.xml
index a23f444..2169d86 100644
--- a/kde-apps/ktp-accounts-kcm/metadata.xml
+++ b/kde-apps/ktp-accounts-kcm/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<use>
+		<flag name="experimental">Enables disabled telepathy services (currently only steam)</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2015-03-19 20:20 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2015-03-19 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d6ba8a4a07546b468cdb182ba13f94a3f5bf9172
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 20:19:27 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 20:19:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6ba8a4a

[kde-apps/ktp-accounts-kcm] Drop use dependencies on net-im/telepathy-connection-managers, bug #542056

Package-Manager: portage-2.2.18

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index 082172b..edec99a 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -32,7 +32,7 @@ DEPEND="
 
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep kaccounts-providers)
-	net-im/telepathy-connection-managers[gadu,icq,meanwhile,xmpp,yahoo]
+	net-im/telepathy-connection-managers
 	experimental? ( net-im/telepathy-connection-managers[steam] )
 	!net-im/ktp-accounts-kcm
 "


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2016-04-22 12:35 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2016-04-22 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bc503d637b6710283f67e10df3c7871d4599d123
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 12:05:29 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 12:05:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc503d63

kde-apps/ktp-accounts-kcm: Update blocker

Package-Manager: portage-2.2.28

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.0.ebuild       | 2 +-
 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.49.9999.ebuild | 2 +-
 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.0.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.0.ebuild
index 3e6eb7b..6f38e64 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.0.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.0.ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	$(add_kdeapps_dep kaccounts-providers)
 	net-im/telepathy-connection-managers
-	!net-im/ktp-accounts-kcm
+	!kde-apps/ktp-accounts-kcm:4
 "
 
 src_prepare() {

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.49.9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.49.9999.ebuild
index 085662f..1e4d515 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.49.9999.ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	$(add_kdeapps_dep kaccounts-providers)
 	net-im/telepathy-connection-managers
-	!net-im/ktp-accounts-kcm
+	!kde-apps/ktp-accounts-kcm:4
 "
 
 src_prepare() {

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index 085662f..1e4d515 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -41,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	$(add_kdeapps_dep kaccounts-providers)
 	net-im/telepathy-connection-managers
-	!net-im/ktp-accounts-kcm
+	!kde-apps/ktp-accounts-kcm:4
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2018-05-13 19:07 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-05-13 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     06f0b15a445b2322d80e3e3dbb95487cb92a58e7
Author:     Matija Skala <mskala <AT> gmx <DOT> com>
AuthorDate: Sat May 12 10:58:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 13 19:06:29 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=06f0b15a

kde-apps/ktp-accounts-kcm: add missing dependency

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.49.9999.ebuild | 1 +
 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.49.9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.49.9999.ebuild
index 304417cfaa..614a6edfc8 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.49.9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.49.9999.ebuild
@@ -35,6 +35,7 @@ DEPEND="${COMMON_DEPEND}
 	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kio)
+	dev-util/intltool
 	net-libs/libaccounts-glib
 "
 RDEPEND="${COMMON_DEPEND}

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index 304417cfaa..614a6edfc8 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -35,6 +35,7 @@ DEPEND="${COMMON_DEPEND}
 	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kio)
+	dev-util/intltool
 	net-libs/libaccounts-glib
 "
 RDEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2019-11-24 21:29 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-11-24 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4e5f4f46b454468806d30ca476d5c290739f9a8a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 21:27:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 21:28:51 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e5f4f46

kde-apps/ktp-accounts-kcm: Fix patch path

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

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.11.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.11.80.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.11.80.ebuild
index 3e3436cf14..be5cafebac 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.11.80.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.11.80.ebuild
@@ -49,7 +49,7 @@ RDEPEND="${COMMON_DEPEND}
 	net-im/telepathy-connection-managers
 "
 
-PATCHES=( "${FILESDIR}/${P}-telepathy-qt-0.9.8.patch" )
+PATCHES=( "${FILESDIR}/${PN}-19.08.3-telepathy-qt-0.9.8.patch" )
 
 src_prepare() {
 	if use experimental; then


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2019-11-24 23:51 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-11-24 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     849e12c4fdb511bda6f630acd7f9e44646ee40df
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 23:47:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 23:47:12 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=849e12c4

kde-apps/ktp-accounts-kcm: Sort DEPENDs, drop unnecessary use of S

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

 .../ktp-accounts-kcm/ktp-accounts-kcm-19.12.49.9999.ebuild     | 10 +++++-----
 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild         | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.12.49.9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.12.49.9999.ebuild
index 9667780497..ebc62c8783 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.12.49.9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.12.49.9999.ebuild
@@ -20,6 +20,10 @@ BDEPEND="
 	dev-util/intltool
 "
 COMMON_DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
@@ -30,10 +34,6 @@ COMMON_DEPEND="
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-apps/kaccounts-integration-${PVCUT}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
 	net-libs/accounts-qt
 	net-libs/signond
 	net-libs/telepathy-qt[qt5(+)]
@@ -51,7 +51,7 @@ RDEPEND="${COMMON_DEPEND}
 
 src_prepare() {
 	if use experimental; then
-		mv "${S}"/data/kaccounts/disabled/*.in "${S}"/data/kaccounts/ || \
+		mv data/kaccounts/disabled/*.in data/kaccounts/ || \
 			die "couldn't enable experimental services"
 	fi
 	ecm_src_prepare

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index c3e90b12a0..ddf56ef8b5 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -20,6 +20,10 @@ BDEPEND="
 	dev-util/intltool
 "
 COMMON_DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
@@ -30,10 +34,6 @@ COMMON_DEPEND="
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-apps/kaccounts-integration-${PVCUT}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
 	net-libs/accounts-qt
 	net-libs/signond
 	net-libs/telepathy-qt[qt5(+)]
@@ -51,7 +51,7 @@ RDEPEND="${COMMON_DEPEND}
 
 src_prepare() {
 	if use experimental; then
-		mv "${S}"/data/kaccounts/disabled/*.in "${S}"/data/kaccounts/ || \
+		mv data/kaccounts/disabled/*.in data/kaccounts/ || \
 			die "couldn't enable experimental services"
 	fi
 	ecm_src_prepare


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2020-02-27 21:08 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-02-27 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6b1847a4c14dd43452466d803ebe68057cf07e62
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:10:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:10:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b1847a4

kde-apps/ktp-accounts-kcm: Drop BDEPEND, use BUILD_DISABLED_PROVIDERS

Upstream commit 85899798e718670eac514349c7175b9e21b61832

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index fcfcb0226f..fdae42ab17 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -16,9 +16,6 @@ SLOT="5"
 KEYWORDS=""
 IUSE="experimental"
 
-BDEPEND="
-	dev-util/intltool
-"
 COMMON_DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
@@ -49,12 +46,11 @@ RDEPEND="${COMMON_DEPEND}
 	net-im/telepathy-connection-managers
 "
 
-src_prepare() {
-	if use experimental; then
-		mv data/kaccounts/disabled/*.in data/kaccounts/ || \
-			die "couldn't enable experimental services"
-	fi
-	ecm_src_prepare
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_DISABLED_PROVIDERS=$(usex experimental)
+	)
+	ecm_src_configure
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2023-12-18 21:30 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-12-18 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8362f061a74a11026808126c36bcfcebfb448bf6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 20:03:38 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 20:03:38 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8362f061

kde-apps/ktp-accounts-kcm: Adjust deps to new qt5,qt6 IUSE additions

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index 20fdb2571f..4d771c7929 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -30,8 +30,8 @@ COMMON_DEPEND="
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	net-libs/accounts-qt
-	net-libs/signond
+	>=net-libs/accounts-qt-1.16-r1[qt5(-)]
+	>=net-libs/signond-8.61-r1[qt5(-)]
 	>=net-libs/telepathy-qt-0.9.8
 "
 DEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2023-12-19 22:00 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-12-19 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8c3e02e3fa47748be4b1393b6f3738884c53d80f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 21:42:26 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 21:42:26 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c3e02e3

kde-apps/ktp-accounts-kcm: Accept kde-apps/kaccounts-integration:6[qt5]

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index 4d771c7929..2d9f79674e 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -20,7 +20,10 @@ COMMON_DEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/kaccounts-integration-23.08.3:5
+	|| (
+		kde-apps/kaccounts-integration:6[qt5]
+		kde-apps/kaccounts-integration:5
+	)
 	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2024-01-08 19:00 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-01-08 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e0bf37f035a61c4b930deb2221e80e81b09ddd17
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 18:49:56 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 18:49:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0bf37f0

kde-apps/ktp-accounts-kcm: Add missing BDEPEND

kaccounts_add_service (from kaccounts-integration) is using dev-util/intltool

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
index 88d2612d5c..544577d81c 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
@@ -47,6 +47,7 @@ RDEPEND="${COMMON_DEPEND}
 	>=kde-apps/kaccounts-providers-23.08.3:5
 	net-im/telepathy-connection-managers
 "
+BDEPEND="dev-util/intltool"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/
@ 2024-03-07 11:29 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-03-07 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     144f4fe6ebea9c4f0b90b06b108ece7683dfc399
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 11:25:38 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 11:25:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=144f4fe6

kde-apps/ktp-accounts-kcm: treeclean

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild  | 66 ----------------------
 kde-apps/ktp-accounts-kcm/metadata.xml             | 14 -----
 2 files changed, 80 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
deleted file mode 100644
index cf876f6b1c..0000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="experimental"
-
-COMMON_DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	|| (
-		kde-apps/kaccounts-integration:6[qt5]
-		kde-apps/kaccounts-integration:5
-	)
-	>=kde-frameworks/kcodecs-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=net-libs/accounts-qt-1.16_p20220803[qt5(-)]
-	>=net-libs/signond-8.61-r100[qt5(-)]
-	>=net-libs/telepathy-qt-0.9.8
-"
-DEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	net-libs/libaccounts-glib
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-apps/kaccounts-providers-23.08.3:5
-	net-im/telepathy-connection-managers
-"
-BDEPEND="dev-util/intltool"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_DISABLED_PROVIDERS=$(usex experimental)
-	)
-	ecm_src_configure
-}
-
-pkg_postinst() {
-	if use experimental; then
-		ewarn "Experimental providers are enabled."
-		ewarn "Most of them aren't integrated nicely and may require additional steps for account creation."
-		ewarn "Use at your own risk!"
-	fi
-	ecm_pkg_postinst
-}

diff --git a/kde-apps/ktp-accounts-kcm/metadata.xml b/kde-apps/ktp-accounts-kcm/metadata.xml
deleted file mode 100644
index 075ed951ab..0000000000
--- a/kde-apps/ktp-accounts-kcm/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
-	</upstream>
-	<use>
-		<flag name="experimental">Enables disabled telepathy services (currently only steam)</flag>
-	</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-03-07 11:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 21:28 [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-03-19 20:20 Johannes Huber
2016-04-22 12:35 Johannes Huber
2018-05-13 19:07 Andreas Sturmlechner
2019-11-24 21:29 Andreas Sturmlechner
2019-11-24 23:51 Andreas Sturmlechner
2020-02-27 21:08 Andreas Sturmlechner
2023-12-18 21:30 Andreas Sturmlechner
2023-12-19 22:00 Andreas Sturmlechner
2024-01-08 19:00 Andreas Sturmlechner
2024-03-07 11:29 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox