mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
2022-01-21 13:36:42 UTC
This commit is contained in:
@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A simple sentence mining tool written in PyQt5
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/
|
||||
INHERIT=distutils-r1 desktop
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
@@ -11,5 +11,5 @@ RDEPEND=dev-python/PyQt5[python_targets_python3_8(-)?,python_targets_python3_9(-
|
||||
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/s/ssmtool/ssmtool-0.6.2.tar.gz
|
||||
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 54423f1e035828362c248fad528ebbba python-r1 4c008ab1e6c02cbead059dfe8b864c26 distutils-r1 5c20d378b93148ef7abefc22c5b4de06 desktop c0d27bf73aa08ca05b663dbd31fbef28
|
||||
_md5_=df4e613f4163b3dc4291edc4d9e6778a
|
||||
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 54423f1e035828362c248fad528ebbba python-r1 4c008ab1e6c02cbead059dfe8b864c26 distutils-r1 5c20d378b93148ef7abefc22c5b4de06
|
||||
_md5_=7144dcd03f71f255729fcaf4b5161bba
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
BDEPEND=test? ( >=dev-python/beautifulsoup4-4.9.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/beziers-0.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cmarkgfm-0.5.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/collidoscope-0.0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/defcon-0.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/font-v-1.0.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fonttools-4.24.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.6.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pip-api-0.0.20[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/protobuf-python-3.17.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-5.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/rich-10.2.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stringbrewer-0.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/toml-0.10.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/vharfbuzz-0.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-util/ots-8.1.4 >=media-gfx/dehinter-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=media-gfx/ufolint-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) doc? ( || ( ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] <dev-python/sphinx-4.0[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] dev-python/recommonmark[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] <dev-python/sphinx-4.0[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-)] dev-python/recommonmark[python_targets_python3_8(-)] ) ) ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
|
||||
BDEPEND=test? ( >=dev-python/beautifulsoup4-4.9.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/beziers-0.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cmarkgfm-0.5.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/collidoscope-0.0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/defcon-0.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/font-v-1.0.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fonttools-4.24.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.6.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pip-api-0.0.20[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/protobuf-python-3.17.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-5.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/rich-10.2.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stringbrewer-0.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/toml-0.10.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/vharfbuzz-0.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-util/ots-8.1.4 >=media-gfx/dehinter-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=media-gfx/ufolint-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=>=dev-python/beautifulsoup4-4.9.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/beziers-0.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cmarkgfm-0.5.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/collidoscope-0.0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/defcon-0.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/font-v-1.0.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fonttools-4.24.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.6.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pip-api-0.0.20[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/protobuf-python-3.17.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-5.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/rich-10.2.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stringbrewer-0.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/toml-0.10.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/vharfbuzz-0.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-util/ots-8.1.4 >=media-gfx/dehinter-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=media-gfx/ufolint-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( dev-python/ufo2ft[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
|
||||
DESCRIPTION=Font quality assurance tool
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/googlefonts/fontbakery https://pypi.org/project/fontbakery
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_python3_8 python_targets_python3_9
|
||||
IUSE=test python_targets_python3_8 python_targets_python3_9
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/beautifulsoup4-4.9.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/beziers-0.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cmarkgfm-0.5.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/collidoscope-0.0.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/defcon-0.8.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/font-v-1.0.5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fonttools-4.24.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.6.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pip-api-0.0.20[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/protobuf-python-3.17.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pyyaml-5.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/rich-10.2.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/stringbrewer-0.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/toml-0.10.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/vharfbuzz-0.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-util/ots-8.1.4 >=media-gfx/dehinter-3.1.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=media-gfx/ufolint-1.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/googlefonts/fontbakery/archive/v0.7.38.tar.gz -> fontbakery-0.7.38.tar.gz
|
||||
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 54423f1e035828362c248fad528ebbba python-r1 4c008ab1e6c02cbead059dfe8b864c26 distutils-r1 5c20d378b93148ef7abefc22c5b4de06
|
||||
_md5_=6c0aff98152a1cb87cac5c4ee9f618df
|
||||
_md5_=01698e6ac9dd5eb3f5cf0799466f009d
|
||||
|
||||
@@ -9,4 +9,4 @@ LICENSE=BSD
|
||||
RDEPEND=>=media-libs/alsa-topology-conf-1.2.5 >=media-libs/alsa-lib-1.2.6 >=media-plugins/alsa-plugins-1.2.6 >=media-libs/alsa-ucm-conf-1.2.6 >=media-video/pipewire-0.3.42
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/pine64-org/pine64-alsa-ucm/-/archive/ec0ef36b8b897ed1ae6bb0d0de13d5776f5d3659.tar.gz -> alsa-ucm-pinephone-1.2.6.3.tar.gz
|
||||
_md5_=d1b267ea3335bb80b099606456ff8026
|
||||
_md5_=42087d9dbe0e98d28fa362c37d113e44
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=test? ( ruby_targets_ruby26? ( dev-ruby/backports[ruby_targets_ruby26(-)] dev-ruby/bundler[ruby_targets_ruby26(-)] dev-ruby/ethon[ruby_targets_ruby26(-)] dev-ruby/highline[ruby_targets_ruby26(-)] dev-ruby/json[ruby_targets_ruby26(-)] dev-ruby/multi_json[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/rack[ruby_targets_ruby26(-)] dev-ruby/rack-protection[ruby_targets_ruby26(-)] dev-ruby/rack-test[ruby_targets_ruby26(-)] dev-ruby/rubygems[ruby_targets_ruby26(-)] dev-ruby/sinatra[ruby_targets_ruby26(-)] dev-ruby/thor[ruby_targets_ruby26(-)] dev-ruby/tilt[ruby_targets_ruby26(-)] www-servers/thin[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) virtual/pkgconfig
|
||||
BDEPEND=test? ( ruby_targets_ruby26? ( dev-ruby/backports[ruby_targets_ruby26(-)] dev-ruby/bundler[ruby_targets_ruby26(-)] dev-ruby/ethon[ruby_targets_ruby26(-)] dev-ruby/highline[ruby_targets_ruby26(-)] dev-ruby/json[ruby_targets_ruby26(-)] dev-ruby/multi_json[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/rack[ruby_targets_ruby26(-)] dev-ruby/rack-protection[ruby_targets_ruby26(-)] dev-ruby/rack-test[ruby_targets_ruby26(-)] dev-ruby/rubygems[ruby_targets_ruby26(-)] dev-ruby/sinatra[ruby_targets_ruby26(-)] dev-ruby/thor[ruby_targets_ruby26(-)] dev-ruby/tilt[ruby_targets_ruby26(-)] www-servers/thin[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( dev-ruby/backports[ruby_targets_ruby27(-)] dev-ruby/bundler[ruby_targets_ruby27(-)] dev-ruby/ethon[ruby_targets_ruby27(-)] dev-ruby/highline[ruby_targets_ruby27(-)] dev-ruby/json[ruby_targets_ruby27(-)] dev-ruby/multi_json[ruby_targets_ruby27(-)] dev-ruby/open4[ruby_targets_ruby27(-)] dev-ruby/rack[ruby_targets_ruby27(-)] dev-ruby/rack-protection[ruby_targets_ruby27(-)] dev-ruby/rack-test[ruby_targets_ruby27(-)] dev-ruby/rubygems[ruby_targets_ruby27(-)] dev-ruby/sinatra[ruby_targets_ruby27(-)] dev-ruby/thor[ruby_targets_ruby27(-)] dev-ruby/tilt[ruby_targets_ruby27(-)] www-servers/thin[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DEPEND=dev-libs/libffi media-libs/fontconfig ruby_targets_ruby26? ( dev-lang/ruby:2.6 )
|
||||
DEPEND=dev-libs/libffi media-libs/fontconfig ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 )
|
||||
DESCRIPTION=Pacemaker/Corosync Configuration System
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/ClusterLabs/pcs
|
||||
INHERIT=python-single-r1 ruby-ng systemd
|
||||
IUSE=systemd test python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ruby_targets_ruby26
|
||||
IUSE=systemd test python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ruby_targets_ruby26 ruby_targets_ruby27
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/libffi media-libs/fontconfig python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/distro[python_targets_python3_8(-)] dev-python/dacite[python_targets_python3_8(-)] dev-python/lxml[python_targets_python3_8(-)] dev-python/pycurl[python_targets_python3_8(-)] dev-python/pyopenssl[python_targets_python3_8(-)] dev-python/pyparsing[python_targets_python3_8(-)] dev-python/python-dateutil[python_targets_python3_8(-)] >=www-servers/tornado-6.0[python_targets_python3_8(-)] <www-servers/tornado-7.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/distro[python_targets_python3_9(-)] dev-python/dacite[python_targets_python3_9(-)] dev-python/lxml[python_targets_python3_9(-)] dev-python/pycurl[python_targets_python3_9(-)] dev-python/pyopenssl[python_targets_python3_9(-)] dev-python/pyparsing[python_targets_python3_9(-)] dev-python/python-dateutil[python_targets_python3_9(-)] >=www-servers/tornado-6.0[python_targets_python3_9(-)] <www-servers/tornado-7.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/distro[python_targets_python3_10(-)] dev-python/dacite[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pycurl[python_targets_python3_10(-)] dev-python/pyopenssl[python_targets_python3_10(-)] dev-python/pyparsing[python_targets_python3_10(-)] dev-python/python-dateutil[python_targets_python3_10(-)] >=www-servers/tornado-6.0[python_targets_python3_10(-)] <www-servers/tornado-7.0[python_targets_python3_10(-)] ) dev-libs/openssl >=sys-cluster/corosync-3.0 >=sys-cluster/pacemaker-2.0 sys-libs/pam sys-process/psmisc ruby_targets_ruby26? ( dev-ruby/backports[ruby_targets_ruby26(-)] dev-ruby/bundler[ruby_targets_ruby26(-)] dev-ruby/ethon[ruby_targets_ruby26(-)] dev-ruby/highline[ruby_targets_ruby26(-)] dev-ruby/json[ruby_targets_ruby26(-)] dev-ruby/multi_json[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/rack[ruby_targets_ruby26(-)] dev-ruby/rack-protection[ruby_targets_ruby26(-)] dev-ruby/rack-test[ruby_targets_ruby26(-)] dev-ruby/rubygems[ruby_targets_ruby26(-)] dev-ruby/sinatra[ruby_targets_ruby26(-)] dev-ruby/thor[ruby_targets_ruby26(-)] dev-ruby/tilt[ruby_targets_ruby26(-)] www-servers/thin[ruby_targets_ruby26(-)] ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) || ( ruby_targets_ruby26 )
|
||||
RDEPEND=dev-libs/libffi media-libs/fontconfig python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_python3_8? ( dev-python/distro[python_targets_python3_8(-)] dev-python/dacite[python_targets_python3_8(-)] dev-python/lxml[python_targets_python3_8(-)] dev-python/pycurl[python_targets_python3_8(-)] dev-python/pyopenssl[python_targets_python3_8(-)] dev-python/pyparsing[python_targets_python3_8(-)] dev-python/python-dateutil[python_targets_python3_8(-)] >=www-servers/tornado-6.0[python_targets_python3_8(-)] <www-servers/tornado-7.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/distro[python_targets_python3_9(-)] dev-python/dacite[python_targets_python3_9(-)] dev-python/lxml[python_targets_python3_9(-)] dev-python/pycurl[python_targets_python3_9(-)] dev-python/pyopenssl[python_targets_python3_9(-)] dev-python/pyparsing[python_targets_python3_9(-)] dev-python/python-dateutil[python_targets_python3_9(-)] >=www-servers/tornado-6.0[python_targets_python3_9(-)] <www-servers/tornado-7.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/distro[python_targets_python3_10(-)] dev-python/dacite[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pycurl[python_targets_python3_10(-)] dev-python/pyopenssl[python_targets_python3_10(-)] dev-python/pyparsing[python_targets_python3_10(-)] dev-python/python-dateutil[python_targets_python3_10(-)] >=www-servers/tornado-6.0[python_targets_python3_10(-)] <www-servers/tornado-7.0[python_targets_python3_10(-)] ) dev-libs/openssl >=sys-cluster/corosync-3.0 >=sys-cluster/pacemaker-2.0.0 <sys-cluster/pacemaker-2.1.0 sys-libs/pam sys-process/psmisc ruby_targets_ruby26? ( dev-ruby/backports[ruby_targets_ruby26(-)] dev-ruby/bundler[ruby_targets_ruby26(-)] dev-ruby/ethon[ruby_targets_ruby26(-)] dev-ruby/highline[ruby_targets_ruby26(-)] dev-ruby/json[ruby_targets_ruby26(-)] dev-ruby/multi_json[ruby_targets_ruby26(-)] dev-ruby/open4[ruby_targets_ruby26(-)] dev-ruby/rack[ruby_targets_ruby26(-)] dev-ruby/rack-protection[ruby_targets_ruby26(-)] dev-ruby/rack-test[ruby_targets_ruby26(-)] dev-ruby/rubygems[ruby_targets_ruby26(-)] dev-ruby/sinatra[ruby_targets_ruby26(-)] dev-ruby/thor[ruby_targets_ruby26(-)] dev-ruby/tilt[ruby_targets_ruby26(-)] www-servers/thin[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( dev-ruby/backports[ruby_targets_ruby27(-)] dev-ruby/bundler[ruby_targets_ruby27(-)] dev-ruby/ethon[ruby_targets_ruby27(-)] dev-ruby/highline[ruby_targets_ruby27(-)] dev-ruby/json[ruby_targets_ruby27(-)] dev-ruby/multi_json[ruby_targets_ruby27(-)] dev-ruby/open4[ruby_targets_ruby27(-)] dev-ruby/rack[ruby_targets_ruby27(-)] dev-ruby/rack-protection[ruby_targets_ruby27(-)] dev-ruby/rack-test[ruby_targets_ruby27(-)] dev-ruby/rubygems[ruby_targets_ruby27(-)] dev-ruby/sinatra[ruby_targets_ruby27(-)] dev-ruby/thor[ruby_targets_ruby27(-)] dev-ruby/tilt[ruby_targets_ruby27(-)] www-servers/thin[ruby_targets_ruby27(-)] ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) || ( ruby_targets_ruby26 ruby_targets_ruby27 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ClusterLabs/pcs/archive/v0.10.8.tar.gz -> pcs-0.10.8.tar.gz
|
||||
_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 54423f1e035828362c248fad528ebbba python-single-r1 9783802d3840cbbd78c02b313df760cc estack 055c42df72f76a4f45ec92b35e83cd56 ruby-utils 08ae6f9c60b19aabce3f66a30cce9a2d ruby-ng 05a317c9b860e5661cc9baf18c442e1c systemd 2736b403a83f194b59b767f3b344c2c1
|
||||
_md5_=4244d2a9da52c3f7f0a405669ea5d82b
|
||||
_md5_=0f09891a025e31d5853c006d8dc3841e
|
||||
|
||||
@@ -1 +1 @@
|
||||
Fri, 21 Jan 2022 12:14:49 +0000
|
||||
Fri, 21 Jan 2022 13:36:42 +0000
|
||||
|
||||
Reference in New Issue
Block a user