diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/ada | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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 | 15 |
5 files changed, 0 insertions, 96 deletions
diff --git a/dev-cpp/ada/Manifest b/dev-cpp/ada/Manifest deleted file mode 100644 index b52fe96a62e3..000000000000 --- a/dev-cpp/ada/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e4821e4e5e20..000000000000 --- a/dev-cpp/ada/ada-3.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 34b482049d25..000000000000 --- a/dev-cpp/ada/ada-3.4.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index e4821e4e5e20..000000000000 --- a/dev-cpp/ada/ada-3.4.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index c71625e8a5e4..000000000000 --- a/dev-cpp/ada/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> - <upstream> - <remote-id type="github">ada-url/ada</remote-id> - </upstream> -</pkgmetadata> |
