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 5E8A013835A for ; Sat, 19 Sep 2020 11:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA35CE07F9; Sat, 19 Sep 2020 11:28:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 90B69E07F9 for ; Sat, 19 Sep 2020 11:28:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F35043410BE for ; Sat, 19 Sep 2020 11:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25827378 for ; Sat, 19 Sep 2020 11:28:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600514884.6ffff887d45d916fcabcb94af0a1da02583fdf95.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/telepathy-idle/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/telepathy-idle/Manifest net-irc/telepathy-idle/telepathy-idle-0.2.0-r2.ebuild net-irc/telepathy-idle/telepathy-idle-0.2.0-r3.ebuild X-VCS-Directories: net-irc/telepathy-idle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ffff887d45d916fcabcb94af0a1da02583fdf95 X-VCS-Branch: master Date: Sat, 19 Sep 2020 11:28:20 +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: 5dd070d4-3b62-4be6-bdd8-db6bc7b54dcc X-Archives-Hash: 77c58f93e94901843ec41ffa3dda4bd9 commit: 6ffff887d45d916fcabcb94af0a1da02583fdf95 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 19 11:07:02 2020 +0000 Commit: Michał Górny gentoo 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 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() {