From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/
Date: Sun, 24 Jun 2018 18:53:47 +0000 (UTC) [thread overview]
Message-ID: <1529866409.054d294f2ceea7512d78156750f58cbe9731e95a.djc@gentoo> (raw)
commit: 054d294f2ceea7512d78156750f58cbe9731e95a
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 19:17:38 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 18:53:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054d294f
dev-libs/nanomsg: version bump to 1.1.4
dev-libs/nanomsg/Manifest | 1 +
dev-libs/nanomsg/nanomsg-1.1.4.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-libs/nanomsg/Manifest b/dev-libs/nanomsg/Manifest
index 7ec4c1c418d..7aad83d6cc4 100644
--- a/dev-libs/nanomsg/Manifest
+++ b/dev-libs/nanomsg/Manifest
@@ -1,3 +1,4 @@
DIST nanomsg-1.0.0.tar.gz 305040 BLAKE2B d4b8ab89a642dd10e9b2aae1e06c3eb8af9b5392db9019838f68fade65c051858a13d5b7aa4fcb7f4381a8358db1b41f6b0e0136b242c5aa2c935178c03f5e80 SHA512 06fc4eadac29439024bd24230c73f43ddc46e6b6848ad75952b67bf301066be5752a844173597c1b42e55c1ebb66a2d2cb7693e4cbfc07584b4398597cbc9200
DIST nanomsg-1.1.0.tar.gz 308801 BLAKE2B 15f07f20c84944c3411959310374936d03f9661c0b2241960cf3d878da647693d7255d4cdb7c1ae334bc6bc421faa94325dc0e9d5b9f690cab87f3e1d5f5ce8a SHA512 2d7d4b36e5c50cb7590e7dec0c271a021f05478cadeced6b5c9e27b76c3c5b59a11318c70b51e10efed6be2681dea7881a2f883f576fa5343c2aecfa18cbee50
DIST nanomsg-1.1.2.tar.gz 308420 BLAKE2B 67e6e51d2e722db58cf719766fd991c3527d7f441891ce7cda0d4641b680308d63e28d05c5eefb69b681d93c9700ac8d8baab4527449ecd3b84178e70f40dee4 SHA512 f95ce24b34c25d139cf3de46585f6354e0311a9d5e7135ad71df62b8bb5df26f81a58b9773c39c320df2d0e97cd2905a8576f9f00b0a4d33774f1b610271cee5
+DIST nanomsg-1.1.4.tar.gz 310182 BLAKE2B d47d270bb1f631e332b6b9c2be1a29aebc2f3e0a2190aba1f4d0ccccbc5415899bd1bda5608dea1510b4ac8b1c8a076c8b6a5d126de6bfc938b54e8a34becd5a SHA512 a1f002f988f2d98eff03387b496fe15a099fef4eb9ccd1c46ade63fbbe5a4ad4cf9fa0fd1e612e1a6f2747bc2af63b7044ec1e920e1c9a0d8c8bc2191ad7046a
diff --git a/dev-libs/nanomsg/nanomsg-1.1.4.ebuild b/dev-libs/nanomsg/nanomsg-1.1.4.ebuild
new file mode 100644
index 00000000000..deb63c3d825
--- /dev/null
+++ b/dev-libs/nanomsg/nanomsg-1.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+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/5.0.0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc static-libs"
+
+DEPEND="doc? ( dev-ruby/asciidoctor )"
+RDEPEND=""
+
+multilib_src_configure() {
+ local mycmakeargs=(
+ -DNN_STATIC_LIB=$(usex static-libs ON OFF)
+ )
+ if multilib_is_native_abi; then
+ mycmakeargs+=(
+ -DNN_ENABLE_DOC=$(usex doc ON OFF)
+ )
+ else
+ mycmakeargs+=(
+ -DNN_ENABLE_DOC=OFF
+ -DNN_ENABLE_TOOLS=OFF
+ -DNN_ENABLE-NANOCAT=OFF
+ )
+ fi
+ cmake-utils_src_configure
+}
next reply other threads:[~2018-06-24 18:53 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-24 18:53 Dirkjan Ochtman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 8:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ 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
2024-03-05 16:02 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
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=1529866409.054d294f2ceea7512d78156750f58cbe9731e95a.djc@gentoo \
--to=djc@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