public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/targets/desktop/plasma/, kde-apps/ktp-common-internals/
@ 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:     b0993f488ebd55ff314ba5cb8ee7d435b78c12f4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 09:31:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  8 09:31:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0993f48

kde-apps/ktp-common-internals: Remove last-rited pkg

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

 kde-apps/ktp-common-internals/Manifest             |  1 -
 .../ktp-common-internals-22.08.3-r1.ebuild         | 68 ----------------------
 kde-apps/ktp-common-internals/metadata.xml         | 15 -----
 profiles/package.mask                              |  1 -
 profiles/targets/desktop/plasma/package.use        |  3 -
 5 files changed, 88 deletions(-)

diff --git a/kde-apps/ktp-common-internals/Manifest b/kde-apps/ktp-common-internals/Manifest
deleted file mode 100644
index 5baf7ca143d1..000000000000
--- a/kde-apps/ktp-common-internals/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktp-common-internals-22.08.3.tar.xz 451676 BLAKE2B 8a6af712b3a6931b96f2a17fca74e198b3f31a4cc1e30c192600e6d4b01fc5cb1c1381df98871665ff25c89f915492cb0a77f1b5f9f4a2c0c2e94741d0840492 SHA512 8d42704fe7f8646b26a937f36d17c356f252846bc71e60b54865cc89af9fe5f849a135019821891c30e6a9b2889bc49c6d697057300c7657e30a694b59aa9fd7

diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-22.08.3-r1.ebuild b/kde-apps/ktp-common-internals/ktp-common-internals-22.08.3-r1.ebuild
deleted file mode 100644
index 0d2ad994c9ab..000000000000
--- a/kde-apps/ktp-common-internals/ktp-common-internals-22.08.3-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE Telepathy common library"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="otr +sso"
-
-RDEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kpeople-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	>=kde-frameworks/kwallet-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=net-libs/telepathy-logger-qt-17.08.0:5
-	>=net-libs/telepathy-qt-0.9.8
-	otr? (
-		dev-libs/libgcrypt:0=
-		>=net-libs/libotr-4.0.0
-	)
-	sso? (
-		>=kde-apps/kaccounts-integration-${PVCUT}:5
-		net-libs/accounts-qt[qt5(+)]
-		net-libs/telepathy-accounts-signon
-	)
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package sso KAccounts)
-		$(cmake_use_find_package sso AccountsQt5)
-		$(cmake_use_find_package otr Libgcrypt)
-		$(cmake_use_find_package otr LibOTR)
-	)
-
-	ecm_src_configure
-}

diff --git a/kde-apps/ktp-common-internals/metadata.xml b/kde-apps/ktp-common-internals/metadata.xml
deleted file mode 100644
index 9e775862d38d..000000000000
--- a/kde-apps/ktp-common-internals/metadata.xml
+++ /dev/null
@@ -1,15 +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="sso">Enable support for Single sign-on through KAccounts</flag>
-		<flag name="otr">Enable support for encrypted conversations using Off-The-Records messaging</flag>
-	</use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 3759a5639cea..ce237cf4b422 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -350,7 +350,6 @@ net-voip/telepathy-salut
 kde-apps/ktp-accounts-kcm
 kde-apps/ktp-approver
 kde-apps/ktp-auth-handler
-kde-apps/ktp-common-internals
 net-libs/telepathy-logger-qt
 
 # Sam James <sam@gentoo.org> (2024-03-28)

diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use
index 55e470e11baa..60ec3645b00c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -38,9 +38,6 @@ dev-qt/qtscript:5 scripttools
 # Required by kde-apps/akonadi:5
 dev-qt/qtsql:5 mysql
 
-# Required by kde-apps/ktp-text-ui
-kde-apps/ktp-common-internals otr
-
 # Enable by default, requires kde-frameworks/kwayland
 kde-apps/yakuake absolute-position
 


^ 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/, profiles/targets/desktop/plasma/, kde-apps/ktp-common-internals/ 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