Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Wed, 05 Feb 2014 12:09:57
Message-Id: 1391602326.ba6ba542dda0ec8ec140dce44b56f1655e04cc40.alexxy@gentoo
1 commit: ba6ba542dda0ec8ec140dce44b56f1655e04cc40
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 12:12:06 2014 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 12:12:06 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ba6ba542
7
8 Bash completion changes are comming =D
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-9999.ebuild | 12 ++++++------
15 2 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index ed2b685..0d3f2b0 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: $
23
24 05 Feb 2014; Alexey Shvetsov <alexxy@g.o> gromacs-9999.ebuild:
25 + Bash completion changes are comming =D
26 +
27 + 05 Feb 2014; Alexey Shvetsov <alexxy@g.o> gromacs-9999.ebuild:
28 Revert back to git-2 since git-r2 gives problems
29
30 25 Jan 2014; Justin Lecher <jlec@g.o> gromacs-4.6.9999.ebuild,
31
32 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
33 index cc7ac90..949e30d 100644
34 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
36 @@ -237,12 +237,12 @@ src_install() {
37 cmake-utils_src_install
38 done
39
40 - newbashcomp "${ED}"/usr/bin/completion.bash ${PN}
41 - if use zsh-completion ; then
42 - insinto /usr/share/zsh/site-functions
43 - newins "${ED}"/usr/bin/completion.zsh _${PN}
44 - fi
45 - rm -f "${ED}"usr/bin/completion.*
46 + #newbashcomp "${ED}"/usr/bin/completion.bash ${PN}
47 + #if use zsh-completion ; then
48 + # insinto /usr/share/zsh/site-functions
49 + # newins "${ED}"/usr/bin/completion.zsh _${PN}
50 + #fi
51 + #rm -f "${ED}"usr/bin/completion.*
52 rm -f "${ED}"usr/bin/g_options*
53 rm -f "${ED}"usr/bin/GMXRC*