public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/userspace-rcu/
Date: Thu, 29 Aug 2024 01:55:24 +0000 (UTC)	[thread overview]
Message-ID: <1724896166.9c4f0326197828dfc3e502c5939232d89bdeb2b7.sam@gentoo> (raw)

commit:     9c4f0326197828dfc3e502c5939232d89bdeb2b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 01:49:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 01:49:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4f0326

dev-libs/userspace-rcu: add 0.14.1

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

 dev-libs/userspace-rcu/Manifest                    |  1 +
 dev-libs/userspace-rcu/userspace-rcu-0.14.1.ebuild | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/userspace-rcu/Manifest b/dev-libs/userspace-rcu/Manifest
index bb9ddf3d1c66..032a94cf1b09 100644
--- a/dev-libs/userspace-rcu/Manifest
+++ b/dev-libs/userspace-rcu/Manifest
@@ -1,2 +1,3 @@
 DIST userspace-rcu-0.13.2.tar.bz2 611448 BLAKE2B 6d502e0035b03df262c917ba70f7442e2bd81369091b2c521fe5c32f31ed2ef7404070759f3a8910b767153e05d28e354d5e5ece2a3ba17e4a31dd7db3e1924f SHA512 e5097a7f653f51b3a47a09f79e7a153aab8fd22c0504a1127a9b33d093a9ae6a941b97c0fe175ee168e2976097aefdcdf8d5ce030afbe565c1b72f64d6f5b60a
 DIST userspace-rcu-0.14.0.tar.bz2 661322 BLAKE2B ba9fa4c6dec693d2616234187db531f00fc0ade65f7e2a57182d9441728ddfa6f3e9d4544b824ca5edf7c027a43c9231d998a309c01f4bbab1eeefe856344f77 SHA512 7297e51012f4c44ee27c0e18ed9d87bf24be34db68a5398394c1e683a045bb561cf74aa913398404c0ed5cb8011af728ea12947717fa5f27627e5ca78e63a40f
+DIST userspace-rcu-0.14.1.tar.bz2 669999 BLAKE2B 6ae6a98020f731b5dc3bef5e7cf1a0b590087dbaff8836a4d2b694ad8d0d76b298261d99bea4281907cb516980b69c673d80baac17ae244e2f4fe690fc539293 SHA512 46137525854164df05326202909689b62f8f3aa6e04127eb9157a83aed8180f35a68332ec66e4e4fc9b0c046b64c64b492caed4b64f86f87a31579e4209ec345

diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.14.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.14.1.ebuild
new file mode 100644
index 000000000000..aed78ed9c98c
--- /dev/null
+++ b/dev-libs/userspace-rcu/userspace-rcu-0.14.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Userspace RCU (read-copy-update) library"
+HOMEPAGE="https://liburcu.org/"
+SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0/8" # subslot = soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="static-libs test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( sys-process/time )"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.13.1-tests-no-benchmark.patch
+)
+
+src_prepare() {
+	default
+
+	# Needed for tests patch
+	# ... and refresh libtool (see https://github.com/gentoo/gentoo/pull/23973)
+	# ... and for build on loong (see https://github.com/gentoo/gentoo/pull/25189)
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--enable-shared
+		$(use_enable static-libs static)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_test() {
+	default
+
+	emake -C tests/regression regtest
+
+	# We don't run the benchmark tests.
+	rm tests/benchmark/test-suite.log || die
+}
+
+src_install() {
+	default
+
+	find "${ED}" -type f -name "*.la" -delete || die
+}


             reply	other threads:[~2024-08-29  1:55 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-29  1:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28 16:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/userspace-rcu/ Sam James
2024-11-23 16:54 Sam James
2024-10-28 19:42 Andreas K. Hüttel
2024-10-13 21:41 Sam James
2024-10-09  7:29 Arthur Zamarin
2024-10-09  0:06 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 11:12 Sam James
2023-04-29  8:48 Sam James
2023-04-23 22:28 Sam James
2023-04-23 20:58 Sam James
2023-04-23 20:58 Sam James
2023-04-23 20:42 Sam James
2023-04-23 20:08 Sam James
2023-04-23 20:07 Sam James
2023-04-23 20:05 Sam James
2022-09-26  4:16 Arthur Zamarin
2022-09-25  7:44 Arthur Zamarin
2022-09-25  6:25 Agostino Sarubbo
2022-09-25  6:24 Agostino Sarubbo
2022-09-25  4:45 Sam James
2022-09-25  4:43 Sam James
2022-09-25  4:36 Sam James
2022-09-25  4:36 Sam James
2022-08-19 22:16 Sam James
2022-06-02  5:03 Jakov Smolić
2022-06-02  4:39 Jakov Smolić
2022-06-02  4:14 Jakov Smolić
2022-06-02  3:05 Sam James
2022-06-02  2:21 Sam James
2022-06-02  2:21 Sam James
2022-06-02  2:19 Sam James
2022-06-02  2:19 Sam James
2022-05-19 10:35 WANG Xuerui
2022-04-25 15:06 Sam James
2022-01-28  7:53 Sam James
2022-01-28  7:53 Sam James
2021-12-26 19:31 Sam James
2021-12-01 23:54 Joshua Kinard
2021-10-03 11:28 David Seifert
2021-10-02 15:43 Sam James
2021-09-21 16:35 Sam James
2021-09-20  0:27 Sam James
2021-09-19  6:39 Agostino Sarubbo
2021-09-18 19:51 Sam James
2021-09-18 19:51 Sam James
2021-09-18 19:48 Sam James
2021-06-17 23:20 Thomas Deutschmann
2021-05-10 14:44 David Seifert
2021-05-09 21:44 Sam James
2021-05-09 21:42 Sam James
2021-05-09 11:01 Sam James
2021-05-09 10:57 Sam James
2021-05-09 10:57 Sam James
2021-05-09 10:57 Sam James
2021-05-09 10:57 Sam James
2021-04-06 10:17 Lars Wendler
2021-04-06 10:17 Lars Wendler
2021-02-19 11:56 Lars Wendler
2021-02-19 11:56 Lars Wendler
2020-05-05 21:04 Sergei Trofimovich
2020-05-02 13:30 Mart Raudsepp
2020-05-01 17:46 Agostino Sarubbo
2020-05-01 17:44 Agostino Sarubbo
2020-05-01 17:43 Agostino Sarubbo
2020-05-01 17:42 Agostino Sarubbo
2020-05-01 14:03 Agostino Sarubbo
2020-05-01 14:03 Agostino Sarubbo
2020-05-01 13:23 Thomas Deutschmann
2020-03-25 21:36 Sergei Trofimovich
2019-07-30 23:02 Thomas Deutschmann
2019-07-05 22:27 Sergei Trofimovich
2019-06-04 21:00 Agostino Sarubbo
2019-04-23  8:10 Lars Wendler
2019-04-23  8:10 Lars Wendler
2019-04-23  0:13 Aaron Bauman
2018-11-23  9:52 Tobias Klausmann
2018-10-26 14:58 Agostino Sarubbo
2018-10-26  0:52 Thomas Deutschmann
2018-10-17 14:25 Tobias Klausmann
2018-08-27 20:15 Sergei Trofimovich
2018-05-19 10:47 Sergei Trofimovich
2018-02-14  9:46 Lars Wendler
2017-08-14 13:36 Lars Wendler
2017-08-14 13:36 Lars Wendler
2016-07-27 20:28 Markus Meier
2016-07-01  5:30 Jeroen Roovers
2016-07-01  4:54 Jeroen Roovers
2016-07-01  2:37 Yixun Lan
2016-06-17  1:54 Yixun Lan
2016-06-17  1:54 Yixun Lan
2015-12-21 11:33 Jeroen Roovers
2015-12-21 10:29 Jeroen Roovers

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=1724896166.9c4f0326197828dfc3e502c5939232d89bdeb2b7.sam@gentoo \
    --to=sam@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