2024-08-17 10:34:01 UTC

This commit is contained in:
Repository mirror & CI
2024-08-17 10:34:01 +00:00
parent 24b2ea1958
commit b6f8d030e6
66 changed files with 315 additions and 181 deletions

View File

@@ -1,9 +1,12 @@
DEFINED_PHASES=install
DEFINED_PHASES=install prepare
DESCRIPTION=A POSIX *nix fetch script using Nerdfonts
EAPI=8
HOMEPAGE=https://github.com/ThatOneCalculator/NerdFetch
INHERIT=prefix
KEYWORDS=~amd64 ~arm64
LICENSE=MIT
RDEPEND=app-portage/portage-utils
SLOT=0
SRC_URI=https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.2.1.tar.gz -> nerdfetch-8.2.1.tar.gz
_md5_=4dbca56f76a79fd5eddc59fa8d7399fe
_eclasses_=prefix eab3c99d77fe00506c109c8a736186f7
_md5_=53f4ad83df170c1173676b7e98af2ec3

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( python_single_target_python3_11? ( dev-python/jsonschema[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/jsonschema[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/jsonschema[python_targets_python3_13(-)] ) ) test? ( python_single_target_python3_11? ( >=dev-python/certifi-2019.6.16[python_targets_python3_11(-)] >=dev-python/colorama-0.4.1[python_targets_python3_11(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_11(-)] >=dev-python/requests-2.22.0[python_targets_python3_11(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_11(-)] >=dev-python/pandas-1.0.0[python_targets_python3_11(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/certifi-2019.6.16[python_targets_python3_12(-)] >=dev-python/colorama-0.4.1[python_targets_python3_12(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_12(-)] >=dev-python/requests-2.22.0[python_targets_python3_12(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_12(-)] >=dev-python/pandas-1.0.0[python_targets_python3_12(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2019.6.16[python_targets_python3_13(-)] >=dev-python/colorama-0.4.1[python_targets_python3_13(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_13(-)] >=dev-python/requests-2.22.0[python_targets_python3_13(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_13(-)] >=dev-python/pandas-1.0.0[python_targets_python3_13(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_13(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) doc? ( python_single_target_python3_11? ( >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/sphinx-7.2.6[python_targets_python3_13(-)] ) ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/poetry-core-1.9.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-15[python_targets_python3_13(-)] >=dev-python/poetry-core-1.9.0[python_targets_python3_13(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Hunt down social media accounts by username across social networks
EAPI=8
HOMEPAGE=https://sherlockproject.xyz/
INHERIT=distutils-r1
IUSE=test doc python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_single_target_python3_11? ( >=dev-python/certifi-2019.6.16[python_targets_python3_11(-)] >=dev-python/colorama-0.4.1[python_targets_python3_11(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_11(-)] >=dev-python/requests-2.22.0[python_targets_python3_11(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_11(-)] >=dev-python/pandas-1.0.0[python_targets_python3_11(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/certifi-2019.6.16[python_targets_python3_12(-)] >=dev-python/colorama-0.4.1[python_targets_python3_12(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_12(-)] >=dev-python/requests-2.22.0[python_targets_python3_12(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_12(-)] >=dev-python/pandas-1.0.0[python_targets_python3_12(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2019.6.16[python_targets_python3_13(-)] >=dev-python/colorama-0.4.1[python_targets_python3_13(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_13(-)] >=dev-python/requests-2.22.0[python_targets_python3_13(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_13(-)] >=dev-python/pandas-1.0.0[python_targets_python3_13(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_13(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/sherlock-project/sherlock/archive/v0.15.0.tar.gz -> sherlock-0.15.0.tar.gz
_eclasses_=toolchain-funcs 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 distutils-r1 39c571155ace3dd926fe0d6440cf0a50
_md5_=467cc299b42a6223092d14d99c6fdc73

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( python_single_target_python3_11? ( dev-python/jsonschema[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/jsonschema[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/jsonschema[python_targets_python3_13(-)] ) ) test? ( python_single_target_python3_11? ( >=dev-python/certifi-2019.6.16[python_targets_python3_11(-)] >=dev-python/colorama-0.4.1[python_targets_python3_11(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_11(-)] >=dev-python/requests-2.22.0[python_targets_python3_11(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_11(-)] >=dev-python/pandas-1.0.0[python_targets_python3_11(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/certifi-2019.6.16[python_targets_python3_12(-)] >=dev-python/colorama-0.4.1[python_targets_python3_12(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_12(-)] >=dev-python/requests-2.22.0[python_targets_python3_12(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_12(-)] >=dev-python/pandas-1.0.0[python_targets_python3_12(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2019.6.16[python_targets_python3_13(-)] >=dev-python/colorama-0.4.1[python_targets_python3_13(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_13(-)] >=dev-python/requests-2.22.0[python_targets_python3_13(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_13(-)] >=dev-python/pandas-1.0.0[python_targets_python3_13(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_13(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) doc? ( python_single_target_python3_11? ( >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/sphinx-7.2.6[python_targets_python3_13(-)] ) ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/poetry-core-1.9.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-15[python_targets_python3_13(-)] >=dev-python/poetry-core-1.9.0[python_targets_python3_13(-)] ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare setup test unpack
DESCRIPTION=Hunt down social media accounts by username across social networks
EAPI=8
HOMEPAGE=https://sherlockproject.xyz/
INHERIT=distutils-r1 git-r3
IUSE=test doc python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
LICENSE=MIT
PROPERTIES=live
RDEPEND=python_single_target_python3_11? ( >=dev-python/certifi-2019.6.16[python_targets_python3_11(-)] >=dev-python/colorama-0.4.1[python_targets_python3_11(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_11(-)] >=dev-python/requests-2.22.0[python_targets_python3_11(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_11(-)] >=dev-python/pandas-1.0.0[python_targets_python3_11(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/certifi-2019.6.16[python_targets_python3_12(-)] >=dev-python/colorama-0.4.1[python_targets_python3_12(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_12(-)] >=dev-python/requests-2.22.0[python_targets_python3_12(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_12(-)] >=dev-python/pandas-1.0.0[python_targets_python3_12(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2019.6.16[python_targets_python3_13(-)] >=dev-python/colorama-0.4.1[python_targets_python3_13(-)] >=dev-python/PySocks-1.7.0[python_targets_python3_13(-)] >=dev-python/requests-2.22.0[python_targets_python3_13(-)] >=dev-python/requests-futures-1.00.0[python_targets_python3_13(-)] >=dev-python/pandas-1.0.0[python_targets_python3_13(-)] >=dev-python/openpyxl-3.0.10.0.0[python_targets_python3_13(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
_eclasses_=toolchain-funcs 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 distutils-r1 39c571155ace3dd926fe0d6440cf0a50 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=467cc299b42a6223092d14d99c6fdc73

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long