public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cluster/
@ 2019-12-13  3:25 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-12-13  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b2d96ed1d1279a92dd97b1258b2acdc448cfec0d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 02:53:42 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 03:25:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d96ed1

sci-chemistry/cluster: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sci-chemistry/cluster/cluster-1.3.081231.ebuild | 29 -------------------------
 1 file changed, 29 deletions(-)

diff --git a/sci-chemistry/cluster/cluster-1.3.081231.ebuild b/sci-chemistry/cluster/cluster-1.3.081231.ebuild
deleted file mode 100644
index e9d3b8999e1..00000000000
--- a/sci-chemistry/cluster/cluster-1.3.081231.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Build lists of collections of interacting items"
-HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php"
-SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/${PN}/${PN}.${PV}.src.tgz"
-
-SLOT="0"
-LICENSE="richardson"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"/${PN}1.3src
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PV}-ldflags.patch \
-		"${FILESDIR}"/${PV}-includes.patch
-	tc-export CXX
-}
-
-src_install() {
-	dobin ${PN}
-	dodoc README.cluster
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cluster/
@ 2021-10-21  9:57 Jakov Smolić
  0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2021-10-21  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6e772d8e9d9e89b8349327e64a2eeac8aeff8626
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 09:33:44 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 09:55:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e772d8e

sci-chemistry/cluster: Port to EAPI 8

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild b/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild
index d274ed0d378..b5f0395734e 100644
--- a/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild
+++ b/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild
@@ -1,26 +1,27 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Build lists of collections of interacting items"
 HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php"
 SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/${PN}/${PN}.${PV}.src.tgz"
+S="${WORKDIR}"/${PN}1.3src
 
-SLOT="0"
 LICENSE="richardson"
+SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-S="${WORKDIR}"/${PN}1.3src
+PATCHES=(
+	"${FILESDIR}"/${PV}-ldflags.patch
+	"${FILESDIR}"/${PV}-includes.patch
+)
 
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PV}-ldflags.patch \
-		"${FILESDIR}"/${PV}-includes.patch
+src_configure() {
 	tc-export CXX
+	default
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cluster/
@ 2023-12-16 16:17 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-12-16 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6057e43d9d6ebf952530e8c19e7c996fece26327
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 16:17:08 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 16:17:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6057e43d

sci-chemistry/cluster: Stabilize 1.3.081231-r2 amd64, #920145

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-chemistry/cluster/cluster-1.3.081231-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/cluster/cluster-1.3.081231-r2.ebuild b/sci-chemistry/cluster/cluster-1.3.081231-r2.ebuild
index 63f38eed67d2..3064f911fd89 100644
--- a/sci-chemistry/cluster/cluster-1.3.081231-r2.ebuild
+++ b/sci-chemistry/cluster/cluster-1.3.081231-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}1.3src
 
 LICENSE="richardson"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${PV}-ldflags.patch


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

end of thread, other threads:[~2023-12-16 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-13  3:25 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cluster/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-10-21  9:57 Jakov Smolić
2023-12-16 16:17 Arthur Zamarin

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