From 8b5d973bd4c43f578cef7a46652599e470f1d9fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 9 Dec 2022 03:17:10 +0000 Subject: gentoo auto-resync : 09:12:2022 - 03:17:09 --- dev-ml/Manifest.gz | Bin 36302 -> 36311 bytes dev-ml/ocaml-fileutils/Manifest | 3 ++- .../files/ocaml-fileutils-0.6.4-dune.patch | 8 ++++++ .../ocaml-fileutils-0.6.4-r1.ebuild | 27 +++++++++++++++++++++ .../ocaml-fileutils/ocaml-fileutils-0.6.4.ebuild | 25 ------------------- 5 files changed, 37 insertions(+), 26 deletions(-) create mode 100644 dev-ml/ocaml-fileutils/files/ocaml-fileutils-0.6.4-dune.patch create mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild delete mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4.ebuild (limited to 'dev-ml') diff --git a/dev-ml/Manifest.gz b/dev-ml/Manifest.gz index a49a6b7e5c80..602f57a14c6f 100644 Binary files a/dev-ml/Manifest.gz and b/dev-ml/Manifest.gz differ diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest index eda55c776bd6..5cccdcf5b8ae 100644 --- a/dev-ml/ocaml-fileutils/Manifest +++ b/dev-ml/ocaml-fileutils/Manifest @@ -1,5 +1,6 @@ +AUX ocaml-fileutils-0.6.4-dune.patch 197 BLAKE2B 20a94f2f61f1bcdae26aca2f4f82671bf3d77fdb90103f3a862680610b6c1b4ee51f13f42c3ff84524c87faae58cd4cd101cc2e4ad1b9555d0347c4331e9b83e SHA512 98eade34cd7b4c30719567dc2ecfd8e19d33caf9615e8099181830638c79196eb27d298862637f884381f8efe18b23de7ecbea9cea33f40f5307a728387b6690 DIST ocaml-fileutils-0.6.3.tar.bz2 43157 BLAKE2B a9adf17d028abd664dbdec3fefa301a6b502941a6da4ef9c3ef02b876f187d224e404f6a9ffb5460035ba475154c60109a5218cb8b9bb36153ca791f8d218e7d SHA512 2c5e75b894e9f5e3b003d61977a87f5c6964a89d844949eedc55f97c5875cc52052182420bbb4e73925d306479c66400df74e4adfccc5b2102347d13e99505cf DIST ocaml-fileutils-0.6.4.tar.bz2 43144 BLAKE2B e0024b93c17d11c9c3068da3141c7676bf70feb21fc886d79f793396194f6d5052be887734decd29fbd524d127e0b8afcd41790c9f378e000fcb92cd73e0a2ce SHA512 7053f8d92655d5631f1ec61ab7f9e3f6e3afedbe435038858dd9a026b9c769c6182afaa436491a398e7c4513b384a609e016718e030855996b2d9d54b461bd19 EBUILD ocaml-fileutils-0.6.3-r1.ebuild 771 BLAKE2B aa85f143bdba377c50ff511a0b1eed5a6cf632b0296a24f35fcbc8ddbbb90b7cadf1cef9337abd8fbf8f37ca7b5c197b4c9cc09ec198348b228081152508f03e SHA512 0ff57513190df4599ca5a2f8bb0841ca5b35c947b9df7e6331875463438c8fa845c6eb0ca631c772cc5040105e2b524fe9b92d1eacf1abfa90722b543a7c171b -EBUILD ocaml-fileutils-0.6.4.ebuild 669 BLAKE2B e793c6b0e8ff7c619cf835cfb2c8dedd9a60b809f8bc7502465ab476c69a0602050ff67d9a438bd4659a791e58abf6971c6d864bb56111d0b114370e0cce7547 SHA512 0fc9f6b2ebcc47289509dd6d49f192a19069d5f9f508d34963d0fa46d2d0f92ab257f2ee0052a417e7ffaf8191517f02e2e3763dc82bad21a8cf68100636de01 +EBUILD ocaml-fileutils-0.6.4-r1.ebuild 740 BLAKE2B a0d3c88f88cc41bb46be890a983d39acc505b4639012e28763b3426f503851968bb54e1ec3c4fb7c2d608620e9ede177a6b42812c3a72e1f14b136dcc6e6cee0 SHA512 714c4eaecf1816b76678fe8045e5e1c052fd77bfc14cbfcb6fae9a650ae86108afc4fd363a78f3ec510cf23c338d2e2f279713cfffdc1bf6968ce01c002a2fee MISC metadata.xml 841 BLAKE2B 32a80d7ffc608de8e8ab0631ae867739de449825bbd2fdf814fe2d41ccc87cce3f6831faf3288ab1dee5e5ee8b71502679b769067f7663a6122bb6555c7a9a5d SHA512 c4e7e187c24d34c756e4bfd37d8d277c62d726e53871f306cfbe6f1eab83a6f0db0c23948c61ff856b2704b3524632b405ee9c821c067c49b982e350d7130174 diff --git a/dev-ml/ocaml-fileutils/files/ocaml-fileutils-0.6.4-dune.patch b/dev-ml/ocaml-fileutils/files/ocaml-fileutils-0.6.4-dune.patch new file mode 100644 index 000000000000..5a0eb479bdbc --- /dev/null +++ b/dev-ml/ocaml-fileutils/files/ocaml-fileutils-0.6.4-dune.patch @@ -0,0 +1,8 @@ +--- a/src/lib/fileutils/dune ++++ b/src/lib/fileutils/dune +@@ -30,4 +30,4 @@ + fileUtilWHICH + unixPath + win32Path) +- (libraries unix seq stdlib-shims)) ++ (libraries unix stdlib-shims)) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild new file mode 100644 index 000000000000..37311d0f25e8 --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DUNE_PKG_NAME=fileutils + +inherit dune + +DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" +HOMEPAGE="https://github.com/gildor478/ocaml-fileutils" +SRC_URI="https://github.com/gildor478/${PN}/releases/download/v${PV}/${DUNE_PKG_NAME}-${PV}.tbz -> ${P}.tar.bz2" +S="${WORKDIR}"/${DUNE_PKG_NAME}-${PV} + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +DEPEND="dev-ml/stdlib-shims:=" +RDEPEND="${DEPEND}" +BDEPEND="test? ( dev-ml/ounit2 )" + +PATCHES=( "${FILESDIR}"/${P}-dune.patch ) + +DOCS=( CHANGES.md LICENSE.txt README.md ) diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4.ebuild deleted file mode 100644 index 04a39c41c268..000000000000 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DUNE_PKG_NAME="fileutils" - -inherit dune - -DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" -HOMEPAGE="https://github.com/gildor478/ocaml-fileutils" -SRC_URI="https://github.com/gildor478/${PN}/releases/download/v${PV}/${DUNE_PKG_NAME}-${PV}.tbz -> ${P}.tar.bz2" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt" - -DEPEND=">=dev-ml/ounit2-2.0.0 - >=dev-ml/stdlib-shims-0.2.0" -RDEPEND="${DEPEND}" - -DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" ) - -S="${WORKDIR}/${DUNE_PKG_NAME}-${PV}" -- cgit v1.2.3