From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE8BA1396D9 for ; Fri, 27 Oct 2017 00:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0AAAE0BF0; Fri, 27 Oct 2017 00:15:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF654E0BF0 for ; Fri, 27 Oct 2017 00:15:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 868A733BEC7 for ; Fri, 27 Oct 2017 00:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E9A9829 for ; Fri, 27 Oct 2017 00:15:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1509063299.d32e73d14ee13c1ecb7595df9dca339ef74d6cfa.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/units/units-2.14-r1.ebuild sci-calculators/units/units-2.15.ebuild X-VCS-Directories: sci-calculators/units/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d32e73d14ee13c1ecb7595df9dca339ef74d6cfa X-VCS-Branch: master Date: Fri, 27 Oct 2017 00:15:22 +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: 3bce1e0f-c17b-429e-aa52-39bcab5e9af6 X-Archives-Hash: 0fa47432de4390033e50863ce11cf9ec commit: d32e73d14ee13c1ecb7595df9dca339ef74d6cfa Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 27 00:14:59 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 27 00:14:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32e73d1 sci-calculators/units: Put arcane command in correct ebuild (bug #635324). Package-Manager: Portage-2.3.12, Repoman-2.3.4 sci-calculators/units/units-2.14-r1.ebuild | 1 - sci-calculators/units/units-2.15.ebuild | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/units/units-2.14-r1.ebuild b/sci-calculators/units/units-2.14-r1.ebuild index 2269d863f54..45559228bae 100644 --- a/sci-calculators/units/units-2.14-r1.ebuild +++ b/sci-calculators/units/units-2.14-r1.ebuild @@ -45,7 +45,6 @@ src_install() { python_is_python3 && pyver=3 || pyver=2 sed -e "/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" \ "units_cur${pyver}" > units_cur || die - python_fix_shebang python_doscript units_cur fi } diff --git a/sci-calculators/units/units-2.15.ebuild b/sci-calculators/units/units-2.15.ebuild index 4d87f5164ed..052a0fabba9 100644 --- a/sci-calculators/units/units-2.15.ebuild +++ b/sci-calculators/units/units-2.15.ebuild @@ -51,6 +51,7 @@ src_install() { -e "/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" \ -e 's|^#!|&/usr/bin/python|g' \ units_cur_inst > units_cur || die + python_fix_shebang units_cur python_doscript units_cur fi }