summaryrefslogtreecommitdiff
path: root/dev-libs/aws-c-compression
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/aws-c-compression
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-libs/aws-c-compression')
-rw-r--r--dev-libs/aws-c-compression/Manifest1
-rw-r--r--dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild28
-rw-r--r--dev-libs/aws-c-compression/metadata.xml11
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>