summaryrefslogtreecommitdiff
path: root/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild')
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
deleted file mode 100644
index 3fcd609b29e8..000000000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit kde5 python-any-r1
-
-DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
-
-if [[ ${KDE_BUILD_TYPE} = live ]]; then
- KEYWORDS=""
-else
- SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-IUSE=""
-
-RDEPEND="
- $(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
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake-3.9.patch" )