From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16D71138334 for ; Mon, 9 Dec 2019 00:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9C8E088B; Mon, 9 Dec 2019 00:06:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26508E088B for ; Mon, 9 Dec 2019 00:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB35A34D5D7 for ; Mon, 9 Dec 2019 00:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AF278D3 for ; Mon, 9 Dec 2019 00:06:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575849801.b6dd2c235104206cddedf72096da24d59ad5e4dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-logger-qt/Manifest net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b6dd2c235104206cddedf72096da24d59ad5e4dc X-VCS-Branch: master Date: Mon, 9 Dec 2019 00:06:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 617f5cdb-065e-485b-ba33-73c228a5171d X-Archives-Hash: 126b201b909c128cf0b6aba7f2d95344 commit: b6dd2c235104206cddedf72096da24d59ad5e4dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 9 00:02:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 9 00:03:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dd2c23 net-libs/telepathy-logger-qt: Add python3 support Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-logger-qt/Manifest | 1 + .../telepathy-logger-qt-17.08.0-r1.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest index d77b7de11ba..79830a818d4 100644 --- a/net-libs/telepathy-logger-qt/Manifest +++ b/net-libs/telepathy-logger-qt/Manifest @@ -1 +1,2 @@ +DIST telepathy-logger-qt-17.08.0-python3.patch.xz 16228 BLAKE2B 8226a6cd0537e46edadccc50027da6386bafcf3e5cd2d9af2f7ce996da30f42762f43a00c1274771a15d3fd2e5de912ad0833cda6ad7630f1d25492cc27a9bff SHA512 c762213f09933ee08b755d830fd32309fb248ff91f2d4c0ac04f7096e874f2a63d7231aaf5abfc4245cf6f66056d2e9cabb6a83b0c561422efd0e8944bc05893 DIST telepathy-logger-qt-17.08.0.tar.xz 94184 BLAKE2B ead0598c1f2f2786e026af15ef1424347b9ec9ac7d78b1e90943a8e39db1833f76353b9b9c767470fcbf635438fbcbcc52c9b969318341128f66b8b9ad5eb14a SHA512 1768509b61d83cdd39adf8abd74f71d0c9ae757411e08017c6788fe50962b57768a8fdc9fbba75f5968bb22849ff619e790323806d29ae63066e41cc5f22c366 diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild new file mode 100644 index 00000000000..412c055fd2f --- /dev/null +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +QTMIN=5.12.3 +inherit ecm kde.org 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 + https://dev.gentoo.org/~asturm/distfiles/${P}-python3.patch.xz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="5" +IUSE="" + +PATCHES=( "${WORKDIR}/${P}-python3.patch" ) + +BDEPEND="${PYTHON_DEPS}" +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[qt5(+)] + sys-apps/dbus +" +RDEPEND="${DEPEND}"