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 6B09215800F for ; Wed, 1 Feb 2023 19:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36196E0BE1; Wed, 1 Feb 2023 19:27:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD0FFE0BE1 for ; Wed, 1 Feb 2023 19:27: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F70E340AB3 for ; Wed, 1 Feb 2023 19:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E721789B for ; Wed, 1 Feb 2023 19:27:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1675279595.8b418f05098d6f3fee162259d509b0783621acd0.asturm@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-r1.ebuild X-VCS-Directories: dev-libs/cxxopts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b418f05098d6f3fee162259d509b0783621acd0 X-VCS-Branch: master Date: Wed, 1 Feb 2023 19:27:15 +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: 8d5ef6bb-cdc8-474a-9b4b-b436976c1fff X-Archives-Hash: 559b1441ba8791db1b3ab9c4cd3c79bc commit: 8b418f05098d6f3fee162259d509b0783621acd0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 27 20:44:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 1 19:26:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b418f05 dev-libs/cxxopts: drop 2.2.1-r1 Closes: https://bugs.gentoo.org/887509 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/cxxopts/Manifest | 1 - dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild | 36 -------------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-libs/cxxopts/Manifest b/dev-libs/cxxopts/Manifest index 8e25883fd030..25fc46c0bb8d 100644 --- a/dev-libs/cxxopts/Manifest +++ b/dev-libs/cxxopts/Manifest @@ -1,2 +1 @@ -DIST cxxopts-2.2.1.tar.gz 89561 BLAKE2B d7fb74cff9b9381d90827fd3e3bcc7dab8b4dc100b9ff12d98ff4c73400c187c04c270d8c5a019c88e553f8c46c59eda1e5076a1aec944e7d8af5ca6de2326db SHA512 bad2928b4e06efcfa09728dd946426e4fd39715b687c0a5c7b6308dd366cb490fdd8491c9a9778242d97d5be4a383bf9d1c209efe298c6c43bb1eb9daa103f05 DIST cxxopts-3.0.0.tar.gz 97020 BLAKE2B 129b055dd03ce9e4a146d36587063f7155b47456d81e395ae6eeab8012e8d6cfcb410c305353f2ac2ec66a2f3e8d6169e1a0d27c53dcb35388b967d3c9cc86f1 SHA512 239479a3b35ddef6fc380ac9371e1cf7e3aea066f03e1ea538151fa2fff4296838daa976d55e988d8f87f40c0ae027767bcb214754177499413af1081315565c diff --git a/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild b/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild deleted file mode 100644 index 96b57b0c39e8..000000000000 --- a/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020-2021 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/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -DOCS=( - README.md - CHANGELOG.md -) - -src_prepare() { - sed -r -e 's:-Werror[[:space:]]*::' -i CMakeLists.txt || die - cmake_src_prepare -} - -src_configure() { - local -a mycmakeopts=( - -DCXXOPTS_BUILD_EXAMPLES=OFF - -DCXXOPTS_BUILD_TESTS=$(usex test 'ON' 'OFF') - -DCXXOPTS_ENABLE_INSTALL=ON - ) - cmake_src_configure -}