public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
Date: Thu, 28 May 2020 12:44:18 +0000 (UTC)	[thread overview]
Message-ID: <1590669839.7d3b41b7a951834884f113894d86642a86293c54.junghans@gentoo> (raw)

commit:     7d3b41b7a951834884f113894d86642a86293c54
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 12:43:13 2020 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu May 28 12:43:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3b41b7

sys-cluster/libcircle: version bump

Closes: https://bugs.gentoo.org/725694
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>

 sys-cluster/libcircle/Manifest               |  1 +
 sys-cluster/libcircle/libcircle-0.3.0.ebuild | 37 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sys-cluster/libcircle/Manifest b/sys-cluster/libcircle/Manifest
index 9bf8bd5022b..053d17dd4d1 100644
--- a/sys-cluster/libcircle/Manifest
+++ b/sys-cluster/libcircle/Manifest
@@ -1,2 +1,3 @@
 DIST libcircle-0.2.0_rc1.tar.gz 351901 BLAKE2B 1e3fd2dab46c4cdb462501f117cf41aa6f87d1ed90a0c806cdebd5f569c73b8c86f7c73f07d5a37ed6bbaa27c3649e4cb74949c08200768fb238f5153fdb8f18 SHA512 1ce07ae012c281fe3e6fbae29bf48e1079768ed5f92f9375c3be02880bed1b1feee6630b31560d7129f76640990e94da1753f55b11a0a8977adaaf9e51144044
 DIST libcircle-0.2.1_rc1.tar.gz 354251 BLAKE2B e28049da3883743d1e1a568abccc609663b8e0d89532968b8600b473d5cb6f73da481fd973bfada6a526feb4194edac09b9a9dde9fe8e7648cbdea591bda7481 SHA512 9a125bc9f95b1dfb1c777dece4310a709cec46f820651216cd3a34486260f80221e564b82dfaf1ba58b8091b18c6d6b87b0c64d24a940cae6593dc144426fb54
+DIST libcircle-0.3.0.tar.gz 385353 BLAKE2B 2843218e21f272409006980d7a94c580b1b72234e9aec7503418e498c202405a2c941f2030e1468450e9d259837bf0fc427bb60e2deeccbe4af6dde11ccfa8e9 SHA512 7561075a36e3401984d06bff6f7d0c5ba88569f59a0122dd73d52c3e4fb6602482fa0d0fcf19c0761496fb6f8ed27c1e736c411dd93186f8c029b3789e4ab318

diff --git a/sys-cluster/libcircle/libcircle-0.3.0.ebuild b/sys-cluster/libcircle/libcircle-0.3.0.ebuild
new file mode 100644
index 00000000000..1193a7cab64
--- /dev/null
+++ b/sys-cluster/libcircle/libcircle-0.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/hpc/${PN}/releases/download/v0.3/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux"
+fi
+
+DESCRIPTION="API for distributing embarrassingly parallel workloads using self-stabilization"
+HOMEPAGE="https://github.com/hpc/libcircle"
+
+SLOT="0"
+LICENSE="BSD"
+IUSE="doc static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="virtual/mpi"
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen )
+	test? ( dev-libs/check )"
+
+src_configure() {
+	econf \
+		$(use_enable doc doxygen) \
+		$(use_enable static-libs static) \
+		$(use_enable test tests)
+}
+
+src_install() {
+	use doc && HTML_DOCS=( "${S}/doc/html/." )
+	default
+}


             reply	other threads:[~2020-05-28 12:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-28 12:44 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-13 19:46 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/ David Seifert
2021-03-13 19:46 David Seifert
2018-06-01 15:58 Christoph Junghans
2017-12-01 22:19 David Seifert
2017-07-30  9:23 Michał Górny
2016-11-14  2:01 Christoph Junghans
2015-10-10 14:49 Christoph Junghans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1590669839.7d3b41b7a951834884f113894d86642a86293c54.junghans@gentoo \
    --to=junghans@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox