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 D32FC15808B for ; Sun, 17 Apr 2022 12:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE9D1E0991; Sun, 17 Apr 2022 12:20:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8C8EDE0991 for ; Sun, 17 Apr 2022 12:20:50 +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 9B260335CCF for ; Sun, 17 Apr 2022 12:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BE9139F for ; Sun, 17 Apr 2022 12:20:48 +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: <1650198035.eef7b95f0bf058dc494e0951997f07e351423650.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eef7b95f0bf058dc494e0951997f07e351423650 X-VCS-Branch: master Date: Sun, 17 Apr 2022 12:20:48 +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: 5f1df146-d2a3-4698-a3a8-a9186afb954e X-Archives-Hash: 22fcd3fba5016544a9fa5c845d5b2902 commit: eef7b95f0bf058dc494e0951997f07e351423650 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 12:20:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 12:20:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef7b95f app-text/ghostscript-gpl: add patch instructions to ebuild Signed-off-by: Sam James gentoo.org> app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild index f5020bdddc00..b2c8f3467830 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.56.1.ebuild @@ -10,6 +10,8 @@ MY_P="${MY_PN}-${PV/_}" PVM=$(ver_cut 1-2) PVM_S=$(ver_rs 1-2 "") +# Use https://gitweb.gentoo.org/proj/codec/ghostscript-gpl-patches.git/ for patches +# See 'index' branch for README MY_PATCHSET="ghostscript-gpl-9.56.1-patchset-01.tar.xz" DESCRIPTION="Interpreter for the PostScript language and PDF"