public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/
Date: Sat, 14 Mar 2020 17:59:24 +0000 (UTC)	[thread overview]
Message-ID: <1584208691.020416733604a835278d46d4f4f43b03eaf69aef.asturm@gentoo> (raw)

commit:     020416733604a835278d46d4f4f43b03eaf69aef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 16:11:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 17:58:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02041673

net-libs/telepathy-logger-qt: 17.09.0 version bump

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/telepathy-logger-qt/Manifest              |  1 +
 .../telepathy-logger-qt-17.09.0.ebuild             | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-libs/telepathy-logger-qt/Manifest b/net-libs/telepathy-logger-qt/Manifest
index 79830a818d4..0d9fb249a08 100644
--- a/net-libs/telepathy-logger-qt/Manifest
+++ b/net-libs/telepathy-logger-qt/Manifest
@@ -1,2 +1,3 @@
 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
+DIST telepathy-logger-qt-17.09.0.tar.xz 93480 BLAKE2B f516ff58b64a59ba3b51c0daf0c871fd0e03b7860fa94f2139175cccb3e5ff4f108b09db22366bdc2e4031556ab06712d1d935b8db7b1ed9b08803f047c943c3 SHA512 1524673a7dcba0d65c57e49d6e0dafd1b826b6444faaabc1dc482b29f6515374a1beb09a9bbfb115097e10fc18722ffe0187dc1bff9be06dc56a95ef32d805e3

diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
new file mode 100644
index 00000000000..7f3ef62bd48
--- /dev/null
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 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"
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+IUSE=""
+
+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}"


             reply	other threads:[~2020-03-14 17:59 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-14 17:59 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 23:15 [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ Andreas Sturmlechner
2023-03-23 19:58 Andreas Sturmlechner
2022-10-25 19:40 Andreas Sturmlechner
2021-09-12 11:28 Yixun Lan
2021-08-25  9:18 Andreas Sturmlechner
2020-11-24 19:59 Andreas Sturmlechner
2020-05-10 18:58 Andreas Sturmlechner
2020-05-10 18:30 Mart Raudsepp
2020-05-10 17:42 Mart Raudsepp
2020-05-10  9:19 Mikle Kolyada
2020-05-10  9:15 Mikle Kolyada
2020-01-10  9:50 Andreas Sturmlechner
2020-01-10  1:26 Thomas Deutschmann
2019-12-23  3:25 Aaron Bauman
2019-12-21 10:49 Mikle Kolyada
2019-12-09  0:06 Andreas Sturmlechner
2019-03-03 23:22 Andreas Sturmlechner
2018-12-19 12:06 Andreas Sturmlechner
2018-05-06 11:24 Andreas Sturmlechner
2017-11-30 22:14 Andreas Sturmlechner
2017-09-10 10:00 Johannes Huber
2016-09-29 11:43 Michael Palimaka
2016-08-18 13:09 Michael Palimaka
2016-04-11 18:35 Johannes Huber
2016-04-06 19:28 Michael Palimaka
2015-08-27 12:57 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584208691.020416733604a835278d46d4f4f43b03eaf69aef.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox