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 D62B213877A for ; Tue, 22 Jul 2014 06:24:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C72BE0D1F; Tue, 22 Jul 2014 06:24:22 +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 07BD7E0D1A for ; Tue, 22 Jul 2014 06:24:21 +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 380E5340087 for ; Tue, 22 Jul 2014 06:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id F343D193E6 for ; Tue, 22 Jul 2014 06:24:19 +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: <1405597949.51ba469ab005b2bfdd19d7365e27415e0d9f70ab.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pales-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pales-bin/ChangeLog sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild X-VCS-Directories: sci-chemistry/pales-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 51ba469ab005b2bfdd19d7365e27415e0d9f70ab X-VCS-Branch: master Date: Tue, 22 Jul 2014 06:24:19 +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: 13ca390d-8569-418e-8e67-bd33baa9477b X-Archives-Hash: b08360de556f0bb99fd7041617e4e997 commit: 51ba469ab005b2bfdd19d7365e27415e0d9f70ab Author: Justin Lecher gentoo org> AuthorDate: Thu Jul 17 11:52:29 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 17 11:52:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51ba469a sci-chemistry/pales-bin: Drop -bin suffix from executable Package-Manager: portage-2.2.10 --- sci-chemistry/pales-bin/ChangeLog | 3 +++ sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/pales-bin/ChangeLog b/sci-chemistry/pales-bin/ChangeLog index 29df4ba..2bfbb23 100644 --- a/sci-chemistry/pales-bin/ChangeLog +++ b/sci-chemistry/pales-bin/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Jul 2014; Justin Lecher pales-bin-0_pre140717.ebuild: + Drop -bin suffix from executable + *pales-bin-0_pre140717 (17 Jul 2014) 17 Jul 2014; Justin Lecher +pales-bin-0_pre140717.ebuild, diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild index 2fcdaee..b3c1b88 100644 --- a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild +++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild @@ -22,5 +22,5 @@ src_unpack() { src_install() { exeinto /opt/bin - doexe ${PN} + newexe ${PN} ${PN%-bin} }