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 D348D158010 for ; Thu, 5 Jan 2023 14:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A06EFE07E1; Thu, 5 Jan 2023 14:31:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82425E07E1 for ; Thu, 5 Jan 2023 14:31:17 +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 6D300340940 for ; Thu, 5 Jan 2023 14:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A35F376A for ; Thu, 5 Jan 2023 14:31:14 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1672929069.912d1b68dba10ed8419b5d3a64d8f41be9895e8e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-httplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/cpp-httplib/Manifest dev-cpp/cpp-httplib/cpp-httplib-0.11.3.ebuild dev-cpp/cpp-httplib/metadata.xml X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 912d1b68dba10ed8419b5d3a64d8f41be9895e8e X-VCS-Branch: master Date: Thu, 5 Jan 2023 14:31:14 +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: b482e773-cb86-42f1-b075-94b8b638bc6b X-Archives-Hash: 5665b5f0d8db7fe64c8c63acbc1561e1 commit: 912d1b68dba10ed8419b5d3a64d8f41be9895e8e Author: Marco Scardovi icloud com> AuthorDate: Sun Dec 18 01:15:33 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jan 5 14:31:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912d1b68 dev-cpp/cpp-httplib: new package, add 0.11.3 Signed-off-by: Marco Scardovi icloud.com> Signed-off-by: Maciej Barć gentoo.org> dev-cpp/cpp-httplib/Manifest | 1 + dev-cpp/cpp-httplib/cpp-httplib-0.11.3.ebuild | 14 ++++++++++++++ dev-cpp/cpp-httplib/metadata.xml | 9 +++++++++ 3 files changed, 24 insertions(+) diff --git a/dev-cpp/cpp-httplib/Manifest b/dev-cpp/cpp-httplib/Manifest new file mode 100644 index 000000000000..6f6efb0756d7 --- /dev/null +++ b/dev-cpp/cpp-httplib/Manifest @@ -0,0 +1 @@ +DIST cpp-httplib-0.11.3.tar.gz 633203 BLAKE2B 7418b958610a5f9fa634bd67622d176bdbb54a93c6478578ea0f9a9f1104b72923a8909702ae994edecc6e1f37d63ba09444913d44785e944426464df7c48cb1 SHA512 b0c46bf11c8bc84ab52143559ff1c4682b02504921855e5cd7e82bc65a04b192281ef7a124c7c7dfe928ae3842d5065097b6a4608be1c74dc51b563b15b93d0f diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.11.3.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.11.3.ebuild new file mode 100644 index 000000000000..69ebbe1db747 --- /dev/null +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.11.3.ebuild @@ -0,0 +1,14 @@ +# 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/cpp-httplib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-cpp/cpp-httplib/metadata.xml b/dev-cpp/cpp-httplib/metadata.xml new file mode 100644 index 000000000000..69c77c0d5d18 --- /dev/null +++ b/dev-cpp/cpp-httplib/metadata.xml @@ -0,0 +1,9 @@ + + + + + + yhirose/cpp-httplib + https://github.com/yhirose/cpp-httplib/issues + +