Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcerf/
Date: Tue, 05 Oct 2021 09:17:55
Message-Id: 1633425392.8307e0e714e3dfda453fc5334ced1970980285cb.jsmolic@gentoo
1 commit: 8307e0e714e3dfda453fc5334ced1970980285cb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 09:13:31 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 09:16:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8307e0e7
7
8 sci-libs/libcerf: add 1.17
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-libs/libcerf/Manifest | 1 +
13 sci-libs/libcerf/libcerf-1.17.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/sci-libs/libcerf/Manifest b/sci-libs/libcerf/Manifest
17 index 8c42831e344..ce6468aea45 100644
18 --- a/sci-libs/libcerf/Manifest
19 +++ b/sci-libs/libcerf/Manifest
20 @@ -1 +1,2 @@
21 DIST libcerf-1.5.tgz 413926 BLAKE2B 1208c77658625d00d37f95f5dda9e07f99c91dc6b6fede4b8f936637dddd7450fa42c0ed3c8ff4c72bca0abe0195d6ebb58fdaa8c1bd535d8a488344fcccafad SHA512 bb97a1142d26dd2507a3fabc543accd5416f5ef3565bad6ea68ca8a62e13cb480b6e05bd8fe2215ed0133f43d4107fdc72efaedfcff7ffc0314492e97a92a8a3
22 +DIST libcerf-v1.17.tar.gz 76610 BLAKE2B 94310a8378b9272ecf39c29420eaec98716e4be71717515cebc37d9b101a1a6e4b1d673ccfb70ba55e4cd34bead21b39252738ccf8767dcb376205ac5edf12d3 SHA512 cfa9f56f69a7f030f256610f2bfcbf1b48e979af379e23aedb19df33421c488f91e5757df9a37083060b96093854e1a07175aa2d1b75ee9711f9089b61241688
23
24 diff --git a/sci-libs/libcerf/libcerf-1.17.ebuild b/sci-libs/libcerf/libcerf-1.17.ebuild
25 new file mode 100644
26 index 00000000000..b2fc188fd3b
27 --- /dev/null
28 +++ b/sci-libs/libcerf/libcerf-1.17.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit cmake
36 +
37 +MY_P="${PN}-v${PV}"
38 +DESCRIPTION="Efficient and accurate implementation of complex error functions"
39 +HOMEPAGE="https://jugit.fz-juelich.de/mlz/libcerf"
40 +SRC_URI="https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${PV}/${MY_P}.tar.gz"
41 +S="${WORKDIR}/${MY_P}"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"