From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/
Date: Wed, 02 Apr 2025 15:49:21 +0000 (UTC) [thread overview]
Message-ID: <1743608939.9d9e54d99f1715decd8d65abe839ad5c546ae173.asturm@gentoo> (raw)
commit: 9d9e54d99f1715decd8d65abe839ad5c546ae173
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 15:45:28 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 15:48:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9e54d9
media-gfx/openmesh: drop 7.1-r1
Closes: https://bugs.gentoo.org/836649
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/openmesh/Manifest | 1 -
media-gfx/openmesh/openmesh-7.1-r1.ebuild | 66 -------------------------------
2 files changed, 67 deletions(-)
diff --git a/media-gfx/openmesh/Manifest b/media-gfx/openmesh/Manifest
index 15c120515247..7391fcb35e2d 100644
--- a/media-gfx/openmesh/Manifest
+++ b/media-gfx/openmesh/Manifest
@@ -1,2 +1 @@
DIST OpenMesh-11.0.0.tar.bz2 5867933 BLAKE2B 5f4eb34365cfeedab8e5de818db955ed1a5ab42d2289e9ab686efda0f3057462848bdee0b53af0f81ddc6ea388ef64eecde923f468beb2078a77f2dff5c04753 SHA512 4667ef9ae935403455a57277bd81dd61eb967f81dcbcc8ce5a84d537d60db37b0155dc7c118b14f90e142e44b0a453fd98984de17e20fae62c86be2ddc6e9a69
-DIST OpenMesh-7.1.tar.bz2 22855582 BLAKE2B 778b3a40c2e476cdb2f50b5b4a90f8b6ae7852f166087426ff1db25c829cb4172cd7ed14db1a22229f7b4447e7ebeb0d6116647d929b7dab43d565192a8ac48e SHA512 bca0f937e08fe512efb436f5b96b83a1ff7945640e18fb1bb083956f04609560e29b1c1f7e058840791df77df6859fdd20ff6f49d80b908e8c1c5542b8615e6d
diff --git a/media-gfx/openmesh/openmesh-7.1-r1.ebuild b/media-gfx/openmesh/openmesh-7.1-r1.ebuild
deleted file mode 100644
index 41c0b43f5636..000000000000
--- a/media-gfx/openmesh/openmesh-7.1-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_PN="OpenMesh"
-MY_PV="${PV/_rc/-RC}"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-DESCRIPTION="A generic data structure to represent and manipulate polygonal meshes"
-HOMEPAGE="https://www.openmesh.org/"
-SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="qt5 static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtopengl:5
- dev-qt/qtwidgets:5
- media-libs/freeglut
- )
-"
-DEPEND="${RDEPEND}
- test? ( dev-cpp/gtest )
-"
-
-src_prepare() {
- cmake_src_prepare
-
- # Fix libdir and remove rpath.
- sed -i \
- -e "s|\(set (ACG_PROJECT_LIBDIR \"\).*|\1$(get_libdir)/\")|" \
- -e "s|\(BUILD_WITH_INSTALL_RPATH \)1|\1 0|" \
- -e "s|\(SKIP_BUILD_RPATH\) 0|\1 1|" \
- -e '/^ *INSTALL_RPATH/d' \
- cmake/ACGCommon.cmake || die
-
- if ! use static-libs; then
- sed -i "s|\(SHARED\)ANDSTATIC|\1|" \
- src/${MY_PN}/{Core,Tools}/CMakeLists.txt || die
- sed -i '/OpenMeshCoreStatic/d' \
- src/${MY_PN}/Tools/CMakeLists.txt || die
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_APPS=$(usex qt5)
- -DOPENMESH_BUILD_UNIT_TESTS=$(usex test)
- )
-
- cmake_src_configure
-}
-
-src_test() {
- cd "${BUILD_DIR}" || die
- LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir)" cmake_src_test --verbose
-}
next reply other threads:[~2025-04-02 15:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-02 15:49 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-26 19:53 [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/ Sam James
2018-09-05 21:18 Andreas Sturmlechner
2018-07-01 0:03 Andreas Sturmlechner
2018-07-01 0:03 Andreas Sturmlechner
2018-07-01 0:03 Andreas Sturmlechner
2018-07-01 0:03 Andreas Sturmlechner
2018-07-01 0:03 Andreas Sturmlechner
2017-09-23 2:47 Michael Palimaka
2017-06-06 11:07 Pacho Ramos
2016-06-01 23:06 Justin Bronder
2015-09-10 18:29 Michael Palimaka
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=1743608939.9d9e54d99f1715decd8d65abe839ad5c546ae173.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