From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/telepathy-idle/
Date: Sat, 19 Sep 2020 11:28:20 +0000 (UTC) [thread overview]
Message-ID: <1600514884.6ffff887d45d916fcabcb94af0a1da02583fdf95.mgorny@gentoo> (raw)
commit: 6ffff887d45d916fcabcb94af0a1da02583fdf95
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:07:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:28:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffff887
net-irc/telepathy-idle: Port to py3
Closes: https://bugs.gentoo.org/735410
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-irc/telepathy-idle/Manifest | 2 ++
...pathy-idle-0.2.0-r2.ebuild => telepathy-idle-0.2.0-r3.ebuild} | 9 ++++++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/net-irc/telepathy-idle/Manifest b/net-irc/telepathy-idle/Manifest
index 848f8312469..0983e3c4f7b 100644
--- a/net-irc/telepathy-idle/Manifest
+++ b/net-irc/telepathy-idle/Manifest
@@ -1 +1,3 @@
+DIST telepathy-idle-0.2.0-py3-1.patch 3849 BLAKE2B 48617c65e8c3af4aa40332eed66c1839b4a9db9c99a4e350fae89879dcbd67c133e0a05fd9a778a5e0ac737ddbf8f999f23095b9a2a3cdef233485b1c9422908 SHA512 41c90befc3bb2df84f35a2f53bbe29885f67a2ceb5dfbf906436655b9400368e74a1a4a6b408f669fa951ae9d50d89bc7e0e2285f50a6fecf1a1d719c307cb24
+DIST telepathy-idle-0.2.0-py3-2.patch 1441 BLAKE2B ea32a2c94216ff320f43c3bf8b537b197c0398507f812eecfab86359e43c53fc2724b2c0d0a0e0a7b342243b07cce38a86f802d9fbc777bba942df939f52a56b SHA512 c9f868f50c5300f4ed06953de935f44e2e87729a36a61d4c1e998d322c1dcdac2759200b66a04c965e9ef591475dfbd5997c83816c6fc2bfb178bfd4bcd260e8
DIST telepathy-idle-0.2.0.tar.gz 566492 BLAKE2B d0e12bb23b96b7df5afb101ae2c62994777de616d5ea70a10fb2141e68066c7dfaae713340c7f8a2d8ce1f259f302729efa1927eaf7d2a9555120c58e89046f2 SHA512 f5e36afc3ab4b52eb865f2c1e6565b99011a7540fc1a7783d3bbd7bbf50bc671a2147df6bde646c82059a466cc1df9bdb10e2500db5b7bb06d57a989a75c261b
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild
similarity index 68%
rename from net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild
rename to net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild
index 7a2b194475d..7310419e9ee 100644
--- a/net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild
+++ b/net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
inherit python-single-r1
DESCRIPTION="Full-featured IRC connection manager for Telepathy"
HOMEPAGE="https://cgit.freedesktop.org/telepathy/telepathy-idle"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
+ https://src.fedoraproject.org/rpms/telepathy-idle/raw/93c37581c570200c3f646d0872a9c1327d3b3cb1/f/0001-tools-Fix-errors-running-glib-ginterface-gen-under-P.patch -> ${P}-py3-1.patch
+ https://src.fedoraproject.org/rpms/telepathy-idle/raw/93c37581c570200c3f646d0872a9c1327d3b3cb1/f/0002-tools-Remove-outdated-is-unicode-checks.patch -> ${P}-py3-2.patch"
LICENSE="LGPL-2.1+"
SLOT="0"
@@ -32,6 +34,7 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-fixes.patch"
+ "${DISTDIR}"/${P}-py3-{1,2}.patch
)
src_prepare() {
next 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-irc/telepathy-idle/ Mart Raudsepp
2022-10-29 17:44 Matt Turner
2021-12-19 1:30 Matt Turner
2021-04-15 5:25 Sam James
2021-04-15 1:33 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-03-13 18:08 Matt Turner
2020-02-04 21:13 Mart Raudsepp
2019-10-12 13:28 Mart Raudsepp
2019-10-12 13:28 Mart Raudsepp
2019-10-12 13:28 Mart Raudsepp
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=1600514884.6ffff887d45d916fcabcb94af0a1da02583fdf95.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