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 5FDB6138335 for ; Mon, 4 Nov 2019 12:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A39D1E0AF1; Mon, 4 Nov 2019 12:45:38 +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 85A30E0AF1 for ; Mon, 4 Nov 2019 12:45:38 +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 349CC34C864 for ; Mon, 4 Nov 2019 12:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60F37FE for ; Mon, 4 Nov 2019 12:45:35 +0000 (UTC) From: "Mikle Kolyada" 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" Message-ID: <1572871465.96525d1898b228feea0f686738f3640757c14bc9.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-latexrecommended.extraexec X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 96525d1898b228feea0f686738f3640757c14bc9 X-VCS-Branch: master Date: Mon, 4 Nov 2019 12:45:35 +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: e2c3bf5e-2378-4f15-bd64-7e2ea959bb03 X-Archives-Hash: 3618c184fad5de4d770d4a44571747cd commit: 96525d1898b228feea0f686738f3640757c14bc9 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 4 12:44:25 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 4 12:44:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=96525d18 Revert "do not strip built-in xcolor now" This reverts commit 0d03a58e6438d5fea8db420dac20f7d581f9c81b. Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec b/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec new file mode 100644 index 0000000..d7fd01e --- /dev/null +++ b/scripts/texlive/tlpsrc/texlive-latexrecommended.extraexec @@ -0,0 +1,2 @@ +sed -i -e "s/xcolor//" $@ +sed -i -e "s/beamer//" $@