summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-10 10:38:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-10 10:44:54 +0100
commitb0fd03709399ac4bb3b5c98f883cd1a231fdccbe (patch)
tree1ff1ef397a748158f95f62d88051c1a099ca954a /net-libs/telepathy-logger-qt
parentkde-frameworks/purpose: Drop 5.64.0 (r0) (diff)
downloadgentoo-b0fd03709399ac4bb3b5c98f883cd1a231fdccbe.tar.gz
gentoo-b0fd03709399ac4bb3b5c98f883cd1a231fdccbe.tar.bz2
gentoo-b0fd03709399ac4bb3b5c98f883cd1a231fdccbe.zip
net-libs/telepathy-logger-qt: Drop 17.08.0 (r0)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-logger-qt')
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
deleted file mode 100644
index 5e3b122b8ed9..000000000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit kde5 python-any-r1
-
-DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 arm64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-IUSE=""
-
-BDEPEND="${PYTHON_DEPS}"
-DEPEND="
- $(add_qt_dep qtdbus)
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- net-im/telepathy-logger
- net-libs/telepathy-glib
- net-libs/telepathy-qt[qt5(+)]
- sys-apps/dbus
-"
-RDEPEND="${DEPEND}"