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 DDD11158013 for ; Mon, 11 Dec 2023 12:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2173C2BC026; Mon, 11 Dec 2023 12:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 074382BC026 for ; Mon, 11 Dec 2023 12:05:28 +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 1FF7C335D72 for ; Mon, 11 Dec 2023 12:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5816CACA for ; Mon, 11 Dec 2023 12:05:25 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1702296283.6bf290fa97d5a518783ab769e5a95b3b574e3ac2.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/poezio/metadata.xml net-im/poezio/poezio-0.14.ebuild net-im/poezio/poezio-9999.ebuild X-VCS-Directories: net-im/poezio/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 6bf290fa97d5a518783ab769e5a95b3b574e3ac2 X-VCS-Branch: master Date: Mon, 11 Dec 2023 12:05:25 +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: 0ad18f24-eca6-4b85-ae20-1f6ebf91d9a3 X-Archives-Hash: 45d4abea92cdcc0b89bae81465e55cd5 commit: 6bf290fa97d5a518783ab769e5a95b3b574e3ac2 Author: Florian Schmaus gentoo org> AuthorDate: Mon Dec 11 12:04:43 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Dec 11 12:04:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf290fa net-im/poezio: update HOMEPAGE Signed-off-by: Florian Schmaus gentoo.org> net-im/poezio/metadata.xml | 1 + net-im/poezio/poezio-0.14.ebuild | 2 +- net-im/poezio/poezio-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/poezio/metadata.xml b/net-im/poezio/metadata.xml index 47243d5ddc22..116cdcfb8474 100644 --- a/net-im/poezio/metadata.xml +++ b/net-im/poezio/metadata.xml @@ -7,5 +7,6 @@ poezio + poezio/poezio diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild index b1a80a0858a5..31269b9415ce 100644 --- a/net-im/poezio/poezio-0.14.ebuild +++ b/net-im/poezio/poezio-0.14.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature xdg DESCRIPTION="Console XMPP client that looks like most famous IRC clients" -HOMEPAGE="https://poez.io/" +HOMEPAGE="https://poez.io/ https://codeberg.org/poezio/poezio" LICENSE="GPL-3+" SLOT="0" diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index 7aa78a8fe0f9..65ae78d42495 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature xdg DESCRIPTION="Console XMPP client that looks like most famous IRC clients" -HOMEPAGE="https://poez.io/" +HOMEPAGE="https://poez.io/ https://codeberg.org/poezio/poezio" LICENSE="GPL-3+" SLOT="0"