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 92091138239 for ; Sun, 12 Apr 2020 21:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0956E0965; Sun, 12 Apr 2020 21:52:34 +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 A2CE0E0965 for ; Sun, 12 Apr 2020 21:52:34 +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 7ABB634F11D for ; Sun, 12 Apr 2020 21:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86987150 for ; Sun, 12 Apr 2020 21:52:31 +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: <1586728241.7219e7d2e7fe8248b07e7d7ca7e73f8b5ccae5da.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-basic-post-ebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7219e7d2e7fe8248b07e7d7ca7e73f8b5ccae5da X-VCS-Branch: master Date: Sun, 12 Apr 2020 21:52: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: 377afc9e-a27a-4abe-9517-734e6668064d X-Archives-Hash: 376be617a9b1f71bdc6aff2e15eb6e2e commit: 7219e7d2e7fe8248b07e7d7ca7e73f8b5ccae5da Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 12 21:50:41 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 12 21:50:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=7219e7d2 texlive-basic-post: cleanup 1.) rungs.tlu is now moved into texlive-core with texlive-scripts macro 2.) do not apply obsolete patch Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/texlive-basic-post-ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-basic-post-ebuild b/scripts/texlive/tlpsrc/texlive-basic-post-ebuild index 0dd88de..2f19705 100644 --- a/scripts/texlive/tlpsrc/texlive-basic-post-ebuild +++ b/scripts/texlive/tlpsrc/texlive-basic-post-ebuild @@ -1,2 +1 @@ -PATCHES=( "${FILESDIR}/texmfcnflua2017.patch" ) -TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/simpdftex/simpdftex texmf-dist/scripts/texlive/rungs.tlu" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/simpdftex/simpdftex"