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 591D1138824 for ; Fri, 24 Oct 2014 03:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCD7CE08C0; Fri, 24 Oct 2014 03:33:23 +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 4BCD6E08C0 for ; Fri, 24 Oct 2014 03:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCF0B340454 for ; Fri, 24 Oct 2014 03:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44DE5870D for ; Fri, 24 Oct 2014 03:33:19 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1414121559.0dc2db3e6d7eef70fcf8c3d174702421b5ad384a.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg/ChangeLog sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 0dc2db3e6d7eef70fcf8c3d174702421b5ad384a X-VCS-Branch: master Date: Fri, 24 Oct 2014 03:33: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: 3dcc9af0-223e-42a0-af7a-2439ec800b9d X-Archives-Hash: a5349dd9901339a40d807def729df4d4 commit: 0dc2db3e6d7eef70fcf8c3d174702421b5ad384a Author: Christoph Junghans gentoo org> AuthorDate: Fri Oct 24 03:32:39 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Oct 24 03:32:39 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0dc2db3e fixed bash-comp (bug #526320) Package-Manager: portage-2.2.8-r2 --- sci-chemistry/votca-csg/ChangeLog | 3 +++ sci-chemistry/votca-csg/votca-csg-9999.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index 9fff6d4..621aa69 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Oct 2014; Christoph Junghans votca-csg-9999.ebuild: + fixed bash-comp (bug #526320) + 01 Sep 2014; Christoph Junghans votca-csg-9999.ebuild: sync with gx86 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index 6fc1afe..94f2fc0 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -86,8 +86,12 @@ src_configure() { } src_install() { - newbashcomp scripts/csg-completion.bash ${PN} cmake-utils_src_install + newbashcomp scripts/csg-completion.bash csg_call + for i in "${ED}"/usr/bin/csg_*; do + [[ ${i} = *csg_call ]] && continue + bashcomp_alias csg_call "${i##*/}" + done if use doc; then if [[ ${PV} = *9999* ]]; then pushd "${WORKDIR}"/manual