commit:     e0920dd70e4d0bf9b701380ed28e30504b451f8e
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 17:53:10 2015 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 17:53:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0920dd7

Drop unneeded hack

Package-Manager: portage-2.2.19

 sci-chemistry/gromacs/ChangeLog           | 3 +++
 sci-chemistry/gromacs/gromacs-9999.ebuild | 7 -------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index 1e2a646..c7bcab9 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jun 2015; Alexey Shvetsov <[email protected]> gromacs-9999.ebuild:
+  Drop unneeded hack
+
   08 Mar 2015; Christoph Junghans <[email protected]> gromacs-4.6.9999.ebuild,
   metadata.xml:
   removed openmm build

diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild 
b/sci-chemistry/gromacs/gromacs-9999.ebuild
index b50184a..9b8bf86 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -247,13 +247,6 @@ src_install() {
        rm -f "${ED}"usr/bin/gmx-completion*
        rm -f "${ED}"usr/bin/g_options*
        rm -f "${ED}"usr/bin/GMXRC*
-       rm -f "${ED}"usr/lib*/libtng*.a
-
-       #workaround for libtng
-       if [[ $(get_libdir) != lib ]]; then
-               mv "${ED}"usr/lib/libtng* "${ED}usr/$(get_libdir)" || die
-               rmdir "${ED}"usr/lib || die
-       fi
 
        readme.gentoo_create_doc
 }

Reply via email to