From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/
Date: Fri, 3 Jan 2020 19:08:13 +0000 (UTC) [thread overview]
Message-ID: <1578077956.96a214b1fd9c4daeefadaadcd452b9741167a30c.asturm@gentoo> (raw)
commit: 96a214b1fd9c4daeefadaadcd452b9741167a30c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 18:59:16 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 18:59:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a214b1
media-gfx/alembic: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/alembic/alembic-1.7.11.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-gfx/alembic/alembic-1.7.11.ebuild b/media-gfx/alembic/alembic-1.7.11.ebuild
index a306c9ea3d7..eaf86523653 100644
--- a/media-gfx/alembic/alembic-1.7.11.ebuild
+++ b/media-gfx/alembic/alembic-1.7.11.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils multiprocessing python-single-r1
+inherit cmake multiprocessing python-single-r1
DESCRIPTION="Open framework for storing and sharing scene data"
HOMEPAGE="https://www.alembic.io/"
@@ -50,7 +50,7 @@ PATCHES=(
)
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
if use doc; then
doxygen -u Doxyfile || die "Failed to update Doxyfile"
sed -i -e 's|DOT_NUM_THREADS[ \t]*= 0|DOT_NUM_THREADS = '$(makeopts_jobs)'|' Doxyfile || die "Failed to change dot threads"
@@ -73,11 +73,11 @@ src_configure() {
-DUSE_PYALEMBIC=$(usex python)
-DUSE_TESTS=$(usex test)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_compile() {
- cmake-utils_src_compile
+ cmake_src_compile
if use doc; then
doxygen Doxyfile || die "Failed to build documentation"
fi
@@ -85,7 +85,7 @@ src_compile() {
src_install() {
use doc && local HTML_DOCS=( doc/html/. )
- cmake-utils_src_install
+ cmake_src_install
}
pkg_postinst() {
next reply other threads:[~2020-01-03 19:08 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 19:08 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-01 16:59 [gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/ Sam James
2025-02-19 20:22 Michał Górny
2025-01-06 1:00 Sam James
2025-01-05 20:35 Sam James
2025-01-05 20:35 Sam James
2024-06-11 20:35 Sam James
2024-06-04 7:13 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-01-10 12:33 Sam James
2024-01-10 12:33 Sam James
2023-05-26 14:38 Sam James
2023-04-11 5:38 Viorel Munteanu
2023-03-05 11:19 Sam James
2023-01-11 7:55 Sam James
2022-11-25 8:23 Joonas Niilola
2022-03-16 15:54 Joonas Niilola
2022-03-16 15:54 Joonas Niilola
2022-02-28 5:21 Sam James
2022-02-12 15:01 Sam James
2021-11-21 7:07 Jakov Smolić
2021-10-20 2:42 Sam James
2021-07-20 19:01 Ionen Wolkens
2021-07-19 18:36 Sam James
2021-07-19 7:47 Joonas Niilola
2021-06-15 14:42 Sam James
2021-06-09 21:08 Sam James
2021-06-09 6:18 Joonas Niilola
2021-06-09 6:08 Joonas Niilola
2021-06-09 6:08 Joonas Niilola
2021-03-05 18:39 Sam James
2021-02-22 7:12 Sam James
2021-02-07 17:07 Conrad Kostecki
2021-02-01 13:33 Sam James
2021-01-24 22:14 Sam James
2020-11-25 7:50 Joonas Niilola
2020-11-24 13:26 Joonas Niilola
2020-11-24 13:26 Joonas Niilola
2020-11-08 10:29 Sam James
2020-08-22 9:15 Michał Górny
2020-08-22 8:04 Michał Górny
2020-06-08 16:47 Joonas Niilola
2020-06-08 16:47 Joonas Niilola
2020-02-09 16:29 Michał Górny
2018-05-20 0:29 Aaron Bauman
2018-01-26 21:22 Patrice Clement
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=1578077956.96a214b1fd9c4daeefadaadcd452b9741167a30c.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