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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5163B15802F for ; Thu, 30 Mar 2023 22:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530E0E084F; Thu, 30 Mar 2023 22:41:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B1D1E084F for ; Thu, 30 Mar 2023 22:41:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCDAE335DBD for ; Thu, 30 Mar 2023 22:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 450888EB for ; Thu, 30 Mar 2023 22:41:54 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1680216101.a7cede31f5a70fc4a10614eba4cd28a54dd33ca5.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/msgpack-cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/msgpack-cxx/Manifest dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild X-VCS-Directories: dev-cpp/msgpack-cxx/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a7cede31f5a70fc4a10614eba4cd28a54dd33ca5 X-VCS-Branch: master Date: Thu, 30 Mar 2023 22:41:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4954d3e-c0ee-4527-bee4-e47b1514d161 X-Archives-Hash: cfb19a8ec3df7f81ecf7325ce2d49506 commit: a7cede31f5a70fc4a10614eba4cd28a54dd33ca5 Author: Marek Szuba gentoo org> AuthorDate: Thu Mar 30 22:32:33 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Mar 30 22:41:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cede31 dev-cpp/msgpack-cxx: add 6.0.0 Signed-off-by: Marek Szuba gentoo.org> dev-cpp/msgpack-cxx/Manifest | 1 + dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild | 59 ++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/dev-cpp/msgpack-cxx/Manifest b/dev-cpp/msgpack-cxx/Manifest index 9f955877b62c..4f749820ecf6 100644 --- a/dev-cpp/msgpack-cxx/Manifest +++ b/dev-cpp/msgpack-cxx/Manifest @@ -1 +1,2 @@ DIST msgpack-cxx-5.0.0.tar.gz 476103 BLAKE2B e631a47e8d39b6ad9c2dd5e782fbbd5044c177e18c619fb52d1293e2c5f2ea7e766e7b26ce6cac36a2ff98217143e12456e0541992afb4f78597ffd3852f2acf SHA512 5ee0237eb1bf05bd4becad32ab145a8f0654f8f0e2e3452331ed3df088cda03ee4cdf1557ba867447e3e18baed924c105c76934f7009dac98b6dc69282c39d0c +DIST msgpack-cxx-6.0.0.tar.gz 476132 BLAKE2B 89b6505511bd8f6994a2e61661c7a33bd1aa68804c081ec2fcaf074f845caf4338ac362916af9fb0bab7285b0d0508c74b229316fa75ef8083546ac84c4ca95d SHA512 90f89216676af5a656d570fbff5a716d1177fa1941b0a928b2da20e0b6cd6d0ca880b7369e085dbbca944499c05694a73df919042d8cd78498ed4b34b77a0e9d diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild new file mode 100644 index 000000000000..8e3609f7d111 --- /dev/null +++ b/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="MessagePack for C++" +HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/" +SRC_URI="https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/${P}.tar.gz" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="+boost doc examples test" + +REQUIRED_USE="test? ( boost )" + +RESTRICT="!test? ( test )" + +RDEPEND="boost? ( dev-libs/boost[context] ) + !