public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/clashlist/
@ 2015-09-24 10:57 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2015-09-24 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6cfe26872ee2c72d276fdcdeb68609fe655e6cec
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 10:57:19 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 10:57:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfe2687

sci-chemistry/clashlist: amd64 stable wrt bug #547384

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sci-chemistry/clashlist/clashlist-3.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild b/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild
index 7aedd77..5c178aa 100644
--- a/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild
+++ b/sci-chemistry/clashlist/clashlist-3.17-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/molprobity-${PV}.tgz"
 
 SLOT="0"
 LICENSE="richardson"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/clashlist/
@ 2015-09-24 11:50 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-24 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d3e8f1f4ea09d9405eeb1db7bc8467f97ec88baa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 11:30:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 11:30:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e8f1f4

sci-chemistry/clashlist: Drop old

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/clashlist/clashlist-3.17.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/sci-chemistry/clashlist/clashlist-3.17.ebuild b/sci-chemistry/clashlist/clashlist-3.17.ebuild
deleted file mode 100644
index 513a1e0..0000000
--- a/sci-chemistry/clashlist/clashlist-3.17.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-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"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-	<=sci-chemistry/cluster-1.3.081231
-	sci-chemistry/probe"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
-	dobin molprobity3/bin/clashlist
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/clashlist/
@ 2020-09-16 20:17 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-09-16 20:17 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-16 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 11:50 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/clashlist/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-16 20:17 David Seifert
2015-09-24 10:57 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox