summaryrefslogtreecommitdiff
path: root/sci-libs/geos
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sci-libs/geos
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'sci-libs/geos')
-rw-r--r--sci-libs/geos/Manifest5
-rw-r--r--sci-libs/geos/geos-3.12.1.ebuild48
-rw-r--r--sci-libs/geos/geos-3.13.0.ebuild48
-rw-r--r--sci-libs/geos/geos-3.13.1.ebuild45
-rw-r--r--sci-libs/geos/geos-3.14.0.ebuild45
-rw-r--r--sci-libs/geos/geos-3.14.1.ebuild45
-rw-r--r--sci-libs/geos/metadata.xml26
7 files changed, 0 insertions, 262 deletions
diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
deleted file mode 100644
index 49b4f6a9d1d0..000000000000
--- a/sci-libs/geos/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST geos-3.12.1.tar.bz2 6727199 BLAKE2B 4ffc9cb63f3ac15b3dcb0ba9fec6a1ccaeaf35962a057234f4da38d6bba19df39e800805badfd56fe927da09c9392f0feaf2b7d02085e8f293c4d9503ab28ff9 SHA512 192eba83c651e935b3c9a5cc19321285e4d28b9da9d7a1fa15d9471803027e630db7a7ecea96343d9c5f9846d279062ca3694fe47916a4ebf5698ae66dd5210d
-DIST geos-3.13.0.tar.bz2 6801211 BLAKE2B 8de35093e2819268df2cd15f1661dcbaba6b9c3bd978904fb992fd91905b0056cfa6580cae602511bd8c4b19686597abb81e0af71a8a73a684cafd8013755bad SHA512 8ffaa3f49a8365db693ac948e9d66cf55321eb12151734c7da2775070b7804ffa607de2474b7019d6ea2a99d5e037fb1e8561bf9025e65ddd4bd1ba049382b28
-DIST geos-3.13.1.tar.bz2 6839955 BLAKE2B cc646825212e7a7a79b9c2a134236246fa4f611e84acc6d6f4bd6b5a28e0395c77fac45e179333f5201826ff8f5905fb00ef2992714ecc43af385fe17d04bd00 SHA512 38a6d8bb05b374160c6e5eb82e5f601915ee44e75bdba0414bb7b1096a62f3cdfbb877389998bd3ff4c77c98927ce95a8d8298dd599a0fcb8ea0e83f174f1744
-DIST geos-3.14.0.tar.bz2 6990029 BLAKE2B 1f9199b6497b4ee5a9aad2fcbfe1da9b0dd997188e905d22e39398d3078e09a5f4e1ffce9b4cc2644937824b5ff67ab8d6ac6c68491b4d43a2312907a9bf8f31 SHA512 c9f06396af4be8231930e48f249c550578c0ed9380a0d9da24e4d602fe9f14390846d02bd95531b3bf3ff8d554f5735da0e4b975dee24932d1f488d685e4aa72
-DIST geos-3.14.1.tar.bz2 7013834 BLAKE2B 6827d51b4580a996bc143c91cf4b91c7ac1ec7a34858177e092f137cf4e2f8c257c5df53f1775cca582b24e7a04c9ea78576e0b45dd99089cf6c149d4e470f52 SHA512 a5a27c34249a6b7fa8bc5d6d557f278bcc3a81ca188f9f543bee7afb6e47d9f8a545e676c5884c0651530bccd24eb929feaaf95cda8e73b033296073e6626f0d
diff --git a/sci-libs/geos/geos-3.12.1.ebuild b/sci-libs/geos/geos-3.12.1.ebuild
deleted file mode 100644
index 89c527cd89cb..000000000000
--- a/sci-libs/geos/geos-3.12.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/"
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~x64-macos ~x64-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_configure() {
- # -Werror=odr
- # https://bugs.gentoo.org/862702
- # https://github.com/libgeos/geos/issues/1054
- filter-lto
-
- local mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DUSE_CCACHE=OFF
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile docs
-}
-
-src_install() {
- cmake_src_install
-
- if use doc ; then
- HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
- einstalldocs
- fi
-}
diff --git a/sci-libs/geos/geos-3.13.0.ebuild b/sci-libs/geos/geos-3.13.0.ebuild
deleted file mode 100644
index 7d905c8635e0..000000000000
--- a/sci-libs/geos/geos-3.13.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/"
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~x64-macos ~x64-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_configure() {
- # -Werror=odr
- # https://bugs.gentoo.org/862702
- # https://github.com/libgeos/geos/issues/1054
- filter-lto
-
- local mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DUSE_CCACHE=OFF
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile docs
-}
-
-src_install() {
- cmake_src_install
-
- if use doc ; then
- HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
- einstalldocs
- fi
-}
diff --git a/sci-libs/geos/geos-3.13.1.ebuild b/sci-libs/geos/geos-3.13.1.ebuild
deleted file mode 100644
index be54c196264b..000000000000
--- a/sci-libs/geos/geos-3.13.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic toolchain-funcs
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/"
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos ~x64-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_configure() {
- tc-is-lto && filter-flags -fno-semantic-interposition
-
- local mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DUSE_CCACHE=OFF
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile docs
-}
-
-src_install() {
- cmake_src_install
-
- if use doc ; then
- HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
- einstalldocs
- fi
-}
diff --git a/sci-libs/geos/geos-3.14.0.ebuild b/sci-libs/geos/geos-3.14.0.ebuild
deleted file mode 100644
index be54c196264b..000000000000
--- a/sci-libs/geos/geos-3.14.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic toolchain-funcs
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/"
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos ~x64-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_configure() {
- tc-is-lto && filter-flags -fno-semantic-interposition
-
- local mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DUSE_CCACHE=OFF
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile docs
-}
-
-src_install() {
- cmake_src_install
-
- if use doc ; then
- HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
- einstalldocs
- fi
-}
diff --git a/sci-libs/geos/geos-3.14.1.ebuild b/sci-libs/geos/geos-3.14.1.ebuild
deleted file mode 100644
index 741cf9e18694..000000000000
--- a/sci-libs/geos/geos-3.14.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic toolchain-funcs
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/"
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos ~x64-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_configure() {
- tc-is-lto && filter-flags -fno-semantic-interposition
-
- local mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DUSE_CCACHE=OFF
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile docs
-}
-
-src_install() {
- cmake_src_install
-
- if use doc ; then
- HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
- einstalldocs
- fi
-}
diff --git a/sci-libs/geos/metadata.xml b/sci-libs/geos/metadata.xml
deleted file mode 100644
index c432d56fb480..000000000000
--- a/sci-libs/geos/metadata.xml
+++ /dev/null
@@ -1,26 +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-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <maintainer type="project">
- <email>pgsql-bugs@gentoo.org</email>
- <name>PostgreSQL and Related Package Development</name>
- </maintainer>
- <longdescription lang="en">
- Geometric Engine Open Source provides a spatial object model and
- fundamental geometric functions. It implements the geometry model
- defined in the OpenGIS Consortium Simple Features Specification for
- SQL. Functions provided include: spatial predicates (based on the
- DE-9IM model), overlay functions (intersection, difference, union,
- symmetric difference), buffer, convex hull, area and distance
- functions, and topological validity checking.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/libgeos/geos/issues</bugs-to>
- <changelog>https://libgeos.org/posts</changelog>
- <remote-id type="github">libgeos/geos</remote-id>
- </upstream>
-</pkgmetadata>