commit: 55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Sep 16 20:16:28 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Sep 16 20:16:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55069c5d
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 <AT> gentoo.org> sci-chemistry/clashlist/clashlist-3.17-r1.ebuild | 8 ++++---- 1 file 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 7028015f583..096a8047939 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
