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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D96515800F for ; Fri, 6 Jan 2023 19:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2CFAE0863; Fri, 6 Jan 2023 19:39:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC2BBE0863 for ; Fri, 6 Jan 2023 19:39:23 +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 CC587340D82 for ; Fri, 6 Jan 2023 19:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D16176F for ; Fri, 6 Jan 2023 19:39:21 +0000 (UTC) From: "Rahul Sandhu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rahul Sandhu" Message-ID: <1673033940.c8f7758e970e4aa8be29f20a5ed9877a59b0dfe7.rahul@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/cpp-httplib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/cpp-httplib/Manifest dev-cpp/cpp-httplib/cpp-httplib-0.10.9.ebuild dev-cpp/cpp-httplib/metadata.xml X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: rahul X-VCS-Committer-Name: Rahul Sandhu X-VCS-Revision: c8f7758e970e4aa8be29f20a5ed9877a59b0dfe7 X-VCS-Branch: dev Date: Fri, 6 Jan 2023 19:39:21 +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: 36c4bd7d-778b-426a-876f-9d545c841bcb X-Archives-Hash: 1e9a8550c4b88689909f8134af6fbdea commit: c8f7758e970e4aa8be29f20a5ed9877a59b0dfe7 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Fri Jan 6 19:39:00 2023 +0000 Commit: Rahul Sandhu sandhuservices dev> CommitDate: Fri Jan 6 19:39:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8f7758e dev-cpp/cpp-httplib: treeclean Signed-off-by: Rahul Sandhu sandhuservices.dev> dev-cpp/cpp-httplib/Manifest | 1 - dev-cpp/cpp-httplib/cpp-httplib-0.10.9.ebuild | 18 ------------------ dev-cpp/cpp-httplib/metadata.xml | 8 -------- 3 files changed, 27 deletions(-) diff --git a/dev-cpp/cpp-httplib/Manifest b/dev-cpp/cpp-httplib/Manifest deleted file mode 100644 index 21b06cb3f..000000000 --- a/dev-cpp/cpp-httplib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cpp-httplib-0.10.9.tar.gz 620951 BLAKE2B da2722be97efd85f35114a20022c49010f1f6e01423c83f897e8378e4f77107a3448025cfdc27d73a76e1260f44e204d374597479044eb962bc3f10c0078b0da SHA512 7bcb5e35342202df3358d40830e1ccefeb17ca26208daf149411250d9e9408b340764ebbe5d59c4bc0faca42db810452d6ba5ad7c10edacc2dedd340c321d040 diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.10.9.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.10.9.ebuild deleted file mode 100644 index 982b2d79e..000000000 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.10.9.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++ header-only HTTP/HTTPS server and client library" -HOMEPAGE="https://github.com/yhirose/cpp-httplib" -SRC_URI="https://github.com/yhirose/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-cpp/cpp-httplib/metadata.xml b/dev-cpp/cpp-httplib/metadata.xml deleted file mode 100644 index 1325168f8..000000000 --- a/dev-cpp/cpp-httplib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Samuel Bauer - samuel.bauer@yahoo.fr - -