From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/
Date: Mon, 5 Mar 2018 15:47:21 +0000 (UTC) [thread overview]
Message-ID: <1520264832.6d2825f63d7c1a7a04bb20366a317b976e08dd95.asturm@gentoo> (raw)
commit: 6d2825f63d7c1a7a04bb20366a317b976e08dd95
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 15:46:40 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 15:47:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2825f6
sci-mathematics/cgal: Sort DEPENDs, use HTML_DOCS
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-mathematics/cgal/cgal-4.11.1.ebuild | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/sci-mathematics/cgal/cgal-4.11.1.ebuild b/sci-mathematics/cgal/cgal-4.11.1.ebuild
index 99dae7d2893..97da0b221e6 100644
--- a/sci-mathematics/cgal/cgal-4.11.1.ebuild
+++ b/sci-mathematics/cgal/cgal-4.11.1.ebuild
@@ -27,15 +27,15 @@ RDEPEND="
virtual/glu:=
virtual/opengl:=
gmp? ( dev-libs/gmp:=[cxx] )
+ mpfi? ( sci-libs/mpfi )
+ ntl? ( dev-libs/ntl )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
- )
- mpfi? ( sci-libs/mpfi )
- ntl? ( dev-libs/ntl )"
+ )"
DEPEND="${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig"
@@ -63,22 +63,18 @@ src_configure() {
-DWITH_ZLIB=ON
-DWITH_GMP="$(usex gmp)"
-DWITH_GMPXX="$(usex gmp)"
- -DWITH_CGAL_Qt5="$(usex qt5)"
-DWITH_MPFI="$(usex mpfi)"
-DWITH_NTL="$(usex ntl)"
+ -DWITH_CGAL_Qt5="$(usex qt5)"
)
cmake-utils_src_configure
}
src_install() {
+ use doc && local HTML_DOCS=( "${WORKDIR}"/doc_html/. )
cmake-utils_src_install
if use examples; then
dodoc -r examples demo
docompress -x /usr/share/doc/${PF}/{examples,demo}
fi
- if use doc; then
- docinto html/
- dodoc -r "${WORKDIR}"/doc_html/*
- docompress -x /usr/share/doc/${PF}/html
- fi
}
next reply other threads:[~2018-03-05 15:47 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-05 15:47 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 22:43 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/ Sam James
2024-12-05 21:16 Sam James
2024-11-23 21:25 Sam James
2024-10-15 19:05 Matthias Maier
2024-07-23 12:54 Matthias Maier
2024-07-03 22:43 Matthias Maier
2024-02-20 20:49 Andreas Sturmlechner
2024-01-31 9:18 Sam James
2024-01-03 15:22 Andrew Ammerlaan
2023-12-16 19:16 Arthur Zamarin
2023-12-03 5:45 Arthur Zamarin
2023-06-19 18:26 Matthias Maier
2022-12-19 14:47 Andreas Sturmlechner
2022-12-18 20:15 Arthur Zamarin
2022-09-04 12:23 David Seifert
2022-07-16 14:33 Sam James
2022-06-08 22:37 Matthias Maier
2022-06-08 22:14 Matthias Maier
2022-06-08 22:14 Matthias Maier
2021-07-10 9:46 David Seifert
2021-07-07 17:48 Joonas Niilola
2021-06-18 19:18 David Seifert
2021-06-18 13:15 David Seifert
2021-05-05 6:42 Joonas Niilola
2021-02-25 11:19 Sam James
2021-02-19 12:07 Sam James
2021-02-18 20:12 Andreas Sturmlechner
2021-01-05 20:51 Sam James
2020-12-29 9:52 Sam James
2020-12-27 3:37 Sam James
2020-11-20 9:53 David Seifert
2020-11-20 9:53 David Seifert
2020-08-25 10:25 Sam James
2019-06-05 6:48 Agostino Sarubbo
2018-09-09 15:54 Amy Liffey
2017-05-13 10:52 Agostino Sarubbo
2017-04-07 3:04 Matthias Maier
2017-04-07 3:04 Matthias Maier
2016-05-06 10:03 David Seifert
2016-05-05 18:32 David Seifert
2016-05-03 21:24 David Seifert
2016-04-19 20:16 Ian Stakenvicius
2016-03-05 17:30 David Seifert
2016-03-05 9:44 David Seifert
2015-12-25 16:20 Agostino Sarubbo
2015-12-25 15:42 Agostino Sarubbo
2015-08-09 17:02 Michael Weber
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=1520264832.6d2825f63d7c1a7a04bb20366a317b976e08dd95.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