mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
2025-05-07 12:24:39 UTC
This commit is contained in:
@@ -10,6 +10,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=OCBASE-EULA
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=https://www.ocbase.com/download/edition:Personal/os:Linux/version:14.0.9 -> occt-bin-14.0.9.bin
|
||||
SRC_URI=https://www.ocbase.com/download/edition:Personal/os:Linux/version:14.0.10 -> occt-bin-14.0.10.bin
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed fcaps 27152c9e4da035accb14a2d7879744ef wrapper 11a2a3bd712784986679b60a0cab34a0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 udev f3d9a4376ebd22131726a68e1a0a058f
|
||||
_md5_=d7129f226ef282f40b1c6c8380b29fcc
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.3.0.tar.gz -> carapace-1.3.0.tar.gz https://github.com/freijon/carapace-bin/releases/download/v1.3.0/carapace-1.3.0-deps.tar.xz
|
||||
SRC_URI=https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.3.1.tar.gz -> carapace-1.3.1.tar.gz https://github.com/freijon/carapace-bin/releases/download/v1.3.1/carapace-1.3.1-deps.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6
|
||||
_md5_=aec593986f94005fc2df28dd5088056a
|
||||
@@ -8,6 +8,6 @@ IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/TimovVeen/harper/releases/download/v0.32.1/harper-0.32.1-crates.tar.xz https://github.com/Automattic/harper/archive/refs/tags/v0.32.1.tar.gz -> harper-0.32.1.tar.gz
|
||||
SRC_URI=https://github.com/TimovVeen/harper/releases/download/v0.33.0/harper-0.33.0-crates.tar.xz https://github.com/Automattic/harper/archive/refs/tags/v0.33.0.tar.gz -> harper-0.33.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 2bf0d74b817e3f30aaee805df74cbfc8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a
|
||||
_md5_=565101012cdc431081fdf4fdb814b80b
|
||||
@@ -11,6 +11,6 @@ LICENSE=Apache-2.0
|
||||
RDEPEND=test? ( dev-cpp/catch:0 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/contour-terminal/reflection-cpp/archive/refs/tags/v0.1.0.tar.gz -> reflection-cpp-0.1.0.tar.gz
|
||||
SRC_URI=https://github.com/contour-terminal/reflection-cpp/archive/refs/tags/v0.3.0.tar.gz -> reflection-cpp-0.3.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f
|
||||
_md5_=0e1709cbe3bd178865be0a32192e9ae7
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Detect OS dark mode from Python
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/5yutan5/PyQtDarkTheme https://pypi.org/project/PyQtDarkTheme
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/darkdetect/darkdetect-0.8.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=a2d1e35a8ca53bad59cb314e69f2bc77
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=e00bd6da30c667e023443f3213db5f74
|
||||
|
||||
15
metadata/md5-cache/dev-python/glfw-2.9.0
Normal file
15
metadata/md5-cache/dev-python/glfw-2.9.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python bindings for GLFW
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/FlorianRhiem/pyGLFW https://pypi.org/project/glfw
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=media-libs/glfw python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/FlorianRhiem/pyGLFW/archive/refs/tags/v2.9.0.tar.gz -> glfw-2.9.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386
|
||||
_md5_=d25267934769dbfceb0e31c67f390069
|
||||
@@ -12,6 +12,6 @@ RDEPEND=media-libs/glm test? ( dev-python/numpy[python_targets_python3_11(-)?,py
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/2.8.1.tar.gz -> pyglm-2.8.1.gh.tar.gz https://github.com/Zuzu-Typ/glm/archive/58e0db58cc860c0c6f7f6ee3a462e17a431646a4.tar.gz -> pyglm-2.8.1-glm.gh.tar.gz
|
||||
SRC_URI=https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/2.8.2.tar.gz -> pyglm-2.8.2.gh.tar.gz https://github.com/Zuzu-Typ/glm/archive/58e0db58cc860c0c6f7f6ee3a462e17a431646a4.tar.gz -> pyglm-2.8.2-glm.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386
|
||||
_md5_=9f6bd8b06e624c3b4b48bb92abcd02a8
|
||||
_md5_=3b77d51634841c4c52b33136d058c367
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=doc? ( dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/furo[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sphinx-design[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/matplotlib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/furo[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sphinx-design[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/matplotlib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ) )
|
||||
BDEPEND=doc? ( dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/furo[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sphinx-design[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/matplotlib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/furo[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sphinx-design[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/matplotlib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Sphinx extension to generate unique OpenGraph metadata
|
||||
EAPI=8
|
||||
@@ -11,6 +11,6 @@ RDEPEND=dev-python/myst-parser[python_targets_python3_11(-)?,python_targets_pyth
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-0.9.1.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext_opengraph-0.10.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 docs 006125f2158d2f16904ebd9114336058 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=b7aedbc98f2c3f43c48de111d9e19451
|
||||
_md5_=63263091883197bf7d89858695eb429a
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/media-fonts/nerdfonts-3.4.0
Normal file
14
metadata/md5-cache/media-fonts/nerdfonts-3.4.0
Normal file
File diff suppressed because one or more lines are too long
@@ -11,6 +11,6 @@ LICENSE=MIT Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
|
||||
RDEPEND=dev-libs/oniguruma:= dev-libs/openssl:0=
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ducaale/xh/archive/refs/tags/v0.24.0.tar.gz -> xh-0.24.0.tar.gz https://github.com/freijon/xh/releases/download/v0.24.0/xh-0.24.0-crates.tar.xz
|
||||
SRC_URI=https://github.com/ducaale/xh/archive/refs/tags/v0.24.1.tar.gz -> xh-0.24.1.tar.gz https://github.com/freijon/xh/releases/download/v0.24.1/xh-0.24.1-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 2bf0d74b817e3f30aaee805df74cbfc8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=d4a3b32bdfabbabc29f97e96f57c645d
|
||||
_md5_=5b1e6ba70843c1018beb0b628dd27ef7
|
||||
17
metadata/md5-cache/net-p2p/monero-0.18.4.0-r1
Normal file
17
metadata/md5-cache/net-p2p/monero-0.18.4.0-r1
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=acct-group/monero acct-user/monero app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
DESCRIPTION=The secure, private, untraceable cryptocurrency
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/monero-project/monero
|
||||
INHERIT=cmake systemd
|
||||
IUSE=+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD MIT
|
||||
RDEPEND=acct-group/monero acct-user/monero app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/monero-project/monero/archive/v0.18.4.0.tar.gz -> monero-0.18.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=be46f31c2c5869e8fbdecfe0688e3272
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DEPEND=acct-group/monero acct-user/monero dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
DEPEND=acct-group/monero acct-user/monero app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
DESCRIPTION=The secure, private, untraceable cryptocurrency
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/monero-project/monero
|
||||
@@ -8,9 +8,9 @@ INHERIT=cmake systemd git-r3
|
||||
IUSE=+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc
|
||||
LICENSE=BSD MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=acct-group/monero acct-user/monero dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
RDEPEND=acct-group/monero acct-user/monero app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=dc39e25739b038c29ad33ca3ff244a3f
|
||||
_md5_=be46f31c2c5869e8fbdecfe0688e3272
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=verify-sig? ( sec-keys/openpgp-keys-schernykh ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DEPEND=dev-libs/libsodium net-libs/czmq
|
||||
DESCRIPTION=Decentralized pool for Monero mining
|
||||
EAPI=8
|
||||
HOMEPAGE=https://p2pool.io
|
||||
INHERIT=cmake verify-sig
|
||||
IUSE=verify-sig
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.1.1/p2pool_source.tar.xz -> p2pool-4.1.1.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.1.1/sha256sums.txt.asc -> p2pool-4.1.1_shasums.asc )
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53
|
||||
_md5_=1ce891719ff87c8c4d6197718cc3208d
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=verify-sig? ( sec-keys/openpgp-keys-schernykh ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DEPEND=dev-libs/openssl net-libs/czmq dev-libs/libuv net-misc/curl
|
||||
DESCRIPTION=Decentralized pool for Monero mining
|
||||
EAPI=8
|
||||
HOMEPAGE=https://p2pool.io
|
||||
INHERIT=cmake verify-sig
|
||||
IUSE=verify-sig
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.3/p2pool_source.tar.xz -> p2pool-4.3.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.3/sha256sums.txt.asc -> p2pool-4.3_shasums.asc )
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53
|
||||
_md5_=fcb44140730de4bb038754427d95dba5
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=verify-sig? ( sec-keys/openpgp-keys-schernykh ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DEPEND=dev-libs/openssl dev-libs/libuv:= net-libs/czmq net-libs/zeromq:= net-misc/curl
|
||||
DESCRIPTION=Decentralized pool for Monero mining
|
||||
EAPI=8
|
||||
HOMEPAGE=https://p2pool.io
|
||||
INHERIT=cmake verify-sig
|
||||
IUSE=verify-sig
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
RDEPEND=dev-libs/openssl dev-libs/libuv:= net-libs/czmq net-libs/zeromq:= net-misc/curl
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.4/p2pool_source.tar.xz -> p2pool-4.4.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.4/sha256sums.txt.asc -> p2pool-4.4_shasums.asc )
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53
|
||||
_md5_=b31d2be19b8146ec94fe6b696a8bef97
|
||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
RDEPEND=dev-libs/libsodium:= dev-libs/libuv:= dev-libs/randomx net-libs/zeromq:= net-misc/curl daemon? ( acct-group/monero acct-user/monero )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.4/p2pool_source.tar.xz -> p2pool-4.4.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.4/sha256sums.txt.asc -> p2pool-4.4_shasums.asc )
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.5/p2pool_source.tar.xz -> p2pool-4.5.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.5/sha256sums.txt.asc -> p2pool-4.5_shasums.asc )
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53
|
||||
_md5_=be020a3f045bad0c4cd91ad9a4498753
|
||||
_md5_=9b7d5a819b85b431afd5e59fc9fc2a96
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=sys-kernel/linux-headers sys-apps/lm-sensors sys-apps/dmidecode sys-apps/sed dev-libs/inih dev-util/pahole sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=sys-kernel/linux-headers sys-apps/lm-sensors sys-apps/dmidecode sys-apps/sed dev-libs/inih dev-util/pahole sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=gui? ( dev-python/pyqt6[gui,widgets] dev-python/pyyaml dev-python/argcomplete dev-python/darkdetect ) downgrade-nvidia? ( <=x11-drivers/nvidia-drivers-525 ) virtual/linux-sources
|
||||
DESCRIPTION=Lenovo Legion Linux kernel module
|
||||
@@ -6,11 +6,11 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/johnfanv2/LenovoLegionLinux
|
||||
IDEPEND=sys-apps/kmod[tools]
|
||||
INHERIT=linux-mod-r1 distutils-r1 systemd optfeature git-r3
|
||||
IUSE=+gui downgrade-nvidia elogind dist-kernel modules-compress modules-sign +strip python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=+gui downgrade-nvidia elogind dist-kernel modules-compress modules-sign +strip python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
RDEPEND=gui? ( dev-python/pyqt6[gui,widgets] dev-python/pyyaml dev-python/argcomplete dev-python/darkdetect ) downgrade-nvidia? ( <=x11-drivers/nvidia-drivers-525 ) sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=gui? ( dev-python/pyqt6[gui,widgets] dev-python/pyyaml dev-python/argcomplete dev-python/darkdetect ) downgrade-nvidia? ( <=x11-drivers/nvidia-drivers-525 ) sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 dist-kernel-utils 8fd483ccdf8e7fc0919507c0c7c273e4 edo 367e103a74bf77e6a8da7894d999fa3c linux-info ea4122ba1d8791a12b78e53f9510a2e3 multiprocessing 1e32df7deee68372153dca65f4a7c21f linux-mod-r1 84b53048ef3f4ee4f1b3dce65d43580e flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 systemd a964c0cbe818b5729da1dbfcee5be861 optfeature 538bce96e5589935b57e178e8635f301 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=b51aea8485450c5e8c9dae77f4309fd4
|
||||
_md5_=f4d0225b78d5900879255d30f594297e
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=dev-build/cmake virtual/pkgconfig || ( dev-lang/rust-bin:9999 dev-lang/rust:9999 dev-lang/rust-bin:1.87.0 dev-lang/rust:1.87.0 dev-lang/rust-bin:1.86.0 dev-lang/rust:1.86.0 dev-lang/rust-bin:1.85.1 dev-lang/rust:1.85.1 dev-lang/rust-bin:1.85.0 dev-lang/rust:1.85.0 dev-lang/rust-bin:1.84.1 dev-lang/rust:1.84.1 dev-lang/rust-bin:1.84.0 dev-lang/rust:1.84.0 dev-lang/rust-bin:1.83.0 dev-lang/rust:1.83.0 dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 )
|
||||
BDEPEND=dev-build/cmake virtual/pkgconfig || ( dev-lang/rust-bin:9999 dev-lang/rust:9999 dev-lang/rust-bin:1.87.0 dev-lang/rust:1.87.0 dev-lang/rust-bin:1.86.0 dev-lang/rust:1.86.0 dev-lang/rust-bin:1.85.1 dev-lang/rust:1.85.1 dev-lang/rust-bin:1.85.0 dev-lang/rust:1.85.0 )
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DEPEND=media-libs/freetype:2 media-libs/fontconfig wayland? ( dev-libs/wayland ) wayland? ( x11-libs/libxkbcommon[wayland] ) X? ( x11-libs/libxkbcommon[X] ) >=sys-libs/ncurses-6.4_p20240330
|
||||
DESCRIPTION=A hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2
|
||||
RDEPEND=media-libs/freetype:2 media-libs/fontconfig wayland? ( dev-libs/wayland ) wayland? ( x11-libs/libxkbcommon[wayland] ) X? ( x11-libs/libxkbcommon[X] ) >=sys-libs/ncurses-6.4_p20240330
|
||||
REQUIRED_USE=|| ( wayland X )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.2.12.tar.gz -> rio-0.2.12.tar.gz https://github.com/freijon/rio/releases/download/v0.2.12/rio-0.2.12-crates.tar.xz
|
||||
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.2.14.tar.gz -> rio-0.2.14.tar.gz https://github.com/freijon/rio/releases/download/v0.2.14/rio-0.2.14-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 2bf0d74b817e3f30aaee805df74cbfc8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=b3bb28b2d71620a4b457c79f81563710
|
||||
_md5_=51b0f7702d4a3d0deec24c6fab748d97
|
||||
Reference in New Issue
Block a user