diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-08-29 19:51:30 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-08-29 19:51:30 +0000 |
commit | 34daf72c5ce943dc2c99814f9dc911513539527f (patch) | |
tree | d9c02bfb249da314be5e09b6baaefc806f7640bf /metadata | |
parent | Merge updates from master (diff) | |
download | gentoo-34daf72c5ce943dc2c99814f9dc911513539527f.tar.gz gentoo-34daf72c5ce943dc2c99814f9dc911513539527f.tar.bz2 gentoo-34daf72c5ce943dc2c99814f9dc911513539527f.zip |
2021-08-29 19:51:28 UTC
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/md5-cache/dev-python/django_polymorphic-3.0.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/memory_profiler-0.58.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/dev-python/pykwalify-1.8.0 | 12 | ||||
-rw-r--r-- | metadata/md5-cache/net-misc/socket-burst-dampener-1.2.1 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/net-misc/socket-burst-dampener-1.3.0 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/net-misc/socket-burst-dampener-1.3.1 | 16 | ||||
-rw-r--r-- | metadata/md5-cache/sys-fs/udev-init-scripts-35 | 2 | ||||
-rw-r--r-- | metadata/md5-cache/sys-fs/udev-init-scripts-9999 | 2 | ||||
-rw-r--r-- | metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.61 | 4 | ||||
-rw-r--r-- | metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61 | 4 | ||||
-rw-r--r-- | metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61-r1 | 4 | ||||
-rw-r--r-- | metadata/md5-cache/virtual/dist-kernel-5.10.61 | 4 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 4 | ||||
-rw-r--r-- | metadata/timestamp.chk | 2 |
14 files changed, 51 insertions, 67 deletions
diff --git a/metadata/md5-cache/dev-python/django_polymorphic-3.0.0 b/metadata/md5-cache/dev-python/django_polymorphic-3.0.0 index d85b2587cd00..2634c71bc687 100644 --- a/metadata/md5-cache/dev-python/django_polymorphic-3.0.0 +++ b/metadata/md5-cache/dev-python/django_polymorphic-3.0.0 @@ -1,17 +1,17 @@ -BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( python_targets_python3_8? ( dev-lang/python:3.8[sqlite] ) python_targets_python3_9? ( dev-lang/python:3.9[sqlite] ) >=dev-python/django-2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/dj-database-url[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) +DEPEND=test? ( python_targets_python3_8? ( dev-lang/python:3.8[sqlite] ) python_targets_python3_9? ( dev-lang/python:3.9[sqlite] ) python_targets_python3_10? ( dev-lang/python:3.10[sqlite] ) >=dev-python/django-2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/dj-database-url[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) DESCRIPTION=Seamless Polymorphic Inheritance for Django Models -EAPI=7 +EAPI=8 HOMEPAGE=https://pypi.org/project/django-polymorphic/ INHERIT=distutils-r1 -IUSE=test python_targets_python3_8 python_targets_python3_9 +IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=>=dev-python/django-2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=>=dev-python/django-2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/django-polymorphic/django-polymorphic/archive/3.0.0.tar.gz -> django_polymorphic-3.0.0.tar.gz -_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f -_md5_=d71d02a702fe00f4d7c7de37880967e2 +_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f +_md5_=d231f7209266f9d3e12be5ffb51cbbac diff --git a/metadata/md5-cache/dev-python/memory_profiler-0.58.0 b/metadata/md5-cache/dev-python/memory_profiler-0.58.0 new file mode 100644 index 000000000000..41ac79c9be67 --- /dev/null +++ b/metadata/md5-cache/dev-python/memory_profiler-0.58.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/psutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] !dev-lang/mercury >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A module for monitoring memory usage of a python program +EAPI=8 +HOMEPAGE=https://pypi.org/project/memory_profiler/ https://github.com/pythonprofilers/memory_profiler +INHERIT=distutils-r1 +IUSE=examples test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=dev-python/psutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] !dev-lang/mercury python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/pythonprofilers/memory_profiler/archive/0.58.0.tar.gz -> memory_profiler-0.58.0.gh.tar.gz +_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f +_md5_=fbb9a82592eb37888e1c45aeac4d2ec7 diff --git a/metadata/md5-cache/dev-python/pykwalify-1.8.0 b/metadata/md5-cache/dev-python/pykwalify-1.8.0 index 91f5c0119fd3..127092f1fb30 100644 --- a/metadata/md5-cache/dev-python/pykwalify-1.8.0 +++ b/metadata/md5-cache/dev-python/pykwalify-1.8.0 @@ -1,17 +1,17 @@ -BDEPEND=test? ( >=dev-python/docopt-0.6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +BDEPEND=test? ( >=dev-python/docopt-0.6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/testfixtures[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) +DEPEND=test? ( dev-python/testfixtures[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) DESCRIPTION=Python lib/cli for JSON/YAML schema validation EAPI=7 HOMEPAGE=https://pypi.org/project/pykwalify/ https://github.com/Grokzen/pykwalify INHERIT=distutils-r1 -IUSE=test python_targets_python3_8 python_targets_python3_9 +IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 KEYWORDS=amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux LICENSE=MIT -RDEPEND=>=dev-python/docopt-0.6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=>=dev-python/docopt-0.6.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/ruamel-yaml-0.16.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/p/pykwalify/pykwalify-1.8.0.tar.gz _eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f -_md5_=846c7abc84d7dcf932ace3a95de3ca4c +_md5_=1527be59480d6df86f1102bfe0eb1a65 diff --git a/metadata/md5-cache/net-misc/socket-burst-dampener-1.2.1 b/metadata/md5-cache/net-misc/socket-burst-dampener-1.2.1 deleted file mode 100644 index c73a35bf7ae9..000000000000 --- a/metadata/md5-cache/net-misc/socket-burst-dampener-1.2.1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -DESCRIPTION=A daemon that spawns one command per connection, and dampens connection bursts -EAPI=7 -HOMEPAGE=https://github.com/zmedico/socket-burst-damener -INHERIT=distutils-r1 -IUSE=python_targets_python3_8 python_targets_python3_9 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) -SLOT=0 -SRC_URI=https://github.com/zmedico/socket-burst-dampener/archive/v1.2.1.tar.gz -> socket-burst-dampener-1.2.1.tar.gz -_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f -_md5_=c64e37dfc967f5102b26963b75c961b5 diff --git a/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.0 b/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.0 deleted file mode 100644 index 3d501ae7c689..000000000000 --- a/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -DESCRIPTION=A daemon that spawns one command per connection, and dampens connection bursts -EAPI=7 -HOMEPAGE=https://github.com/zmedico/socket-burst-damener -INHERIT=distutils-r1 -IUSE=python_targets_python3_8 python_targets_python3_9 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) -SLOT=0 -SRC_URI=https://github.com/zmedico/socket-burst-dampener/archive/v1.3.0.tar.gz -> socket-burst-dampener-1.3.0.tar.gz -_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f -_md5_=d6793361df7fb25c51db3e3af8f27733 diff --git a/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.1 b/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.1 index 7fe6f0816cf5..3504a9f3903d 100644 --- a/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.1 +++ b/metadata/md5-cache/net-misc/socket-burst-dampener-1.3.1 @@ -1,16 +1,16 @@ -BDEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/pytest[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-cov[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +BDEPEND=test? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=A daemon that spawns one command per connection, and dampens connection bursts -EAPI=7 -HOMEPAGE=https://github.com/zmedico/socket-burst-damener +EAPI=8 +HOMEPAGE=https://github.com/zmedico/socket-burst-dampener INHERIT=distutils-r1 -IUSE=test python_targets_python3_8 python_targets_python3_9 +IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] -REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/s/socket-burst-dampener/socket-burst-dampener-1.3.1.tar.gz -_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f -_md5_=434efe34cbc99631432de0dc698c0b49 +_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f +_md5_=d00fc524782d5f2773f5068dea5c3ca2 diff --git a/metadata/md5-cache/sys-fs/udev-init-scripts-35 b/metadata/md5-cache/sys-fs/udev-init-scripts-35 index 1b8bcde6f0f0..175452df2dc0 100644 --- a/metadata/md5-cache/sys-fs/udev-init-scripts-35 +++ b/metadata/md5-cache/sys-fs/udev-init-scripts-35 @@ -8,4 +8,4 @@ RDEPEND=>=virtual/udev-217 !<sys-apps/openrc-0.14 RESTRICT=test SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/snapshot/udev-gentoo-scripts-35.tar.gz -> udev-init-scripts-35.tar.gz -_md5_=50db85b3d2e5b4d55d50cfa5c500f3e2 +_md5_=ded2b2efd76aa82ae46523e3dfe7d143 diff --git a/metadata/md5-cache/sys-fs/udev-init-scripts-9999 b/metadata/md5-cache/sys-fs/udev-init-scripts-9999 index c1cc449202c1..5383bc53e07e 100644 --- a/metadata/md5-cache/sys-fs/udev-init-scripts-9999 +++ b/metadata/md5-cache/sys-fs/udev-init-scripts-9999 @@ -10,4 +10,4 @@ RDEPEND=>=virtual/udev-217 !<sys-apps/openrc-0.14 RESTRICT=test SLOT=0 _eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da -_md5_=50db85b3d2e5b4d55d50cfa5c500f3e2 +_md5_=ded2b2efd76aa82ae46523e3dfe7d143 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.61 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.61 index 6379fcecfe69..206ea799ba5f 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.61 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.61 @@ -5,7 +5,7 @@ EAPI=7 HOMEPAGE=https://www.kernel.org/ INHERIT=kernel-build IUSE=debug hardened savedconfig +initramfs test -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 +KEYWORDS=amd64 ~arm arm64 ~ppc64 x86 LICENSE=GPL-2 PDEPEND=>=virtual/dist-kernel-5.10.61 RDEPEND=!sys-kernel/gentoo-kernel-bin:5.10.61 || ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd-boot ) initramfs? ( >=sys-kernel/dracut-049-r3 ) virtual/libelf @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.61 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-67.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-67.extras.tar.xz https://github.com/mgorny/gentoo-kernel-config/archive/v5.10.42.tar.gz -> gentoo-kernel-config-5.10.42.tar.gz amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) _eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 08d890890f70fe0096093016e55438d5 python-any-r1 901d9e22c7a848a1196502edf060f330 portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd dist-kernel-utils ba761317b3fcd25e34c3fb8e5bf1e45f mount-boot 060ced4c5e0fd737db17cbb609bbf557 kernel-install 60c931461e0011104e6500c61d106a45 kernel-build 268738f3065cfa3756c109e3092aaec7 -_md5_=800130f427d30d90d17ffbbcfeaa08e9 +_md5_=8ab5fd140cddb8c3d033939909763cac diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61 index df6406062c0b..d2df0d675353 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61 @@ -5,7 +5,7 @@ EAPI=7 HOMEPAGE=https://www.kernel.org/ INHERIT=kernel-install toolchain-funcs IUSE=+initramfs test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 PDEPEND=>=virtual/dist-kernel-5.10.61 RDEPEND=!sys-kernel/gentoo-kernel:5.10.61 || ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd-boot ) initramfs? ( >=sys-kernel/dracut-049-r3 ) virtual/libelf @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.61 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-67.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-67.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.61-1.xpak -> gentoo-kernel-5.10.61-1.amd64.xpak ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.61-1.xpak -> gentoo-kernel-5.10.61-1.x86.xpak ) _eclasses_=dist-kernel-utils ba761317b3fcd25e34c3fb8e5bf1e45f mount-boot 060ced4c5e0fd737db17cbb609bbf557 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 kernel-install 60c931461e0011104e6500c61d106a45 -_md5_=57a69e56a2a0ddd314c54789b46ea687 +_md5_=4b34be6dfb4fecca89f128cf564b7f23 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61-r1 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61-r1 index 4981b089bc32..6278e2df0bbc 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61-r1 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.61-r1 @@ -5,7 +5,7 @@ EAPI=7 HOMEPAGE=https://www.kernel.org/ INHERIT=kernel-install toolchain-funcs IUSE=+initramfs test -KEYWORDS=~arm64 +KEYWORDS=arm64 LICENSE=GPL-2 PDEPEND=>=virtual/dist-kernel-5.10.61 RDEPEND=!sys-kernel/gentoo-kernel:5.10.61 || ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd-boot ) initramfs? ( >=sys-kernel/dracut-049-r3 ) virtual/libelf @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.61 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-67.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-67.extras.tar.xz arm64? ( https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.61-1.xpak -> gentoo-kernel-5.10.61-1.arm64.xpak ) _eclasses_=dist-kernel-utils ba761317b3fcd25e34c3fb8e5bf1e45f mount-boot 060ced4c5e0fd737db17cbb609bbf557 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 kernel-install 60c931461e0011104e6500c61d106a45 -_md5_=cbd6a10587fe60af32bfea202e62c1d7 +_md5_=c5ea71ea4f24a61e4da62a811d662495 diff --git a/metadata/md5-cache/virtual/dist-kernel-5.10.61 b/metadata/md5-cache/virtual/dist-kernel-5.10.61 index 771deb448997..ec6baa618055 100644 --- a/metadata/md5-cache/virtual/dist-kernel-5.10.61 +++ b/metadata/md5-cache/virtual/dist-kernel-5.10.61 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual to depend on any Distribution Kernel EAPI=7 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 +KEYWORDS=amd64 ~arm arm64 ~ppc64 x86 RDEPEND=|| ( ~sys-kernel/gentoo-kernel-5.10.61 ~sys-kernel/gentoo-kernel-bin-5.10.61 ~sys-kernel/vanilla-kernel-5.10.61 ) SLOT=0/5.10.61 -_md5_=91d8b5962acc5c49e446c8c36367c827 +_md5_=1bbba0e6605eab5e705c198460937e75 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 82763d0a4620..aeab31129f16 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -8825,7 +8825,7 @@ dev-python/mdx_gh_links 0.2: An extension which adds links to GitHub users, repo dev-python/mecab-python 0.996: Python binding for MeCab dev-python/mechanize 0.4.5 0.4.5-r1: Stateful programmatic web browsing in Python dev-python/mediafile 0.6.0 0.7.0: Read and write audio files' tags in Python -dev-python/memory_profiler 0.57: A module for monitoring memory usage of a python program +dev-python/memory_profiler 0.57 0.58.0: A module for monitoring memory usage of a python program dev-python/mergedeep 1.3.4: A deep merge tool for Python dev-python/mergedict 1.0.0: A Python 'dict' with a merge() method dev-python/metakernel 0.25.0-r1: Metakernel for Jupyter @@ -15668,7 +15668,7 @@ net-misc/sobby 0.4.8-r2: Standalone Obby server net-misc/socat 1.7.3.4 1.7.4.1 2.0.0_beta9 9999: Multipurpose relay (SOcket CAT) net-misc/sock 1.1-r1: A shell interface to network sockets net-misc/socket 1.5: A shell-level interface to TCP sockets -net-misc/socket-burst-dampener 1.2.1 1.3.0 1.3.1: A daemon that spawns one command per connection, and dampens connection bursts +net-misc/socket-burst-dampener 1.3.1: A daemon that spawns one command per connection, and dampens connection bursts net-misc/spice-gtk 0.37-r2 0.38 0.38-r1 0.39 9999: Set of GObject and Gtk objects for connecting to Spice servers and a client GUI net-misc/spiped 1.6.0-r1 1.6.1: secure pipe daemon net-misc/spread 4.4.1-r1 5.0.1-r1: Distributed network messaging system diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index dc135a3a1ef6..cf527523c2ba 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 29 Aug 2021 19:36:34 +0000 +Sun, 29 Aug 2021 19:51:28 +0000 |