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 1305D1382C5 for ; Tue, 1 Dec 2020 19:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCBCE088A; Tue, 1 Dec 2020 19:03:44 +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 1DB68E088A for ; Tue, 1 Dec 2020 19:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ADDBB340D2E for ; Tue, 1 Dec 2020 19:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 281A6468 for ; Tue, 1 Dec 2020 19:03:40 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1606849395.942aa2b9f541457e4f7647110fbb750c96f61236.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/argparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/argparse/Manifest dev-cpp/argparse/argparse-2.1.ebuild dev-cpp/argparse/metadata.xml X-VCS-Directories: dev-cpp/argparse/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 942aa2b9f541457e4f7647110fbb750c96f61236 X-VCS-Branch: master Date: Tue, 1 Dec 2020 19:03:40 +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: d92a1663-3451-4003-b04c-b5ea1d333fb7 X-Archives-Hash: 15d578d7e6bfa56dded4909492785423 commit: 942aa2b9f541457e4f7647110fbb750c96f61236 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Dec 1 19:02:56 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Dec 1 19:03:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942aa2b9 dev-cpp/argparse: initial import Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alexey Shvetsov gentoo.org> dev-cpp/argparse/Manifest | 1 + dev-cpp/argparse/argparse-2.1.ebuild | 16 ++++++++++++++++ dev-cpp/argparse/metadata.xml | 11 +++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-cpp/argparse/Manifest b/dev-cpp/argparse/Manifest new file mode 100644 index 00000000000..adac49660b3 --- /dev/null +++ b/dev-cpp/argparse/Manifest @@ -0,0 +1 @@ +DIST argparse-2.1.tar.gz 72452 BLAKE2B eece3f1cf6a2e58f5bec99f0223b31ba92147964053d98122099dd806a0ab62c6039ee8741281d1eca28b9d0e3aa02d7d076e8bcc64bbd5dd03c777f8e460531 SHA512 35746e0b526bd4406c954ab315f191abc57b08b48a047f108ddacc7baace406d3ddddb1af23d41caff565afecfeb41dfedd27a08cdba8d11b59dbe7c78b7e9b0 diff --git a/dev-cpp/argparse/argparse-2.1.ebuild b/dev-cpp/argparse/argparse-2.1.ebuild new file mode 100644 index 00000000000..a09440f0a8c --- /dev/null +++ b/dev-cpp/argparse/argparse-2.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CMAKE_ECLASS="cmake" +inherit cmake-multilib + +DESCRIPTION="AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker" +HOMEPAGE="https://github.com/p-ranav/argparse" +SRC_URI="https://github.com/p-ranav/argparse/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" diff --git a/dev-cpp/argparse/metadata.xml b/dev-cpp/argparse/metadata.xml new file mode 100644 index 00000000000..789b64c13e4 --- /dev/null +++ b/dev-cpp/argparse/metadata.xml @@ -0,0 +1,11 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + p-ranav/argparse + +