From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C768138334 for ; Tue, 31 Dec 2019 16:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E93CE0B1A; Tue, 31 Dec 2019 16:49:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12F3EE0B1A for ; Tue, 31 Dec 2019 16:49:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE0BD34DDDD for ; Tue, 31 Dec 2019 16:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A877036 for ; Tue, 31 Dec 2019 16:49:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577810949.48792c503ee0648b0bfc26c02f131bea8abca64c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/files/, net-libs/telepathy-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch net-libs/telepathy-qt/metadata.xml net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ net-libs/telepathy-qt/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 48792c503ee0648b0bfc26c02f131bea8abca64c X-VCS-Branch: master Date: Tue, 31 Dec 2019 16:49:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 170481de-0b53-4a18-83b6-e801cf5dd56d X-Archives-Hash: b1f67343390f133613093e2920e5f6b9 commit: 48792c503ee0648b0bfc26c02f131bea8abca64c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 31 15:49:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 31 16:49:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=48792c50 net-libs/telepathy-qt: Drop outdated live ebuild, moved to Gentoo repo This was co-maintained with qt proj all the time, has a copy in qt overlay, and actually has an active proxied maintainer since 2016 commit 0d7d20fc - it makes much more sense to share maintenance of the live ebuild in gentoo.git. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/telepathy-qt-0.9.7-deps.patch | 37 --------------- net-libs/telepathy-qt/metadata.xml | 15 ------- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 52 ---------------------- 3 files changed, 104 deletions(-) diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch deleted file mode 100644 index 033ece79bb..0000000000 --- a/net-libs/telepathy-qt/files/telepathy-qt-0.9.7-deps.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/cmake/modules/FindQt5.cmake 2016-06-12 13:04:05.000000000 +0200 -+++ b/cmake/modules/FindQt5.cmake 2018-04-25 18:04:28.351188748 +0200 -@@ -22,8 +22,6 @@ - # QT_QTDBUS_LIBRARY The QtDBus library - # QT_QTGUI_LIBRARY The QtGui library - # QT_QTNETWORK_LIBRARY The QtNetwork library --# QT_QTTEST_LIBRARY The QtTest library --# QT_QTWIDGETS_LIBRARY The QtWidgets library - # QT_QTXML_LIBRARY The QtXml library - # - # also defined, but NOT for general use are -@@ -65,23 +63,19 @@ - find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED) - find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED) - find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED) --find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED) --find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED) - find_package(Qt5Network ${REQUIRED_QT_VERSION} REQUIRED) - find_package(Qt5Xml ${REQUIRED_QT_VERSION} REQUIRED) - - # Copy includes and library names into the same style as pkgconfig used for Qt4 --set(QT_INCLUDES ${Qt5Core_INCLUDE_DIRS} ${Qt5DBus_INCLUDE_DIRS} ${Qt5Gui_INCLUDE_DIRS} ${Qt5Network_INCLUDE_DIRS} ${Qt5Test_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS}) -+set(QT_INCLUDES ${Qt5Core_INCLUDE_DIRS} ${Qt5DBus_INCLUDE_DIRS} ${Qt5Gui_INCLUDE_DIRS} ${Qt5Network_INCLUDE_DIRS}) - - set(QT_QTCORE_LIBRARY ${Qt5Core_LIBRARIES}) - set(QT_QTDBUS_LIBRARY ${Qt5DBus_LIBRARIES}) - set(QT_QTGUI_LIBRARY ${Qt5Gui_LIBRARIES}) - set(QT_QTNETWORK_LIBRARY ${Qt5Network_LIBRARIES}) --set(QT_QTTEST_LIBRARY ${Qt5Test_LIBRARIES}) --set(QT_QTWIDGETS_LIBRARY ${Qt5Widgets_LIBRARIES}) - set(QT_QTXML_LIBRARY ${Qt5Xml_LIBRARIES}) - --set(QT_LIBRARIES ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} ${QT_QTWIDGETS_LIBRARY} ${QT_QTXML_LIBRARY}) -+set(QT_LIBRARIES ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}) - - SET(QT_VERSION_MAJOR ${Qt5Core_VERSION_MAJOR}) - SET(QT_VERSION_MINOR ${Qt5Core_VERSION_MINOR}) diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml deleted file mode 100644 index d62898aa02..0000000000 --- a/net-libs/telepathy-qt/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - - - kde@gentoo.org - Gentoo KDE Project - - - Enable support for audio/video calls via farstream - - 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 93461def56..0000000000 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" ) -inherit python-any-r1 cmake git-r3 - -DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol" -HOMEPAGE="https://telepathy.freedesktop.org/" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="" -IUSE="debug farstream" - -BDEPEND="${PYTHON_DEPS} - virtual/pkgconfig -" -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}" - -PATCHES=( "${FILESDIR}/${PN}-0.9.7-deps.patch" ) - -# bug 549448 - last checked with 0.9.7 -RESTRICT="test" - -pkg_setup() { - python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DDESIRED_QT_VERSION=5 - -DENABLE_DEBUG_OUTPUT=$(usex debug) - -DENABLE_FARSTREAM=$(usex farstream) - -DENABLE_TESTS=OFF - -DENABLE_EXAMPLES=OFF - ) - cmake_src_configure -}