diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/aws-c-compression | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/aws-c-compression')
| -rw-r--r-- | dev-libs/aws-c-compression/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild | 28 | ||||
| -rw-r--r-- | dev-libs/aws-c-compression/metadata.xml | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/aws-c-compression/Manifest b/dev-libs/aws-c-compression/Manifest deleted file mode 100644 index 6c65f410defc..000000000000 --- a/dev-libs/aws-c-compression/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aws-c-compression-0.3.1.tar.gz 36879 BLAKE2B 9383d40c0234f410068b78a36b1918e81968349f096f88814df488c27bc8575a11473d3c8b2a6ac5c41134cdeaffd624da86cf9a8b63c39ad26d0c11649c63ac SHA512 02c569751c55b95032bef9b718ca8e2b66b4bd85355f31623ab65621373ec39999231d0a1ceb4fe5f83aa42b9c1d153ffb36ccadfb86f78ad43246d26532cc97 diff --git a/dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild b/dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild deleted file mode 100644 index ebc34dbc61fa..000000000000 --- a/dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="AWS C Compression cross-platform algorithms" -HOMEPAGE="https://github.com/awslabs/aws-c-compression" -SRC_URI="https://github.com/awslabs/aws-c-compression/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -inherit cmake - -LICENSE="Apache-2.0" -SLOT="0/1" -KEYWORDS="amd64" -IUSE="test" - -RESTRICT="!test? ( test )" - -DEPEND="dev-libs/aws-c-common:=" -RDEPEND="${DEPEND}" -BDEPEND="dev-libs/aws-c-common" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -} diff --git a/dev-libs/aws-c-compression/metadata.xml b/dev-libs/aws-c-compression/metadata.xml deleted file mode 100644 index a66f99a58d7f..000000000000 --- a/dev-libs/aws-c-compression/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>jkroon@gentoo.org</email> - <name>Jaco Kroon</name> - </maintainer> - <upstream> - <remote-id type="github">awslabs/aws-c-compression</remote-id> - </upstream> -</pkgmetadata> |
