2021-10-06 01:21:18 UTC

This commit is contained in:
Repository mirror & CI
2021-10-06 01:21:19 +00:00
parent 9fa25a75a7
commit a2dfad75c4
235 changed files with 1747 additions and 1012 deletions

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/adobe-type-tools/psautohint/archive/refs/tags/v2.3.0.tar.gz -> psautohint-2.3.0.tar.gz test? ( https://github.com/adobe-type-tools/psautohint-testdata/archive/1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23.tar.gz -> psautohint-testdata-1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23.tar.gz )
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 python-utils-r1 655fe65f186504e455c2f3116808fda8 meson 58dcef01376272b61b5c99ff57a11129 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=542517b835350b8ca610e36fe4cca025
_md5_=c38327215fed015311db53f85fcc567b

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) app-arch/bzip2 app-arch/cpio app-arch/gzip app-arch/xz-utils app-arch/zstd sys-devel/binutils:* python_single_target_python3_8? ( app-arch/rpm[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pybeam[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/toml[python_targets_python3_8(-)] dev-python/zstd[python_targets_python3_8(-)] ) python_single_target_python3_9? ( app-arch/rpm[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pybeam[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/toml[python_targets_python3_9(-)] dev-python/zstd[python_targets_python3_9(-)] ) python_single_target_python3_8? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-4.5.0[python_targets_python3_9(-)] ) ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) app-arch/bzip2 app-arch/cpio app-arch/gzip app-arch/xz-utils app-arch/zstd sys-devel/binutils:* python_single_target_python3_8? ( app-arch/rpm[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pybeam[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/toml[python_targets_python3_8(-)] dev-python/zstd[python_targets_python3_8(-)] ) python_single_target_python3_9? ( app-arch/rpm[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pybeam[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/toml[python_targets_python3_9(-)] dev-python/zstd[python_targets_python3_9(-)] ) test? ( app-shells/dash dev-libs/appstream-glib dev-util/desktop-file-utils dev-util/devscripts || ( ( app-text/hunspell[l10n_cs,l10n_en] app-text/enchant[hunspell] ) ( app-text/aspell[l10n_cs,l10n_en] app-text/enchant[aspell] ) ) python_single_target_python3_8? ( dev-python/pyenchant[python_targets_python3_8(-)] dev-python/pytest-xdist[python_targets_python3_8(-)] dev-python/python-magic[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pyenchant[python_targets_python3_9(-)] dev-python/pytest-xdist[python_targets_python3_9(-)] dev-python/python-magic[python_targets_python3_9(-)] ) )
DESCRIPTION=Tool for checking common errors in RPM packages
EAPI=8
HOMEPAGE=https://github.com/rpm-software-management/rpmlint
INHERIT=distutils-r1
IUSE=test python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) app-arch/bzip2 app-arch/cpio app-arch/gzip app-arch/xz-utils app-arch/zstd sys-devel/binutils:* python_single_target_python3_8? ( app-arch/rpm[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pybeam[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/toml[python_targets_python3_8(-)] dev-python/zstd[python_targets_python3_8(-)] ) python_single_target_python3_9? ( app-arch/rpm[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] dev-python/pybeam[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/toml[python_targets_python3_9(-)] dev-python/zstd[python_targets_python3_9(-)] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/rpmlint/archive/refs/tags/2.1.0.tar.gz -> rpmlint-2.1.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 python-utils-r1 655fe65f186504e455c2f3116808fda8 python-single-r1 d46c125afba8be02eb1cd7104bac6e9c distutils-r1 252d4f554e611b0af601160a9c7be049
_md5_=0b9ec870b4705268182bbad13c0498c8

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
BDEPEND=>=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install test unpack
DEPEND=|| ( >=dev-lang/rust-1.54.0[rls] >=dev-lang/rust-bin-1.54.0[rls] )
DEPEND=|| ( >=dev-lang/rust-1.55.0[rls] >=dev-lang/rust-bin-1.55.0[rls] )
DESCRIPTION=An implementation of Language Server Protocol for the Rust programming language
EAPI=8
HOMEPAGE=https://rust-analyzer.github.io
@@ -8,8 +8,8 @@ INHERIT=cargo git-r3
IUSE=debug
LICENSE=0BSD Apache-2.0 Artistic-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unlicense ZLIB
PROPERTIES=live
RDEPEND=|| ( >=dev-lang/rust-1.54.0[rls] >=dev-lang/rust-bin-1.54.0[rls] )
RDEPEND=|| ( >=dev-lang/rust-1.55.0[rls] >=dev-lang/rust-bin-1.55.0[rls] )
RESTRICT=mirror
SLOT=0
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 cargo c7fefacaebdcb455d2a7b59429eb47a6 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=186ef49134ff991fc7de1bd8d7aabeb0
_md5_=361d00078b20b2bbc9f5587e6fe0ff95