From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D06211396D9 for ; Tue, 24 Oct 2017 18:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 488512BC024; Tue, 24 Oct 2017 18:33:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26EEE2BC024 for ; Tue, 24 Oct 2017 18:33:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 613ED33BF44 for ; Tue, 24 Oct 2017 18:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0EEF31F for ; Tue, 24 Oct 2017 18:33:00 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1508869964.68056447a56bcd1c6d4ff5c342651190889c252a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild X-VCS-Directories: sci-mathematics/why3-for-spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 68056447a56bcd1c6d4ff5c342651190889c252a X-VCS-Branch: master Date: Tue, 24 Oct 2017 18:33:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2f64914-2446-4e49-8772-a1c09b70813d X-Archives-Hash: 36872fa54954aaf42452d2a28849d162 commit: 68056447a56bcd1c6d4ff5c342651190889c252a Author: Tupone Alfredo gentoo org> AuthorDate: Tue Oct 24 18:32:44 2017 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Oct 24 18:32:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68056447 sci-mathematics/why3-for-spark: Adding examples Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild index 956e82a9c41..596bdfc7fe1 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild @@ -67,6 +67,8 @@ src_compile() { src_install() { default emake DESTDIR="${D}" install_spark2014_dev + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples if use doc; then dodoc doc/manual.pdf use html && dodoc -r doc/html