commit:     fd936ffb150439c993d361fb4fbcddc6a7c9a2e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 09:38:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  8 09:38:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd936ffb

net-libs/telepathy-qt: Remove last-rited pkg

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

 net-libs/telepathy-qt/Manifest                     |  1 -
 ...lepathy-qt-0.9.8-fix-tests-finding-glib-2.patch | 23 ------
 net-libs/telepathy-qt/metadata.xml                 | 23 ------
 net-libs/telepathy-qt/telepathy-qt-0.9.8-r2.ebuild | 79 --------------------
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild     | 83 ----------------------
 profiles/package.mask                              |  1 -
 6 files changed, 210 deletions(-)

diff --git a/net-libs/telepathy-qt/Manifest b/net-libs/telepathy-qt/Manifest
deleted file mode 100644
index a4f9a110b5d7..000000000000
--- a/net-libs/telepathy-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST telepathy-qt-0.9.8.tar.gz 6448686 BLAKE2B 
7554b812c35a09aabc0ff92fea43f633b5c2f87784c8e7b387545b31c1c92eb02f9e416930c635202fe0205c4e26c1fd63c3b4a668cf0ceeb602d8a777891cd9
 SHA512 
fad662c02417c8e4e239d438ea3549226e589442aea8418c8922a6b78ff88422a36c1cc0d2e3591240fac115390a7fbdb1b4deea98187051cc811175b60b9e8b

diff --git 
a/net-libs/telepathy-qt/files/telepathy-qt-0.9.8-fix-tests-finding-glib-2.patch 
b/net-libs/telepathy-qt/files/telepathy-qt-0.9.8-fix-tests-finding-glib-2.patch
deleted file mode 100644
index 0ac61c48a87a..000000000000
--- 
a/net-libs/telepathy-qt/files/telepathy-qt-0.9.8-fix-tests-finding-glib-2.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 188dece432d090809c5ad88a91cd573c5af61c09 Mon Sep 17 00:00:00 2001
-From: Albert Astals Cid <aa...@kde.org>
-Date: Mon, 6 Jun 2022 09:44:53 +0200
-Subject: [PATCH] Fix build with newer glib
-
-gunixconnection.h is now at /usr/include/glib-2.0/gio/gunixconnection.h
----
- cmake/modules/FindGIOUnix.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/modules/FindGIOUnix.cmake b/cmake/modules/FindGIOUnix.cmake
-index 263c093e..7f5513b3 100644
---- a/cmake/modules/FindGIOUnix.cmake
-+++ b/cmake/modules/FindGIOUnix.cmake
-@@ -21,7 +21,7 @@ pkg_check_modules(PC_LibGIOUnix gio-unix-2.0)
- find_path(GIOUNIX_MAIN_INCLUDE_DIR
-           NAMES gio/gunixconnection.h
-           HINTS ${PC_LibGIOUnix_INCLUDEDIR}
--          PATH_SUFFIXES gio-unix-2.0)
-+          PATH_SUFFIXES gio-unix-2.0 glib-2.0)
- 
- set(GIOUNIX_INCLUDE_DIR "${GIOUNIX_MAIN_INCLUDE_DIR}")
- 

diff --git a/net-libs/telepathy-qt/metadata.xml 
b/net-libs/telepathy-qt/metadata.xml
deleted file mode 100644
index 3a5cd3fd9568..000000000000
--- a/net-libs/telepathy-qt/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person" proxied="yes">
-               <email>akulichalexan...@gmail.com</email>
-               <name>Alexandr Akulich</name>
-       </maintainer>
-       <maintainer type="project" proxied="proxy">
-               <email>proxy-ma...@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>q...@gentoo.org</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>k...@gentoo.org</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-       <use>
-               <flag name="farstream">Enable support for audio/video calls via 
farstream</flag>
-       </use>
-</pkgmetadata>

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8-r2.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.8-r2.ebuild
deleted file mode 100644
index 32333b8e6c40..000000000000
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.8-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-inherit python-any-r1 cmake virtualx
-
-DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="https://telepathy.freedesktop.org/";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-IUSE="debug farstream test"
-
-REQUIRED_USE="test? ( farstream )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtxml:5
-       farstream? (
-               >=net-libs/telepathy-farstream-0.2.2
-               >=net-libs/telepathy-glib-0.18.0
-       )
-"
-DEPEND="${RDEPEND}
-       test? (
-               dev-libs/dbus-glib
-               dev-qt/qttest:5
-       )
-"
-BDEPEND="${PYTHON_DEPS}
-       virtual/pkgconfig
-       test? (
-               dev-libs/glib:2
-               $(python_gen_any_dep '
-                       dev-python/dbus-python[${PYTHON_USEDEP}]
-               ')
-       )
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-tests-finding-glib-2.patch" )
-
-python_check_deps() {
-       use test || return 0
-       python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DPython3_EXECUTABLE="${PYTHON}"
-               -DENABLE_DEBUG_OUTPUT=$(usex debug)
-               -DENABLE_FARSTREAM=$(usex farstream)
-               -DENABLE_TESTS=$(usex test)
-               -DENABLE_EXAMPLES=OFF
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       # some tests require D-Bus, bug #732110
-       local myctestargs=(
-               -E "(BaseConnectionManager|BaseProtocol|StreamTubeHandlers)"
-       )
-       pushd "${BUILD_DIR}" > /dev/null || die
-       virtx cmake_src_test
-       popd > /dev/null || die
-}

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
deleted file mode 100644
index b6c761bf8d4e..000000000000
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}"; )
-       inherit git-r3
-else
-       SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-inherit python-any-r1 cmake virtualx
-
-DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="https://telepathy.freedesktop.org/ 
https://github.com/TelepathyIM/telepathy-qt/";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="debug farstream test"
-
-REQUIRED_USE="test? ( farstream )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtxml:5
-       farstream? (
-               >=net-libs/telepathy-farstream-0.2.2
-               >=net-libs/telepathy-glib-0.18.0
-       )
-"
-DEPEND="${RDEPEND}
-       test? (
-               dev-libs/dbus-glib
-               dev-qt/qttest:5
-       )
-"
-BDEPEND="${PYTHON_DEPS}
-       virtual/pkgconfig
-       test? (
-               dev-libs/glib:2
-               $(python_gen_any_dep '
-                       dev-python/dbus-python[${PYTHON_USEDEP}]
-               ')
-       )
-"
-
-python_check_deps() {
-       use test || return 0
-       python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DPython3_EXECUTABLE="${PYTHON}"
-               -DENABLE_DEBUG_OUTPUT=$(usex debug)
-               -DENABLE_FARSTREAM=$(usex farstream)
-               -DENABLE_TESTS=$(usex test)
-               -DENABLE_EXAMPLES=OFF
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       # some tests require D-Bus, bug #732110
-       local myctestargs=(
-               -E "(BaseConnectionManager|BaseProtocol|StreamTubeHandlers)"
-       )
-       pushd "${BUILD_DIR}" > /dev/null || die
-       virtx cmake_src_test
-       popd > /dev/null || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 029e0ed1d2f0..d0bd65a28cc1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -338,7 +338,6 @@ net-im/telepathy-connection-managers
 net-libs/sofia-sip
 net-libs/telepathy-accounts-signon
 net-libs/telepathy-farstream
-net-libs/telepathy-qt
 
 # Sam James <s...@gentoo.org> (2024-03-28)
 # Newer 5.4.x releases were signed by a potentially compromised upstream 
maintainer.

Reply via email to