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 0EBE5158137 for ; Sun, 4 Jun 2023 16:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4969BE08F3; Sun, 4 Jun 2023 16:19:23 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2728FE08F0 for ; Sun, 4 Jun 2023 16:19:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FAB2340F66 for ; Sun, 4 Jun 2023 16:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB991A8B for ; Sun, 4 Jun 2023 16:19:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685895532.8fce9c6ffb8e7f74c8240558b1574af1f04744d1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-perls/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/urxvt-perls/metadata.xml x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild X-VCS-Directories: x11-misc/urxvt-perls/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8fce9c6ffb8e7f74c8240558b1574af1f04744d1 X-VCS-Branch: master Date: Sun, 4 Jun 2023 16:19:19 +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: 294ae1da-06b3-4e6f-b018-abe314ee0509 X-Archives-Hash: 1d9d2a43cd2d0fb0c6f17ed9c72ac4b7 commit: 8fce9c6ffb8e7f74c8240558b1574af1f04744d1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jun 4 09:36:04 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jun 4 16:18:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fce9c6f x11-misc/urxvt-perls: update github link Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Arthur Zamarin gentoo.org> x11-misc/urxvt-perls/metadata.xml | 2 +- x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/urxvt-perls/metadata.xml b/x11-misc/urxvt-perls/metadata.xml index 8dcf2d1a3afa..62384141e82d 100644 --- a/x11-misc/urxvt-perls/metadata.xml +++ b/x11-misc/urxvt-perls/metadata.xml @@ -6,6 +6,6 @@ Install scripts which have been marked as deprecated by upstream - muennich/urxvt-perls + xyb3rt/urxvt-perls diff --git a/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild b/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild index e91ce98faa0c..8c551d4c2ada 100644 --- a/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild +++ b/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Perl extensions for rxvt-unicode" -HOMEPAGE="https://github.com/muennich/urxvt-perls" -SRC_URI="https://github.com/muennich/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/xyb3rt/urxvt-perls" +SRC_URI="https://github.com/xyb3rt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"