public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2015-10-10 14:49 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2015-10-10 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f372e8337de2ac74e6766883be3320e8bea009f6
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 14:49:55 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 14:50:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f372e833

sys-cluster/libcircle: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libcircle/Manifest                   |  1 +
 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 44 ++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/sys-cluster/libcircle/Manifest b/sys-cluster/libcircle/Manifest
index 28bac28..2aea371 100644
--- a/sys-cluster/libcircle/Manifest
+++ b/sys-cluster/libcircle/Manifest
@@ -1 +1,2 @@
 DIST libcircle-0.2.0_rc1.tar.gz 351901 SHA256 59ed75c0bdf2b24f96fbc0230848a5aab57d4eab5a68895489d59a7f68ddd2ee SHA512 1ce07ae012c281fe3e6fbae29bf48e1079768ed5f92f9375c3be02880bed1b1feee6630b31560d7129f76640990e94da1753f55b11a0a8977adaaf9e51144044 WHIRLPOOL 984713d28ee80f686daea7d419a1135360bcda542f904a1aa4ea0ef03b87482e60c2c0858a9e6fd85d7bde1ef557bd61c717ba924f942dfd82d7cbeb9a2e0359
+DIST libcircle-0.2.1_rc1.tar.gz 354251 SHA256 a0d0d75db2be9e47045572ad40f7e1077b7c3540f79180ad1db265ca89438db3 SHA512 9a125bc9f95b1dfb1c777dece4310a709cec46f820651216cd3a34486260f80221e564b82dfaf1ba58b8091b18c6d6b87b0c64d24a940cae6593dc144426fb54 WHIRLPOOL ec77f629c8d5b2391a8f25aa888e0606a0d0240ccf86e6bbe5ba8a04c5e411a6d3f077777da6cdd7badaa87c40b44b6a67b7b901ceb94fb3bec3b118b8465a0a

diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
new file mode 100644
index 0000000..c702e273
--- /dev/null
+++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git"
+	inherit git-2
+	KEYWORDS=""
+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="an API for distributing embarrassingly parallel workloads using self-stabilization"
+HOMEPAGE="https://github.com/hpc/libcircle"
+
+SLOT="0"
+LICENSE="BSD"
+IUSE="doc 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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2016-11-14  2:01 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2016-11-14  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8c8f3dcd4ee135155f9ee37f1a5c74d50783b366
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 01:57:39 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 01:57:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8f3dcd

sys-cluster/libcircle: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libcircle/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libcircle/metadata.xml b/sys-cluster/libcircle/metadata.xml
index 8c92942..3f3b2bb 100644
--- a/sys-cluster/libcircle/metadata.xml
+++ b/sys-cluster/libcircle/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>ottxor@gentoo.org</email>
+		<email>junghans@gentoo.org</email>
 		<name>Christoph Junghans</name>
 	</maintainer>
 	<maintainer type="project">


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2017-07-30  9:23 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-07-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     84f65fe5eae25dcc475f706e1caf2e32cbf3d840
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 14:49:56 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f65fe5

sys-cluster/libcircle: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 4 ++--
 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
index 7f7163c13d3..8093e3eee7b 100644
--- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git"
+	EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
 	inherit git-2
 	KEYWORDS=""
 else

diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
index 7f7163c13d3..8093e3eee7b 100644
--- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git"
+	EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
 	inherit git-2
 	KEYWORDS=""
 else


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2017-12-01 22:19 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-12-01 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     282e105828d0ea8a50eb4357cdc346d4589898ab
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 21:17:13 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 22:17:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282e1058

sys-cluster/libcircle: [QA] Fix DESCRIPTION.toolong

 sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 2 +-
 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
index 8093e3eee7b..de01f31fa08 100644
--- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
@@ -15,7 +15,7 @@ else
 	KEYWORDS="~amd64 ~x86 ~amd64-linux"
 fi
 
-DESCRIPTION="an API for distributing embarrassingly parallel workloads using self-stabilization"
+DESCRIPTION="API for distributing embarrassingly parallel workloads using self-stabilization"
 HOMEPAGE="https://github.com/hpc/libcircle"
 
 SLOT="0"

diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
index 8093e3eee7b..de01f31fa08 100644
--- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
@@ -15,7 +15,7 @@ else
 	KEYWORDS="~amd64 ~x86 ~amd64-linux"
 fi
 
-DESCRIPTION="an API for distributing embarrassingly parallel workloads using self-stabilization"
+DESCRIPTION="API for distributing embarrassingly parallel workloads using self-stabilization"
 HOMEPAGE="https://github.com/hpc/libcircle"
 
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2018-06-01 15:58 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2018-06-01 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3a6d48840c7cbad5e9d4943b634f366e46c796f2
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Jun  1 15:28:50 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 15:58:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6d4884

sys-cluster/libcircle: git-2->git-r3

Closes: https://github.com/gentoo/gentoo/pull/8671
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 5 ++---
 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
index de01f31fa08..22e4e95e8f1 100644
--- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,7 @@ inherit autotools-utils
 
 if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
-	inherit git-2
-	KEYWORDS=""
+	inherit git-r3
 else
 	inherit vcs-snapshot
 	SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz"

diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
index de01f31fa08..22e4e95e8f1 100644
--- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,7 @@ inherit autotools-utils
 
 if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
-	inherit git-2
-	KEYWORDS=""
+	inherit git-r3
 else
 	inherit vcs-snapshot
 	SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2020-05-28 12:44 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2020-05-28 12:44 UTC (permalink / raw
  To: gentoo-commits

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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2021-03-13 19:46 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-03-13 19:46 UTC (permalink / raw
  To: gentoo-commits

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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/
@ 2021-03-13 19:46 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-03-13 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d67521564bfea24578559d3450435ff2abc83747
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 19:46:03 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 19:46:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6752156

sys-cluster/libcircle: [QA] Clean up ebuild

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-cluster/libcircle/libcircle-0.3.0.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/sys-cluster/libcircle/libcircle-0.3.0.ebuild b/sys-cluster/libcircle/libcircle-0.3.0.ebuild
index 1193a7cab64..afe8e3a3425 100644
--- a/sys-cluster/libcircle/libcircle-0.3.0.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.3.0.ebuild
@@ -1,37 +1,34 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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"
+SRC_URI="https://github.com/hpc/libcircle/releases/download/v$(ver_cut 1-2)/${P}.tar.gz"
 
-SLOT="0"
 LICENSE="BSD"
-IUSE="doc static-libs test"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/mpi"
 DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
 	test? ( dev-libs/check )"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_configure() {
 	econf \
+		--disable-static \
 		$(use_enable doc doxygen) \
-		$(use_enable static-libs static) \
 		$(use_enable test tests)
 }
 
 src_install() {
-	use doc && HTML_DOCS=( "${S}/doc/html/." )
+	use doc && HTML_DOCS=( doc/html/. )
 	default
+
+	# no static archives
+	find "${ED}" -name '*.la' -delete || die
 }


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

end of thread, other threads:[~2021-03-13 19:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14  2:01 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2021-03-13 19:46 David Seifert
2021-03-13 19:46 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
2015-10-10 14:49 Christoph Junghans

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