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 BAAAF15838C for ; Sun, 21 Jan 2024 04:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52ED5E29AE; Sun, 21 Jan 2024 04:02:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 39250E29AE for ; Sun, 21 Jan 2024 04:02:08 +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 7E87F34330D for ; Sun, 21 Jan 2024 04:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFCC314C3 for ; Sun, 21 Jan 2024 04:02:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705809402.046d54f74d499e6bb9abcf473af55e131d402df7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-0.5.2-r4.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 046d54f74d499e6bb9abcf473af55e131d402df7 X-VCS-Branch: master Date: Sun, 21 Jan 2024 04:02:04 +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: e0ebc100-2fe3-4876-8bb8-25e1f92cd5bc X-Archives-Hash: f1ea58351185cd3bd24f5358a9b476b2 commit: 046d54f74d499e6bb9abcf473af55e131d402df7 Author: Mason Rocha turret cyou> AuthorDate: Sat Dec 9 22:10:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 21 03:56:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046d54f7 app-text/zathura: update manpages url for 0.5.2-r4 slashbeast has since retired and his dev.g.o workspace has cleared. update the url to point to my distfile store Signed-off-by: Mason Rocha turret.cyou> Closes: https://github.com/gentoo/gentoo/pull/34196 Signed-off-by: Sam James gentoo.org> app-text/zathura/zathura-0.5.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura/zathura-0.5.2-r4.ebuild b/app-text/zathura/zathura-0.5.2-r4.ebuild index 249ff0cbb654..bf8c8261af3f 100644 --- a/app-text/zathura/zathura-0.5.2-r4.ebuild +++ b/app-text/zathura/zathura-0.5.2-r4.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI=" https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}-manpages.tar.xz + https://cdn.turret.cyou/~turret/distfiles/${PN}/${P}-manpages.tar.xz " KEYWORDS="amd64 arm ~riscv x86 ~amd64-linux ~x86-linux" fi