From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 44CDA15807A for ; Fri, 06 Jun 2025 05:03:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2CF633431D2 for ; Fri, 06 Jun 2025 05:03:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AAC41102BE; Fri, 06 Jun 2025 05:03:45 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1FE3E1102BE for ; Fri, 06 Jun 2025 05:03:45 +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 BCEA03431D0 for ; Fri, 06 Jun 2025 05:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 335BAB87 for ; Fri, 06 Jun 2025 05:03:43 +0000 (UTC) From: "Jan-Espen Oversand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan-Espen Oversand" Message-ID: <1749186198.973dc4d31800f82e71d1994967d31ddde516982f.sigsegv@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cpprestsdk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r3.ebuild X-VCS-Directories: dev-cpp/cpprestsdk/ X-VCS-Committer: sigsegv X-VCS-Committer-Name: Jan-Espen Oversand X-VCS-Revision: 973dc4d31800f82e71d1994967d31ddde516982f X-VCS-Branch: dev Date: Fri, 06 Jun 2025 05:03:43 +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: 6cb98e4b-62b7-48d2-8086-7efc0153b16c X-Archives-Hash: c28b0c5b113736eb7c6464c208fb8a75 commit: 973dc4d31800f82e71d1994967d31ddde516982f Author: Jan-Espen Oversand radiotube org> AuthorDate: Fri Jun 6 05:03:18 2025 +0000 Commit: Jan-Espen Oversand radiotube org> CommitDate: Fri Jun 6 05:03:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=973dc4d3 dev-cpp/cpprestsdk: drop 2.10.19-r3 Signed-off-by: Jan-Espen Oversand radiotube.org> dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r3.ebuild | 37 ------------------------- 1 file changed, 37 deletions(-) diff --git a/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r3.ebuild b/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r3.ebuild deleted file mode 100644 index 539da2c504..0000000000 --- a/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A Microsoft project for cloud-based client-server communication." -HOMEPAGE="https://github.com/microsoft/cpprestsdk" -SRC_URI="https://github.com/microsoft/cpprestsdk/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-libs/openssl-1.1.1q - >=dev-libs/boost-1.80.0-r1 - >=sys-libs/zlib-1.2.13-r1" - -DEPEND="${RDEPEND}" - -BDEPEND=" - app-alternatives/ninja - >=sys-devel/gcc-11.3.0 - >=virtual/pkgconfig-2-r1 - >=dev-cpp/websocketpp-0.8.2 -" - -PATCHES=( - "${FILESDIR}"/cpprestsdk-${PV}-warnings.patch - "${FILESDIR}"/cpprestsdk-${PV}-disabl-int-tests.patch - "${FILESDIR}"/cpprestsdk-${PV}-disable-werror-default.patch -) - -src_configure() { - local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release ) - cmake_src_configure -}