From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FA26138330 for ; Mon, 28 May 2018 14:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEFFBE0858; Mon, 28 May 2018 14:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79A3EE0858 for ; Mon, 28 May 2018 14:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D43B5335C63 for ; Mon, 28 May 2018 14:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ABE929B for ; Mon, 28 May 2018 14:49:35 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1527518944.49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/zeromq/metadata.xml net-libs/zeromq/zeromq-4.2.2-r2.ebuild net-libs/zeromq/zeromq-4.2.3.ebuild net-libs/zeromq/zeromq-4.2.5.ebuild X-VCS-Directories: net-libs/zeromq/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1 X-VCS-Branch: master Date: Mon, 28 May 2018 14:49:35 +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: dc0db7ae-0ee1-4a84-b48f-d69e76484031 X-Archives-Hash: 5767e1c64bd58fe18c993f05170ac646 commit: 49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1 Author: Marius Brehler linux sungazer de> AuthorDate: Mon May 28 14:31:16 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon May 28 14:49:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f0f7a7 net-libs/zeromq: Introduce drafts use flag Closes: https://github.com/gentoo/gentoo/pull/8630 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-libs/zeromq/metadata.xml | 4 ++++ net-libs/zeromq/zeromq-4.2.2-r2.ebuild | 3 ++- net-libs/zeromq/zeromq-4.2.3.ebuild | 5 +++-- net-libs/zeromq/zeromq-4.2.5.ebuild | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/net-libs/zeromq/metadata.xml b/net-libs/zeromq/metadata.xml index 981328e740d..8d747a41258 100644 --- a/net-libs/zeromq/metadata.xml +++ b/net-libs/zeromq/metadata.xml @@ -28,6 +28,10 @@ Reflect ABI of libzmq.so. + + Build draft API, which may change at any time without any notice, and + is therefore not recommended for normal use. + Build PGM (Pragmatic General Multicast)extention, a protocol for reliable multicast transport of data over IP networks. diff --git a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild index 9afe36287c8..8c2ee822f16 100644 --- a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild +++ b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/5" KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc pgm +sodium static-libs test unwind elibc_Darwin" +IUSE="doc drafts pgm +sodium static-libs test unwind elibc_Darwin" RDEPEND=" !elibc_Darwin? ( unwind? ( sys-libs/libunwind ) ) @@ -40,6 +40,7 @@ src_prepare() { src_configure() { local myeconfargs=( --enable-shared + $(use_enable drafts) $(use_enable static-libs static) $(use_enable unwind libunwind) $(use_with sodium libsodium) diff --git a/net-libs/zeromq/zeromq-4.2.3.ebuild b/net-libs/zeromq/zeromq-4.2.3.ebuild index cdef847f86e..da4a8da0918 100644 --- a/net-libs/zeromq/zeromq-4.2.3.ebuild +++ b/net-libs/zeromq/zeromq-4.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/5" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc pgm +sodium static-libs test unwind elibc_Darwin" +IUSE="doc drafts pgm +sodium static-libs test unwind elibc_Darwin" RDEPEND=" !elibc_Darwin? ( unwind? ( sys-libs/libunwind ) ) @@ -39,6 +39,7 @@ src_prepare() { src_configure() { local myeconfargs=( --enable-shared + $(use_enable drafts) $(use_enable static-libs static) $(use_enable unwind libunwind) $(use_with sodium libsodium) diff --git a/net-libs/zeromq/zeromq-4.2.5.ebuild b/net-libs/zeromq/zeromq-4.2.5.ebuild index 5d8ebac8b7f..da4a8da0918 100644 --- a/net-libs/zeromq/zeromq-4.2.5.ebuild +++ b/net-libs/zeromq/zeromq-4.2.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/5" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc pgm +sodium static-libs test unwind elibc_Darwin" +IUSE="doc drafts pgm +sodium static-libs test unwind elibc_Darwin" RDEPEND=" !elibc_Darwin? ( unwind? ( sys-libs/libunwind ) ) @@ -39,6 +39,7 @@ src_prepare() { src_configure() { local myeconfargs=( --enable-shared + $(use_enable drafts) $(use_enable static-libs static) $(use_enable unwind libunwind) $(use_with sodium libsodium)