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 2778313800E for ; Thu, 26 Jul 2012 16:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F7A21C00E; Thu, 26 Jul 2012 16:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4922621C00E for ; Thu, 26 Jul 2012 16:13:31 +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 3AAD61B40F9 for ; Thu, 26 Jul 2012 16:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F0E8AE5436 for ; Thu, 26 Jul 2012 16:13:28 +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: <1343319200.5fee1f7ee507d779bb48b4fb72902eb7be9695f7.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: 5fee1f7ee507d779bb48b4fb72902eb7be9695f7 X-VCS-Branch: master Date: Thu, 26 Jul 2012 16:13:28 +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: 897cf86e-773d-4c9e-a9a2-83294422ef5d X-Archives-Hash: 69abeb5a66d2ee4d9ef602ebb784f420 commit: 5fee1f7ee507d779bb48b4fb72902eb7be9695f7 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 26 16:13:20 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 26 16:13:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=5fee1f7e rlxtools is a .rb --- scripts/texlive/tlpsrc/texlive-context.extraebuild | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-context.extraebuild b/scripts/texlive/tlpsrc/texlive-context.extraebuild index fd4d9ed..4f3499c 100644 --- a/scripts/texlive/tlpsrc/texlive-context.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-context.extraebuild @@ -1,5 +1,11 @@ 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" + +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/context/ruby/ctxtools.rb + texmf-dist/scripts/context/ruby/pstopdf.rb + texmf-dist/scripts/context/ruby/rlxtools.rb +" + for i in ${TL_CONTEXT_UNIX_STUBS} ; do TEXLIVE_MODULE_BINSCRIPTS="${TEXLIVE_MODULE_BINSCRIPTS} texmf-dist/scripts/context/stubs/unix/$i" done @@ -19,7 +25,8 @@ pkg_setup() { # These comes without +x bit set... src_prepare() { chmod +x texmf-dist/scripts/context/ruby/ctxtools.rb \ - texmf-dist/scripts/context/ruby/pstopdf.rb + texmf-dist/scripts/context/ruby/pstopdf.rb \ + texmf-dist/scripts/context/ruby/rlxtools.rb } TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate