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 16A4F158066 for ; Wed, 4 Sep 2024 02:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3B3E2A65; Wed, 4 Sep 2024 02:32:23 +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 3497DE2A65 for ; Wed, 4 Sep 2024 02:32: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 4A91C343017 for ; Wed, 4 Sep 2024 02:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 819891F36 for ; Wed, 4 Sep 2024 02:32:19 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1725417056.ec541f19a6b9df6e094e22de608cdd0697a7e4e9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/ada/Manifest dev-cpp/ada/ada-2.9.1.ebuild dev-cpp/ada/metadata.xml X-VCS-Directories: dev-cpp/ada/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: ec541f19a6b9df6e094e22de608cdd0697a7e4e9 X-VCS-Branch: master Date: Wed, 4 Sep 2024 02:32:19 +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: 9c3da8e5-25bb-45db-802b-4d778b536b80 X-Archives-Hash: fcd966b7eb98627ab388d238f99af7cd commit: ec541f19a6b9df6e094e22de608cdd0697a7e4e9 Author: Esteve Varela Colominas gmail com> AuthorDate: Fri Aug 30 23:08:57 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Sep 4 02:30:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec541f19 dev-cpp/ada: New package version 2.9.1 Signed-off-by: Esteve Varela Colominas gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-cpp/ada/Manifest | 1 + dev-cpp/ada/ada-2.9.1.ebuild | 26 ++++++++++++++++++++++++++ dev-cpp/ada/metadata.xml | 15 +++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-cpp/ada/Manifest b/dev-cpp/ada/Manifest new file mode 100644 index 000000000000..04842d7450dc --- /dev/null +++ b/dev-cpp/ada/Manifest @@ -0,0 +1 @@ +DIST ada-2.9.1.tar.gz 384701 BLAKE2B ad4a03100de06179c71c4d368cc349a630f8273550840cb19ba3e0cc4d296bfc59fa827bd3ea261609e4f80ebd2adbe7be1450040b519be5844febdcbc55f0f6 SHA512 74bad3f234dfe7b72e2057583e077e6a0f78f34b9c699751972d079b8027ef2dc34e6ef07c0dedeb923d8979f91c58a8a90473e69152c89e76baaa3659fa575b diff --git a/dev-cpp/ada/ada-2.9.1.ebuild b/dev-cpp/ada/ada-2.9.1.ebuild new file mode 100644 index 000000000000..c87e72f6e853 --- /dev/null +++ b/dev-cpp/ada/ada-2.9.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="WHATWG-compliant and fast URL parser written in modern C++" +HOMEPAGE="https://github.com/ada-url/ada" + +SRC_URI="https://github.com/ada-url/ada/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 MIT" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64" +RESTRICT="test" + +src_configure() { + local mycmakeargs=( + # Building anything other than the library requires the CPM package manager + # which isn't very well equipped for packaging... + -DADA_TESTING=NO + -DADA_TOOLS=NO + ) + cmake_src_configure +} diff --git a/dev-cpp/ada/metadata.xml b/dev-cpp/ada/metadata.xml new file mode 100644 index 000000000000..c71625e8a5e4 --- /dev/null +++ b/dev-cpp/ada/metadata.xml @@ -0,0 +1,15 @@ + + + + + esteve.varela@gmail.com + Esteve Varela Colominas + + + proxy-maint@gentoo.org + Proxy Maintainers + + + ada-url/ada + +