commit:     87bd00235988ac0c56126d166b5533b4589a5030
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:18:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:18:40 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=87bd0023

net-libs/telepathy-qt: Drop outdated live ebuild, moved to Gentoo repo

This was co-maintained with kde proj all the time, has a copy in kde 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.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/telepathy-qt/metadata.xml             | 15 ------
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 72 --------------------------
 2 files changed, 87 deletions(-)

diff --git a/net-libs/telepathy-qt/metadata.xml 
b/net-libs/telepathy-qt/metadata.xml
deleted file mode 100644
index d62898aa..00000000
--- a/net-libs/telepathy-qt/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <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-9999.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
deleted file mode 100644
index a477c450..00000000
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
-inherit python-any-r1 cmake-utils git-r3 virtualx
-
-DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="https://telepathy.freedesktop.org/";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug farstream 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}]
-               ')
-       )
-"
-RESTRICT="!test? ( test )"
-
-python_check_deps() {
-       has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_DEBUG_OUTPUT=$(usex debug)
-               -DENABLE_FARSTREAM=$(usex farstream)
-               -DENABLE_TESTS=$(usex test)
-               -DENABLE_EXAMPLES=OFF
-       )
-       cmake-utils_src_configure
-}
-
-src_test() {
-       # some tests require D-Bus
-       local myctestargs=(
-               -E "(BaseConnectionManager|BaseProtocol)"
-       )
-       pushd "${BUILD_DIR}" > /dev/null || die
-       virtx cmake-utils_src_test
-       popd > /dev/null || die
-}

Reply via email to