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 50956138350 for ; Sun, 3 May 2020 11:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AFCCE0953; Sun, 3 May 2020 11:21:58 +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 42FBEE0953 for ; Sun, 3 May 2020 11:21:58 +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 B7EAB34F453 for ; Sun, 3 May 2020 11:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527991B4 for ; Sun, 3 May 2020 11:21:54 +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: <1588504882.2fc138d1b4e5e6bef4871609cec6124818239514.zlogene@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: proj/tex X-VCS-Files: scripts/texlive/tlpsrc/Makefile-dist X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2fc138d1b4e5e6bef4871609cec6124818239514 X-VCS-Branch: master Date: Sun, 3 May 2020 11:21:54 +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: fa20459c-9041-4fe6-9b89-d84d97b89b6e X-Archives-Hash: a33494849fbd347cb77d21042135439c commit: 2fc138d1b4e5e6bef4871609cec6124818239514 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 3 11:21:22 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 3 11:21:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=2fc138d1 rename texlive-module to tl Signed-off-by: Mikle Kolyada gentoo.org> scripts/texlive/tlpsrc/Makefile-dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/texlive/tlpsrc/Makefile-dist b/scripts/texlive/tlpsrc/Makefile-dist index 023e141..b3f66c8 100644 --- a/scripts/texlive/tlpsrc/Makefile-dist +++ b/scripts/texlive/tlpsrc/Makefile-dist @@ -3,16 +3,16 @@ include Makefile.common CONTENTS=YOU_NEED_TO_SET_CONTENTS_VARIABLE_TO_GENERATE_VERSIONNED_LZMA_FILES -$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.xz: - wget $(CTAN_MIRROR)/systems/texlive/tlnet/archive/$(@:$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.xz=%.tar.xz) -O $@ +$(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.xz: + wget $(CTAN_MIRROR)/systems/texlive/tlnet/archive/$(@:$(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.xz=%.tar.xz) -O $@ -#wget $(TUG)/tlnet/archive/$(@:$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.xz=%.tar.xz) -O $@ +#wget $(TUG)/tlnet/archive/$(@:$(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.xz=%.tar.xz) -O $@ -$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.lzma: $(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.xz +$(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.lzma: $(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.xz xz -d $< lzma $(<:%.xz=%) -versionnedzips: $(CONTENTS:%=$(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.xz) +versionnedzips: $(CONTENTS:%=$(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.xz) %.tlplic: %.unpacked cp $(@:%.tlplic=tlunpackdir/tlpkg/tlpobj/%.tlpobj) $@ @@ -26,7 +26,7 @@ tldir: mkdir tlunpackdir touch $@ -%.unpacked: $(DISTDIR)/texlive-module-%-$(TEXLIVE_VERSION).tar.xz tldir +%.unpacked: $(DISTDIR)/tl-%-$(TEXLIVE_VERSION).tar.xz tldir xz -dc $< | tar xof - -C tlunpackdir touch $@