summaryrefslogtreecommitdiff
path: root/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild')
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
deleted file mode 100644
index 6236a06de4b..00000000000
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-KDE_ORG_CATEGORY="network"
-QTMIN=5.15.12
-inherit ecm kde.org python-any-r1
-
-DESCRIPTION="Qt bindings for the Telepathy logger"
-HOMEPAGE="https://invent.kde.org/network/telepathy-logger-qt"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-IUSE=""
-
-DEPEND="
- dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- >=dev-qt/qtdbus-${QTMIN}:5
- net-im/telepathy-logger
- net-libs/telepathy-glib
- >=net-libs/telepathy-qt-0.9.8
- sys-apps/dbus
-"
-RDEPEND="${DEPEND}"
-BDEPEND="${PYTHON_DEPS}"