From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07DCB138359 for ; Wed, 16 Sep 2020 20:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE75E0883; Wed, 16 Sep 2020 20:17:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B259DE0883 for ; Wed, 16 Sep 2020 20:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D83C340E0F for ; Wed, 16 Sep 2020 20:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D225F36F for ; Wed, 16 Sep 2020 20:17:14 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1600287388.55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/clashlist/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/clashlist/clashlist-3.17-r1.ebuild X-VCS-Directories: sci-chemistry/clashlist/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6 X-VCS-Branch: master Date: Wed, 16 Sep 2020 20:17:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cdd3090-34f9-41a6-9c7e-d92823139e7f X-Archives-Hash: e80fd371dc0f85a59ec57f86fed22030 commit: 55069c5df9ea7cc47eb0a9f32959ce1e94ea5de6 Author: David Seifert gentoo org> AuthorDate: Wed Sep 16 20:16:28 2020 +0000 Commit: David Seifert gentoo 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 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