From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 011921381FD for ; Thu, 26 Jul 2012 17:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DF4E065A; Thu, 26 Jul 2012 17:09:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B8367E065A for ; Thu, 26 Jul 2012 17:09:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2937F1B4110 for ; Thu, 26 Jul 2012 17:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E07F6E5436 for ; Thu, 26 Jul 2012 17:09:14 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1343320597.a1c416b7ac280d168d5392973a5a84623b1ecfe1.aballier@gentoo> Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: dev/aballier X-VCS-Files: scripts/texlive/tlpsrc/texlive-langcjk.extraebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a1c416b7ac280d168d5392973a5a84623b1ecfe1 X-VCS-Branch: master Date: Thu, 26 Jul 2012 17:09:14 +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-Archives-Salt: 5c4a9af4-3a56-4ddd-a521-7178e535b902 X-Archives-Hash: 133feb681ea561abf4eb81175d887134 commit: a1c416b7ac280d168d5392973a5a84623b1ecfe1 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 26 16:36:37 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 26 16:36:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=a1c416b7 Avoid collion with ttf2pk2 --- scripts/texlive/tlpsrc/texlive-langcjk.extraebuild | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-langcjk.extraebuild b/scripts/texlive/tlpsrc/texlive-langcjk.extraebuild index 9903e32..5c79d9a 100644 --- a/scripts/texlive/tlpsrc/texlive-langcjk.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-langcjk.extraebuild @@ -2,3 +2,9 @@ TEXLIVE_MODULE_BINSCRIPTS=" texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl texmf-dist/scripts/uptex/convbkmk.rb " + +# Avoids collision with app-text/ttf2pk2 +src_prepare() { + local i=texmf-dist/source/fonts/zhmetrics/ttfonts.map + [ -f "${i}" ] && rm -f "${i}" +}