diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-29 12:39:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-29 12:39:35 +0000 |
| commit | 33ec976b4dff7730ef0e5445be16db94f3d03de3 (patch) | |
| tree | 74380cd2f5f48b587e171187026c1ca4389bfbfb /dev-cpp | |
| parent | 89402f15705ad22c058320fa49e47bee774a6f08 (diff) | |
| download | baldeagleos-repo-33ec976b4dff7730ef0e5445be16db94f3d03de3.tar.gz baldeagleos-repo-33ec976b4dff7730ef0e5445be16db94f3d03de3.tar.xz baldeagleos-repo-33ec976b4dff7730ef0e5445be16db94f3d03de3.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/arrow/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/arrow/arrow-0.14.1-r1.ebuild | 57 | ||||
| -rw-r--r-- | dev-cpp/arrow/metadata.xml | 23 | ||||
| -rw-r--r-- | dev-cpp/highway/highway-0.16.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild | 6 | ||||
| -rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild | 6 |
6 files changed, 7 insertions, 88 deletions
diff --git a/dev-cpp/arrow/Manifest b/dev-cpp/arrow/Manifest deleted file mode 100644 index 19f0a7beecad..000000000000 --- a/dev-cpp/arrow/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST apache-arrow-0.14.1.tar.gz 4995438 BLAKE2B 6f832a5e523d381da00c8f3582a70cc8655a5e66087b610b5e0c7ca49d3b278fc356cc1eeadfcbdb8f4779d6932b7f4fb2de31a377aa26c370b8c03e7ec9b817 SHA512 f5493a62becaaee9d26e05f33509f51c98e96a5efd5d5bbdffdf70456c254b62075f1c9bc63d1119289a22d00359dfe9862078a284f8e063ecf13bd338a50728 diff --git a/dev-cpp/arrow/arrow-0.14.1-r1.ebuild b/dev-cpp/arrow/arrow-0.14.1-r1.ebuild deleted file mode 100644 index d757afd0fa98..000000000000 --- a/dev-cpp/arrow/arrow-0.14.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Cross-language development platform for in-memory data (C++ interface)" -HOMEPAGE="https://arrow.apache.org/" -SRC_URI="https://github.com/apache/arrow/archive/apache-arrow-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/14" -KEYWORDS="~amd64" - -IUSE="brotli ccache deprecated glog lz4 openssl parquet +snappy static-libs +zlib zstd" - -S="${WORKDIR}/arrow-apache-arrow-${PV}/cpp" -CMAKE_BUILD_TYPE="release" - -COMMON_DEPEND=" - dev-cpp/gflags:= - dev-libs/boost:= - dev-libs/double-conversion:= - dev-libs/rapidjson - dev-libs/thrift:= - ccache? ( dev-util/ccache ) - glog? ( dev-cpp/glog ) - openssl? ( dev-libs/openssl:= ) -" -RDEPEND="${COMMON_DEPEND}" -DEPEND="${COMMON_DEPEND}" - -# Testing requires files from https://github.com/apache/parquet-testing -RESTRICT="test" - -# - Arrow forces shipped jemalloc => disable -# - ARROW_IPC requires Flatbuffers, which results in build errors due to -# broken find_program calls for flatc => disable -src_configure() { - local mycmakeargs=( - -DARROW_ALTIVEC=OFF - -DARROW_BUILD_STATIC="$(usex static-libs)" - -DARROW_IPC=OFF - -DARROW_JEMALLOC=OFF - -DARROW_NO_DEPRECATED_API="$(usex !deprecated)" - -DARROW_PARQUET="$(usex parquet)" - -DARROW_USE_GLOG="$(usex glog)" - -DARROW_VERBOSE_THIRDPARTY_BUILD=OFF - -DARROW_WITH_BROTLI="$(usex brotli)" - -DARROW_WITH_LZ4="$(usex lz4)" - -DARROW_WITH_SNAPPY="$(usex snappy)" - -DARROW_WITH_ZLIB="$(usex zlib)" - -DARROW_WITH_ZSTD="$(usex zstd)" - ) - cmake_src_configure -} diff --git a/dev-cpp/arrow/metadata.xml b/dev-cpp/arrow/metadata.xml deleted file mode 100644 index e88ad2e2fd88..000000000000 --- a/dev-cpp/arrow/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>thomas@binaryden.de</email> - <name>Thomas Kemmer</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:apache:arrow</remote-id> - </upstream> - <use> - <flag name="ccache">Use fast compiler cache</flag> - <flag name="brotli">Enable Brotli compression support</flag> - <flag name="deprecated">Build Arrow with deprecated API included</flag> - <flag name="glog">Enable pluggable logging support via dev-cpp/glog</flag> - <flag name="lz4">Enable lz4 compression support</flag> - <flag name="openssl">Build Apache Parquet with encrytion support</flag> - <flag name="parquet">Build Apache Parquet libraries</flag> - <flag name="snappy">Enable Snappy compression support</flag> - <flag name="zstd">Enable zstd compression support</flag> - </use> - <origin>binaryden-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-cpp/highway/highway-0.16.0-r1.ebuild b/dev-cpp/highway/highway-0.16.0-r1.ebuild index 26506c43b2ce..98782f199f51 100644 --- a/dev-cpp/highway/highway-0.16.0-r1.ebuild +++ b/dev-cpp/highway/highway-0.16.0-r1.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/google/highway.git" else SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" fi LICENSE="Apache-2.0" diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild index c764c8b45a4b..93c98ccdaa8e 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild @@ -15,9 +15,9 @@ LICENSE="MIT" SLOT="0" src_configure() { - local mycmakeargs=( + local mycmakeargs=( -DRH_STANDALONE_PROJECT=OFF -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/share/" - ) - cmake_src_configure + ) + cmake_src_configure } diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild index 4fff4a53f17e..6e42350ec553 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild @@ -15,9 +15,9 @@ LICENSE="MIT" SLOT="0" src_configure() { - local mycmakeargs=( + local mycmakeargs=( -DRH_STANDALONE_PROJECT=OFF -DCMAKE_INSTALL_LIBDIR="${ESYSROOT}/usr/share/" - ) - cmake_src_configure + ) + cmake_src_configure } |
