aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild')
-rw-r--r--sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild b/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild
index b6af2f90f..e2c83399f 100644
--- a/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild
+++ b/sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="AMBER99SBnmr1 force field (Lindorff-Larsen et al., Proteins 78, 1950-58, 2010)"
-HOMEPAGE="https://research.chemistry.ohio-state.edu/bruschweiler/protein-force-field/"
-SRC_URI="http://research.chemistry.ohio-state.edu/bruschweiler/files/2013/09/nmr1.tar -> ${P}.tar"
+HOMEPAGE="https://research.cbc.osu.edu/bruschweiler.1/protein-force-field/"
+SRC_URI="https://research.cbc.osu.edu/bruschweiler.1/wp-content/uploads/2013/09/nmr1.tar -> ${P}.tar"
SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
S="${WORKDIR}"
@@ -18,7 +17,5 @@ RESTRICT="strip binchecks"
src_install() {
insinto /usr/share/gromacs/top/
- dodoc */*.doc
- rm */*.doc || die
doins -r *
}