aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2015-06-16 20:53:10 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2015-06-16 20:53:10 +0300
commite0920dd70e4d0bf9b701380ed28e30504b451f8e (patch)
treeddc502c214b02fd3ca3d1807cdc0282e342f3fee
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-e0920dd70e4d0bf9b701380ed28e30504b451f8e.tar.gz
sci-e0920dd70e4d0bf9b701380ed28e30504b451f8e.tar.bz2
sci-e0920dd70e4d0bf9b701380ed28e30504b451f8e.zip
Drop unneeded hack
Package-Manager: portage-2.2.19
-rw-r--r--sci-chemistry/gromacs/ChangeLog3
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild7
2 files changed, 3 insertions, 7 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index 1e2a646c0..c7bcab9a5 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 <alexxy@gentoo.org> gromacs-9999.ebuild:
+ Drop unneeded hack
+
08 Mar 2015; Christoph Junghans <ottxor@gentoo.org> 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 b50184a7c..9b8bf869a 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
}