summaryrefslogtreecommitdiff
path: root/sci-libs/libaec
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 /sci-libs/libaec
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sci-libs/libaec')
-rw-r--r--sci-libs/libaec/Manifest1
-rw-r--r--sci-libs/libaec/libaec-1.1.4.ebuild41
-rw-r--r--sci-libs/libaec/metadata.xml17
3 files changed, 0 insertions, 59 deletions
diff --git a/sci-libs/libaec/Manifest b/sci-libs/libaec/Manifest
deleted file mode 100644
index 5e815a85b777..000000000000
--- a/sci-libs/libaec/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libaec-v1.1.4.tar.bz2 2314074 BLAKE2B 453c03e9559f84fac37ea6abd1e3b37c1b88adb78b3d9db45e63ba1d38c8fccd25127748070b0b3e52d347a13676418531048e21a995b6742db74c622d6306b3 SHA512 08d29dadbc3f2bea1a050e6d67669dec693124daee1b374a03823a9e49725223eb83aa0083f206e1d64960ebfa6717c7a9621f1bb499712d21d48b21dbb5f0d7
diff --git a/sci-libs/libaec/libaec-1.1.4.ebuild b/sci-libs/libaec/libaec-1.1.4.ebuild
deleted file mode 100644
index 92e29ecaec6d..000000000000
--- a/sci-libs/libaec/libaec-1.1.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_P="${PN}-v${PV}"
-DESCRIPTION="Adaptive Entropy Coding library"
-HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec"
-SRC_URI="https://gitlab.dkrz.de/k202009/libaec/-/archive/v${PV}/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE="+szip test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="szip? ( !sci-libs/szip )"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TESTING=$(usex test)
- -DBUILD_STATIC_LIBS=OFF
- -DCMAKE_INSTALL_LIBDIR=$(get_libdir)
- )
-
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- # avoid conflict with szip (easier than patching)
- if ! use szip; then
- rm "${ED}"/usr/include/szlib.h || die
- rm "${ED}"/usr/$(get_libdir)/libsz* || die
- rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
- fi
-}
diff --git a/sci-libs/libaec/metadata.xml b/sci-libs/libaec/metadata.xml
deleted file mode 100644
index 276aa45e4036..000000000000
--- a/sci-libs/libaec/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
-</maintainer>
-<longdescription lang="en">
- Libaec provides fast lossless compression of 1 up to 32 bit wide
- signed or unsigned integers (samples). The library achieves best
- results for low entropy data as often encountered in space imaging
- instrument data or numerical model output from weather or climate
- simulations. While floating point representations are not directly
- supported, they can also be efficiently coded by grouping exponents
- and mantissa.
-</longdescription>
-</pkgmetadata>