public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-logger/
Date: Sat, 19 Sep 2020 11:28:20 +0000 (UTC)	[thread overview]
Message-ID: <1600514883.77f12c76cd0ae03c5423042c98e56db629de4ec0.mgorny@gentoo> (raw)

commit:     77f12c76cd0ae03c5423042c98e56db629de4ec0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 10:58:36 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:28:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f12c76

net-im/telepathy-logger: Port to py3

Closes: https://bugs.gentoo.org/735412
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/telepathy-logger/Manifest                            |  1 +
 ...logger-0.8.2.ebuild => telepathy-logger-0.8.2-r1.ebuild} | 13 ++++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/net-im/telepathy-logger/Manifest b/net-im/telepathy-logger/Manifest
index 3fe5d4f99f8..6dc4a325314 100644
--- a/net-im/telepathy-logger/Manifest
+++ b/net-im/telepathy-logger/Manifest
@@ -1 +1,2 @@
+DIST telepathy-logger-0.8.2-py3.patch 15181 BLAKE2B bebd153a519ee6cd4d7e3e04b4516e6fb53b6efea1d0693133ca5807686e115d08998e9e3ad0d6308d01945a0ac1b66010c3e312346dd238c43be1418574e11e SHA512 98cd5f9af7d4781be30b15c58ca6cd3a131b52dbc5cc38eae3423fc3377a02451782838d9f32575a71dd8d6ce7f46657e17f3dee29059a728bb8988d05c716ea
 DIST telepathy-logger-0.8.2.tar.bz2 562670 BLAKE2B 357d717136fe099ee3788bcd004d3eb14e83520c39a8412f4586181e0a1c98ac21be26931759b8f0439ab6f2f9b32aaf6cbf586619ab0fe40ef0f9581b301a29 SHA512 f3eda26133a4c38eeb79b01cbe3b7801a5eb773e8b4e6ce621c47d3ca701025364c6b2b890caea00104f01ba85ae891a6fad82d7a9dc487fd7a980221cede451

diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
similarity index 81%
rename from net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
rename to net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
index 785a3809cdf..c240b8874f2 100644
--- a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
+++ b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
@@ -3,13 +3,15 @@
 
 EAPI="5"
 GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
-inherit gnome2 python-any-r1 virtualx
+inherit epatch gnome2 python-any-r1 virtualx
 
 DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework"
 HOMEPAGE="https://telepathy.freedesktop.org/wiki/Logger"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.bz2"
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.bz2
+	https://gitlab.freedesktop.org/telepathy/telepathy-logger/-/merge_requests/1.patch
+		-> ${P}-py3.patch"
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
@@ -34,6 +36,11 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
+src_prepare() {
+	epatch "${DISTDIR}"/${P}-py3.patch
+	gnome2_src_prepare
+}
+
 src_configure() {
 	# --enable-debug needed due to https://bugs.freedesktop.org/show_bug.cgi?id=83390
 	gnome2_src_configure \


             reply	other threads:[~2020-09-19 11:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-19 11:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-12  6:04 [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-logger/ Mart Raudsepp
2022-10-29 17:44 Matt Turner
2022-09-07  7:52 Michał Górny
2021-12-22 19:05 Michał Górny
2021-12-19  1:30 Matt Turner
2021-09-12 11:28 Yixun Lan
2021-04-04 13:55 Andreas Sturmlechner
2018-11-02 11:13 Mart Raudsepp
2018-11-02 11:13 Mart Raudsepp
2018-11-02 11:13 Mart Raudsepp
2017-09-04  6:57 Gilles Dartiguelongue

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=1600514883.77f12c76cd0ae03c5423042c98e56db629de4ec0.mgorny@gentoo \
    --to=mgorny@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