mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
2022-01-05 17:21:40 UTC
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,11 +1,11 @@
|
||||
BDEPEND=test? ( >=dev-python/serpent-1.40[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(-)?]
|
||||
BDEPEND=test? ( >=dev-python/serpent-1.40[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(-)?] ) doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ) ) 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=>=dev-python/serpent-1.40[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
DESCRIPTION=Distributed object middleware for Python (RPC)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pyro5.readthedocs.io/
|
||||
HOMEPAGE=https://pyro5.readthedocs.io https://pypi.org/project/Pyro5 https://github.com/irmen/Pyro5
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=test doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
PROPERTIES=test_network
|
||||
@@ -15,4 +15,4 @@ RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/irmen/Pyro5/archive/refs/tags/v5.13.1.tar.gz -> Pyro5-5.13.1.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=4f39673ae258b2ee42f331a945b5184e
|
||||
_md5_=146d96750ad896a3a185811b5c30999c
|
||||
|
||||
@@ -1,17 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/packaging[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dbus-next[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/importlib_resources[python_targets_python3_8(-)?] ) ) 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(-)?]
|
||||
BDEPEND=doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ) ) 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=dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/packaging[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dbus-next[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/importlib_resources[python_targets_python3_8(-)?] )
|
||||
DESCRIPTION=desktop-notifier is a Python library for cross-platform desktop notifications
|
||||
EAPI=8
|
||||
HOMEPAGE=https://desktop-notifier.readthedocs.io/
|
||||
HOMEPAGE=https://desktop-notifier.readthedocs.io https://pypi.org/project/desktop-notifier https://github.com/samschott/desktop-notifier
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/packaging[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-dbus-next[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( dev-python/importlib_resources[python_targets_python3_8(-)?] ) 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/samschott/desktop-notifier/archive/refs/tags/v3.3.1.tar.gz -> desktop-notifier-3.3.1.tar.gz
|
||||
SRC_URI=https://github.com/samschott/desktop-notifier/archive/refs/tags/v3.3.2.tar.gz -> desktop-notifier-3.3.2.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=d21a77eba3ea1e3e1330d8064f0d8f4d
|
||||
_md5_=db7fe66ad19c1c708d27af3c2f88f78b
|
||||
@@ -1,11 +1,11 @@
|
||||
BDEPEND=>=dev-python/setuptools_scm-3.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/keyring[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(-)?]
|
||||
BDEPEND=>=dev-python/setuptools_scm-3.4.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/keyring[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(-)?] ) doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/rst-linker[python_targets_python3_10(-)] dev-python/jaraco-packaging[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/rst-linker[python_targets_python3_9(-)] dev-python/jaraco-packaging[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/rst-linker[python_targets_python3_8(-)] dev-python/jaraco-packaging[python_targets_python3_8(-)] ) ) ) 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=dev-python/keyring[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
DESCRIPTION=Alternate keyring backend implementations for use with the keyring package
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jaraco/keyrings.alt
|
||||
HOMEPAGE=https://github.com/jaraco/keyrings.alt https://pypi.org/project/keyrings.alt
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=test doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/keyring[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(-)?]
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jaraco/keyrings.alt/archive/refs/tags/v4.1.0.tar.gz -> keyrings-alt-4.1.0.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=153d2c5917e76422bec870db5cdf4e66
|
||||
_md5_=eede6bc1ea2dfe6ae8bae96bf55a8f85
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
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(-)?]
|
||||
BDEPEND=test? ( dev-python/pytest-asyncio[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_10(-)] dev-python/sphinxcontrib-fulltoc[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_9(-)] dev-python/sphinxcontrib-fulltoc[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/sphinxcontrib-asyncio[python_targets_python3_8(-)] dev-python/sphinxcontrib-fulltoc[python_targets_python3_8(-)] ) ) ) 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=python-dbus-next is a Python library for DBus
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/altdesktop/python-dbus-next
|
||||
HOMEPAGE=https://github.com/altdesktop/python-dbus-next https://pypi.org/project/dbus-next
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=test doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
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(-)?]
|
||||
@@ -13,4 +13,4 @@ RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/altdesktop/python-dbus-next/archive/refs/tags/v0.2.3.tar.gz -> python-dbus-next-0.2.3.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=b2b4deb58ebeba1a4c385529924947d0
|
||||
_md5_=fc22d8dcc48da867f5e2bcdf6848f98c
|
||||
|
||||
@@ -2,7 +2,7 @@ BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python implementation of the systemd sd_notify protocol
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/bb4242/sdnotify
|
||||
HOMEPAGE=https://github.com/bb4242/sdnotify https://pypi.org/project/sdnotify
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targe
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/bb4242/sdnotify/archive/refs/tags/v0.3.2.tar.gz -> bb4242-sdnotify-0.3.2.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=d4e4e974f6b172b982f24f3a379d810e
|
||||
_md5_=0bea9c2e1b3c747a080df1209037f072
|
||||
|
||||
15
metadata/md5-cache/dev-python/sphinxcontrib-fulltoc-1.2
Normal file
15
metadata/md5-cache/dev-python/sphinxcontrib-fulltoc-1.2
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-python/pbr[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=python-dbus-next is a Python library for DBus
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/sphinx-contrib/fulltoc https://pypi.org/project/sphinxcontrib-fulltoc https://sphinxcontrib-fulltoc.readthedocs.io
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sphinx-contrib/sphinxcontrib-fulltoc/archive/refs/tags/1.2.tar.gz -> sphinxcontrib-fulltoc-1.2.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=a20fa4eea4f1cfa5230b34aa6fcf7f54
|
||||
@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/ply-3.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/six-1.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
DESCRIPTION=The Official Api Spec Language for Dropbox
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.dropbox.com/developers
|
||||
HOMEPAGE=https://www.dropbox.com/developers https://github.com/dropbox/stone https://pypi.org/project/stone
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dropbox/stone/archive/refs/tags/v3.2.1.tar.gz -> stone-3.2.1.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=722d32a1dc8cc449a91bdf4992812bc1
|
||||
_md5_=7b63a4fd0a23f7a50a70aef2f24a25e1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
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(-)?]
|
||||
BDEPEND=doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ) ) 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=>=dev-python/wrapio-1.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
DESCRIPTION=A simple library for creating beautiful interactive prompts
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Exahilosys/survey
|
||||
HOMEPAGE=https://github.com/Exahilosys/survey https://pypi.org/project/survey
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/wrapio-1.0.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(-)?]
|
||||
@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targe
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Exahilosys/survey/archive/refs/tags/v3.4.3.tar.gz -> survey-3.4.3.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=721e08a5b45e1c09eb68b5974b7fb48b
|
||||
_md5_=1c9ca627a3978919f44dd5a81bc1269a
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
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(-)?]
|
||||
BDEPEND=doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ) ) 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=Handling event-based streams in Python
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Exahilosys/wrapio
|
||||
HOMEPAGE=https://github.com/Exahilosys/wrapio https://pypi.org/project/wrapio
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=doc python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
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(-)?]
|
||||
@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targe
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Exahilosys/wrapio/archive/refs/tags/v2.0.0.tar.gz -> wrapio-2.0.0.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-r1 e574a3642f886323f18f867ecc4d91c4 distutils-r1 63df6e5a6bbff9ec3cf60cf7cdc94f23
|
||||
_md5_=a5e27c25b25c93128701a8d57ee79dfd
|
||||
_md5_=d9fb4f2ef8fdfca01a764d38769bc987
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
BDEPEND=>=kde-frameworks/extra-cmake-modules-5.70:5 >=dev-vcs/git-1.8.2.1[curl] dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
BDEPEND=>=kde-frameworks/extra-cmake-modules-5.89 >=dev-vcs/git-1.8.2.1[curl] dev-util/ninja >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=>=dev-qt/qtgui-5.14.0:5 >=media-libs/libjxl-0.6.1
|
||||
DESCRIPTION=Qt plug-in to allow Qt and KDE based applications to read/write JXL images.
|
||||
@@ -10,4 +10,4 @@ PROPERTIES=live
|
||||
RDEPEND=>=dev-qt/qtgui-5.14.0:5 >=media-libs/libjxl-0.6.1
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic d5e1306543bc457213f68bb18f830d14 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 11fee991ab428a3370e5c20fa8231fb6
|
||||
_md5_=76d18078e74262005a40996589522049
|
||||
_md5_=3b84dd4b79ff4023b1a9220906a72b34
|
||||
|
||||
@@ -13,4 +13,4 @@ RDEPEND=dev-libs/tfdn:=[ssl] media-libs/libsdl2[sound(+),video(+)] fribidi? ( de
|
||||
SLOT=0
|
||||
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.9.3/lagrange-1.9.3.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.9.3/lagrange-1.9.3.tar.gz.sig )
|
||||
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic d5e1306543bc457213f68bb18f830d14 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 11fee991ab428a3370e5c20fa8231fb6 verify-sig 5cf1b4c749926e7fdeef16c8c3245267 xdg 6024fbc93167fad782e2032933654857
|
||||
_md5_=cd1eaae21d3b3ba9997aab628b6dd362
|
||||
_md5_=4ecfd9568a667ccc7ee99eaa3c521b91
|
||||
|
||||
13
metadata/md5-cache/net-misc/ooni-probe-cli-3.13.0
Normal file
13
metadata/md5-cache/net-misc/ooni-probe-cli-3.13.0
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/net-nntp/inn-2.6.4
Normal file
16
metadata/md5-cache/net-nntp/inn-2.6.4
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=sys-devel/flex virtual/yacc verify-sig? ( sec-keys/openpgp-keys-russallbery ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-16 )
|
||||
DEFINED_PHASES=compile configure install postinst setup test unpack
|
||||
DEPEND=app-crypt/gnupg sys-libs/pam virtual/libcrypt:= virtual/sendmail !berkdb? ( sys-libs/gdbm:= ) berkdb? ( sys-libs/db:* ) kerberos? ( app-crypt/mit-krb5 ) perl? ( dev-lang/perl:= ) python? ( 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_10? ( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10] ) ) sasl? ( dev-libs/cyrus-sasl:2 ) ssl? ( dev-libs/openssl:= ) systemd? ( sys-apps/systemd:= ) zlib? ( sys-libs/zlib:= )
|
||||
DESCRIPTION=InterNetNews -- the Internet meets Netnews
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.eyrie.org/~eagle/software/inn/
|
||||
INHERIT=optfeature python-single-r1 verify-sig
|
||||
IUSE=berkdb gzip kerberos keywords largefile low-memory +perl +python sasl ssl systemd zlib python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 verify-sig
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=ISC
|
||||
RDEPEND=app-crypt/gnupg sys-libs/pam virtual/libcrypt:= virtual/sendmail !berkdb? ( sys-libs/gdbm:= ) berkdb? ( sys-libs/db:* ) kerberos? ( app-crypt/mit-krb5 ) perl? ( dev-lang/perl:= ) python? ( 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_10? ( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10] ) ) sasl? ( dev-libs/cyrus-sasl:2 ) ssl? ( dev-libs/openssl:= ) systemd? ( sys-apps/systemd:= ) zlib? ( sys-libs/zlib:= )
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) ?? ( low-memory largefile )
|
||||
SLOT=0
|
||||
SRC_URI=https://archives.eyrie.org/software/inn/inn-2.6.4.tar.gz verify-sig? ( https://archives.eyrie.org/software/inn/inn-2.6.4.tar.gz.sha256.asc )
|
||||
_eclasses_=optfeature 30ce9dec2b8943338c9b015bd32bac6a multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 a8b7938ade305f087865de7e52d079b5 python-single-r1 d46c125afba8be02eb1cd7104bac6e9c verify-sig 5cf1b4c749926e7fdeef16c8c3245267
|
||||
_md5_=0ca805cbbbbd33bfd4ac9ec9cbed721a
|
||||
@@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=OpenPGP keys used by Russ Allbery (Eagle)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.eyrie.org/~eagle/personal/contact.html
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86
|
||||
LICENSE=public-domain
|
||||
SLOT=0
|
||||
SRC_URI=https://www.eyrie.org/~eagle/personal/82004173.txt -> openpgp-keys-russallbery-20090528.asc
|
||||
_md5_=0eced93ecceb8f3bb0fc42906d8dc86d
|
||||
@@ -6,4 +6,4 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s
|
||||
LICENSE=public-domain
|
||||
SLOT=0
|
||||
SRC_URI=https://gmi.skyjake.fi/pgp_public_key.txt -> openpgp-keys-skyjake-20211224.asc
|
||||
_md5_=8f2859e6d6df0b29cc6989eb34b79a72
|
||||
_md5_=96cc8fd6ce9d41989fcc9f3370aef2f7
|
||||
|
||||
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/sys-apps/fselect-0.7.9
Normal file
13
metadata/md5-cache/sys-apps/fselect-0.7.9
Normal file
File diff suppressed because one or more lines are too long
7
metadata/md5-cache/virtual/sendmail-0
Normal file
7
metadata/md5-cache/virtual/sendmail-0
Normal file
@@ -0,0 +1,7 @@
|
||||
DEFINED_PHASES=-
|
||||
DEPEND=|| ( mail-mta/nullmailer mail-mta/msmtp[mta] mail-mta/ssmtp[mta] mail-mta/esmtp mail-mta/opensmtpd mail-mta/postfix mail-mta/courier mail-mta/exim mail-mta/sendmail virtual/qmail )
|
||||
DESCRIPTION=Virtual for sendmail program
|
||||
EAPI=8
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
SLOT=0
|
||||
_md5_=ea2bd101b1aacccaeb39e8f3dc226f88
|
||||
13
metadata/md5-cache/www-apps/zola-0.15.2
Normal file
13
metadata/md5-cache/www-apps/zola-0.15.2
Normal file
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst postrm test unpack
|
||||
DEPEND=dev-libs/openssl sys-libs/zlib >=dev-lang/rust-1.52.0
|
||||
DEPEND=dev-libs/openssl sys-libs/zlib >=dev-lang/rust-1.55.0
|
||||
DESCRIPTION=A theme mangager for LeftWM
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/leftwm/leftwm-theme
|
||||
@@ -8,7 +8,7 @@ INHERIT=cargo xdg-utils git-r3
|
||||
IUSE=debug
|
||||
LICENSE=|| ( Apache-2.0 MIT ) || ( Apache-2.0 MIT ) || ( Apache-2.0 MIT MPL-2.0 ) || ( MIT ) || ( MIT Unlicense ) Apache-2.0 MIT Unlicense MPL-2.0 BSD
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/openssl sys-libs/zlib >=dev-lang/rust-1.52.0
|
||||
RDEPEND=dev-libs/openssl sys-libs/zlib >=dev-lang/rust-1.55.0
|
||||
SLOT=0
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 cargo c7fefacaebdcb455d2a7b59429eb47a6 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
|
||||
_md5_=1d824dcb5713f40570cc6a5eaf810ddd
|
||||
_md5_=fd9833f31cc5468037dad0130218b97e
|
||||
|
||||
15
metadata/md5-cache/x11-misc/squeekboard-1.15.0
Normal file
15
metadata/md5-cache/x11-misc/squeekboard-1.15.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-util/gtk-doc dev-util/intltool virtual/pkgconfig virtual/rust >=virtual/rust-1.37.0 >=dev-util/meson-0.58.2-r1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
DESCRIPTION=Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone
|
||||
EAPI=7
|
||||
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/squeekboard
|
||||
INHERIT=cargo gnome2-utils meson toolchain-funcs xdg
|
||||
IUSE=+wayland debug
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-libs/feedbackd dev-libs/wayland dev-libs/wayland-protocols gnome-base/gnome-desktop media-fonts/noto-emoji x11-libs/gtk+:3[wayland]
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.gnome.org/World/Phosh/squeekboard/-/archive/2fea092691c41a6f57f840efffa564ae4642a2bd.tar.gz -> squeekboard-1.15.0.tar.gz https://crates.io/api/v1/crates/atk/0.7.0/download -> atk-0.7.0.crate https://crates.io/api/v1/crates/atk-sys/0.9.1/download -> atk-sys-0.9.1.crate https://crates.io/api/v1/crates/bitflags/1.2.1/download -> bitflags-1.2.1.crate https://crates.io/api/v1/crates/cairo-rs/0.7.1/download -> cairo-rs-0.7.1.crate https://crates.io/api/v1/crates/cairo-sys-rs/0.9.2/download -> cairo-sys-rs-0.9.2.crate https://crates.io/api/v1/crates/cc/1.0.68/download -> cc-1.0.68.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.crate https://crates.io/api/v1/crates/dtoa/0.4.8/download -> dtoa-0.4.8.crate https://crates.io/api/v1/crates/fragile/0.3.0/download -> fragile-0.3.0.crate https://crates.io/api/v1/crates/gdk/0.11.0/download -> gdk-0.11.0.crate https://crates.io/api/v1/crates/gdk-pixbuf/0.7.0/download -> gdk-pixbuf-0.7.0.crate https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.9.1/download -> gdk-pixbuf-sys-0.9.1.crate https://crates.io/api/v1/crates/gdk-sys/0.9.1/download -> gdk-sys-0.9.1.crate https://crates.io/api/v1/crates/gio/0.7.0/download -> gio-0.7.0.crate https://crates.io/api/v1/crates/gio-sys/0.9.1/download -> gio-sys-0.9.1.crate https://crates.io/api/v1/crates/glib/0.8.2/download -> glib-0.8.2.crate https://crates.io/api/v1/crates/glib-sys/0.9.1/download -> glib-sys-0.9.1.crate https://crates.io/api/v1/crates/gobject-sys/0.9.1/download -> gobject-sys-0.9.1.crate https://crates.io/api/v1/crates/gtk/0.7.0/download -> gtk-0.7.0.crate https://crates.io/api/v1/crates/gtk-sys/0.9.2/download -> gtk-sys-0.9.2.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/libc/0.2.97/download -> libc-0.2.97.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.4/download -> linked-hash-map-0.5.4.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/memmap/0.7.0/download -> memmap-0.7.0.crate https://crates.io/api/v1/crates/pango/0.7.0/download -> pango-0.7.0.crate https://crates.io/api/v1/crates/pango-sys/0.9.1/download -> pango-sys-0.9.1.crate https://crates.io/api/v1/crates/pkg-config/0.3.19/download -> pkg-config-0.3.19.crate https://crates.io/api/v1/crates/proc-macro2/1.0.27/download -> proc-macro2-1.0.27.crate https://crates.io/api/v1/crates/quote/1.0.9/download -> quote-1.0.9.crate https://crates.io/api/v1/crates/regex/1.3.9/download -> regex-1.3.9.crate https://crates.io/api/v1/crates/regex-syntax/0.6.25/download -> regex-syntax-0.6.25.crate https://crates.io/api/v1/crates/serde/1.0.126/download -> serde-1.0.126.crate https://crates.io/api/v1/crates/serde_derive/1.0.126/download -> serde_derive-1.0.126.crate https://crates.io/api/v1/crates/serde_yaml/0.8.17/download -> serde_yaml-0.8.17.crate https://crates.io/api/v1/crates/syn/1.0.73/download -> syn-1.0.73.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.8/download -> unicode-width-0.1.8.crate https://crates.io/api/v1/crates/unicode-xid/0.2.2/download -> unicode-xid-0.2.2.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/xkbcommon/0.4.0/download -> xkbcommon-0.4.0.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 cargo c7fefacaebdcb455d2a7b59429eb47a6 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 gnome2-utils 239e7afa214b50012f83b8bb61de7555 ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 a8b7938ade305f087865de7e52d079b5 meson 9f3e84959ae1d60e19bc91f212774dcc xdg 6024fbc93167fad782e2032933654857
|
||||
_md5_=d11dea2cc97376473ac6313426e3a0c9
|
||||
16
metadata/md5-cache/x11-wm/phoc-0.11.0
Normal file
16
metadata/md5-cache/x11-wm/phoc-0.11.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-util/ctags dev-util/meson virtual/pkgconfig x11-base/xorg-server >=dev-util/meson-0.58.2-r1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
DESCRIPTION=Wlroots based Phone compositor
|
||||
EAPI=7
|
||||
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phoc
|
||||
INHERIT=meson vala xdg gnome2-utils
|
||||
IUSE=+introspection +systemd test
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-libs/glib dev-libs/gobject-introspection dev-libs/libinput dev-libs/wayland dev-libs/wayland-protocols gnome-base/gnome-desktop systemd? ( !sys-apps/openrc sys-apps/systemd ) x11-libs/libdrm x11-libs/pixman x11-libs/xcb-util x11-libs/xcb-util-wm x11-wm/mutter sys-auth/seatd !gui-libs/wlroots
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.11.0/phoc-v0.11.0.tar.gz https://source.puri.sm/Librem5/wlroots/-/archive/2fce64d30d378d7009a5770b2472231a0e535ada/wlroots-2fce64d30d378d7009a5770b2472231a0e535ada.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 a8b7938ade305f087865de7e52d079b5 meson 9f3e84959ae1d60e19bc91f212774dcc edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff vala 78150b86094c58851346877cbf691245 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 xdg 6024fbc93167fad782e2032933654857 gnome2-utils 239e7afa214b50012f83b8bb61de7555
|
||||
_md5_=a8732221c375a67b8c392823992d6df4
|
||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.9.0/phoc-v0.9.0.tar.gz https://source.puri.sm/Librem5/wlroots/-/archive/5413b1ec61c6e3390929db595c0ec92f92ea2594/wlroots-5413b1ec61c6e3390929db595c0ec92f92ea2594.tar.gz
|
||||
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 a8b7938ade305f087865de7e52d079b5 meson 9f3e84959ae1d60e19bc91f212774dcc edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff vala 78150b86094c58851346877cbf691245 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 xdg 6024fbc93167fad782e2032933654857 gnome2-utils 239e7afa214b50012f83b8bb61de7555
|
||||
_md5_=0357248ec00e17c460396837bcfd401a
|
||||
_md5_=5b5c7fd9ccffda13fd755d72b4ff5eb9
|
||||
|
||||
Reference in New Issue
Block a user