From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- dev-ml/ocaml-fileutils/Manifest | 4 ++-- dev-ml/ocaml-fileutils/metadata.xml | 4 ++-- dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild | 13 ++++++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'dev-ml/ocaml-fileutils') diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest index 57e8552aba16..bb19942263b7 100644 --- a/dev-ml/ocaml-fileutils/Manifest +++ b/dev-ml/ocaml-fileutils/Manifest @@ -1,3 +1,3 @@ DIST ocaml-fileutils-0.6.2.tar.bz2 43060 BLAKE2B 20828875a25b1a9d2a41bf495cda00b0ac753efa20111b32a9d2ca439a56e9f07bf0953d16ee9148cf065e204fa1d8d624eaa89f6f4ae7e1613fdaa7cb44fc24 SHA512 104c7389832f22ec189ce6f1596144b28dcaeea7d23d5b19d369c44e54326e97fcb7b4f4c4a8d2965523e63b35b594a1351b7e630dde590871efe512fe38853c -EBUILD ocaml-fileutils-0.6.2.ebuild 649 BLAKE2B b3203abdd1edf69d46658ee97b4f52228d872d244c2c077b62f0875a3386e7c962ff444e5fafbcbc092d70ca05040eda5add67bc4417a2ed2678809894247a16 SHA512 a5d04dd27e325283a3513d73ca112989c81004209d06a3dd68b6f374ae7c136db315dbf17496660d94a2adcc4fd0373d2652f8b4b41330d277ee0bc9fd56db8a -MISC metadata.xml 799 BLAKE2B 412e5e86cf787c2a3a63eff243337e4f8e54abee3d8cf0491e90c4e2e0cbdd2e5c4d452ec87b63cc0ad8d23286283eb1f17b295c422100cf412fa74ce99318d3 SHA512 c22647ffa2dba7aac8d3f401e6124e0acdc02526fb53ea35995ccd22984715a09d6b558097b9385c1c2fc31ca75a20864e22b0fd9ea9a6113620b31bdde7a691 +EBUILD ocaml-fileutils-0.6.2.ebuild 751 BLAKE2B 90a512b800b5038777e141bb95452a413e24500e8e325abecaf347cd7ac39975b090d285371b27f0b1a888c4fa522a7ae437f98db053331a0a20781b16f71bfc SHA512 6358e0ab33ba4a5973b346a1cefe6f719fdbdd603674b33dbcec1c13652515b08b374754231ce6f3aa3ed31dc9711376771d6704fa4363a0b3d439dc2fea88a1 +MISC metadata.xml 829 BLAKE2B d5b5d0678a3bfe6d9aa4f99e2d79478d528d726d53f899cd2400a6ca45b20281bcaa606d1c9028cf84bdca1cb6c9bd0f5d28f5c8fe4db1bf1ed9ac9b044d6649 SHA512 84c9e1c83e6670ae473dc9d3e7227d82ae3d4bd57c9ed0b5ef80eacd8e1e8f074cae7babcd9ff331a4c5f1bfd14f561a094857db31cb7a85c6ec3329bff6e0d6 diff --git a/dev-ml/ocaml-fileutils/metadata.xml b/dev-ml/ocaml-fileutils/metadata.xml index cae1d28b2b3b..76b0f0d3ff23 100644 --- a/dev-ml/ocaml-fileutils/metadata.xml +++ b/dev-ml/ocaml-fileutils/metadata.xml @@ -6,11 +6,11 @@ GNU coreutils and filename manipulation functions for OCaml. - + rkitover@gmail.com Rafael Kitover - + proxy-maint@gentoo.org Proxy Maintainers diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild index 1b299b6fd39d..72c2b68e4139 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,11 +14,18 @@ SRC_URI="https://github.com/gildor478/${PN}/releases/download/v${PV}/${DUNE_PKG_ LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ocamlopt" +IUSE="+ocamlopt" -DEPEND=">=dev-ml/ounit-2.0.0 +DEPEND=">=dev-ml/ounit2-2.0.0 >=dev-ml/stdlib-shims-0.2.0" DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" ) S="${WORKDIR}/${DUNE_PKG_NAME}-v${PV}" + +src_prepare() { + default + + # Port to dev-ml/ounit2 + sed -i -e 's/oUnit/ounit2/' test/dune || die +} -- cgit v1.2.3