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 35A9013877A for ; Mon, 11 Aug 2014 21:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C61EE10E6; Mon, 11 Aug 2014 20:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76831E1130 for ; Mon, 11 Aug 2014 20:21:52 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 118CB34132E for ; Mon, 11 Aug 2014 07:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5CB0418815 for ; Mon, 11 Aug 2014 07:08:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1407740871.615eb2050bd0a0aab762ec2365f7ae04a6691eb9.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/git-cola/ChangeLog dev-vcs/git-cola/git-cola-9999.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 615eb2050bd0a0aab762ec2365f7ae04a6691eb9 X-VCS-Branch: master Date: Mon, 11 Aug 2014 07:08: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 X-Archives-Salt: 5c89b5d4-9fbd-4210-9a1a-b2d70f87b986 X-Archives-Hash: 7a490d01c6d944901924700662203503 commit: 615eb2050bd0a0aab762ec2365f7ae04a6691eb9 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 11 07:07:51 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 11 07:07:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=615eb205 dev-vcs/git-cola: Fix shebang fixing, #518306 Package-Manager: portage-2.2.10 --- dev-vcs/git-cola/ChangeLog | 3 +++ dev-vcs/git-cola/git-cola-9999.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index 8e8b4ac..2d51921 100644 --- a/dev-vcs/git-cola/ChangeLog +++ b/dev-vcs/git-cola/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $ + 11 Aug 2014; Justin Lecher git-cola-9999.ebuild: + Fix shebang fixing, #518306 + 25 Feb 2014; Justin Lecher git-cola-9999.ebuild: Move to py3.3 diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild index 9201126..12f7de6 100644 --- a/dev-vcs/git-cola/git-cola-9999.ebuild +++ b/dev-vcs/git-cola/git-cola-9999.ebuild @@ -90,6 +90,8 @@ python_install_all() { distutils-r1_python_install_all docompress /usr/share/doc/${PF}/git-cola.txt + + python_fix_shebang "${ED}" } python_test() {