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 D17C1138350 for ; Fri, 31 Jan 2020 16:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBCFAE083B; Fri, 31 Jan 2020 16:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D3242E083B for ; Fri, 31 Jan 2020 16:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9361934E546 for ; Fri, 31 Jan 2020 16:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F8B6103 for ; Fri, 31 Jan 2020 16:30:31 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1580488219.a00fbe6f10c9737ee8944de9df9d8c46931fc19e.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/nestedsums/Manifest sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild X-VCS-Directories: sci-mathematics/nestedsums/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: a00fbe6f10c9737ee8944de9df9d8c46931fc19e X-VCS-Branch: master Date: Fri, 31 Jan 2020 16:30:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdaa085f-9b4b-4ff8-985a-28f12a660a1f X-Archives-Hash: ef4ebe10154dd0542341e86d941d43fd commit: a00fbe6f10c9737ee8944de9df9d8c46931fc19e Author: Andrey Grozin gentoo org> AuthorDate: Fri Jan 31 16:30:19 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Fri Jan 31 16:30:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00fbe6f sci-mathematics/nestedsums: bump to 1.5.2 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andrey Grozin gentoo.org> sci-mathematics/nestedsums/Manifest | 1 + sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/sci-mathematics/nestedsums/Manifest b/sci-mathematics/nestedsums/Manifest index ab939c130bd..fb32c4e7e53 100644 --- a/sci-mathematics/nestedsums/Manifest +++ b/sci-mathematics/nestedsums/Manifest @@ -1 +1,2 @@ DIST nestedsums-1.5.1.tar.gz 511814 BLAKE2B 99f9a6e9bd0ccbf94f88058b3169631b982101eb84f4f7b02b73e2b597a96b9140d8447ba4ab3748972c4a019b9778eba8424a24509e7f5486a0c85bf4cd925d SHA512 e68e6b58125c5049aebe8d3769b92b7af7c40ea1bcf2caac5091a4c79015c51793d0c78dae20e01d05bdaac9106d54c8a59f6b2157ea6d497cfd117008127aa2 +DIST nestedsums-1.5.2.tar.gz 511806 BLAKE2B 9c40f4b3405134ea058aad356e131b29f7f0a058b68ed3081bbcc51d451e850bccd8ec26448a8ac391524913da7eccbce4fae1b9e4119c8692b8fca59a17d885 SHA512 2b7dd54e02695a741bbe8cc0b45a3804dc7c1cb6d0b46ad7c152489e952718b438b84d60b844ff0ed92b32c78186dac2d4ee8e705ad82f965bbec923c1970d33 diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild new file mode 100644 index 00000000000..e0eff2517d5 --- /dev/null +++ b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic + +DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions" +HOMEPAGE="https://particlephysics.uni-mainz.de/weinzierl/nestedsums/" +IUSE="doc" +SRC_URI="http://particlephysics.uni-mainz.de/weinzierl/download/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RDEPEND=">=sci-mathematics/ginac-1.7" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" + +src_compile() { + default + + if use doc; then + doxygen Doxyfile || die "generating documentation failed" + fi +} + +src_test() { + emake check +} + +src_install() { + emake DESTDIR="${D}" install + rm -f "${D}"usr/lib/*.la + dodoc AUTHORS ChangeLog + + if use doc; then + dohtml reference/html/* + fi +}