2024-06-07 22:03:48 UTC

This commit is contained in:
Repository mirror & CI
2024-06-07 22:03:48 +00:00
parent 7e383da280
commit c887d1719f
12 changed files with 72 additions and 43 deletions

View File

@@ -1,15 +1,15 @@
BDEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/evernote2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/html2text[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/markdown2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/thrift[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=test? ( dev-python/mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/evernote2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/html2text[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sqlalchemy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/thrift[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lxml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare test unpack
DESCRIPTION=Evernote CLI: CRUD for notes in cloud, in markdown
EAPI=8
HOMEPAGE=https://github.com/vitaly-zdanevich/geeknote
INHERIT=bash-completion-r1 distutils-r1 git-r3
IUSE=test python_targets_python3_10 python_targets_python3_11
IUSE=test python_targets_python3_11 python_targets_python3_12
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-python/evernote2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/html2text[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/markdown2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/thrift[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RDEPEND=dev-python/evernote2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/html2text[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sqlalchemy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/thrift[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lxml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] 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 )
RESTRICT=test !test? ( test )
SLOT=0
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=8781f774ea9e97a43c8cc837bd45ba59
_md5_=3d960211c6257319cdfb21322ccd8e73

View File

@@ -1,15 +1,15 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?]
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Forensic traces to identify a potential compromise of Android and iOS devices
EAPI=8
HOMEPAGE=https://github.com/mvt-project/mvt
INHERIT=distutils-r1
IUSE=python_targets_python3_11
IUSE=python_targets_python3_12
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/adb-shell[python_targets_python3_11(-)?] dev-python/biplist[python_targets_python3_11(-)?] dev-python/click[python_targets_python3_11(-)?] dev-python/iOSbackup[python_targets_python3_11(-)?] dev-python/libusb1[python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_11(-)?] dev-python/rich[python_targets_python3_11(-)?] dev-python/simplejson[python_targets_python3_11(-)?] dev-python/tld[python_targets_python3_11(-)?] dev-python/tqdm[python_targets_python3_11(-)?] dev-python/ahocorasick[python_targets_python3_11(-)?] dev-python/appdirs[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 )
RDEPEND=dev-python/adb-shell[python_targets_python3_12(-)?] dev-python/biplist[python_targets_python3_12(-)?] dev-python/click[python_targets_python3_12(-)?] dev-python/iOSbackup[python_targets_python3_12(-)?] dev-python/libusb1[python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_12(-)?] dev-python/simplejson[python_targets_python3_12(-)?] dev-python/tld[python_targets_python3_12(-)?] dev-python/tqdm[python_targets_python3_12(-)?] dev-python/ahocorasick[python_targets_python3_12(-)?] dev-python/appdirs[python_targets_python3_12(-)?] python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/mvt-project/mvt/archive/v2.4.1.tar.gz -> mvt-2.4.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec
_md5_=542fe52d1308137ac6946e7dbe7939df
_md5_=ecb0aa55c6632605e6e8da45386256bb

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/libdwarf
SLOT=0
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v0.5.2.tar.gz -> cpptrace-0.5.2.tar.gz
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v0.6.0.tar.gz -> cpptrace-0.6.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
_md5_=dae45bf20dc0acd84fe33af3df94080c

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/async-timeout[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)?] ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?]
BDEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/async-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rsa[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)?] ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/async-timeout[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_11(-)?] dev-python/libusb1[python_targets_python3_11(-)?] )
DEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/async-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rsa[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pycryptodome[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/libusb1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
DESCRIPTION=A Python implementation of ADB with shell and FileSync functionality.
EAPI=8
HOMEPAGE=https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell
INHERIT=distutils-r1
IUSE=test python_targets_python3_11
IUSE=test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/async-timeout[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 ) || ( python_targets_python3_11 )
RDEPEND=dev-python/aiofiles[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/async-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rsa[python_targets_python3_11(-)?,python_targets_python3_12(-)?] 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 ) || ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v0.4.4.tar.gz -> adb-shell-0.4.4.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec
_md5_=74ce0fd9d394b2fac5b5ffc81b50e133
_md5_=c47ab1abfa8a1b4893864e7f57535ec7

View File

@@ -1,14 +1,14 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Unofficial Evernote SDK for Python 3
EAPI=8
HOMEPAGE=https://github.com/JackonYang/evernote2 https://pypi.org/project/evernote2/
INHERIT=git-r3 distutils-r1
IUSE=python_targets_python3_10 python_targets_python3_11
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
LICENSE=Apache-2.0
PROPERTIES=live
RDEPEND=dev-python/oauthlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/thrift[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RDEPEND=dev-python/oauthlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/thrift[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec
_md5_=9219ffbd2c5831ed1eca19f8ac0e1c3c
_md5_=57c7dc3bd0f857126bcc1b4dc6f38e2d

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( !test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/libheif:= ) test? ( dev-python/pillow[webp,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/libheif:=[x265] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
BDEPEND=test? ( dev-python/defusedxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/opencv[python,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( !test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:= ) test? ( dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:=[x265] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) 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 )
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Python interface for libheif library
EAPI=8
HOMEPAGE=https://github.com/bigcat88/pillow_heif https://pypi.org/project/pillow-heif/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=!test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/libheif:= ) test? ( dev-python/pillow[webp,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/libheif:=[x265] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RDEPEND=!test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:= ) test? ( dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:=[x265] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pillow-heif/pillow_heif-0.15.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=c3a6b64ad994992e53f1df5740e62a6d
_md5_=75f50f03c536ff30b9be2ac24dcea57b

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python CPIO library
EAPI=8
HOMEPAGE=https://github.com/desultory/pycpio
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-2
RDEPEND=>=dev-python/zenlib-2.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] 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 )
SLOT=0
SRC_URI=https://github.com/desultory/pycpio/archive/refs/tags/1.1.6.tar.gz -> pycpio-1.1.6.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec
_md5_=ef752081bcf1ec7114a9bc7618fdba24

File diff suppressed because one or more lines are too long

View File

@@ -1,14 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare test
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=dev-libs/uriparser dev-libs/libconfig dev-libs/poco dev-libs/openssl dev-libs/spdlog
DESCRIPTION=A reliable, low-latency, and anti-censorship virtual private network
EAPI=8
HOMEPAGE=https://github.com/lanthora/candy
INHERIT=cmake systemd
INHERIT=cmake systemd readme.gentoo-r1
KEYWORDS=~amd64 ~arm64 ~mips
LICENSE=MIT
RDEPEND=dev-libs/uriparser dev-libs/libconfig dev-libs/poco dev-libs/openssl dev-libs/spdlog dev-libs/libfmt
SLOT=0
SRC_URI=https://github.com/lanthora/candy/archive/refs/tags/v5.8.6.tar.gz -> candy-5.8.6.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c systemd c8b03e8df84486aa991d4396686e8942
_md5_=de972c73306a714da81b783378ae82a9
SRC_URI=https://github.com/lanthora/candy/archive/refs/tags/v5.8.7.tar.gz -> candy-5.8.7.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c systemd c8b03e8df84486aa991d4396686e8942 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3
_md5_=2b4c05bbd35907bc02219750f42246be

View File

@@ -3,11 +3,11 @@ DEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr
DESCRIPTION=Minimal X11 rectangle selection tool
EAPI=8
HOMEPAGE=https://codeberg.org/NRK/selx
INHERIT=toolchain-funcs edo
INHERIT=toolchain-funcs edo shell-completion
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr
SLOT=0
SRC_URI=https://codeberg.org/NRK/selx/archive/v1.1.0.tar.gz -> selx-1.1.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 edo 367e103a74bf77e6a8da7894d999fa3c
_md5_=e050d4ed98501d0b719f13d5a03c253a
SRC_URI=https://codeberg.org/NRK/selx/archive/v1.2.0.tar.gz -> selx-1.2.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 edo 367e103a74bf77e6a8da7894d999fa3c bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=1de62267451aa18aba38a4bfdb69c332

View File

@@ -381,7 +381,7 @@ dev-cpp/coeurl 0.2.1 0.3.0: A simple async wrapper around CURL for C++
dev-cpp/cpp-jwt 1.5_pre20220727: JSON Web Token library for C++
dev-cpp/cpprestsdk 2.10.19-r3: A Microsoft project for cloud-based client-server communication.
dev-cpp/cpptoml 0.1.1: Header-only library for parsing TOML
dev-cpp/cpptrace 0.5.2 0.5.2-r1: Simple, portable, and self-contained stacktrace library for C++
dev-cpp/cpptrace 0.5.2-r1 0.6.0: Simple, portable, and self-contained stacktrace library for C++
dev-cpp/dpp 10.0.23 10.0.24 10.0.25 10.0.29 10.0.30: Lightweight C++ Discord bot library
dev-cpp/drogon 1.9.3 1.9.4: C++14/17 based HTTP web application framework
dev-cpp/fast_float 6.1.1: Fast and exact implementation of the C++ from_chars functions for number types
@@ -737,7 +737,7 @@ dev-python/pure-protobuf 3.0.1: Python implementation of Protocol Buffers data t
dev-python/py-nanoid 9999: Python Nanoid
dev-python/pyagentx 0.4-r1: Python AgentX Implementation
dev-python/pyclip 0.7.0-r1 9999: Python clipboard module
dev-python/pycpio 1.0.0 1.1.2-r1 1.1.4: Python CPIO library
dev-python/pycpio 1.0.0 1.1.2-r1 1.1.4 1.1.6: Python CPIO library
dev-python/pydispatcher 2.0.7: Multi-producer-multi-consumer signal dispatching mechanism
dev-python/pydub 0.25.1: Manipulate audio with an simple and easy high level interface
dev-python/pyfiglet 0.8_p1: Pure-python FIGlet implementation
@@ -857,7 +857,7 @@ dev-ruby/prawn-icon 3.1.0: Provides support for icons in Prawn
dev-ruby/prawn-svg 0.34.2: Provides support for SVG in Prawn
dev-ruby/prawn-templates 0.1.2-r1: Provides support for templates in Prawn
dev-ruby/pry-byebug 3.9.0 3.10.1: Step-by-step debugging and stack navigation in Pry
dev-ruby/rbspy 0.17.0-r1: Sampling CPU profiler for Ruby
dev-ruby/rbspy 0.17.0-r1 0.21.0: Sampling CPU profiler for Ruby
dev-ruby/rspec-wait 0.0.9: enables time-resilient expectations in your RSpec test suite
dev-ruby/ruby-install 0.9.3: Installs Ruby, JRuby, Rubinius, TruffleRuby, or MRuby.
dev-scheme/sagittarius 0.9.11: R6RS/R7RS Scheme system.
@@ -1438,7 +1438,7 @@ net-voip/discover-overlay 0.6.9-r1 0.7.4: Yet another Discord overlay for Linux
net-voip/gnome-calls 44.2 45.0: Phone dialer and call handler
net-voip/re 3.7.0-r1 3.8.0-r1 3.9.0-r1 3.10.0-r1 3.11.0-r1 3.12.0: Generic library for real-time communications with async IO support
net-voip/vvmd 0.8-r1: vvmd is a lower level daemon that retrieves Visual Voicemail
net-vpn/candy 5.8.6: A reliable, low-latency, and anti-censorship virtual private network
net-vpn/candy 5.8.7: A reliable, low-latency, and anti-censorship virtual private network
net-vpn/cloudflare-warp 2024.2.62-r2 2024.4.133-r1: Cloudflare Warp Client
net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
@@ -1668,7 +1668,7 @@ x11-misc/ksnip 1.10.1: Ksnip is a Qt based cross-platform screenshot tool
x11-misc/leftwm-theme 0.1.2_rc1: A theme mangager for LeftWM
x11-misc/picom-jonaburg 9999: A lightweight compositor for X11 (previously a compton fork)
x11-misc/pywal 3.3.0: Tool that generates color schemes from images
x11-misc/selx 1.1.0: Minimal X11 rectangle selection tool
x11-misc/selx 1.2.0: Minimal X11 rectangle selection tool
x11-misc/tbsm 0.5 0.6 0.7: A pure bash session or application launcher. Inspired by cdm, tdm and krunner
x11-misc/xbanish 1.8 1.8_p20230519: Banish the mouse cursor when typing, show it again when the mouse moves
x11-misc/xob 0.2 0.3: A lightweight overlay volume (or anything) bar for the X Window System

View File

@@ -1 +1 @@
Thu, 06 Jun 2024 20:49:13 +0000
Fri, 07 Jun 2024 22:03:48 +0000