Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
Date: Fri, 10 Jan 2020 09:50:40
Message-Id: 1578649494.b0fd03709399ac4bb3b5c98f883cd1a231fdccbe.asturm@gentoo
1 commit: b0fd03709399ac4bb3b5c98f883cd1a231fdccbe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 09:38:07 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 09:44:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fd0370
7
8 net-libs/telepathy-logger-qt: Drop 17.08.0 (r0)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../telepathy-logger-qt-17.08.0.ebuild | 31 ----------------------
14 1 file changed, 31 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 5e3b122b8ed..00000000000
19 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python2_7 )
28 -inherit kde5 python-any-r1
29 -
30 -DESCRIPTION="Qt bindings for the Telepathy logger"
31 -HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git"
32 -
33 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
34 - SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz"
35 - KEYWORDS="amd64 arm64 x86"
36 -fi
37 -
38 -LICENSE="LGPL-2.1"
39 -IUSE=""
40 -
41 -BDEPEND="${PYTHON_DEPS}"
42 -DEPEND="
43 - $(add_qt_dep qtdbus)
44 - dev-libs/dbus-glib
45 - dev-libs/glib:2
46 - dev-libs/libxml2
47 - net-im/telepathy-logger
48 - net-libs/telepathy-glib
49 - net-libs/telepathy-qt[qt5(+)]
50 - sys-apps/dbus
51 -"
52 -RDEPEND="${DEPEND}"