public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/
Date: Sat, 26 Feb 2022 19:53:50 +0000 (UTC)	[thread overview]
Message-ID: <1645905217.5214925f943e0722ad4d3b150a9dd606823e7bd6.sam@gentoo> (raw)

commit:     5214925f943e0722ad4d3b150a9dd606823e7bd6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 19:43:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 19:53:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5214925f

media-gfx/openmesh: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openmesh/{openmesh-7.1.ebuild => openmesh-7.1-r1.ebuild} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/openmesh/openmesh-7.1.ebuild b/media-gfx/openmesh/openmesh-7.1-r1.ebuild
similarity index 86%
rename from media-gfx/openmesh/openmesh-7.1.ebuild
rename to media-gfx/openmesh/openmesh-7.1-r1.ebuild
index 19b09a04fb5a..4f02e9b682d2 100644
--- a/media-gfx/openmesh/openmesh-7.1.ebuild
+++ b/media-gfx/openmesh/openmesh-7.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit cmake-utils
+inherit cmake
 
 MY_PN="OpenMesh"
 MY_PV="${PV/_rc/-RC}"
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-	cmake-utils_src_prepare
+	cmake_src_prepare
 
 	# Fix libdir and remove rpath.
 	sed -i \
@@ -57,10 +57,10 @@ src_configure() {
 		-DOPENMESH_BUILD_UNIT_TESTS=$(usex test)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_test() {
 	cd "${BUILD_DIR}" || die
-	LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) ctest --verbose
+	LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir)" cmake_src_test --verbose
 }


             reply	other threads:[~2022-02-26 19:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-26 19:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02 15:49 [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/ Andreas Sturmlechner
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=1645905217.5214925f943e0722ad4d3b150a9dd606823e7bd6.sam@gentoo \
    --to=sam@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