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 8B76D15808B for ; Wed, 16 Mar 2022 17:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEF92E0886; Wed, 16 Mar 2022 17:02:38 +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 A1B62E0886 for ; Wed, 16 Mar 2022 17:02:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D8EF534355C for ; Wed, 16 Mar 2022 17:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E358D327 for ; Wed, 16 Mar 2022 17:02:34 +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: <1647450003.551ea8b6bee9fe7ce15c6102a274e5f429b350d3.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild X-VCS-Directories: app-text/zathura-pdf-mupdf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 551ea8b6bee9fe7ce15c6102a274e5f429b350d3 X-VCS-Branch: master Date: Wed, 16 Mar 2022 17:02:34 +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: ee6b2dff-c839-4d16-bc8f-ba828f4236ef X-Archives-Hash: 230abedebfb458caa3ff63f2fedfcd59 commit: 551ea8b6bee9fe7ce15c6102a274e5f429b350d3 Author: Philipp Rösner protonmail com> AuthorDate: Tue Mar 15 21:34:33 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Mar 16 17:00:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551ea8b6 app-text/zathura-pdf-mupdf: fixed source in stable The stable ebuilds for app-text/zathura-pdf-mupdf still relied on dead source links, which I now replaced. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Philipp Rösner protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/24593 Signed-off-by: Florian Schmaus gentoo.org> app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild | 4 ++-- app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild index c9664c2423f9..1be8dffa6bb1 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="amd64 arm x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz" fi DESCRIPTION="PDF plug-in for zathura" diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild index 36993e63161f..9c4eda569f63 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="amd64 arm x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz" fi DESCRIPTION="PDF plug-in for zathura"