mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/ada: Bump to 3.2.4
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42194 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
a113e55e8d
commit
1b034b9eb2
@@ -1 +1,2 @@
|
||||
DIST ada-2.9.1.tar.gz 384701 BLAKE2B ad4a03100de06179c71c4d368cc349a630f8273550840cb19ba3e0cc4d296bfc59fa827bd3ea261609e4f80ebd2adbe7be1450040b519be5844febdcbc55f0f6 SHA512 74bad3f234dfe7b72e2057583e077e6a0f78f34b9c699751972d079b8027ef2dc34e6ef07c0dedeb923d8979f91c58a8a90473e69152c89e76baaa3659fa575b
|
||||
DIST ada-3.2.4.tar.gz 459344 BLAKE2B f2dc83313be73152c42cfafa352f5b7374197ec013e76007cd67e5268fb08fb9946fa715a294e0c1326cc761ea34d61aa65a8456089e5dfaf1443cd49890e050 SHA512 a61f3f851881fb092397647ed8e8e5ae0c47265fbb760471c64da64c7256e4bde4d778c69f00187868367a5fec467e445f72c9d5a810a3a3365292776a598296
|
||||
|
||||
26
dev-cpp/ada/ada-3.2.4.ebuild
Normal file
26
dev-cpp/ada/ada-3.2.4.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user