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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 006AE1382C5 for ; Mon, 15 Jun 2020 19:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17D44E0DA2; Mon, 15 Jun 2020 16:40:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E80B8E0DA2 for ; Mon, 15 Jun 2020 16:39:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE0B234F2E0 for ; Mon, 15 Jun 2020 16:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F452A4 for ; Mon, 15 Jun 2020 16:39:31 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592239152.a126ef77802ac9fa5d8591f5f47c8a6256236d92.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-texlive/texlive-latexextra/files/exsheets-syntax.patch dev-texlive/texlive-latexextra/files/vpe_invocation.patch X-VCS-Directories: dev-texlive/texlive-latexextra/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a126ef77802ac9fa5d8591f5f47c8a6256236d92 X-VCS-Branch: master Date: Mon, 15 Jun 2020 16:39:31 +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: 541d73ce-759c-4bd1-88d1-f8512ba75c31 X-Archives-Hash: 4615b95b4eaf1ca4bdf701cd76e75959 commit: a126ef77802ac9fa5d8591f5f47c8a6256236d92 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 15 12:56:37 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 16:39:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a126ef77 dev-texlive/texlive-latexextra: remove unused patches Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16252 Signed-off-by: Aaron Bauman gentoo.org> .../texlive-latexextra/files/exsheets-syntax.patch | 20 -------------------- .../texlive-latexextra/files/vpe_invocation.patch | 14 -------------- 2 files changed, 34 deletions(-) diff --git a/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch b/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch deleted file mode 100644 index 3b6763488a6..00000000000 --- a/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/texmf-dist/tex/latex/exsheets/exsheets.sty 2017-02-11 00:30:33.000000000 +0100 -+++ b/texmf-dist/tex/latex/exsheets/exsheets.sty 2019-06-09 10:13:30.917543183 +0200 -@@ -2760,7 +2760,7 @@ - } - } - --\cs_new_protected:Npn \__exsheets_blank_skip:N #1 -+\cs_new_protected:Npn \__exsheets_blank_skip:n #1 - { - \bool_if:NTF \l__exsheets_blank_width_bool - { \dim_set:Nn \l__exsheets_tmpa_dim {#1} } -@@ -2791,7 +2791,7 @@ - } - { \exsheets_write_blank:n { \skip_horizontal:N \l__exsheets_tmpa_dim } } - } --\cs_generate_variant:Nn \__exsheets_blank_skip:N { n } -+\cs_generate_variant:Nn \__exsheets_blank_skip:n { n, V } - - % the following code from Heiko Oberdieck in d.c.t.t served as inspiration - % and basis for the \blank command: diff --git a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch b/dev-texlive/texlive-latexextra/files/vpe_invocation.patch deleted file mode 100644 index 06f4534fd5b..00000000000 --- a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch +++ /dev/null @@ -1,14 +0,0 @@ -Use a shebang: -https://bugs.gentoo.org/show_bug.cgi?id=289818 - -Index: work/texmf-dist/scripts/vpe/vpe.pl -=================================================================== ---- a/texmf-dist/scripts/vpe/vpe.pl -+++ b/texmf-dist/scripts/vpe/vpe.pl -@@ -1,5 +1,4 @@ --eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' -- if 0; -+#!/usr/bin/perl -w - use strict; - # - # vpe.pl