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 4E88F13800E for ; Thu, 26 Jul 2012 16:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EA1021C015; Thu, 26 Jul 2012 16:11:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E09621C015 for ; Thu, 26 Jul 2012 16:11:26 +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 D31351B40E2 for ; Thu, 26 Jul 2012 16:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7C197E5440 for ; Thu, 26 Jul 2012 16:11:23 +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: <1343319072.a5af4b69919e8c8747c612cbd05452d712ba2fc6.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-context.extraebuild X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a5af4b69919e8c8747c612cbd05452d712ba2fc6 X-VCS-Branch: master Date: Thu, 26 Jul 2012 16:11:23 +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: d3c394a3-be42-49ed-8b30-32baede6608c X-Archives-Hash: 9f3e172765188314e21e6e5a61ddc1a3 commit: a5af4b69919e8c8747c612cbd05452d712ba2fc6 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 26 16:11:12 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 26 16:11:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=a5af4b69 pstopdf is a .rb too --- scripts/texlive/tlpsrc/texlive-context.extraebuild | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-context.extraebuild b/scripts/texlive/tlpsrc/texlive-context.extraebuild index f0944d1..fd4d9ed 100644 --- a/scripts/texlive/tlpsrc/texlive-context.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-context.extraebuild @@ -1,5 +1,5 @@ -TL_CONTEXT_UNIX_STUBS="context luatools mtxrun pstopdf rlxtools texexec texmfstart" -TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/ctxtools.rb" +TL_CONTEXT_UNIX_STUBS="context luatools mtxrun rlxtools texexec texmfstart" +TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/ctxtools.rb texmf-dist/scripts/context/ruby/pstopdf.rb" for i in ${TL_CONTEXT_UNIX_STUBS} ; do TEXLIVE_MODULE_BINSCRIPTS="${TEXLIVE_MODULE_BINSCRIPTS} texmf-dist/scripts/context/stubs/unix/$i" done @@ -16,9 +16,10 @@ pkg_setup() { fi } -# This comes without +x bit set... +# These comes without +x bit set... src_prepare() { - chmod +x texmf-dist/scripts/context/ruby/ctxtools.rb + chmod +x texmf-dist/scripts/context/ruby/ctxtools.rb \ + texmf-dist/scripts/context/ruby/pstopdf.rb } TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate