diff options
author | David Seifert <soap@gentoo.org> | 2020-09-16 22:16:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-16 22:16:28 +0200 |
commit | 55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6 (patch) | |
tree | a191d5e4862102e0390b9891e5d48e4b911ee75c /sci-chemistry | |
parent | sci-chemistry/suitename: Port to EAPI 7 (diff) | |
download | gentoo-55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6.tar.gz gentoo-55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6.tar.bz2 gentoo-55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6.zip |
sci-chemistry/clashlist: Port to EAPI 7
Closes: https://bugs.gentoo.org/741993
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/clashlist/clashlist-3.17-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild b/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild index 7028015f5835..096a8047939e 100644 --- a/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild +++ b/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="Build lists of van der Waals clashes from an input PDB file" HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php" SRC_URI="mirror://gentoo/molprobity-${PV}.tgz" -SLOT="0" LICENSE="richardson" +SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=" >=sci-chemistry/cluster-1.3.081231-r1 @@ -20,6 +19,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}" src_prepare() { + default sed \ -e 's: cluster : molprobity-cluster :g' \ -i molprobity3/bin/clashlist || die |