From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/
Date: Tue, 5 Mar 2024 16:02:59 +0000 (UTC) [thread overview]
Message-ID: <1709654569.5918d1be6e686363aa4eeb6ace96225950b9cba2.arthurzam@gentoo> (raw)
commit: 5918d1be6e686363aa4eeb6ace96225950b9cba2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 20:10:37 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 5 16:02:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5918d1be
dev-libs/nanomsg: add 1.2.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/nanomsg/Manifest | 1 +
dev-libs/nanomsg/nanomsg-1.2.1.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-libs/nanomsg/Manifest b/dev-libs/nanomsg/Manifest
index d73398817638..57a64ee14c0e 100644
--- a/dev-libs/nanomsg/Manifest
+++ b/dev-libs/nanomsg/Manifest
@@ -1 +1,2 @@
DIST nanomsg-1.1.5.tar.gz 310739 BLAKE2B be3a6c3b8d41373798909f24f49c24018d99454e431dc64105a554021b1b49c8ed4fc6d14adfef315f5defd38d19482ab3a7625ea54fefea0794f149038ddfd4 SHA512 773b8e169a7accac21414c63972423a249164f5b843c6c65c1b03a2eb90d21da788a98debdeb396dab795e52d30605696bc2cf65e5e05687bf115438d5b22717
+DIST nanomsg-1.2.1.tar.gz 310191 BLAKE2B 8b02bf60196ce3d316643547e0a88cc63227306a24551f97a141e99996390cf3a8f1c838c6416991d09ff1309da5c69d995021585a5b8bcd02113fdcc232225a SHA512 cc119acafe6e000b75299e866b4bace56ec6d8c90e7843ad773efad7b534296d6baf2b75b107c70a0e4fd4cee9763315d87b6f354676b7915732961b89c3adcb
diff --git a/dev-libs/nanomsg/nanomsg-1.2.1.ebuild b/dev-libs/nanomsg/nanomsg-1.2.1.ebuild
new file mode 100644
index 000000000000..6c404dd68759
--- /dev/null
+++ b/dev-libs/nanomsg/nanomsg-1.2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="High-performance messaging interface for distributed applications"
+HOMEPAGE="https://nanomsg.org/"
+SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/6.0.1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( dev-ruby/asciidoctor )"
+
+src_prepare() {
+ # Old CPUs like HPPA fails test because of timeout
+ sed -i \
+ -e '/inproc_shutdown/s/10/80/' \
+ -e '/ws_async_shutdown/s/10/80/' \
+ -e '/ipc_shutdown/s/40/80/' CMakeLists.txt || die
+
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DNN_STATIC_LIB=OFF
+ -DNN_ENABLE_DOC=$(usex doc)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2024-03-05 16:03 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 16:02 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-10 20:39 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ Andreas Sturmlechner
2025-10-06 0:13 Sam James
2025-05-21 10:21 Sam James
2025-02-24 8:52 Petr Vaněk
2024-12-28 8:52 Arthur Zamarin
2024-12-28 2:53 Sam James
2024-12-27 15:49 Sam James
2024-03-12 21:44 Arthur Zamarin
2022-09-09 7:59 David Seifert
2022-08-15 11:22 Andreas Sturmlechner
2021-06-17 20:23 Sam James
2021-06-11 15:58 Joonas Niilola
2021-06-11 6:46 Joonas Niilola
2021-06-11 6:36 Joonas Niilola
2021-06-10 16:36 Sergei Trofimovich
2021-05-31 20:45 David Seifert
2021-05-17 20:57 Sergei Trofimovich
2020-11-05 14:23 Dirkjan Ochtman
2020-05-25 6:28 Agostino Sarubbo
2020-04-09 21:37 Andreas Sturmlechner
2020-03-19 21:18 Andreas Sturmlechner
2018-12-10 16:45 Thomas Deutschmann
2018-08-18 17:03 Andreas Sturmlechner
2018-06-24 18:53 Dirkjan Ochtman
2018-06-24 18:53 Dirkjan Ochtman
2017-11-20 8:13 Sergei Trofimovich
2017-11-19 19:50 Dirkjan Ochtman
2017-10-27 13:05 Patrick Lauer
2017-07-26 20:49 Sergei Trofimovich
2017-07-26 20:29 Sergei Trofimovich
2017-06-15 13:11 Alexis Ballier
2016-08-03 16:57 Alexis Ballier
2016-07-30 14:22 Mike Gilbert
2016-07-30 14:16 Mike Gilbert
2016-06-11 7:23 Dirkjan Ochtman
2016-05-16 8:07 Dirkjan Ochtman
2016-05-16 8:05 Dirkjan Ochtman
2015-12-06 19:05 Dirkjan Ochtman
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=1709654569.5918d1be6e686363aa4eeb6ace96225950b9cba2.arthurzam@gentoo \
--to=arthurzam@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