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 56E8F13800E for ; Thu, 26 Jul 2012 16:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F7121C00E; Thu, 26 Jul 2012 16:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E80721C010 for ; Thu, 26 Jul 2012 16:11:25 +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 858721B40F2 for ; Thu, 26 Jul 2012 16:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 499F7E543E 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: <1343318938.dfeeea6e0cfeb26305ea3efc382ed289bdc273b6.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: dfeeea6e0cfeb26305ea3efc382ed289bdc273b6 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: 1dab4e2f-8c84-4b69-9747-1e246a866ffc X-Archives-Hash: d5334fd8f2a94748684171db9d231f15 commit: dfeeea6e0cfeb26305ea3efc382ed289bdc273b6 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 26 16:08:58 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 26 16:08:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=dfeeea6e set +x on ctxtools.rb --- scripts/texlive/tlpsrc/texlive-context.extraebuild | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/scripts/texlive/tlpsrc/texlive-context.extraebuild b/scripts/texlive/tlpsrc/texlive-context.extraebuild index 3395a3d..f0944d1 100644 --- a/scripts/texlive/tlpsrc/texlive-context.extraebuild +++ b/scripts/texlive/tlpsrc/texlive-context.extraebuild @@ -16,6 +16,11 @@ pkg_setup() { fi } +# This comes without +x bit set... +src_prepare() { + chmod +x texmf-dist/scripts/context/ruby/ctxtools.rb +} + TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate your documents. If you plan to use mkIV and its 'context' command to generate your documents,