diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-11-22 19:46:52 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-11-22 19:46:52 +0000 |
commit | 973cd23d112f9a79d98ae1c370ba07e03b944a1b (patch) | |
tree | 1cbc2a8b497b1f2d2bf587eb922378bf9b2cb359 /metadata | |
parent | Merge updates from master (diff) | |
download | gentoo-973cd23d112f9a79d98ae1c370ba07e03b944a1b.tar.gz gentoo-973cd23d112f9a79d98ae1c370ba07e03b944a1b.tar.bz2 gentoo-973cd23d112f9a79d98ae1c370ba07e03b944a1b.zip |
2022-11-22 19:46:51 UTC
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/md5-cache/app-portage/pycargoebuild-0.4.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-ml/dune-private-libs-3.2.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-ml/dune-site-3.2.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-ml/dyn-3.2.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-ml/stdune-3.2.0 | 16 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 10 | ||||
-rw-r--r-- | metadata/timestamp.chk | 2 |
7 files changed, 86 insertions, 6 deletions
diff --git a/metadata/md5-cache/app-portage/pycargoebuild-0.4.0 b/metadata/md5-cache/app-portage/pycargoebuild-0.4.0 new file mode 100644 index 000000000000..cff3f1294ce1 --- /dev/null +++ b/metadata/md5-cache/app-portage/pycargoebuild-0.4.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/license-expression[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-python/pytest-7.1.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/gpep517-9[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/flit_core-3.7.1[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A generator for Rust/Cargo ebuilds written in Python +EAPI=8 +HOMEPAGE=https://github.com/projg2/pycargoebuild/ https://pypi.org/project/pycargoebuild/ +INHERIT=distutils-r1 +IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=dev-python/license-expression[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/projg2/pycargoebuild/archive/v0.4.0.tar.gz -> pycargoebuild-0.4.0.gh.tar.gz +_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 441f754fd75cd4fd1fa06fbc17da6144 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 8c1ceb6b71a65547b0ea7bc901d906cb +_md5_=d3b5fa2a0324efb18f22dd722e125c1f diff --git a/metadata/md5-cache/dev-ml/dune-private-libs-3.2.0 b/metadata/md5-cache/dev-ml/dune-private-libs-3.2.0 new file mode 100644 index 000000000000..d5b5ceded8ab --- /dev/null +++ b/metadata/md5-cache/dev-ml/dune-private-libs-3.2.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-ml/dune-3 dev-ml/dune dev-lang/ocaml +DEFINED_PHASES=compile configure install test +DEPEND=>=dev-ml/csexp-1.5:=[ocamlopt?] dev-ml/pp:=[ocamlopt?] ~dev-ml/dyn-3.2.0:=[ocamlopt?] ~dev-ml/stdune-3.2.0:=[ocamlopt?] >=dev-lang/ocaml-4.08 >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +DESCRIPTION=Private libraries of Dune +EAPI=8 +HOMEPAGE=https://github.com/ocaml/dune +INHERIT=dune multiprocessing +IUSE=+ocamlopt +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-ml/csexp-1.5:=[ocamlopt?] dev-ml/pp:=[ocamlopt?] ~dev-ml/dyn-3.2.0:=[ocamlopt?] ~dev-ml/stdune-3.2.0:=[ocamlopt?] >=dev-lang/ocaml-4.08 >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +RESTRICT=test +SLOT=0/3.2.0 +SRC_URI=https://github.com/ocaml/dune/archive/3.2.0.tar.gz -> dune-3.2.0.tar.gz +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 dune c8f275f00adf2380fe0a57d8a249885c +_md5_=c1ba00acf3199b7eab6ecc12607dfac0 diff --git a/metadata/md5-cache/dev-ml/dune-site-3.2.0 b/metadata/md5-cache/dev-ml/dune-site-3.2.0 new file mode 100644 index 000000000000..7a53351474d3 --- /dev/null +++ b/metadata/md5-cache/dev-ml/dune-site-3.2.0 @@ -0,0 +1,16 @@ +BDEPEND=dev-ml/dune dev-lang/ocaml +DEFINED_PHASES=compile configure install test +DEPEND=~dev-ml/dune-private-libs-3.2.0:=[ocamlopt=] >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +DESCRIPTION=Embed locations informations inside executable and libraries +EAPI=8 +HOMEPAGE=https://github.com/ocaml/dune +INHERIT=dune multiprocessing +IUSE=+ocamlopt +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=~dev-ml/dune-private-libs-3.2.0:=[ocamlopt=] >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +RESTRICT=test +SLOT=0/3.2.0 +SRC_URI=https://github.com/ocaml/dune/archive/3.2.0.tar.gz -> dune-3.2.0.tar.gz +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 dune c8f275f00adf2380fe0a57d8a249885c +_md5_=98f4306a9c42aa52949d604cb4efc07f diff --git a/metadata/md5-cache/dev-ml/dyn-3.2.0 b/metadata/md5-cache/dev-ml/dyn-3.2.0 new file mode 100644 index 000000000000..e3fb1894ac5a --- /dev/null +++ b/metadata/md5-cache/dev-ml/dyn-3.2.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-ml/dune-3 dev-ml/dune dev-lang/ocaml +DEFINED_PHASES=compile configure install test +DEPEND=~dev-ml/ordering-3.2.0:= dev-ml/pp:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +DESCRIPTION=Dynamic type +EAPI=8 +HOMEPAGE=https://github.com/ocaml/dune +INHERIT=dune multiprocessing +IUSE=+ocamlopt +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +LICENSE=Apache-2.0 +RDEPEND=~dev-ml/ordering-3.2.0:= dev-ml/pp:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +RESTRICT=test +SLOT=0/3.2.0 +SRC_URI=https://github.com/ocaml/dune/archive/3.2.0.tar.gz -> dune-3.2.0.tar.gz +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 dune c8f275f00adf2380fe0a57d8a249885c +_md5_=9a7455cc8aadfb74891fec318edf44ea diff --git a/metadata/md5-cache/dev-ml/stdune-3.2.0 b/metadata/md5-cache/dev-ml/stdune-3.2.0 new file mode 100644 index 000000000000..e457b4599751 --- /dev/null +++ b/metadata/md5-cache/dev-ml/stdune-3.2.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-ml/dune-3 dev-ml/dune dev-lang/ocaml +DEFINED_PHASES=compile configure install test +DEPEND=dev-ml/pp:=[ocamlopt?] ~dev-ml/dyn-3.2.0:=[ocamlopt?] ~dev-ml/ordering-3.2.0:=[ocamlopt?] >=dev-ml/csexp-1.5:=[ocamlopt?] >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +DESCRIPTION=Dune's unstable standard library +EAPI=8 +HOMEPAGE=https://github.com/ocaml/dune +INHERIT=dune multiprocessing +IUSE=+ocamlopt +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-ml/pp:=[ocamlopt?] ~dev-ml/dyn-3.2.0:=[ocamlopt?] ~dev-ml/ordering-3.2.0:=[ocamlopt?] >=dev-ml/csexp-1.5:=[ocamlopt?] >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:= +RESTRICT=test +SLOT=0/3.2.0 +SRC_URI=https://github.com/ocaml/dune/archive/3.2.0.tar.gz -> dune-3.2.0.tar.gz +_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 dune c8f275f00adf2380fe0a57d8a249885c +_md5_=290c53f2bebcddcd795825930b6778e0 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index f2ef40dbdfce..ba3ed3322bba 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -3377,7 +3377,7 @@ app-portage/porticron 0.7.1-r1: cron script to sync portage and send update mail app-portage/portpeek 3.2.2 3.2.2-r1 3.2.3: A helper program for maintaining the package.keyword and package.unmask files app-portage/pram 10: Tool to ease merging Pull Requests and git patches app-portage/prefix-toolkit 8 9: Utilities for users of Gentoo Prefix -app-portage/pycargoebuild 0.3.0: A generator for Rust/Cargo ebuilds written in Python +app-portage/pycargoebuild 0.3.0 0.4.0: A generator for Rust/Cargo ebuilds written in Python app-portage/recover-broken-vdb 1.0.0-r1 9999: Check Portage's VDB for internal inconsistency on ELF metadata app-portage/repo-commit 0.4.1-r1 9999: A repository commit helper app-portage/smart-live-rebuild 1.4.0 9999: Check live packages for updates and emerge them as necessary @@ -5998,10 +5998,10 @@ dev-ml/dose3 5.0.1_p16-r4 6.0.1_p2-r1 6.1-r1 7.0.0: Library to perform analysis dev-ml/dune 2.8.4 2.9.1 2.9.3-r3 3.0.3-r1 3.1.1 3.2.0: A composable build system for OCaml dev-ml/dune-build-info 2.9.1 2.9.3 3.2.0: Embed locations informations inside executable and libraries dev-ml/dune-configurator 2.8.4 2.9.1 2.9.3 3.0.3-r1 3.2.0: Helper library for gathering system configuration -dev-ml/dune-private-libs 2.8.4 2.9.1 2.9.3 3.0.3-r1: Private libraries of Dune -dev-ml/dune-site 2.9.1 2.9.3 3.0.3: Embed locations informations inside executable and libraries +dev-ml/dune-private-libs 2.8.4 2.9.1 2.9.3 3.0.3-r1 3.2.0: Private libraries of Dune +dev-ml/dune-site 2.9.1 2.9.3 3.0.3 3.2.0: Embed locations informations inside executable and libraries dev-ml/duration 0.1.3: Duration - conversions to various time units -dev-ml/dyn 3.0.3-r1: Dynamic type +dev-ml/dyn 3.0.3-r1 3.2.0: Dynamic type dev-ml/easy-format 1.2.0: Pretty-printing library for OCaml dev-ml/expect_test_helpers_core 0.15.0-r1: Helpers for writing expectation tests dev-ml/extlib 1.7.7 1.7.8: Standard library extensions for O'Caml @@ -6150,7 +6150,7 @@ dev-ml/splittable_random 0.14.0 0.15.0: PRNG that can be split into independent dev-ml/stdcompat 19: Compatibility module for OCaml standard library dev-ml/stdio 0.14.0-r2 0.15.0-r1: Standard IO Library for OCaml dev-ml/stdlib-shims 0.2.0 0.3.0: Pure OCaml library that allows replacing Pervasives with Stdlib before 4.08 -dev-ml/stdune 3.0.3-r1: Dune's unstable standard library +dev-ml/stdune 3.0.3-r1 3.2.0: Dune's unstable standard library dev-ml/textutils 0.14.0 0.15.0: Text output utilities dev-ml/textutils_kernel 0.15.0: Text output utilities dev-ml/time_now 0.14.0 0.15.0: Reports the current time diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 40900b458703..007df5aee3ef 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 22 Nov 2022 19:31:50 +0000 +Tue, 22 Nov 2022 19:46:51 +0000 |