From 1b034b9eb2e8f2e9a9242e444e3a5a16f9cc0919 Mon Sep 17 00:00:00 2001 From: Esteve Varela Colominas Date: Wed, 21 May 2025 21:22:43 +0200 Subject: dev-cpp/ada: Bump to 3.2.4 Signed-off-by: Esteve Varela Colominas Part-of: https://github.com/gentoo/gentoo/pull/42194 Signed-off-by: Sam James --- dev-cpp/ada/ada-3.2.4.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-cpp/ada/ada-3.2.4.ebuild (limited to 'dev-cpp/ada/ada-3.2.4.ebuild') diff --git a/dev-cpp/ada/ada-3.2.4.ebuild b/dev-cpp/ada/ada-3.2.4.ebuild new file mode 100644 index 000000000000..61e1ba4e5132 --- /dev/null +++ b/dev-cpp/ada/ada-3.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 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 ~arm64 ~loong ~riscv" +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 +} -- cgit v1.2.3