diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /sci-libs/libspatialindex | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'sci-libs/libspatialindex')
5 files changed, 0 insertions, 87 deletions
diff --git a/sci-libs/libspatialindex/Manifest b/sci-libs/libspatialindex/Manifest deleted file mode 100644 index d830821da52e..000000000000 --- a/sci-libs/libspatialindex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST spatialindex-src-1.9.3.tar.bz2 520817 BLAKE2B 89bbb4ef76f620042cbaa2822daad1459bb8a3801fcdedaa73fdc666efcae0e5329e15e79607e3a31ef9a651fbbf9d3657f5bada19b229eaf37fe232935b8dae SHA512 7922807a2f7026542a014d3d7943da5410429b291cf469267ffea5b8075eab2a94e68b6c013425615d221b930fd319c403f3bf43404c9b1d2c92d0e2baae3066 diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.9.3-respect-compiler-flags.patch b/sci-libs/libspatialindex/files/libspatialindex-1.9.3-respect-compiler-flags.patch deleted file mode 100644 index f96fbe11c94c..000000000000 --- a/sci-libs/libspatialindex/files/libspatialindex-1.9.3-respect-compiler-flags.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -117,12 +117,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${SIDX_BUILD_OUTPUT_DIRECTORY}) - # Platform and compiler specific settings - #------------------------------------------------------------------------------ - --if(NOT WIN32) -- # Recommended C++ compilation flags -- set(SIDX_COMMON_CXX_FLAGS -- "-pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wredundant-decls -Wno-long-long") --endif(NOT WIN32) -- - if (APPLE) - set(SO_EXT dylib) - set(CMAKE_FIND_FRAMEWORK "LAST") diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.9.3-use-system-gtest.patch b/sci-libs/libspatialindex/files/libspatialindex-1.9.3-use-system-gtest.patch deleted file mode 100644 index 996fc9b96921..000000000000 --- a/sci-libs/libspatialindex/files/libspatialindex-1.9.3-use-system-gtest.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/test/gtest/CMakeLists.txt b/test/gtest/CMakeLists.txt ---- a/test/gtest/CMakeLists.txt (revision 5a08124d541319d39886710afc1d61dfff5575a1) -+++ b/test/gtest/CMakeLists.txt (date 1615011059253) -@@ -1,8 +1,5 @@ - set (GOOGLETEST_VERSION "1.10.0") - --add_subdirectory(gtest-1.10.0) --include_directories(./gtest-1.10.0/include) -- - set (SOURCES - test.h - sidx_api_test.h diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild deleted file mode 100644 index 11ffc49a6b58..000000000000 --- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MY_P="spatialindex-src-${PV}" - -DESCRIPTION="C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API" -HOMEPAGE="https://libspatialindex.org/ - https://github.com/libspatialindex/libspatialindex" -SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0/6" -KEYWORDS="amd64 arm64 ~riscv ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="test? ( >=dev-cpp/gtest-1.10.0 )" - -S=${WORKDIR}/${MY_P} - -PATCHES=( - "${FILESDIR}"/${P}-respect-compiler-flags.patch - "${FILESDIR}"/${P}-use-system-gtest.patch -) - -src_prepare() { - cmake_src_prepare - - sed -i -e 's/CMAKE_CXX_STANDARD 11/CMAKE_CXX_STANDARD 14/' \ - CMakeLists.txt || die "sed failed" -} - -src_configure() { - local mycmakeargs=( - -DSIDX_BUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml deleted file mode 100644 index bcd952534460..000000000000 --- a/sci-libs/libspatialindex/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>3dprint@gentoo.org</email> - <name>Gentoo 3D print</name> - </maintainer> - <slots> - <subslots>Soname version number of libspatialindex</subslots> - </slots> - <upstream> - <bugs-to>https://github.com/libspatialindex/libspatialindex/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
