summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-10-24 03:33:23 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-10-24 03:33:23 +0000
commitc2bcfa2645f94e21c7f8df3c47d6ef55cb7a75f6 (patch)
treeab73b3761c12486b0a6bdb3bca3e60262a551bcf /sci-chemistry
parentadd py3.4 support (diff)
downloadgentoo-2-c2bcfa2645f94e21c7f8df3c47d6ef55cb7a75f6.tar.gz
gentoo-2-c2bcfa2645f94e21c7f8df3c47d6ef55cb7a75f6.tar.bz2
gentoo-2-c2bcfa2645f94e21c7f8df3c47d6ef55cb7a75f6.zip
fixed bash-comp (bug #526320)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-csg/ChangeLog8
-rw-r--r--sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild (renamed from sci-chemistry/votca-csg/votca-csg-1.2.4.ebuild)8
2 files changed, 13 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog
index 8c2640fa3a8d..bd6f4ff0a8e6 100644
--- a/sci-chemistry/votca-csg/ChangeLog
+++ b/sci-chemistry/votca-csg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/votca-csg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.25 2014/08/31 23:41:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.26 2014/10/24 03:33:23 ottxor Exp $
+
+*votca-csg-1.2.4-r1 (24 Oct 2014)
+
+ 24 Oct 2014; Christoph Junghans <ottxor@gentoo.org>
+ +votca-csg-1.2.4-r1.ebuild, -votca-csg-1.2.4.ebuild:
+ fixed bash-comp (bug #526320)
*votca-csg-1.2.4 (31 Aug 2014)
diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
index 27693f48dc70..ce4007071d1d 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.2.4.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.4.ebuild,v 1.1 2014/08/31 23:41:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild,v 1.1 2014/10/24 03:33:23 ottxor Exp $
EAPI=5
@@ -65,8 +65,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 [ -n "${PV##*9999}" ]; then
dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"