mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
2023-04-13 07:16:50 UTC
This commit is contained in:
@@ -8,6 +8,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT-with-advertising || ( public-domain Unlicense )
|
||||
RDEPEND=net-libs/nodejs
|
||||
SLOT=0
|
||||
SRC_URI=mirror://npm/bash-language-server/-/bash-language-server-4.8.4.tgz https://tastytea.de/files/gentoo/bash-language-server-4.8.4-deps.tar.xz
|
||||
SRC_URI=mirror://npm/bash-language-server/-/bash-language-server-4.9.1.tgz https://tastytea.de/files/gentoo/bash-language-server-4.9.1-deps.tar.xz
|
||||
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=e1db6ac52d324044dc2e74d60e79add7
|
||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
||||
BDEPEND=python_single_target_python3_9? ( >=dev-python/setuptools-scm-1.15.0[python_targets_python3_9(-)] ) test? ( app-arch/rpm[python,python_single_target_python3_9(-)?] python_single_target_python3_9? ( dev-python/m2crypto[python_targets_python3_9(-)] ) python_single_target_python3_9? ( dev-python/path[python_targets_python3_9(-)] ) ) test? ( app-arch/rpm[python,python_single_target_python3_9(-)?] python_single_target_python3_9? ( dev-python/m2crypto[python_targets_python3_9(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)] ) ) python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9[xml] ) python_single_target_python3_9? ( >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)] )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DESCRIPTION=Command line tool for Open Build Service
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
HOMEPAGE=https://en.opensuse.org/openSUSE:OSC https://github.com/openSUSE/osc
|
||||
INHERIT=bash-completion-r1 distutils-r1
|
||||
INHERIT=distutils-r1 shell-completion
|
||||
IUSE=test +python_single_target_python3_9
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
@@ -12,5 +12,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_9 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/openSUSE/osc/archive/0.173.0.tar.gz -> osc-0.173.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 05bcfd9823be251f6e9f211ca285094e
|
||||
_md5_=dbd62c5a9364b0154ef8cf380c29ed6d
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 05bcfd9823be251f6e9f211ca285094e bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion 12c269a0250324a6ce3779fbc741744b
|
||||
_md5_=8d81ab1fb8e2883d1462e8fdc9303241
|
||||
@@ -1,9 +1,9 @@
|
||||
BDEPEND=python_single_target_python3_9? ( >=dev-python/setuptools-scm-1.15.0[python_targets_python3_9(-)] ) test? ( app-arch/rpm[python,python_single_target_python3_9(-)?] python_single_target_python3_9? ( dev-python/m2crypto[python_targets_python3_9(-)] ) python_single_target_python3_9? ( dev-python/path[python_targets_python3_9(-)] ) ) test? ( app-arch/rpm[python,python_single_target_python3_9(-)?] python_single_target_python3_9? ( dev-python/m2crypto[python_targets_python3_9(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)] ) ) python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9[xml] ) python_single_target_python3_9? ( >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)] ) >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DESCRIPTION=Command line tool for Open Build Service
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
HOMEPAGE=https://en.opensuse.org/openSUSE:OSC https://github.com/openSUSE/osc
|
||||
INHERIT=bash-completion-r1 distutils-r1 git-r3
|
||||
INHERIT=distutils-r1 shell-completion git-r3
|
||||
IUSE=test +python_single_target_python3_9
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
@@ -11,5 +11,5 @@ RDEPEND=app-arch/rpm[python,python_single_target_python3_9(-)?] python_single_ta
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_9 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 05bcfd9823be251f6e9f211ca285094e git-r3 27e13c09a4c7e4c78ac812f74727e676
|
||||
_md5_=dbd62c5a9364b0154ef8cf380c29ed6d
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 05bcfd9823be251f6e9f211ca285094e bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion 12c269a0250324a6ce3779fbc741744b git-r3 27e13c09a4c7e4c78ac812f74727e676
|
||||
_md5_=8d81ab1fb8e2883d1462e8fdc9303241
|
||||
|
||||
Reference in New Issue
Block a user