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, 6 Dec 2015 19:05:49 +0000 (UTC) [thread overview]
Message-ID: <1449428731.11ffc3216c8088f53b9e0c14ac8d3a23e6147c69.djc@gentoo> (raw)
commit: 11ffc3216c8088f53b9e0c14ac8d3a23e6147c69
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 19:05:31 2015 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 19:05:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ffc321
dev-libs/nanomsg: version bump to 0.8-beta
Package-Manager: portage-2.2.20.1
dev-libs/nanomsg/Manifest | 1 +
dev-libs/nanomsg/nanomsg-0.8.ebuild | 49 +++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-libs/nanomsg/Manifest b/dev-libs/nanomsg/Manifest
index 703d098..2595945 100644
--- a/dev-libs/nanomsg/Manifest
+++ b/dev-libs/nanomsg/Manifest
@@ -1,2 +1,3 @@
DIST nanomsg-0.5-beta.tar.gz 623927 SHA256 13bff7ae8f31957722ee62d50504ce1a0c590da908f8566f997e3e521abb089f SHA512 64bb658d80e94ec43e77b7a7c53a29e9b9cd02a7539e9c108b0bdfad8179af4202e11dcfdcb8400e3334931f61e59066fafe06c9df3bb4628dde6a047139ffe5 WHIRLPOOL 9b18a5b65d2ae321f112a5054fcfceda342c06a6745ba2eb8a4b4a64c40e0f47bc93b6da23202eeeef9b2992c842050cb53153293e79bda79f7b0aa86b26ca3d
DIST nanomsg-0.6-beta.tar.gz 592512 SHA256 69e2098446c9cd2c067b5ba38567c9ba30bf861a515b3d0a9302cb21c1167a69 SHA512 3f0ac82013191a5352e9cf92b02fb620e705ae4e6cc9bdfd7bc37dd48faa652af5be3f8a3de111ca9bb93a3a06127e1f03ab3f7d48d7bb6ad0e16c0341915a50 WHIRLPOOL 9c26c755ad0f0a37994a744b2bf8fea77aba43b83ba3e231065c0f95a700ace93c5fec151a0ef4d0796fb4605c2259f36c8473072e2d6abffe31a61c8a039776
+DIST nanomsg-0.8-beta.tar.gz 589221 SHA256 75ce0c68a50cc68070d899035d5bb1e2bd75a5e01cbdd86ba8af62a84df3a947 SHA512 457e99e2b2568370bf052a20e2abb38faad9afa9019d38aa35df6cf49d1d3f50e3a0b26a64089e823b7d907041e8069c99a06706678b070a26e0cbe2e26588d2 WHIRLPOOL a0c00848b8ca2178588047aaaedb9e3b10a993e5ae5d2c0da6716b861003deaf1ce3891850919db73202de8d1aa36e21c1f440600ce2be852189988fae4994fd
diff --git a/dev-libs/nanomsg/nanomsg-0.8.ebuild b/dev-libs/nanomsg/nanomsg-0.8.ebuild
new file mode 100644
index 0000000..e8776bf
--- /dev/null
+++ b/dev-libs/nanomsg/nanomsg-0.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-multilib
+
+DESCRIPTION="High-performance messaging interface for distributed applications"
+HOMEPAGE="http://nanomsg.org/"
+SRC_URI="https://github.com/nanomsg/nanomsg/releases/download/${PV}-beta/${P}-beta.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/0.2.2"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~x86"
+IUSE="doc static-libs"
+
+DEPEND="doc? (
+ app-text/asciidoc
+ app-text/xmlto
+ )"
+RDEPEND=""
+
+S="${WORKDIR}/${P}-beta"
+
+src_prepare() {
+ sed -i -e 's/doc_DATA/html_DATA/' Makefile.am || die
+
+ autotools-multilib_src_prepare
+}
+
+multilib_src_configure() {
+ local myeconfargs=(
+ --htmldir "/usr/share/doc/${PF}/html"
+ )
+ if multilib_is_native_abi; then
+ myeconfargs+=(
+ $(use_enable doc)
+ )
+ else
+ myeconfargs+=(
+ --disable-doc
+ --disable-nanocat
+ --disable-symlinks
+ )
+ fi
+ autotools-utils_src_configure
+}
next reply other threads:[~2015-12-06 19:12 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-06 19:05 Dirkjan Ochtman [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-05-16 8:05 [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ Dirkjan Ochtman
2016-05-16 8:07 Dirkjan Ochtman
2016-06-11 7:23 Dirkjan Ochtman
2016-07-30 14:16 Mike Gilbert
2016-07-30 14:22 Mike Gilbert
2016-08-03 16:57 Alexis Ballier
2017-06-15 13:11 Alexis Ballier
2017-07-26 20:29 Sergei Trofimovich
2017-07-26 20:49 Sergei Trofimovich
2017-10-27 13:05 Patrick Lauer
2017-11-19 19:50 Dirkjan Ochtman
2017-11-20 8:13 Sergei Trofimovich
2018-06-24 18:53 Dirkjan Ochtman
2018-06-24 18:53 Dirkjan Ochtman
2018-08-18 17:03 Andreas Sturmlechner
2018-12-10 16:45 Thomas Deutschmann
2020-03-19 21:18 Andreas Sturmlechner
2020-04-09 21:37 Andreas Sturmlechner
2020-05-25 6:28 Agostino Sarubbo
2020-11-05 14:23 Dirkjan Ochtman
2021-05-17 20:57 Sergei Trofimovich
2021-05-31 20:45 David Seifert
2021-06-10 16:36 Sergei Trofimovich
2021-06-11 6:36 Joonas Niilola
2021-06-11 6:46 Joonas Niilola
2021-06-11 15:58 Joonas Niilola
2021-06-17 20:23 Sam James
2022-08-15 11:22 Andreas Sturmlechner
2022-09-09 7:59 David Seifert
2024-03-05 16:02 Arthur Zamarin
2024-03-12 21:44 Arthur Zamarin
2024-12-27 15:49 Sam James
2024-12-28 2:53 Sam James
2024-12-28 8:52 Arthur Zamarin
2025-02-24 8:52 Petr Vaněk
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=1449428731.11ffc3216c8088f53b9e0c14ac8d3a23e6147c69.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