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 08CDB1381FB for ; Wed, 25 Jul 2012 11:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E14F3E0798; Wed, 25 Jul 2012 11:59:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B2D60E07A7 for ; Wed, 25 Jul 2012 11:59:40 +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 28B781B46B4 for ; Wed, 25 Jul 2012 11:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6D2B6E543E for ; Wed, 25 Jul 2012 11:59:38 +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: <1343217550.0aad98925b44c13a55daf32eb1cacb0e9c974890.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-pictures.extraebuild scripts/texlive/tlpsrc/texlive-pictures.extraexec X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0aad98925b44c13a55daf32eb1cacb0e9c974890 X-VCS-Branch: master Date: Wed, 25 Jul 2012 11:59:38 +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: c4b5337f-fc69-4616-8583-8977d8eb41f9 X-Archives-Hash: 26f3325791cff3bc0b00c3ab3f123f21 commit: 0aad98925b44c13a55daf32eb1cacb0e9c974890 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 25 11:59:10 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 25 11:59:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=0aad9892 remove epstopdf --- .../texlive/tlpsrc/texlive-pictures.extraebuild | 2 +- scripts/texlive/tlpsrc/texlive-pictures.extraexec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-pictures.extraebuild b/scripts/texlive/tlpsrc/texlive-pictures.extraebuild index 67133f2..ed7b027 100644 --- a/scripts/texlive/tlpsrc/texlive-pictures.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-pictures.extraebuild @@ -1 +1 @@ -TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/cachepic/cachepic.tlu texmf-dist/scripts/epspdf/epspdf.rb texmf-dist/scripts/epspdf/epspdftk.tcl texmf-dist/scripts/fig4latex/fig4latex texmf-dist/scripts/mathspic/mathspic.pl" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/cachepic/cachepic.tlu texmf-dist/scripts/fig4latex/fig4latex texmf-dist/scripts/mathspic/mathspic.pl" diff --git a/scripts/texlive/tlpsrc/texlive-pictures.extraexec b/scripts/texlive/tlpsrc/texlive-pictures.extraexec index edefbd7..90870a9 100644 --- a/scripts/texlive/tlpsrc/texlive-pictures.extraexec +++ b/scripts/texlive/tlpsrc/texlive-pictures.extraexec @@ -1,2 +1,3 @@ -sed -i -e "s/pgf//" $1 +sed -i -e "s/pgf / /" $1 sed -i -e "s/dot2texi//" $1 +sed -i -e "s/epspdf / /" $1