From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-ml/parmap/Manifest | 2 +- dev-ml/parmap/parmap-1.2.4-r1.ebuild | 21 +++++++++++++++++++++ dev-ml/parmap/parmap-1.2.4.ebuild | 21 --------------------- 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 dev-ml/parmap/parmap-1.2.4-r1.ebuild delete mode 100644 dev-ml/parmap/parmap-1.2.4.ebuild (limited to 'dev-ml/parmap') diff --git a/dev-ml/parmap/Manifest b/dev-ml/parmap/Manifest index ebd35ad2f80c..352b0ddbbfb0 100644 --- a/dev-ml/parmap/Manifest +++ b/dev-ml/parmap/Manifest @@ -4,6 +4,6 @@ DIST parmap-1.2.4.tar.gz 47584 BLAKE2B a4b03f4e3aaafd2c8e75cda045741b21b9d72998a DIST parmap-1.2.tar.gz 47083 BLAKE2B e790087273fcf749b000c7ad3a2f5b2cafea91c529e3a4687b1d882d203cb43e4069a42675319c27878d8bca3fa0e19af96ab1dfda8df3967dc48d28ec542b91 SHA512 69431e146e8aa01823ae1583c6a5e7753436cecee37c3da3064a836c20cf8c6b9033248412203406d03bd4efdd957b2e118ea5c5866e3bd1f668d8c4fd48777f EBUILD parmap-1.2.1.ebuild 608 BLAKE2B 92d88cdfa1a4b8d99d84592c40953d3188669e6b5720d4bb18b5fcf27e35477244085b841968cfdb612668c7447e2e77791a83e877339f8567080738899de8a6 SHA512 ebabf3baff2fa3ebc2776e280bfb6fbead79d5f0f4f4f476fe2de10d38d7e64af6896d315e2eb77488352441a3fc0d87d4267a3cdadbfb38a8047d1899845712 EBUILD parmap-1.2.3.ebuild 603 BLAKE2B 2627f2c8559d5ab41140238d346adf54c512f8cd60c33b32c2c62b8a1f93b5b6638482dee503415d41310476655464a493e5e0280cbc2e86d12e4d92bccb7681 SHA512 739b66dcbb8150169b14257c20774f688dbc4077d3384f3a4a632d1b8745fdfcfdff94953c63381208c9cd593b071ce439c542518679346e4416ea32bf65205d -EBUILD parmap-1.2.4.ebuild 608 BLAKE2B 02706f5586f201675462f9d0a751ac1e932ddd5214c0f791f92588a1c76fab830956245ccdf23f0b209ed7b0830aed7cee9e8ef065fed6a07e7bd48af32bba79 SHA512 752ad0e32546db9257824d3731261dd0b0eea72380b87a1cfc8e8a932deb6d44335888ad655160c2a4336edeb54fd4f1bc4b3e5fc0b0676bab87a93da2d6c265 +EBUILD parmap-1.2.4-r1.ebuild 617 BLAKE2B 5ae5c3d33805a7ad458067ef945fb0db8b420663a91fa90fe8cbbc304d40ae9991608290549ef7a6a558494e3e3bdf4cc479b2f9aab08fdcbe5a6b8871f4cc3e SHA512 b82f1976f9e9f54f12a90196f0afc116a5ccafb92a1d6ff14b72dc9ee23e1cfd7aef76e08151bd2548c33840f2a931bdbb1437ada665a6f21317a40842b292d6 EBUILD parmap-1.2.ebuild 603 BLAKE2B 2627f2c8559d5ab41140238d346adf54c512f8cd60c33b32c2c62b8a1f93b5b6638482dee503415d41310476655464a493e5e0280cbc2e86d12e4d92bccb7681 SHA512 739b66dcbb8150169b14257c20774f688dbc4077d3384f3a4a632d1b8745fdfcfdff94953c63381208c9cd593b071ce439c542518679346e4416ea32bf65205d MISC metadata.xml 323 BLAKE2B 6e7bcddc8f305eb0ad28f81bf09278c703c7dbfdc7c9825886dae7fa1d8489460a816286f0849cfbc4a1b641cfbc43f6b14a74b0d669593324050f5aefe01c80 SHA512 42cb14a0c6f2439fe053d45546efa9a8a66b2e116aabf02c64f7bb8c28316e302cd86b586cd2d6717f37228a0b04598e99d60feb45d16d301ce8a39da1f02d0a diff --git a/dev-ml/parmap/parmap-1.2.4-r1.ebuild b/dev-ml/parmap/parmap-1.2.4-r1.ebuild new file mode 100644 index 000000000000..2cab0f41c790 --- /dev/null +++ b/dev-ml/parmap/parmap-1.2.4-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +MY_PV="${PV/_/-}" +DESCRIPTION="Library to exploit multicore architectures for OCaml programs" +HOMEPAGE="https://www.dicosmo.org/code/parmap/" +SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV/+/-}" + +LICENSE="LGPL-2-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +BDEPEND="dev-ml/dune-configurator:=" +RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]" +DEPEND="${RDEPEND}" diff --git a/dev-ml/parmap/parmap-1.2.4.ebuild b/dev-ml/parmap/parmap-1.2.4.ebuild deleted file mode 100644 index 195afde1cbcd..000000000000 --- a/dev-ml/parmap/parmap-1.2.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -MY_PV="${PV/_/-}" -DESCRIPTION="Library to exploit multicore architectures for OCaml programs" -HOMEPAGE="https://www.dicosmo.org/code/parmap/" -SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV/+/-}" - -LICENSE="LGPL-2-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="+ocamlopt" - -BDEPEND="dev-ml/dune-configurator" -RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]" -DEPEND="${RDEPEND}" -- cgit v1.2.3