diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /media-libs/qhull | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'media-libs/qhull')
| -rw-r--r-- | media-libs/qhull/Manifest | 1 | ||||
| -rw-r--r-- | media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch | 8 | ||||
| -rw-r--r-- | media-libs/qhull/files/qhull-2020.2.8.1_alpha6-update-version-alpha3.patch | 55 | ||||
| -rw-r--r-- | media-libs/qhull/metadata.xml | 27 | ||||
| -rw-r--r-- | media-libs/qhull/qhull-2020.2.8.1_alpha6.ebuild | 80 |
5 files changed, 0 insertions, 171 deletions
diff --git a/media-libs/qhull/Manifest b/media-libs/qhull/Manifest deleted file mode 100644 index 34eca3947a23..000000000000 --- a/media-libs/qhull/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qhull-8.1_alpha6.tar.gz 1311804 BLAKE2B 8aee59b510bdbf620c99c44585696007392134aafb8e357fa5d0748aba5e09a4bbde63f31d7b9357505edd9ce1bc44bab2e472b8eb7449598528e9f2cdb0f53d SHA512 66131b46d24ba726bba28f55a9f45fd2c8166f018846d91111da4465c9940bf11b27c331e4a063e5bfe49f0606df04310bc31fb00461dafcd0c581accdc2aa4b diff --git a/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch b/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch deleted file mode 100644 index c83a807e2888..000000000000 --- a/media-libs/qhull/files/qhull-2020.2-deprecated-pkgconfig.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/CMakeLists.txt 2020-09-03 22:33:16.000000000 -0400 -+++ b/CMakeLists.txt 2021-01-08 14:38:26.299273173 -0500 -@@ -731,4 +731,5 @@ - set(PkgConfigLocation lib/pkgconfig) - foreach(pkgconfig IN ITEMS "${qhull_SHAREDR};Qhull reentrant shared library" -+ "${qhull_SHARED};Qhull deprecated shared library" - "${qhull_STATIC};Qhull static library" - "${qhull_STATICR};Qhull reentrant static library" diff --git a/media-libs/qhull/files/qhull-2020.2.8.1_alpha6-update-version-alpha3.patch b/media-libs/qhull/files/qhull-2020.2.8.1_alpha6-update-version-alpha3.patch deleted file mode 100644 index 73d90fbbf097..000000000000 --- a/media-libs/qhull/files/qhull-2020.2.8.1_alpha6-update-version-alpha3.patch +++ /dev/null @@ -1,55 +0,0 @@ -From de434688d500204b979c0bcc6703a9cfb589c9a9 Mon Sep 17 00:00:00 2001 -From: Paul Zander <negril.nx@gmail.com> -Date: Tue, 8 Apr 2025 17:48:40 +0200 -Subject: [PATCH] update version alpha3 - -Signed-off-by: Paul Zander <negril.nx@gmail.com> - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index bd556a0..1690b96 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -74,8 +74,8 @@ project(qhull) - # Define qhull_VERSION in README.txt, Announce.txt, qh-get.htm, CMakeLists.txt - # qhull-zip.sh (twice), qhull-wiki.md, qhull-news.htm, File_id.diz, index.htm - # qhull-warn.pri (VERSION), qhull-exports.def (VERSION), qhull_p-exports.def, qhull_r-exports.def --set(qhull_VERSION2 "2020.2 2023/01/02") # not used, See global.c, global_r.c, rbox.c, rbox_r.c --set(qhull_VERSION "8.1-alpha3") # Advance every release -+set(qhull_VERSION2 "2020.2 2025/09/07") # not used, See global.c, global_r.c, rbox.c, rbox_r.c -+set(qhull_VERSION "8.1-alpha6") # Advance every release - - # SOVERSION -- qhull 2003 = empty, 2009 = 5, 2010-2012 = 6, 2015-2019 = 7, 2020 = 8.0 - # Increase SOVERSION if ABI breaks (abi-compliance-checker) -diff --git a/src/libqhull/global.c b/src/libqhull/global.c -index a3ded46..fef32f4 100644 ---- a/src/libqhull/global.c -+++ b/src/libqhull/global.c -@@ -47,8 +47,8 @@ qhT qh_qh; /* all global variables. - recompile user_eg.c, rbox.c, libqhull.c, qconvex.c, qdelaun.c qvoronoi.c, qhalf.c, testqset.c - */ - --const char qh_version[]= "2020.2 2023/01/02"; --const char qh_version2[]= "qhull 8.1-alpha3 (2020.2 2023/01/02)"; -+const char qh_version[]= "2020.2 2025/09/07"; -+const char qh_version2[]= "qhull 8.1-alpha6 (2020.2 2025/09/07)"; - - /*-<a href="qh-globa.htm#TOC" - >-------------------------------</a><a name="appendprint">-</a> -diff --git a/src/libqhull_r/global_r.c b/src/libqhull_r/global_r.c -index 3a5c7c7..889585a 100644 ---- a/src/libqhull_r/global_r.c -+++ b/src/libqhull_r/global_r.c -@@ -39,8 +39,8 @@ - recompile user_eg_r.c, rbox_r.c, libqhull_r.c, qconvex_r.c, qdelaun_r.c qvoronoi_r.c, qhalf_r.c, testqset_r.c - */ - --const char qh_version[]= "2020.2.r 2023/01/02"; --const char qh_version2[]= "qhull_r 8.1-alpha3 (2020.2.r 2023/01/02)"; -+const char qh_version[]= "2020.2.r 2025/09/07"; -+const char qh_version2[]= "qhull_r 8.1-alpha6 (2020.2.r 2025/09/07)"; - - /*-<a href="qh-globa_r.htm#TOC" - >-------------------------------</a><a name="appendprint">-</a> --- -2.49.0 - diff --git a/media-libs/qhull/metadata.xml b/media-libs/qhull/metadata.xml deleted file mode 100644 index 4df0f33aebb3..000000000000 --- a/media-libs/qhull/metadata.xml +++ /dev/null @@ -1,27 +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-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription> - Qhull computes the convex hull, Delaunay triangulation, Voronoi - diagram, halfspace intersection about a point, furthest-site - Delaunay triangulation, and furthest-site Voronoi diagram. The - source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull - implements the Quickhull algorithm for computing the convex hull. It - handles roundoff errors from floating point arithmetic. It computes - volumes, surface areas, and approximations to the convex hull. - Qhull does not support constrained Delaunay triangulations, - triangulation of non-convex surfaces, mesh generation of non-convex - objects, or medium-sized inputs in 9-D and higher. - </longdescription> - <upstream> - <bugs-to>https://github.com/qhull/qhull/issues</bugs-to> - <remote-id type="github">qhull/qhull</remote-id> - </upstream> - <use> - <flag name="tools">Build applications</flag> - </use> -</pkgmetadata> diff --git a/media-libs/qhull/qhull-2020.2.8.1_alpha6.ebuild b/media-libs/qhull/qhull-2020.2.8.1_alpha6.ebuild deleted file mode 100644 index 945bf264f44b..000000000000 --- a/media-libs/qhull/qhull-2020.2.8.1_alpha6.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake dot-a - -DESCRIPTION="Geometry library" -HOMEPAGE="http://www.qhull.org" -MY_PV="$(ver_cut 3-)" - -SRC_URI="https://github.com/qhull/qhull/archive/v${MY_PV/_/-}.tar.gz -> ${PN}-${MY_PV}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV//_/-}" - -LICENSE="BSD" -SLOT="0/$(ver_cut 1-2 "${MY_PV}")" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" -IUSE="doc static-libs tools test" -RESTRICT="!test? ( test )" -REQUIRED_USE="test? ( tools )" - -DOCS=( - Announce.txt - File_id.diz - README.txt - REGISTER.txt -) - -PATCHES=( - "${FILESDIR}/${PN}-2020.2-deprecated-pkgconfig.patch" - "${FILESDIR}/${PF}-update-version-alpha3.patch" # version string wasn't bumped -) - -src_prepare() { - if ! use doc ; then - sed -i \ - -e '/^install(DIRECTORY html/d' \ - -e '/^[[:blank:]]*index.htm/d' \ - CMakeLists.txt || die - fi - - cmake_src_prepare -} - -src_configure() { - use static-libs && lto-guarantee-fat - - local mycmakeargs=( - # NOTE undo CMakeLists.txt: "Define shared library for reentrant qhull (installed)" as it yields broken RPATH - -DCMAKE_INSTALL_NAME_DIR="${EPREFIX}/usr/$(get_libdir)" - -DCMAKE_INSTALL_RPATH="${EPREFIX}/usr/$(get_libdir)" - -DCMAKE_INSTALL_RPATH_USE_LINK_PATH="no" - -DCMAKE_BUILD_WITH_INSTALL_RPATH="yes" - - -DBUILD_APPLICATIONS="$(usex tools)" - -DBUILD_STATIC_LIBS="$(usex static-libs)" - -DQHULL_ENABLE_TESTING="$(usex test)" - -DLINK_APPS_SHARED="yes" - # -DLINK_APPS_SHARED="$(usex !static-libs)" - ) - - cmake_src_configure -} - -src_test() { - local -x LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" - cmake_src_test -} - -src_install() { - cmake_src_install - - rm "${ED}/usr/$(get_libdir)/pkgconfig/qhull.pc" || die - - if ! use static-libs; then - rm "${ED}/usr/$(get_libdir)/pkgconfig/qhull"{static,static_r,cpp}.pc || die - else - strip-lto-bytecode "${ED}/usr/$(get_libdir)/libqhull"{static,static_r,cpp}.a - fi -} |
