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 3461F158086 for ; Tue, 5 Oct 2021 09:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EF0E0814; Tue, 5 Oct 2021 09:17:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5223EE0814 for ; Tue, 5 Oct 2021 09:17:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B4E434311D for ; Tue, 5 Oct 2021 09:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC72AE5 for ; Tue, 5 Oct 2021 09:17:51 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633425392.8307e0e714e3dfda453fc5334ced1970980285cb.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcerf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libcerf/Manifest sci-libs/libcerf/libcerf-1.17.ebuild X-VCS-Directories: sci-libs/libcerf/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 8307e0e714e3dfda453fc5334ced1970980285cb X-VCS-Branch: master Date: Tue, 5 Oct 2021 09:17:51 +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: bed3866b-b054-48ed-95d8-03f421d12f41 X-Archives-Hash: dc1c13471c0016b4a0de8932dd02bd30 commit: 8307e0e714e3dfda453fc5334ced1970980285cb Author: Jakov Smolić gentoo org> AuthorDate: Tue Oct 5 09:13:31 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 5 09:16:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8307e0e7 sci-libs/libcerf: add 1.17 Signed-off-by: Jakov Smolić gentoo.org> sci-libs/libcerf/Manifest | 1 + sci-libs/libcerf/libcerf-1.17.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/sci-libs/libcerf/Manifest b/sci-libs/libcerf/Manifest index 8c42831e344..ce6468aea45 100644 --- a/sci-libs/libcerf/Manifest +++ b/sci-libs/libcerf/Manifest @@ -1 +1,2 @@ DIST libcerf-1.5.tgz 413926 BLAKE2B 1208c77658625d00d37f95f5dda9e07f99c91dc6b6fede4b8f936637dddd7450fa42c0ed3c8ff4c72bca0abe0195d6ebb58fdaa8c1bd535d8a488344fcccafad SHA512 bb97a1142d26dd2507a3fabc543accd5416f5ef3565bad6ea68ca8a62e13cb480b6e05bd8fe2215ed0133f43d4107fdc72efaedfcff7ffc0314492e97a92a8a3 +DIST libcerf-v1.17.tar.gz 76610 BLAKE2B 94310a8378b9272ecf39c29420eaec98716e4be71717515cebc37d9b101a1a6e4b1d673ccfb70ba55e4cd34bead21b39252738ccf8767dcb376205ac5edf12d3 SHA512 cfa9f56f69a7f030f256610f2bfcbf1b48e979af379e23aedb19df33421c488f91e5757df9a37083060b96093854e1a07175aa2d1b75ee9711f9089b61241688 diff --git a/sci-libs/libcerf/libcerf-1.17.ebuild b/sci-libs/libcerf/libcerf-1.17.ebuild new file mode 100644 index 00000000000..b2fc188fd3b --- /dev/null +++ b/sci-libs/libcerf/libcerf-1.17.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_P="${PN}-v${PV}" +DESCRIPTION="Efficient and accurate implementation of complex error functions" +HOMEPAGE="https://jugit.fz-juelich.de/mlz/libcerf" +SRC_URI="https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${PV}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"