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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 947AD158043 for ; Sun, 14 Apr 2024 01:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CFC2E2A29; Sun, 14 Apr 2024 01:17:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ECA0E2A29 for ; Sun, 14 Apr 2024 01:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CD023433C2 for ; Sun, 14 Apr 2024 01:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B20CA16B4 for ; Sun, 14 Apr 2024 01:17:10 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713057328.cc7a5d3a25d6d629a642766f30f863f3407e24cb.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/telepathy-haze/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild X-VCS-Directories: net-libs/telepathy-haze/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: cc7a5d3a25d6d629a642766f30f863f3407e24cb X-VCS-Branch: dev Date: Sun, 14 Apr 2024 01:17:10 +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: bb36bee0-2f39-4a48-9cdc-57199a12c9b8 X-Archives-Hash: d319e5a9b1765b20cb78da8d22866a2c Message-ID: <20240414011710.WNmrmQU2BPEhxCg_L8Xosj5_AIOTq9O-tPZdspdWWeM@z> commit: cc7a5d3a25d6d629a642766f30f863f3407e24cb Author: Julien Roy jroy ca> AuthorDate: Sun Apr 14 01:15:28 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Apr 14 01:15:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc7a5d3a net-libs/telepathy-haze: update HOMEPAGE Closes: https://bugs.gentoo.org/897636 Signed-off-by: Julien Roy jroy.ca> net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild index 6e80d232ab..ce065a1dc4 100644 --- a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild +++ b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild @@ -1,14 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 DESCRIPTION="Telepathy connection manager providing libpurple supported protocols" -HOMEPAGE="https://telepathy.freedesktop.org https://developer.pidgin.im/wiki/TelepathyHaze" +HOMEPAGE=" + https://telepathy.freedesktop.org + https://developer.pidgin.im/wiki/TelepathyHaze +" SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2"