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 9FE801382C5 for ; Sat, 5 Dec 2020 21:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2029E0878; Sat, 5 Dec 2020 21:39:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D7D61E0878 for ; Sat, 5 Dec 2020 21:39:16 +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 9E9AF34116F for ; Sat, 5 Dec 2020 21:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9E12CA for ; Sat, 5 Dec 2020 21:39:14 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1607204347.18c4bef9907d67d644826f26ff8c8afc37506baa.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cxxopts/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cxxopts/Manifest dev-libs/cxxopts/cxxopts-2.2.1.ebuild dev-libs/cxxopts/metadata.xml X-VCS-Directories: dev-libs/cxxopts/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 18c4bef9907d67d644826f26ff8c8afc37506baa X-VCS-Branch: master Date: Sat, 5 Dec 2020 21:39:14 +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: 274f6f91-3978-4d58-8317-39f76e560e28 X-Archives-Hash: d53759eb36b5c56908c4379c52fdd201 commit: 18c4bef9907d67d644826f26ff8c8afc37506baa Author: Patrick McLean gentoo org> AuthorDate: Sat Dec 5 21:14:19 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Dec 5 21:39:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c4bef9 dev-libs/cxxopts: New package Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> dev-libs/cxxopts/Manifest | 1 + dev-libs/cxxopts/cxxopts-2.2.1.ebuild | 31 +++++++++++++++++++++++++++++++ dev-libs/cxxopts/metadata.xml | 8 ++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-libs/cxxopts/Manifest b/dev-libs/cxxopts/Manifest new file mode 100644 index 00000000000..979c216d40d --- /dev/null +++ b/dev-libs/cxxopts/Manifest @@ -0,0 +1 @@ +DIST cxxopts-2.2.1.tar.gz 89561 BLAKE2B d7fb74cff9b9381d90827fd3e3bcc7dab8b4dc100b9ff12d98ff4c73400c187c04c270d8c5a019c88e553f8c46c59eda1e5076a1aec944e7d8af5ca6de2326db SHA512 bad2928b4e06efcfa09728dd946426e4fd39715b687c0a5c7b6308dd366cb490fdd8491c9a9778242d97d5be4a383bf9d1c209efe298c6c43bb1eb9daa103f05 diff --git a/dev-libs/cxxopts/cxxopts-2.2.1.ebuild b/dev-libs/cxxopts/cxxopts-2.2.1.ebuild new file mode 100644 index 00000000000..07fc7918888 --- /dev/null +++ b/dev-libs/cxxopts/cxxopts-2.2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Lightweight C++ command line option parser" +HOMEPAGE="https://github.com/jarro2783/cxxopts" +SRC_URI="https://github.com/jarro2783/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +DOCS=( + README.md + CHANGELOG.md +) + +src_configure() { + local -a mycmakeopts=( + -DCXXOPTS_BUILD_EXAMPLES=OFF + -DCXXOPTS_BUILD_TESTS=$(usex test 'ON' 'OFF') + -DCXXOPTS_ENABLE_INSTALL=ON + ) + cmake_src_configure +} diff --git a/dev-libs/cxxopts/metadata.xml b/dev-libs/cxxopts/metadata.xml new file mode 100644 index 00000000000..cee379b1540 --- /dev/null +++ b/dev-libs/cxxopts/metadata.xml @@ -0,0 +1,8 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + +