From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pq5Ui-0002x5-G0 for garchives@archives.gentoo.org; Thu, 17 Feb 2011 15:10:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5848E09CA; Thu, 17 Feb 2011 15:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B97CCE09CD for ; Thu, 17 Feb 2011 15:10:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D4E51B42DA for ; Thu, 17 Feb 2011 15:10:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E5CD78006A for ; Thu, 17 Feb 2011 15:10:01 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <2e49e04e339ce3cf1f17b0a24e65515df70a3585.aballier@gentoo> Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: dev/aballier X-VCS-Files: scripts/texlive/tlpsrc/Makefile.revs scripts/texlive/tlpsrc/texlive-fontutils.extraebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2e49e04e339ce3cf1f17b0a24e65515df70a3585 Date: Thu, 17 Feb 2011 15:10:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 386ddb873f538698fce9c841d019f464 commit: 2e49e04e339ce3cf1f17b0a24e65515df70a3585 Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 17 15:09:55 2011 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 17 15:09:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/aballier.git;a= =3Dcommit;h=3D2e49e04e Fix epstopdf invocation --- scripts/texlive/tlpsrc/Makefile.revs | 1 + .../texlive/tlpsrc/texlive-fontutils.extraebuild | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/texlive/tlpsrc/Makefile.revs b/scripts/texlive/tlpsr= c/Makefile.revs index 1b58424..e0dd4db 100644 --- a/scripts/texlive/tlpsrc/Makefile.revs +++ b/scripts/texlive/tlpsrc/Makefile.revs @@ -3,4 +3,5 @@ =20 texlive-xetex.installed: EXTRA_REV=3D-r1 texlive-pictures.installed: EXTRA_REV=3D-r1 +texlive-fontutils.installed: EXTRA_REV=3D-r1 =20 diff --git a/scripts/texlive/tlpsrc/texlive-fontutils.extraebuild b/scrip= ts/texlive/tlpsrc/texlive-fontutils.extraebuild index 36f11a2..90e2e00 100644 --- a/scripts/texlive/tlpsrc/texlive-fontutils.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-fontutils.extraebuild @@ -1 +1,2 @@ TEXLIVE_MODULE_BINSCRIPTS=3D"texmf-dist/scripts/accfonts/mkt1font texmf-= dist/scripts/accfonts/vpl2ovp texmf-dist/scripts/accfonts/vpl2vpl texmf-d= ist/scripts/epstopdf/epstopdf.pl texmf-dist/scripts/fontools/afm2afm texm= f-dist/scripts/fontools/autoinst texmf-dist/scripts/fontools/cmap2enc tex= mf-dist/scripts/fontools/font2afm texmf-dist/scripts/fontools/ot2kpx texm= f-dist/scripts/fontools/pfm2kpx texmf-dist/scripts/fontools/showglyphs" +PATCHES=3D( "${FILESDIR}/epstopdf_invocation.patch" )