diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-cpp/ada | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/ada')
| -rw-r--r-- | dev-cpp/ada/Manifest | 3 | ||||
| -rw-r--r-- | dev-cpp/ada/ada-3.3.0.ebuild | 26 | ||||
| -rw-r--r-- | dev-cpp/ada/ada-3.4.2.ebuild | 26 | ||||
| -rw-r--r-- | dev-cpp/ada/ada-3.4.4.ebuild | 26 | ||||
| -rw-r--r-- | dev-cpp/ada/metadata.xml | 13 |
5 files changed, 94 insertions, 0 deletions
diff --git a/dev-cpp/ada/Manifest b/dev-cpp/ada/Manifest new file mode 100644 index 000000000000..b52fe96a62e3 --- /dev/null +++ b/dev-cpp/ada/Manifest @@ -0,0 +1,3 @@ +DIST ada-3.3.0.tar.gz 465601 BLAKE2B bf42536fb11c6f23834abaa53c304817a99f0e851083b9055e6d7a5f2cc20e3975488e94ecb7207de546c639d93d01eab3b693ab7d007c404b2888730f5578e5 SHA512 728bf278fcac51a8ffdf5571cb486e789cd49511674c61e354c802bbfaeea64598fb22cd28ef4b02eacdd42c1c3437f40666ca8dba8097e0ecebbae1095de77f +DIST ada-3.4.2.tar.gz 474652 BLAKE2B 92a0f4f41c75241d2650f5c1de4d206980032834024f9bf35550b6ecca872780d5dfa3eea38c9ade0b1d643cf38f8c922a79a552a689e15d9584e5894a07d71a SHA512 35b4f66953212f2a167bdfc62e5c0b3f2fab0484330cba011002b1237df1d8cef216c15925c2c321707edce58c8d7f986ac2dd6dc2f5d63235f3ba1253684bb6 +DIST ada-3.4.4.tar.gz 491781 BLAKE2B f77866112322b46966e79ad1898885ad7026a7a9b2286582c859f246fc7646d421327512e31093e682f82062f35bdb527cbfe52a1a01ccc4838a77b50180f5e6 SHA512 b44b82d186d0c88e4c047434ffa2f792109e76c030f45bd4fd7324daff5f90d5eeb3172403178f39e24d6846f09ca10135446f063b61e8aab009a2dd0c65d3eb diff --git a/dev-cpp/ada/ada-3.3.0.ebuild b/dev-cpp/ada/ada-3.3.0.ebuild new file mode 100644 index 000000000000..e4821e4e5e20 --- /dev/null +++ b/dev-cpp/ada/ada-3.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2026 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 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" +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/ada-3.4.2.ebuild b/dev-cpp/ada/ada-3.4.2.ebuild new file mode 100644 index 000000000000..34b482049d25 --- /dev/null +++ b/dev-cpp/ada/ada-3.4.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2026 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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +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/ada-3.4.4.ebuild b/dev-cpp/ada/ada-3.4.4.ebuild new file mode 100644 index 000000000000..e4821e4e5e20 --- /dev/null +++ b/dev-cpp/ada/ada-3.4.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2026 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 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" +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..4daad2bc851d --- /dev/null +++ b/dev-cpp/ada/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>esteve.varela@gmail.com</email> + <name>Esteve Varela Colominas</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
