public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/, profiles/, kde-apps/ktp-accounts-kcm/, ...
@ 2024-05-08  9:35 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-05-08  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     173a0d23fce2f62e92270efda9fb1970fce5212d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 09:32:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  8 09:32:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173a0d23

kde-apps/ktp-accounts-kcm: Remove last-rited pkg

Bug: https://bugs.gentoo.org/926679
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 kde-apps/ktp-accounts-kcm/Manifest                 |  1 -
 .../ktp-accounts-kcm-22.08.3-r2.ebuild             | 64 ----------------------
 kde-apps/ktp-accounts-kcm/metadata.xml             | 14 -----
 profiles/arch/amd64/x32/package.mask               |  1 -
 profiles/arch/x86/package.mask                     |  1 -
 profiles/package.mask                              |  1 -
 6 files changed, 82 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest
deleted file mode 100644
index e82f43735a5b..000000000000
--- a/kde-apps/ktp-accounts-kcm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktp-accounts-kcm-22.08.3.tar.xz 267048 BLAKE2B a5f9a0cb73ef3c498b5c9f4fc89d4305749b6ba82cbe06c8fc699c4678bc5fd2b6fbb8c97b0c4a4554760ba69b59ad5c302b418aa07247ee6d647899b7defdea SHA512 3ed5cac6a3d940d7bb0802f2266088e61d172385c0b1df81571b75233d1ec344a493aff5508919d2e22cdfcdcfc188c35e810402d0da02669e63b75111127132

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild
deleted file mode 100644
index 2e16cc1ad72e..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~x86"
-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-${PVCUT}: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[qt5(+)]
-	net-libs/signond[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-${PVCUT}: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 075ed951ab21..000000000000
--- 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>

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 7d06a24d41a2..86c0b00bf772 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -113,7 +113,6 @@ kde-apps/konqueror
 kde-apps/konsolekalendar
 kde-apps/kontact
 kde-apps/korganizer
-kde-apps/ktp-accounts-kcm
 kde-apps/libksieve
 kde-apps/mailcommon
 kde-apps/messagelib

diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
index 376fe82e5b8e..19f6423ba197 100644
--- a/profiles/arch/x86/package.mask
+++ b/profiles/arch/x86/package.mask
@@ -57,7 +57,6 @@ kde-apps/konqueror:5
 kde-apps/konsolekalendar:5
 kde-apps/kontact:5
 kde-apps/korganizer:5
-kde-apps/ktp-accounts-kcm:5
 kde-apps/libksieve:5
 kde-apps/mailcommon:5
 kde-apps/messagelib:5

diff --git a/profiles/package.mask b/profiles/package.mask
index 984852287155..556d30e4a7d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -347,7 +347,6 @@ net-voip/telepathy-salut
 # Dead upstream, as is the whole telepathy stack. Some parts depend on
 # dev-qt/qtwebengine:5.
 # Removal on 2024-05-06.  Bug #926679
-kde-apps/ktp-accounts-kcm
 net-libs/telepathy-logger-qt
 
 # Sam James <sam@gentoo.org> (2024-03-28)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-08  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08  9:35 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/, profiles/, kde-apps/ktp-accounts-kcm/, Michał Górny

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