aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-18 09:16:48 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-18 09:16:48 +0100
commitd25942d2340d4fb69ab393774f68a8ad065c55a9 (patch)
tree45711ea627d71df25edd8e069451f12d9fe71261 /sci-libs/amber99sbnmr
parentsci-libs/amber99sb_phipsi: fix fetch, fix homepage (diff)
downloadsci-d25942d2340d4fb69ab393774f68a8ad065c55a9.tar.gz
sci-d25942d2340d4fb69ab393774f68a8ad065c55a9.tar.bz2
sci-d25942d2340d4fb69ab393774f68a8ad065c55a9.zip
sci-libs/amber99sbnmr: fix fetch, fix homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-libs/amber99sbnmr')
-rw-r--r--sci-libs/amber99sbnmr/Manifest2
-rw-r--r--sci-libs/amber99sbnmr/amber99sbnmr-0_pre130901.ebuild11
2 files changed, 5 insertions, 8 deletions
diff --git a/sci-libs/amber99sbnmr/Manifest b/sci-libs/amber99sbnmr/Manifest
index 474ceadb4..fa06db441 100644
--- a/sci-libs/amber99sbnmr/Manifest
+++ b/sci-libs/amber99sbnmr/Manifest
@@ -1 +1 @@
-DIST amber99sbnmr-0_pre130901.tar 256000 SHA256 9e50fe1aec6b233d507b7048023e4191fc1dd2c83d190fa7585bb7c2e65ef56f SHA512 70b3750e5a5c297131e56b001a2667809f38c31b0f74afd27dc7373386091ea91ba0a98890c405f35a1103af86fa22f34d8b288755608659522bc2b5b4ace93e WHIRLPOOL cdf7398ac5ee52319ca9fdbadb91574ca5b2681902ba113819edc62b520d20122d311f5c2c769a30c9390fdf71cefef295d32e953d173b5da6911e343afa0390
+DIST amber99sbnmr-0_pre130901.tar 256000 BLAKE2B 9b868d8b7e8c574840f8dd3ba3c9b09788ce656a9469d98599687858cb02690782f8eb1875a2159496ed863d5fd53956fad1e4053ba4e7ff608686743b9d7e97 SHA512 70b3750e5a5c297131e56b001a2667809f38c31b0f74afd27dc7373386091ea91ba0a98890c405f35a1103af86fa22f34d8b288755608659522bc2b5b4ace93e
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 *
}