Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Thu, 26 Jun 2014 05:36:12
Message-Id: 1403760948.bba716734f23364fa41165ad369d8e8d29fd327e.ottxor@gentoo
1 commit: bba716734f23364fa41165ad369d8e8d29fd327e
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 26 05:35:48 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 26 05:35:48 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bba71673
7
8 live ebuild update
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-5.0.9999.ebuild | 8 +-------
15 2 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index 03c55c5..e98a9ec 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 26 Jun 2014; Christoph Junghans <ottxor@g.o> gromacs-5.0.9999.ebuild:
26 + live ebuild update
27 +
28 14 Apr 2014; Christoph Junghans <ottxor@g.o> gromacs-5.0.9999.ebuild,
29 gromacs-5.0_rc1.ebuild, gromacs-9999.ebuild, metadata.xml:
30 added make-symlinks use flag, multilib-strict fix
31
32 diff --git a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
33 index b6be22e..6488bd5 100644
34 --- a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
36 @@ -247,13 +247,7 @@ src_install() {
37 rm -f "${ED}"usr/bin/gmx-completion*
38 rm -f "${ED}"usr/bin/g_options*
39 rm -f "${ED}"usr/bin/GMXRC*
40 - rm -f "${ED}"usr/lib*/libtng*.a
41 -
42 - #workaround for libtng
43 - if [[ $(get_libdir) != lib ]]; then
44 - mv "${ED}"usr/lib/libtng* "${ED}usr/$(get_libdir)" || die
45 - rmdir "${ED}"usr/lib || die
46 - fi
47 + rm -f "${ED}"usr/$(get_libdir)/libtng*.a
48
49 readme.gentoo_create_doc
50 }