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 88DBF158020 for ; Mon, 17 Oct 2022 23:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AF03E093D; Mon, 17 Oct 2022 23:56:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50785E093D for ; Mon, 17 Oct 2022 23:56:44 +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 58149340CF4 for ; Mon, 17 Oct 2022 23:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72D90624 for ; Mon, 17 Oct 2022 23:56:40 +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: <1666050828.8ee9559a5727aae3b15d76970dff3f7a09dafc0c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-ps/zathura-ps-9999.ebuild X-VCS-Directories: app-text/zathura-ps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ee9559a5727aae3b15d76970dff3f7a09dafc0c X-VCS-Branch: master Date: Mon, 17 Oct 2022 23:56:40 +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: 02d22299-71a2-4e59-8228-f1d004a244d1 X-Archives-Hash: 3d206aba08d36569b137aa56b70f7411 commit: 8ee9559a5727aae3b15d76970dff3f7a09dafc0c Author: Sam James gentoo org> AuthorDate: Mon Oct 17 23:53:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 17 23:53:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee9559a app-text/zathura-ps: sync live Signed-off-by: Sam James gentoo.org> app-text/zathura-ps/zathura-ps-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild index 01488806de7c..52b16b0f9b8d 100644 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson xdg-utils @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" - SRC_URI="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.xz" + SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz" fi DESCRIPTION="PostScript plug-in for zathura"