From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-ml/ocaml-fileutils/Manifest | 4 +-- .../ocaml-fileutils-0.6.2-r1.ebuild | 32 ++++++++++++++++++++++ .../ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild | 31 --------------------- .../ocaml-fileutils-0.6.3-r1.ebuild | 32 ++++++++++++++++++++++ .../ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild | 31 --------------------- 5 files changed, 66 insertions(+), 64 deletions(-) create mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild delete mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild create mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild delete mode 100644 dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild (limited to 'dev-ml/ocaml-fileutils') diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest index df529a6ec89d..62b045e10e7f 100644 --- a/dev-ml/ocaml-fileutils/Manifest +++ b/dev-ml/ocaml-fileutils/Manifest @@ -1,5 +1,5 @@ DIST ocaml-fileutils-0.6.2.tar.bz2 43060 BLAKE2B 20828875a25b1a9d2a41bf495cda00b0ac753efa20111b32a9d2ca439a56e9f07bf0953d16ee9148cf065e204fa1d8d624eaa89f6f4ae7e1613fdaa7cb44fc24 SHA512 104c7389832f22ec189ce6f1596144b28dcaeea7d23d5b19d369c44e54326e97fcb7b4f4c4a8d2965523e63b35b594a1351b7e630dde590871efe512fe38853c DIST ocaml-fileutils-0.6.3.tar.bz2 43157 BLAKE2B a9adf17d028abd664dbdec3fefa301a6b502941a6da4ef9c3ef02b876f187d224e404f6a9ffb5460035ba475154c60109a5218cb8b9bb36153ca791f8d218e7d SHA512 2c5e75b894e9f5e3b003d61977a87f5c6964a89d844949eedc55f97c5875cc52052182420bbb4e73925d306479c66400df74e4adfccc5b2102347d13e99505cf -EBUILD ocaml-fileutils-0.6.2.ebuild 751 BLAKE2B 90a512b800b5038777e141bb95452a413e24500e8e325abecaf347cd7ac39975b090d285371b27f0b1a888c4fa522a7ae437f98db053331a0a20781b16f71bfc SHA512 6358e0ab33ba4a5973b346a1cefe6f719fdbdd603674b33dbcec1c13652515b08b374754231ce6f3aa3ed31dc9711376771d6704fa4363a0b3d439dc2fea88a1 -EBUILD ocaml-fileutils-0.6.3.ebuild 751 BLAKE2B 90a512b800b5038777e141bb95452a413e24500e8e325abecaf347cd7ac39975b090d285371b27f0b1a888c4fa522a7ae437f98db053331a0a20781b16f71bfc SHA512 6358e0ab33ba4a5973b346a1cefe6f719fdbdd603674b33dbcec1c13652515b08b374754231ce6f3aa3ed31dc9711376771d6704fa4363a0b3d439dc2fea88a1 +EBUILD ocaml-fileutils-0.6.2-r1.ebuild 775 BLAKE2B cdf62f36180027a56381792f0f9306240226ef81d8f01dd29bc0756d7b7a2d20bbfd1940b032310a690e862a2d284fc8200a9ea4242549f3a3304d89cea3cede SHA512 09d95b929e3bbdc37ad5c68484ea11549bf38c6c5190134e27d00e10d2c8b58f233ceb29b6a9f690d994998ded11c41618e873fa77d7f12ecf1520312112bb22 +EBUILD ocaml-fileutils-0.6.3-r1.ebuild 771 BLAKE2B aa85f143bdba377c50ff511a0b1eed5a6cf632b0296a24f35fcbc8ddbbb90b7cadf1cef9337abd8fbf8f37ca7b5c197b4c9cc09ec198348b228081152508f03e SHA512 0ff57513190df4599ca5a2f8bb0841ca5b35c947b9df7e6331875463438c8fa845c6eb0ca631c772cc5040105e2b524fe9b92d1eacf1abfa90722b543a7c171b MISC metadata.xml 830 BLAKE2B ec0ca5f96973ae11686041c12fe7d29ba85ad071db6a04e2ca15049668aa28a62169f37e47030e8f23cdbc8711528810551bd5b009d444fef15a881e52b66f32 SHA512 18e7f573e1e031bb6ca0f58f0534e1bc01a9a155c5ecb6dcd3e1c774de4aeb0b14aaabc8ad98724cf08c3258a5fa4524e4f5eb5b2a6d41e9ff87dd0cfa1a525e diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild new file mode 100644 index 000000000000..9cf634b3f69e --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2-r1.ebuild @@ -0,0 +1,32 @@ +# 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}-v${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}-v${PV}" + +src_prepare() { + default + + # Port to dev-ml/ounit2 + sed -i -e 's/oUnit/ounit2/' test/dune || die +} diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild deleted file mode 100644 index 72c2b68e4139..000000000000 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 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}-v${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" - -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 -} diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild new file mode 100644 index 000000000000..bb4eea0dfd37 --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3-r1.ebuild @@ -0,0 +1,32 @@ +# 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}-v${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}-v${PV}" + +src_prepare() { + default + + # Port to dev-ml/ounit2 + sed -i -e 's/oUnit/ounit2/' test/dune || die +} diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild deleted file mode 100644 index 72c2b68e4139..000000000000 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 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}-v${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" - -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