From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1266599-garchives=archives.gentoo.org@lists.gentoo.org> 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 AFB2B1382C5 for <garchives@archives.gentoo.org>; Fri, 2 Apr 2021 09:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14851E092F; Fri, 2 Apr 2021 09:25:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F016CE092F for <gentoo-commits@lists.gentoo.org>; Fri, 2 Apr 2021 09:25:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 175643406C0 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Apr 2021 09:25:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70B34A5 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Apr 2021 09:24:58 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1617355482.01b85e2a790fce4577c031960e901fcefe5f5cee.zlogene@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: proj/tex X-VCS-Files: scripts/texlive/tlpsrc/texlive-binextra.extraexec X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 01b85e2a790fce4577c031960e901fcefe5f5cee X-VCS-Branch: master Date: Fri, 2 Apr 2021 09:24:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 662fde04-ec18-4975-a0e6-cdec62c6d163 X-Archives-Hash: e442de4e9cc3e3229bee64c7e65d3737 commit: 01b85e2a790fce4577c031960e901fcefe5f5cee Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 09:24:42 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Apr 2 09:24:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=01b85e2a do not strip xindy from binextra Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> scripts/texlive/tlpsrc/texlive-binextra.extraexec | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/texlive-binextra.extraexec b/scripts/texlive/tlpsrc/texlive-binextra.extraexec index 954c2ca..d3c5a24 100644 --- a/scripts/texlive/tlpsrc/texlive-binextra.extraexec +++ b/scripts/texlive/tlpsrc/texlive-binextra.extraexec @@ -1,5 +1,4 @@ sed -i -e "s/detex //" $@ -sed -i -e "s/xindy //" $@ sed -i -e "s/chktex //" $@ sed -i -e "s/dvisvgm //" $@ sed -i -e "s/latexdiff //" $@