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 C4B6E158649 for ; Fri, 12 May 2023 09:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EEFCE0C8D; Fri, 12 May 2023 09:52:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 011E6E0C8D for ; Fri, 12 May 2023 09:52:19 +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 22D68335D87 for ; Fri, 12 May 2023 09:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ED07990 for ; Fri, 12 May 2023 09:52:17 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1683885063.78bb7293a44b48cd9412775c97d6e527ef5b38f4.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cli11/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/cli11/Manifest dev-cpp/cli11/cli11-2.3.1.ebuild dev-cpp/cli11/cli11-2.3.2.ebuild dev-cpp/cli11/metadata.xml X-VCS-Directories: dev-cpp/cli11/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 78bb7293a44b48cd9412775c97d6e527ef5b38f4 X-VCS-Branch: dev Date: Fri, 12 May 2023 09:52:17 +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: 3b5c9acc-7112-4e14-889d-01702bf34af2 X-Archives-Hash: fbd7d3b9ac3ae5e6818dca787acb66d5 Message-ID: <20230512095217.Pjo_7pzM68d4eFMy6GmKSfb7Q3HNmm7O8QGauWKbNlU@z> commit: 78bb7293a44b48cd9412775c97d6e527ef5b38f4 Author: Viorel Munteanu gentoo org> AuthorDate: Fri May 12 09:51:03 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri May 12 09:51:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78bb7293 dev-cpp/cli11: treeclean Moved to ::gentoo. Signed-off-by: Viorel Munteanu gentoo.org> dev-cpp/cli11/Manifest | 2 -- dev-cpp/cli11/cli11-2.3.1.ebuild | 41 ---------------------------------------- dev-cpp/cli11/cli11-2.3.2.ebuild | 41 ---------------------------------------- dev-cpp/cli11/metadata.xml | 11 ----------- 4 files changed, 95 deletions(-) diff --git a/dev-cpp/cli11/Manifest b/dev-cpp/cli11/Manifest deleted file mode 100644 index 57973662c..000000000 --- a/dev-cpp/cli11/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cli11-2.3.1.tar.gz 301615 BLAKE2B f5045a50a736aa7add0e21f95b76abbabe191eaa36bf68eb1e05c90343327c6343774b5f34daa281a4ff52230679a44d280eddbc3cef0abe5bce8454d7c98ec9 SHA512 7805a3bff5ce443e93a005341680db1e618d5b0789a697daaac881f9ccac76f855ea3d43c9c5b13c33c2bf590138241df9e55d70e133562272f0859d8341af09 -DIST cli11-2.3.2.tar.gz 303507 BLAKE2B 68a1ca97fb55a4329f7d56a7d661f71f356bebcb0878421bccb18093aab171cff963f4e3e8f47b95cac4947ebbd7c7d6c853cc28e404c07091685ba1e99ac8d3 SHA512 f48b289d52034c47b90db58c035a123b464bed488cf31bcdbe10a692214a5c05e62b99d6fb7c4b065f42df862ecf3813f11dd533b3697939d761e99d2b89c2ec diff --git a/dev-cpp/cli11/cli11-2.3.1.ebuild b/dev-cpp/cli11/cli11-2.3.1.ebuild deleted file mode 100644 index 793ca37ab..000000000 --- a/dev-cpp/cli11/cli11-2.3.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="doxygen" -DOCS_DIR="docs" -inherit cmake docs - -DESCRIPTION="Command line parser for C++11" -HOMEPAGE="https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book/" -SRC_URI="https://github.com/CLIUtils/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/CLI11-${PV}" - -LICENSE="BSD" -SLOT="0/2" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( - - - - - CLIUtils/CLI11 - - - cyber+gentoo@sysrq.in - Anna - -