public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/c3/
@ 2019-11-09 22:18 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-11-09 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d26c2800e8f1231db4384fce7fdcb8fd559e4f69
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 22:03:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 22:18:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26c2800

sys-cluster/c3: Bump to EAPI 7

Bug: https://bugs.gentoo.org/697176
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-cluster/c3/c3-4.0.1.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild
index 0e7edf29074..3231f0b251b 100644
--- a/sys-cluster/c3/c3-4.0.1.ebuild
+++ b/sys-cluster/c3/c3-4.0.1.ebuild
@@ -1,15 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="The Cluster Command and Control (C3) tool suite"
 HOMEPAGE="http://www.csm.ornl.gov/torc/C3/"
 SRC_URI="http://www.csm.ornl.gov/torc/C3/Software/${PV}/${P}.tar.gz"
+
 LICENSE="C3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
 # Everything it needs is in "system" (profiles/base/packages)
 DEPEND=""
 
@@ -31,13 +33,13 @@ src_install() {
 	exeinto ${C3DIR}
 	# Everything's in the same dir, so we need to weed out non-tool things
 	local TOOL
-	for TOOL in $(find ${S} -maxdepth 1 -type f -name 'c*' -not -name '*.*'); do
+	for TOOL in $(find . -maxdepth 1 -type f -name 'c*' -not -name '*.*'); do
 		doexe ${TOOL}
 	done
 	# Get systemimager-using tool out of bin, since systemimager isn't in
 	# portage
 	dodoc ${D}/${C3DIR}/cpushimage
-	rm ${D}/${C3DIR}/cpushimage
+	rm ${D}/${C3DIR}/cpushimage || die
 
 	dodoc README README.scale CHANGELOG KNOWN_BUGS
 	docinto contrib
@@ -45,10 +47,10 @@ src_install() {
 
 	doman man/man*/*
 
-	# Create env.d file
-	echo "PATH=${C3DIR}" > ${T}/40${PN}
-	echo "ROOTPATH=${C3DIR}" >> ${T}/40${PN}
-	doenvd ${T}/40${PN}
+	newenvd - 40${PN} <<-EOF
+		PATH=${C3DIR}
+		ROOTPATH=${C3DIR}
+	EOF
 }
 
 pkg_postinst() {


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/c3/
@ 2020-05-08  8:25 Alexys Jacob
  0 siblings, 0 replies; 3+ messages in thread
From: Alexys Jacob @ 2020-05-08  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5f4e0d70380fa4a06b361c7de3883f0795816d09
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri May  8 00:57:10 2020 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri May  8 08:24:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4e0d70

sys-cluster/c3: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>

 sys-cluster/c3/c3-4.0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild
index 3231f0b251b..f8985982dde 100644
--- a/sys-cluster/c3/c3-4.0.1.ebuild
+++ b/sys-cluster/c3/c3-4.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="The Cluster Command and Control (C3) tool suite"
-HOMEPAGE="http://www.csm.ornl.gov/torc/C3/"
-SRC_URI="http://www.csm.ornl.gov/torc/C3/Software/${PV}/${P}.tar.gz"
+HOMEPAGE="https://www.csm.ornl.gov/torc/C3/"
+SRC_URI="https://www.csm.ornl.gov/torc/C3/Software/${PV}/${P}.tar.gz"
 
 LICENSE="C3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/c3/
@ 2022-08-11 10:55 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-08-11 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     da6b29c16953681c0555bf59cc999a76eeba71cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:54:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6b29c1

sys-cluster/c3: fix UnquotedVariable

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/c3/c3-4.0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild
index f8985982ddea..76baca262f11 100644
--- a/sys-cluster/c3/c3-4.0.1.ebuild
+++ b/sys-cluster/c3/c3-4.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,8 +38,8 @@ src_install() {
 	done
 	# Get systemimager-using tool out of bin, since systemimager isn't in
 	# portage
-	dodoc ${D}/${C3DIR}/cpushimage
-	rm ${D}/${C3DIR}/cpushimage || die
+	dodoc "${D}"/${C3DIR}/cpushimage
+	rm "${D}"/${C3DIR}/cpushimage || die
 
 	dodoc README README.scale CHANGELOG KNOWN_BUGS
 	docinto contrib


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

end of thread, other threads:[~2022-08-11 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-08  8:25 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/c3/ Alexys Jacob
  -- strict thread matches above, loose matches on Subject: below --
2022-08-11 10:55 Sam James
2019-11-09 22:18 Michał Górny

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