From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
Date: Sat, 13 Mar 2021 19:46:21 +0000 (UTC) [thread overview]
Message-ID: <1615664766.0872c5473fbc837f2fcf846678eeafaa1cb1b042.soap@gentoo> (raw)
commit: 0872c5473fbc837f2fcf846678eeafaa1cb1b042
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 19:46:06 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 19:46:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0872c547
sys-cluster/libcircle: Remove old 0.2.0_rc1, 0.2.1_rc1
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-cluster/libcircle/Manifest | 2 --
sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 43 ------------------------
sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 43 ------------------------
3 files changed, 88 deletions(-)
diff --git a/sys-cluster/libcircle/Manifest b/sys-cluster/libcircle/Manifest
index 053d17dd4d1..6fd918c0f14 100644
--- a/sys-cluster/libcircle/Manifest
+++ b/sys-cluster/libcircle/Manifest
@@ -1,3 +1 @@
-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.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
deleted file mode 100644
index 209b8ae5fe1..00000000000
--- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
- inherit git-r3
-else
- inherit vcs-snapshot
- SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${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 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/mpi"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- test? ( dev-libs/check )"
-
-DOCS=( HACKING.md README.md )
-
-src_configure() {
- local myeconfargs=(
- $(use_enable test tests)
- $(use_enable doc doxygen)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- use doc && HTML_DOCS=( "${BUILD_DIR}/doc/html/" )
- autotools-utils_src_install
-}
diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
deleted file mode 100644
index 209b8ae5fe1..00000000000
--- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
- inherit git-r3
-else
- inherit vcs-snapshot
- SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${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 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/mpi"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- test? ( dev-libs/check )"
-
-DOCS=( HACKING.md README.md )
-
-src_configure() {
- local myeconfargs=(
- $(use_enable test tests)
- $(use_enable doc doxygen)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- use doc && HTML_DOCS=( "${BUILD_DIR}/doc/html/" )
- autotools-utils_src_install
-}
next reply other threads:[~2021-03-13 19:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 19:46 David Seifert [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
2020-05-28 12:44 Christoph Junghans
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=1615664766.0872c5473fbc837f2fcf846678eeafaa1cb1b042.soap@gentoo \
--to=soap@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