From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 28D3A1384B4 for ; Sun, 6 Dec 2015 19:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D539A21C0EC; Sun, 6 Dec 2015 19:05:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5633921C0EC for ; Sun, 6 Dec 2015 19:05:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C66CD3405BB for ; Sun, 6 Dec 2015 19:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF30A91 for ; Sun, 6 Dec 2015 19:05:49 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1449428731.11ffc3216c8088f53b9e0c14ac8d3a23e6147c69.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nanomsg/Manifest dev-libs/nanomsg/nanomsg-0.8.ebuild X-VCS-Directories: dev-libs/nanomsg/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 11ffc3216c8088f53b9e0c14ac8d3a23e6147c69 X-VCS-Branch: master Date: Sun, 6 Dec 2015 19:05:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c09a700e-6206-4a23-ab9c-024052fdc634 X-Archives-Hash: 306f87df9d973896483e81d8de34f769 commit: 11ffc3216c8088f53b9e0c14ac8d3a23e6147c69 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sun Dec 6 19:05:31 2015 +0000 Commit: Dirkjan Ochtman gentoo 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 +}