public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/octomap/
Date: Sun, 30 Mar 2025 21:42:31 +0000 (UTC)	[thread overview]
Message-ID: <1743370918.ec94be9115d7c094c3a4a6b4d8c8617e7e6190ea.asturm@gentoo> (raw)

commit:     ec94be9115d7c094c3a4a6b4d8c8617e7e6190ea
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 10:59:08 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 21:41:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec94be91

sci-libs/octomap: drop 1.9.8

Closes: https://bugs.gentoo.org/949090
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/octomap/Manifest             |  1 -
 sci-libs/octomap/octomap-1.9.8.ebuild | 81 -----------------------------------
 2 files changed, 82 deletions(-)

diff --git a/sci-libs/octomap/Manifest b/sci-libs/octomap/Manifest
index 4e41334e1f6b..733520669e6b 100644
--- a/sci-libs/octomap/Manifest
+++ b/sci-libs/octomap/Manifest
@@ -1,2 +1 @@
 DIST octomap-1.10.0.tar.gz 1694103 BLAKE2B 0415ee5e961ea456b9d497b35aeadd0d21a742a3f252eac67c717536e1d9f39fa4117170e259a3762ab6101b776afe65dec6fcff5a6e8d66f1957ea0b0ea5552 SHA512 1cbee4f6b3569587986774447ad9ec4190f597310c4d6865ffa7cd8865ece2492e4a42fa369b633d9d7a9da782560d49deaa62a18601ea4f56396bdf1a6a5f52
-DIST octomap-1.9.8.tar.gz 1693311 BLAKE2B 476e4a644287e5ebcaa36de3051b7a2079b733bee3cd80b192fecfab0a85c5de70e3ad087a6cb499141167c735692de72ba2a7b1fb8b318e461f8f21f20020ae SHA512 60afeecc36a190f136dcbe33cb9cd6c06c16233988b383b0b010f65f81e6a3630b55902c5b5ad756ac35dee4c4ec26ec5722d6bd9b8e079f70b7d286293c518e

diff --git a/sci-libs/octomap/octomap-1.9.8.ebuild b/sci-libs/octomap/octomap-1.9.8.ebuild
deleted file mode 100644
index c4d6b422062c..000000000000
--- a/sci-libs/octomap/octomap-1.9.8.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="An Efficient Probabilistic 3D Mapping Framework Based on Octrees"
-HOMEPAGE="http://octomap.github.io/"
-SRC_URI="https://github.com/OctoMap/octomap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD qt5? ( GPL-2 )"
-SLOT="0/19"
-KEYWORDS="~amd64 ~arm"
-IUSE="qt5 dynamicEDT3D doc"
-
-RDEPEND="
-	qt5? (
-		virtual/opengl
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-		x11-libs/libQGLViewer:=
-	)
-"
-BDEPEND="${RDEPEND}
-	doc? (
-		app-text/doxygen
-		media-gfx/graphviz
-	)
-"
-
-src_prepare() {
-	rm -r octovis/src/extern
-
-	sed --in-place \
-		--expression='s/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \
-		*/CMakeLists.txt */CMakeModules/InstallPkgConfigFile.cmake || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		"-DBUILD_OCTOVIS_SUBPROJECT=$(usex qt5 ON OFF)"
-		"-DOCTOVIS_QT5=ON"
-		"-DBUILD_DYNAMICETD3D_SUBPROJECT=$(usex dynamicEDT3D ON OFF)"
-	)
-	cmake_src_configure
-}
-
-src_compile() {
-	cmake_src_compile
-	use doc && cmake_build docs docs_dynamicEDT3D
-}
-
-src_install() {
-	cmake_src_install
-
-	if use doc; then
-		docinto html/octomap
-		dodoc -r octomap/doc/html/*
-
-		docinto html/dynamicEDT3D
-		dodoc -r dynamicEDT3D/doc/html/*
-	fi
-
-	insinto /usr/share/ros_packages/${PN}
-	doins "${ED}/usr/share/${PN}/package.xml"
-
-	if use qt5; then
-		insinto /usr/share/ros_packages/octovis
-		doins "${ED}/usr/share/octovis/package.xml"
-	fi
-}
-
-src_test() {
-	# override parallel mode only for tests
-	local myctestargs=( "-j 1" )
-	cmake_src_test
-}


             reply	other threads:[~2025-03-30 21:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-30 21:42 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-06 12:51 [gentoo-commits] repo/gentoo:master commit in: sci-libs/octomap/ Alexis Ballier
2022-07-07 10:27 Alexis Ballier
2021-06-12  9:50 Patrice Clement
2021-01-27  3:52 Sam James
2020-07-15 16:53 Dennis Lamm
2020-07-15 16:53 Dennis Lamm
2018-02-28 15:50 Andreas Sturmlechner
2017-02-28 11:27 Alexis Ballier
2016-09-29 12:53 Alexis Ballier
2016-09-29 12:53 Alexis Ballier
2016-06-28 14:36 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1743370918.ec94be9115d7c094c3a4a6b4d8c8617e7e6190ea.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox