* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, kde-apps/ktp-text-ui/, profiles/, profiles/arch/amd64/x32/
@ 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: 464821e08887cfd9372fad72846a54beffdd591d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 09:29:13 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 8 09:29:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464821e0
kde-apps/ktp-text-ui: Remove last-rited pkg
Bug: https://bugs.gentoo.org/926679
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
kde-apps/ktp-text-ui/Manifest | 1 -
kde-apps/ktp-text-ui/ktp-text-ui-22.08.3.ebuild | 59 -------------------------
kde-apps/ktp-text-ui/metadata.xml | 14 ------
profiles/arch/amd64/x32/package.mask | 1 -
profiles/arch/x86/package.mask | 1 -
profiles/package.mask | 1 -
6 files changed, 77 deletions(-)
diff --git a/kde-apps/ktp-text-ui/Manifest b/kde-apps/ktp-text-ui/Manifest
deleted file mode 100644
index 925a41327b0b..000000000000
--- a/kde-apps/ktp-text-ui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktp-text-ui-22.08.3.tar.xz 475384 BLAKE2B 2ae746a2e5c53267709a661c9409ad3caf6dc94b62927948c008e32002309f552c688b023f2f4ae00889781bb522ad75b6a1c43bb934d16b9da33fec70270750 SHA512 639055f0db74575a788121edc0e20aadf4356a8ffa38048445c39851f7f740e30255bd6902e0b4c76d143e308a1fe9ca74bfbcdba81868a7e402a8ea40aa9521
diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-22.08.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-22.08.3.ebuild
deleted file mode 100644
index 14fcef9ada45..000000000000
--- a/kde-apps/ktp-text-ui/ktp-text-ui-22.08.3.ebuild
+++ /dev/null
@@ -1,59 +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 text chat window"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~x86"
-IUSE="speech"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-apps/ktp-common-internals-${PVCUT}:5[otr]
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kemoticons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemviews-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/knotifyconfig-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/sonnet-${KFMIN}:5
- >=net-libs/telepathy-qt-0.9.8
- speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}
- >=kde-apps/ktp-contact-list-${PVCUT}:5
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package speech Qt5TextToSpeech)
- )
-
- ecm_src_configure
-}
diff --git a/kde-apps/ktp-text-ui/metadata.xml b/kde-apps/ktp-text-ui/metadata.xml
deleted file mode 100644
index 650490df45f5..000000000000
--- a/kde-apps/ktp-text-ui/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="speech">Enable incoming messages to be read out using text-to-speech</flag>
- </use>
-</pkgmetadata>
diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 54bfd1840042..7d06a24d41a2 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -114,7 +114,6 @@ kde-apps/konsolekalendar
kde-apps/kontact
kde-apps/korganizer
kde-apps/ktp-accounts-kcm
-kde-apps/ktp-text-ui
kde-apps/libksieve
kde-apps/mailcommon
kde-apps/messagelib
diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
index e1cfb2ced524..376fe82e5b8e 100644
--- a/profiles/arch/x86/package.mask
+++ b/profiles/arch/x86/package.mask
@@ -58,7 +58,6 @@ kde-apps/konsolekalendar:5
kde-apps/kontact:5
kde-apps/korganizer:5
kde-apps/ktp-accounts-kcm:5
-kde-apps/ktp-text-ui:5
kde-apps/libksieve:5
kde-apps/mailcommon:5
kde-apps/messagelib:5
diff --git a/profiles/package.mask b/profiles/package.mask
index 1677d6e94ba6..8109f241da34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -357,7 +357,6 @@ kde-apps/ktp-desktop-applets
kde-apps/ktp-filetransfer-handler
kde-apps/ktp-kded-module
kde-apps/ktp-send-file
-kde-apps/ktp-text-ui
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/x86/, kde-apps/ktp-text-ui/, profiles/, profiles/arch/amd64/x32/ 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