Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/
Date: Tue, 24 Oct 2017 18:33:04
Message-Id: 1508869964.68056447a56bcd1c6d4ff5c342651190889c252a.tupone@gentoo
1 commit: 68056447a56bcd1c6d4ff5c342651190889c252a
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 18:32:44 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 18:32:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68056447
7
8 sci-mathematics/why3-for-spark: Adding examples
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
16 index 956e82a9c41..596bdfc7fe1 100644
17 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
18 +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
19 @@ -67,6 +67,8 @@ src_compile() {
20 src_install() {
21 default
22 emake DESTDIR="${D}" install_spark2014_dev
23 + docompress -x /usr/share/doc/${PF}/examples
24 + dodoc -r examples
25 if use doc; then
26 dodoc doc/manual.pdf
27 use html && dodoc -r doc/html