From 69051588e2f955485fe5d45d45e616bc60a2de57 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 31 Jan 2021 18:57:01 +0000 Subject: gentoo resync : 31.01.2021 --- dev-ml/logs/Manifest | 8 ++++-- dev-ml/logs/logs-0.6.2.ebuild | 55 ----------------------------------- dev-ml/logs/logs-0.6.3.ebuild | 55 +++++++++++++++++++++++++++++++++++ dev-ml/logs/logs-0.7.0.ebuild | 67 +++++++++++++++++++++++++++++++++++++++++++ dev-ml/logs/metadata.xml | 5 +++- 5 files changed, 131 insertions(+), 59 deletions(-) delete mode 100644 dev-ml/logs/logs-0.6.2.ebuild create mode 100644 dev-ml/logs/logs-0.6.3.ebuild create mode 100644 dev-ml/logs/logs-0.7.0.ebuild (limited to 'dev-ml/logs') diff --git a/dev-ml/logs/Manifest b/dev-ml/logs/Manifest index 63ce7ea47a07..d2387090fc45 100644 --- a/dev-ml/logs/Manifest +++ b/dev-ml/logs/Manifest @@ -1,3 +1,5 @@ -DIST logs-0.6.2.tbz 18558 BLAKE2B 824bad0b568c3cc08343cb99eab3848d6e8f7deca548599caf12a05f5980e5ecf78978480e5fd95e938ca4b06fb94cee8b4ecf241f4a0238c3d3851c4be8c9f5 SHA512 a669e373652bac6789626ad1d58e414c6d156c646bf0706c9d55b04151850113d45a5c28077707514d1a27d46fcc0f90b39b8652ce7a3980f79675e9874db8b4 -EBUILD logs-0.6.2.ebuild 1232 BLAKE2B be60a04f476ef95983edfce08d4e5223737941e82eb35557bdf3fe86e58e23a082fa60c18152d36cd432c9720a01ad8582d3d7dc42adb493fd99a54072dbd759 SHA512 73bacdc7c8903125d2fad82a462839bff6033a3fe76ea29bf7445d097f0a643d211057d13c6b3754dae70ce81a8d8e7e0d0cb3f4c3d9259a722617d04ad6d74e -MISC metadata.xml 521 BLAKE2B 273dfb28d5f12a940bfb0bf249b25455aa0acb853fe2bb25009da00e89f94ea63c13dc20730bf1e097b527af734bfb0c6fc3b8bb74721a11f27818393d75ab10 SHA512 d6cb520a578c944506355ded9351d5a81093ad0093b22de41efaada519994addf4040f7b683c0e401bc87fa88b595a5b537ed1de5bde0cd28466f0c205fd97c8 +DIST logs-0.6.3.tbz 17670 BLAKE2B bea90590913c83ef0ac32bb63551542d52cdc63f761e0198ff747f9e03987dcbfacd1b1e351a826218f71768020df8ebe1caa7272fd79e2c1b634645d728bdd6 SHA512 6cdcb3ee19eadb824500e90235a62326194ff5d2a44dca598d2727f2ad358273a79240197965b682aa80986870bb859ee1e57f2cb29c684c92ca146cac8094d1 +DIST logs-0.7.0.tbz 18458 BLAKE2B 091d1778166af0b67e17e932a775a73e31e5d167b94b1b378063a7112c21bf1ac935c7e51fe29bcc0121cd5e60ea46ed3c7381f4db5df400b463feedfbe89663 SHA512 657f66eeaf5788947a3ff4b2a179f7e192ad4ce086fc8968286066d4b83af476523b3befce50ee58abf2d9b8c8dc65573ba8ed62f9c5e7933db29a7fb769646a +EBUILD logs-0.6.3.ebuild 1230 BLAKE2B fbc3a031ffe5fb8018dd03e63f107f64459f820ba6d1a7c5b2273ba19cc25a438ead6177ced80dd8ee0686e297f508d7e361bc53fcb3c2f51fc7ff14540a5444 SHA512 f52c528b5db0f78e87447117d633e33cae252447d7bb617dcdc6a3355d1a9639c33357e84d2d5ee06fbf8ecaea71bf5b0d1f7e9c9980b0ee280f9580570173b8 +EBUILD logs-0.7.0.ebuild 1431 BLAKE2B 979361257094b61c719083aba89c1151d69fd04cfbd1729993b11f10873ae996af432cc854906de9994c5d9d1b7c42b4a0c1ffe13a560febe01a0290e8ea3999 SHA512 4e8b3d09e591f25951e823668483b1a93935a359c7a1d9aa1ec14a380e0e2ba44f58237397b3c6d6db50eb8508031f90e029941dafc48c21b14267de972338f6 +MISC metadata.xml 586 BLAKE2B bd04cdf2c8e2cbf3ccb49ec1394ab882e0c104c6fbec63fe72d8497f79c91814e6df34f5e2065a4d91c6fcac2d2500a6cf4f35dd5f71dcdd0fe1c30adac042eb SHA512 ac20ca8fcaf6372f88f50ec77f6632a6d04597a8b6257e5a61ff4d66b34d74259b0ab671c840b79613213f6807c131cf6c46cf3fdb3686324548a9f23270f054 diff --git a/dev-ml/logs/logs-0.6.2.ebuild b/dev-ml/logs/logs-0.6.2.ebuild deleted file mode 100644 index 707b897d9688..000000000000 --- a/dev-ml/logs/logs-0.6.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit findlib - -DESCRIPTION="Logging infrastructure for OCaml" -HOMEPAGE="https://erratique.ch/software/logs https://github.com/dbuenzli/logs" -SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="javascript +fmt cli +lwt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/result:=[ocamlopt] - dev-lang/ocaml:=[ocamlopt] - javascript? ( dev-ml/js_of_ocaml:= ) - fmt? ( dev-ml/fmt:= ) - cli? ( dev-ml/cmdliner:=[ocamlopt] ) - lwt? ( dev-ml/lwt:= ) -" -DEPEND="${RDEPEND} - dev-ml/opam - dev-ml/topkg - dev-ml/ocamlbuild - dev-ml/findlib - test? ( dev-ml/mtime ) -" - -src_compile() { - ocaml pkg/pkg.ml build \ - --with-js_of_ocaml $(usex javascript true false) \ - --with-fmt $(usex fmt true false) \ - --with-cmdliner $(usex cli true false) \ - --with-lwt $(usex fmt true false) \ - --tests $(usex test true false) \ - || die -} - -src_test() { - ocaml pkg/pkg.ml test || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md README.md -} diff --git a/dev-ml/logs/logs-0.6.3.ebuild b/dev-ml/logs/logs-0.6.3.ebuild new file mode 100644 index 000000000000..7e256da93be1 --- /dev/null +++ b/dev-ml/logs/logs-0.6.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit findlib + +DESCRIPTION="Logging infrastructure for OCaml" +HOMEPAGE="https://erratique.ch/software/logs https://github.com/dbuenzli/logs" +SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="javascript +fmt cli +lwt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-ml/result:=[ocamlopt] + dev-lang/ocaml:=[ocamlopt] + javascript? ( dev-ml/js_of_ocaml:= ) + fmt? ( dev-ml/fmt:= ) + cli? ( dev-ml/cmdliner:=[ocamlopt] ) + lwt? ( dev-ml/lwt:= ) +" +DEPEND="${RDEPEND} + dev-ml/opam + dev-ml/topkg + dev-ml/ocamlbuild + dev-ml/findlib + test? ( dev-ml/mtime ) +" + +src_compile() { + ocaml pkg/pkg.ml build \ + --with-js_of_ocaml $(usex javascript true false) \ + --with-fmt $(usex fmt true false) \ + --with-cmdliner $(usex cli true false) \ + --with-lwt $(usex fmt true false) \ + --tests $(usex test true false) \ + || die +} + +src_test() { + ocaml pkg/pkg.ml test || die +} + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + ${PN}.install || die + dodoc CHANGES.md README.md +} diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0.ebuild new file mode 100644 index 000000000000..10704a0d8a0c --- /dev/null +++ b/dev-ml/logs/logs-0.7.0.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit findlib + +DESCRIPTION="Logging infrastructure for OCaml" +HOMEPAGE="https://erratique.ch/software/logs https://github.com/dbuenzli/logs" +SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="javascript +fmt cli +lwt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-ml/result:=[ocamlopt] + dev-lang/ocaml:=[ocamlopt] + javascript? ( dev-ml/js_of_ocaml:= ) + fmt? ( dev-ml/fmt:= ) + cli? ( dev-ml/cmdliner:=[ocamlopt] ) + lwt? ( dev-ml/lwt:= ) +" +DEPEND="${RDEPEND} + dev-ml/opam + dev-ml/topkg + dev-ml/ocamlbuild + dev-ml/findlib + test? ( dev-ml/mtime ) +" + +src_prepare() { + default + sed -i \ + -e "/test\/test_fmt/d" \ + -e "/test\/test_formatter/d" \ + -e "/test\/tool/d" \ + -e "/test\/test_lwt/d" \ + pkg/pkg.ml \ + || die +} + +src_compile() { + ocaml pkg/pkg.ml build \ + --with-js_of_ocaml $(usex javascript true false) \ + --with-fmt $(usex fmt true false) \ + --with-cmdliner $(usex cli true false) \ + --with-lwt $(usex fmt true false) \ + --tests $(usex test true false) \ + --with-base-threads true \ + || die +} + +src_test() { + ocaml pkg/pkg.ml test || die +} + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + ${PN}.install || die + dodoc CHANGES.md README.md +} diff --git a/dev-ml/logs/metadata.xml b/dev-ml/logs/metadata.xml index d304229c0718..c409d1b308a9 100644 --- a/dev-ml/logs/metadata.xml +++ b/dev-ml/logs/metadata.xml @@ -1,7 +1,10 @@ - + + ml@gentoo.org + ML + Enables the Logs_cli library that provides command line support for controlling Logs. Enables the Logs_fmt reporter. -- cgit v1.2.3