2024-03-11 17:48:27 UTC

This commit is contained in:
Repository mirror & CI
2024-03-11 17:48:27 +00:00
parent c1d35850f5
commit d4571efc9c
27 changed files with 183 additions and 64 deletions

View File

@@ -0,0 +1,8 @@
DEFINED_PHASES=install preinst pretend
DESCRIPTION=Group for LMS
EAPI=8
INHERIT=acct-group
KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
SLOT=0
_eclasses_=user-info 9951b1a0e4f026d16c33a001fd2d5cdf acct-group 1ba28b31fccef7f4ff1cebfad243a633
_md5_=f45a602908de6723683104aec766f29b

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install postinst preinst prerm pretend
DESCRIPTION=User for LMS
EAPI=8
INHERIT=acct-user
KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
RDEPEND=acct-group/lms
SLOT=0
_eclasses_=user-info 9951b1a0e4f026d16c33a001fd2d5cdf acct-user 485d9a6aa1311a8ca9da380d8a8c6c76
_md5_=86a434b9d4eae2e75caa8688533526f9

View File

@@ -6,6 +6,6 @@ INHERIT=bash-completion-r1
KEYWORDS=~amd64
LICENSE=Apache-2.0
SLOT=0
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.106.0/pulumi-v3.106.0-linux-x64.tar.gz )
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.109.0/pulumi-v3.109.0-linux-x64.tar.gz )
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
_md5_=d6600f8961b9348c7bc7cfcc8bfebe86

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install prepare test unpack
DESCRIPTION=Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
EAPI=8
HOMEPAGE=https://github.com/go-acme/lego/
INHERIT=go-module
IUSE=doc
KEYWORDS=~amd64 ~arm64
LICENSE=MIT Apache-2.0 BSD-2 BSD ISC MPL-2.0
PROPERTIES=test_network
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/go-acme/lego/archive/v4.16.1.tar.gz -> lego-4.16.1.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/lego-4.16.0/deps.tar.xz -> lego-4.16.0-deps.tar.xz doc? ( https://github.com/go-acme/lego/archive/14be9e1e1c33a1e370b7fc76ebe3e6fba938c87d.tar.gz -> lego-4.16.1-docs.tar.gz )
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 83fd3ed1657cfc316c93d6a37018290d
_md5_=8a9c28ff398a2271d9d5e211c98bd77f

View File

@@ -1,5 +1,5 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install test unpack
DEFINED_PHASES=compile install prepare test unpack
DESCRIPTION=Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
EAPI=8
HOMEPAGE=https://github.com/go-acme/lego/
@@ -10,4 +10,4 @@ PROPERTIES=test_network live
RESTRICT=test strip
SLOT=0
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 83fd3ed1657cfc316c93d6a37018290d git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
_md5_=f3ad52e2a4c50d1704e64622d3e11c5d
_md5_=006ba30d5a68cec1ea6fbd768ce96189

View File

@@ -5,7 +5,7 @@ DESCRIPTION=A hex editor for reverse engineers, programmers, and eyesight
EAPI=8
HOMEPAGE=https://github.com/WerWolv/ImHex
INHERIT=cmake llvm toolchain-funcs desktop
IUSE=+system-llvm test +lto
IUSE=+system-llvm test lto
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=app-arch/zstd[zlib] app-forensics/yara >=dev-cpp/nlohmann_json-3.10.2 dev-libs/capstone dev-libs/nativefiledialog-extended >=dev-libs/libfmt-8.0.0:= media-libs/freetype media-libs/glfw media-libs/glm net-libs/libssh2 net-libs/mbedtls net-misc/curl sys-apps/dbus sys-apps/file sys-apps/xdg-desktop-portal virtual/libiconv virtual/libintl
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/WerWolv/ImHex/releases/download/v1.33.1/Full.Sources.tar.gz -> imhex-1.33.1.tar.gz https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v1.33.1.tar.gz -> imhex-patterns-1.33.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c llvm-utils e59dc622da7e7e7f16879105bed34858 llvm 1eea65d11f743b8e256ef279b652a2e6 desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=60b69d50223206fa9a71c4737b98d6f2
_md5_=af979c44ae22169b6a12d2cdb1b7d1ba

View File

@@ -11,4 +11,4 @@ RESTRICT=test
SLOT=0
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.113.0/Linux.pulsar-1.113.0.tar.gz -> pulsar-bin-1.113.0-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.113.0/ARM.Linux.pulsar-1.113.0-arm64.tar.gz -> pulsar-bin-1.113.0-arm64.tar.gz )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6654b9cc0ed7caa5783af79b9f40fdcf
_md5_=baf50b0d91011ca9c8f73fafaeb4d300

View File

@@ -9,6 +9,6 @@ LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-core dev-libs/nspr app-crypt/libsecret dev-libs/expat dev-libs/glib dev-libs/nss dev-libs/openssl-compat dev-vcs/git media-libs/alsa-lib media-libs/mesa net-misc/curl net-print/cups sys-apps/dbus sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3[X] x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libxshmfence x11-libs/libXrandr x11-libs/pango
RESTRICT=test
SLOT=0
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.1/Linux.pulsar-1.112.1.tar.gz -> pulsar-bin-1.112.1-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.1/ARM.Linux.pulsar-1.112.1-arm64.tar.gz -> pulsar-bin-1.112.1-arm64.tar.gz )
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.114.0/Linux.pulsar-1.114.0.tar.gz -> pulsar-bin-1.114.0-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.114.0/ARM.Linux.pulsar-1.114.0-arm64.tar.gz -> pulsar-bin-1.114.0-arm64.tar.gz )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6654b9cc0ed7caa5783af79b9f40fdcf
_md5_=baf50b0d91011ca9c8f73fafaeb4d300

View File

@@ -5,5 +5,5 @@ HOMEPAGE=https://github.com/ThatOneCalculator/NerdFetch
KEYWORDS=~amd64 ~arm64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.1.0.tar.gz -> nerdfetch-8.1.0.tar.gz
SRC_URI=https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.1.1.tar.gz -> nerdfetch-8.1.1.tar.gz
_md5_=4dbca56f76a79fd5eddc59fa8d7399fe

View File

@@ -1,6 +1,6 @@
BDEPEND=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/poetry-core-1.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pyperclip-1.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyperclip-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyyaml-7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tzlocal[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/appdirs-1.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/appdirs-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/textual-0.47.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/textual-0.48.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/python-dateutil-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEPEND=>=dev-python/pyperclip-1.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyperclip-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyyaml-7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tzlocal[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/appdirs-1.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/appdirs-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/textual[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/python-dateutil-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=A TUI todo manager
EAPI=8
HOMEPAGE=https://github.com/kraanzu/dooit https://pipy.org/project/dooit
@@ -8,9 +8,9 @@ INHERIT=distutils-r1
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/pyperclip-1.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyperclip-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyyaml-7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tzlocal[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/appdirs-1.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/appdirs-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/textual-0.47.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/textual-0.48.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/python-dateutil-3.0.0[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 )
RDEPEND=>=dev-python/pyperclip-1.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyperclip-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pyyaml-7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tzlocal[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/appdirs-1.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/appdirs-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/textual[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/python-dateutil-3.0.0[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
SRC_URI=https://github.com/kraanzu/dooit/archive/refs/tags/v2.2.0.tar.gz -> dooit-2.2.0.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a
_md5_=d238aba4bd3553dee0fbc4bb949b9cf9
_md5_=355005909cf665ba012a35d952f7e952

View File

@@ -12,4 +12,4 @@ RDEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) postgres? ( dev-d
SLOT=0
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.10.3.tar.gz -> wt-4.10.3.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
_md5_=e5fd240fc45a96d8c22067c3da1d6d4e
_md5_=041e5eb8675ff46efeb5cc64957b4358

View File

@@ -0,0 +1,15 @@
BDEPEND=doc? ( app-text/doxygen[dot] dev-qt/qtchooser dev-qt/qthelp ) app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost media-libs/libharu media-gfx/graphicsmagick x11-libs/pango sys-libs/zlib virtual/opengl
DESCRIPTION=Wt, C++ Web Toolkit
EAPI=8
HOMEPAGE=https://www.webtoolkit.eu/wt https://github.com/emweb/wt
INHERIT=cmake
IUSE=doc firebird mysql pdf postgres ssl
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost media-libs/libharu media-gfx/graphicsmagick x11-libs/pango sys-libs/zlib virtual/opengl
SLOT=0
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.10.4.tar.gz -> wt-4.10.4.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
_md5_=041e5eb8675ff46efeb5cc64957b4358

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[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 ) 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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Library for accessing ar files
EAPI=8
HOMEPAGE=https://github.com/viraptor/arpy
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=BSD
RDEPEND=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 ) || ( 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/a/arpy/arpy-2.3.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=ca4b8cafded4359b9206b27a16924966

View File

@@ -0,0 +1,16 @@
BDEPEND=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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Plotting on terminal
EAPI=8
HOMEPAGE=https://github.com/piccolomo/plotext
INHERIT=distutils-r1
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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
SLOT=0
SRC_URI=https://github.com/piccolomo/plotext/archive/refs/tags/5.3.0.tar.gz -> plotext-5.3.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a
_md5_=ea9ea60902f8229ab3cfba892f957184

File diff suppressed because one or more lines are too long

View File

@@ -12,6 +12,6 @@ RDEPEND=dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/noprobelm/tempy/archive/815893b.tar.gz -> tempy-1.3.0.gh.tar.gz
SRC_URI=https://github.com/noprobelm/tempy/archive/fb0db08.tar.gz -> tempy-1.4.0.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a
_md5_=ac0d6ecf92f2a7c982fbfbf2ebecec77
_md5_=a0a0c834bd98550a05ab9f3d372cb185

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/pytest-cov[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mkdocstrings[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mkdocstrings-python[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9.0.11[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-material-10.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/time-machine-2.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/time-machine-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/textual-dev-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/textual-dev-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/griffe[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/poetry-core-1.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Modern Text User Interface framework
EAPI=8
HOMEPAGE=https://github.com/Textualize/textual https://pypi.org/project/textual/
INHERIT=distutils-r1 optfeature
IUSE=doc test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-it-py-2.1.0[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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v0.47.1.tar.gz -> textual-0.47.1.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=4133d7fafbb6ad50f283f2009cb7cefc

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/textual-dev-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/textual-dev-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/griffe[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/poetry-core-1.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-exclude[python_targets_python3_12(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_12(-)] dev-python/pytz[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_11(-)] dev-python/pytz[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] dev-python/mkdocstrings[python_targets_python3_10(-)] dev-python/mkdocstrings-python[python_targets_python3_10(-)] dev-python/mkdocs-material[python_targets_python3_10(-)] dev-python/mkdocs-exclude[python_targets_python3_10(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_10(-)] dev-python/pytz[python_targets_python3_10(-)] ) ) dev-vcs/git )
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Modern Text User Interface framework
EAPI=8
HOMEPAGE=https://github.com/Textualize/textual https://pypi.org/project/textual/
INHERIT=distutils-r1 docs optfeature
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v0.52.1.tar.gz -> textual-0.52.1.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a docs 7f3c0d47338743498c69f1887a139f57 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=d8ab2a19d45c4461815d9121b378870b

File diff suppressed because one or more lines are too long

View File

@@ -10,4 +10,4 @@ RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/Kron4ek/Conty/releases/download/1.25.1/conty_lite_dwarfs.sh
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91
_md5_=b3ee78136a3eb3fc856372e4629ffa48
_md5_=c1f67bf8f2cadfb832106b7c895d8a69

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare test
DEPEND=acct-user/lms dev-cpp/wt dev-libs/boost dev-libs/libconfig[cxx] media-libs/taglib media-video/ffmpeg !stb? ( media-gfx/graphicsmagick ) stb? ( dev-libs/stb )
DESCRIPTION=Lightweight Music Server.
EAPI=8
HOMEPAGE=http://lms-demo.poupon.dev/ https://github.com/epoupon/lms
INHERIT=cmake flag-o-matic pam systemd
IUSE=test stb
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=acct-user/lms dev-cpp/wt dev-libs/boost dev-libs/libconfig[cxx] media-libs/taglib media-video/ffmpeg !stb? ( media-gfx/graphicsmagick )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/epoupon/lms/archive/refs/tags/v3.50.1.tar.gz -> lms-3.50.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942
_md5_=96ab944483505367b11a9fab3bc6e4b2

View File

@@ -1,16 +0,0 @@
BDEPEND=doc? ( dev-python/furo[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/jinja2-cli[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sphinx-copybutton[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?] =dev-python/ManimPango-0.4*[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/mapbox_earcut[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/matplotlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyrr[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?] app-text/texlive media-libs/mesa media-video/ffmpeg x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] )
DESCRIPTION=Animation engine for explanatory math videos
EAPI=8
HOMEPAGE=https://github.com/3b1b/manim https://pypi.org/project/manimgl/
INHERIT=distutils-r1
IUSE=doc python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?] =dev-python/ManimPango-0.4*[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/mapbox_earcut[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/matplotlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyrr[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?] app-text/texlive media-libs/mesa media-video/ffmpeg x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] ) 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 )
SLOT=0
SRC_URI=https://github.com/3b1b/manim/archive/refs/tags/v1.6.1.tar.gz -> manimgl-1.6.1.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a
_md5_=f7515470097d202a56e8060394fca490

View File

@@ -0,0 +1,15 @@
BDEPEND=doc? ( dev-python/furo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja2-cli[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-copybutton[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/ManimPango-0.4*[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mapbox_earcut[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[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(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] )
DESCRIPTION=Animation engine for explanatory math videos
EAPI=8
HOMEPAGE=https://github.com/3b1b/manim https://pypi.org/project/manimgl/
INHERIT=distutils-r1 git-r3
IUSE=doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
LICENSE=MIT
PROPERTIES=live
RDEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/ManimPango-0.4*[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mapbox_earcut[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[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(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] ) 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_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8904b60325f22500b0c3ad4b68a42448 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ecb6da69bf4eb19761b48d6d3889c23a git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
_md5_=07898e9e3b98666078dab13d80c63d94

View File

@@ -5,8 +5,9 @@ HOMEPAGE=https://pop.com/home
INHERIT=unpacker xdg-utils
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=app-accessibility/at-spi2-core dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango
RESTRICT=strip
SLOT=0
SRC_URI=https://download.pop.com/desktop-app/linux/8.0.21/pop_8.0.21_amd64.deb
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=2350ef2c4185b33fa354163121ae7a86
_md5_=e47f16574397a4b84306e95e275377b7

View File

@@ -15,6 +15,7 @@ acct-group/invidious 0: System group: invidious
acct-group/laminar 0: System group: laminar
acct-group/libmedium 0: A group for www-apps/libmedium
acct-group/librarian 0: A group for www-apps/librarian
acct-group/lms 0: Group for LMS
acct-group/mastoposter 0: System group: mastoposter
acct-group/mautrix 0: Group for Mautrix Bridges
acct-group/mock 0: System group: mock
@@ -53,6 +54,7 @@ acct-user/invidious 0: System user: invidious
acct-user/laminar 0: System user: laminar
acct-user/libmedium 0: An user for www-apps/libmedium
acct-user/librarian 0: An user for www-apps/librarian
acct-user/lms 0: User for LMS
acct-user/mastoposter 0: System user: mastoposter
acct-user/mautrix-discord 0: User for Mautrix Discord Bridge
acct-user/mautrix-facebook 0: User for Mautrix Facebook Bridge
@@ -107,7 +109,7 @@ app-admin/oet 0.1.9 0.1.10 9999: Update your system into binpkgs in an overlay s
app-admin/overmind 2.2.2-r1 2.4.0: Process manager for Procfile-based applications and tmux
app-admin/pass-audit 1.2: A pass extension for auditing your password repository.
app-admin/pass-update 2.2.1: pass extension that provides an easy flow for updating passwords
app-admin/pulumi-bin 3.106.0 3.107.0 3.108.0: Infrastructure as code in any programming language
app-admin/pulumi-bin 3.107.0 3.108.0 3.109.0: Infrastructure as code in any programming language
app-admin/rbw 9999: unofficial bitwarden cli
app-admin/s-tui 1.1.4: Stress-Terminal UI monitoring tool
app-admin/synadm 0.43.1 0.44: Command line admin tool for Synapse
@@ -145,7 +147,7 @@ app-crypt/configuradorfnmt 1.0.1: Spanish government certificate request generat
app-crypt/gnome-encfs-manager 1.9-r1 1.9-r2: An easy to use manager and mounter for encfs stashes
app-crypt/ifcplugin-bin 3.1.1.0: Crypto Interface Web Browser Plugin
app-crypt/intel-ipsec-mb 1.1 1.2 1.3 1.5 9999: Multi-Buffer Crypto for IPSec from Intel
app-crypt/lego 4.14.2 4.15.0 4.16.0 9999: Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
app-crypt/lego 4.14.2 4.15.0 4.16.0 4.16.1 9999: Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
app-crypt/pinentry-bemenu 0.11.0 0.12.0: Pinentry based on bemenu
app-crypt/reop 2.1.1: reasonable expectation of privacy
app-crypt/tang 14 15: Tang binding daemon
@@ -177,13 +179,13 @@ app-doc/openbsd-manpages 6.9 7.0: OpenBSD manual pages
app-doc/stdman 2022.07.30 9999: Formatted C++ stdlib man pages (cppreference)
app-doc/sway-wiki 9999: Wiki of gui-wm/sway, rendered to HTML using kramdown-parser-gfm
app-editors/amp 0.7.0: A complete text editor for your terminal.
app-editors/imhex 1.33.1: A hex editor for reverse engineers, programmers, and eyesight
app-editors/imhex 1.33.1-r1: A hex editor for reverse engineers, programmers, and eyesight
app-editors/kakoune-lsp 16.0.0: Kakoune Language Server Protocol Client
app-editors/kitscenarist 0.7.2_rc9: Simple and powerful application for creating screenplays.
app-editors/lapce 0.3.1 9999: Lightning-fast and Powerful Code Editor written in Rust
app-editors/mined 2015.25: A powerful text editor with extensive Unicode and CJK support
app-editors/neovim-qt 0.2.17-r1 0.2.18: Neovim client library and GUI, in Qt
app-editors/pulsar-bin 1.112.1 1.113.0: A Community-led Hyper-Hackable Text Editor
app-editors/pulsar-bin 1.113.0 1.114.0: A Community-led Hyper-Hackable Text Editor
app-editors/typora-bin 1.7.6: a markdown editor,markdown reader.
app-emacs/idris-mode 1.0 9999: Idris syntax highlighting, compiler-supported editing, and interactive REPL
app-emacs/prop-menu 0.1.2: Compute pop-up menus from text and overlay properties
@@ -258,7 +260,7 @@ app-misc/minder 1.14.0 1.15.6 1.16.2: Mind-mapping application for Elementary OS
app-misc/mobile-datovka 1.10.0: Mobile optimized GUI to access the Czech data box e-government system
app-misc/navi 2.23.0: An interactive cheatsheet tool for the command-line
app-misc/neo 0.6.1 9999: cmatrix clone with 32-bit color and Unicode support
app-misc/nerdfetch 8.1.0: A POSIX *nix fetch script using Nerdfonts
app-misc/nerdfetch 8.1.1: A POSIX *nix fetch script using Nerdfonts
app-misc/nonsense 0.7-r1: Generates random text from datafiles and templates
app-misc/nwg-look 0.2.2 0.2.4 0.2.5: GTK3 settings editor adapted to work in the sway / wlroots environment
app-misc/nwg-shell-wallpapers 1.3 1.4 1.5: Selection of wallpapers contributed to the nwg-shell project
@@ -340,7 +342,7 @@ app-shells/zsh-silver 9999: Zsh plugin for silver
app-text/OCRmyPDF 14.1.0 14.2.1: OCRmyPDF adds an OCR text layer to scanned PDF files
app-text/cmark-gfm 0.29.0.13: GitHub's fork of cmark
app-text/code-minimap 0.6.4 0.6.7: A high performance code minimap generator
app-text/dooit 2.2.0: A TUI todo manager
app-text/dooit 2.2.0-r1: A TUI todo manager
app-text/epubgrep 0.6.2: Search tool for EPUB e-books
app-text/ford 6.2.5 7.0.5: FORD, automatic documentation generator for modern Fortran programs
app-text/klogg 22.06.0.1289: A GUI application to browse and search through long and complex log files
@@ -599,7 +601,7 @@ dev-cpp/units 2.3.3: A compile-time, header-only, dimensional analysis and unit
dev-cpp/vexcl 1.4.3-r2: VexCL - Vector expression template library for OpenCL
dev-cpp/wangle 2023.02.06.00: Framework providing common client/server abstractions
dev-cpp/workflow 0.10.2-r1 0.10.3 0.10.5 9999: C++ Parallel Computing and Asynchronous Networking Engine
dev-cpp/wt 4.10.3: Wt, C++ Web Toolkit
dev-cpp/wt 4.10.3 4.10.4: Wt, C++ Web Toolkit
dev-cpp/xdgpp 0_pre20201007-r1: C++17 header-only implementation of the XDG Base Directory Specification
dev-cpp/xtensor 0.24.4: header-only C++ library for numerical analysis with multi-dimensional arrays
dev-cpp/xtl 0.7.5: Algorithms and containers used by the xtensor stack and the xeus stack
@@ -935,6 +937,7 @@ dev-python/ahocorasick 2.0.0: Python module implementing Aho-Corasick algorithm
dev-python/aiomysql 0.1.1: aiomysql is a library for accessing a MySQL database from the asyncio
dev-python/aiopg 1.4.0: Postgres integration with asyncio
dev-python/almost 0.1.5: A helper for approximate comparison
dev-python/arpy 2.3.0: Library for accessing ar files
dev-python/ascim 0.1.1: Manipulate ASCII art as you would do with raster images
dev-python/asgi-lifespan 2.0.0 2.1.0: Programmatic startup/shutdown of ASGI apps
dev-python/aspectlib 2.0.0 2.0.0-r1: Aspect-oriented programming, monkey-patch and decorators library
@@ -1115,6 +1118,7 @@ dev-python/pg8000 1.29.4: PostgreSQL interface library
dev-python/phx-class-registry 3.0.5-r1 4.0.6: An intersection of the Registry and Factory pattern
dev-python/pip-api 0.0.30: An unofficial, importable pip API
dev-python/playsound 1.3.0: Single function module with no dependencies for playing sounds.
dev-python/plotext 5.3.0: Plotting on terminal
dev-python/plum 0.8.7: Pack/Unpack Memory
dev-python/podman-compose 1.0.6: A script to run docker-compose.yml using Podman
dev-python/portio 0.5-r1: Python low level port I/O for Linux x86
@@ -1153,6 +1157,7 @@ dev-python/pynmea2 1.18.0: Python library for the NMEA 0183 protcol
dev-python/pynput 1.7.6: Sends virtual input commands
dev-python/pyodbc 4.0.35: Python ODBC library
dev-python/pypandoc 1.4 1.11: Pypandoc provides a thin wrapper for pandoc, a universal document converter
dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
dev-python/pyrr 0.10.3: A cross platform utility library for ModernGL
dev-python/pysaml2 7.4.2: Python implementation of SAML Version 2 Standard
@@ -1235,10 +1240,10 @@ dev-python/svgelements 1.9.3 1.9.6: SVG Parsing for Elements, Paths, and other S
dev-python/sysv_ipc 1.1.0: System V IPC primitives for python
dev-python/templated-dictionary 1.4: Python dictionary with Jinja2 expansion
dev-python/tempus-themes 2.3.0.20220206: Accessible themes for Pygments
dev-python/tempy 1.3.0: A simple, visually pleasing weather report in your terminal
dev-python/tempy 1.4.0: A simple, visually pleasing weather report in your terminal
dev-python/termynal 0.12.1: A lightweight and modern animated terminal window
dev-python/testrepository 0.0.20-r200: A repository of test results
dev-python/textual 0.47.1: Modern Text User Interface framework
dev-python/textual 0.52.1: Modern Text User Interface framework
dev-python/textual-dev 1.4.0: Modern Text User Interface framework
dev-python/timeslot 0.1.2: Time slots/intervals with an arbitrary start and stop
dev-python/trailrunner 1.2.1: Walk paths and run things
@@ -1338,7 +1343,7 @@ dev-util/pmbootstrap 1.51.0: Helper tool for developing and building postmarketO
dev-util/qshaderedit 0.1.5: Multiplatform shader editor inspired by Apple's OpenGL Shader Builder
dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
dev-util/reflex 0.3.1: A small tool to watch a directory and rerun a command when certain files change
dev-util/rye 0.28.0: a Hassle-Free Python Experience
dev-util/rye 0.29.0: a Hassle-Free Python Experience
dev-util/spi-tools 1.0.2: Simple command line tools to help using Linux spidev devices
dev-util/stripe-cli 9999: A command-line tool for Stripe
dev-util/stylua 0.20.0: A code formatter for Lua
@@ -1655,6 +1660,7 @@ media-sound/hushboard 0.0_pre20220518 9999: Mutes your microphone while you are
media-sound/ibniz 1.18-r1: virtual machine designed for extremely compact low-level audiovisual programs
media-sound/jacktrip 1.7.1-r1: Send JACK audio over a network
media-sound/jriver 31.0.83: A cross-platform media center, famous for high quality of audio.
media-sound/lms 3.50.1: Lightweight Music Server.
media-sound/loudgain 0.6.8-r1: Versatile ReplayGain 2.0 loudness normalizer
media-sound/mopidy 3.4.2: An extensible music server written in Python.
media-sound/mpd-mpris 0.3.1 0.4.0 0.4.1: An implementation of the MPRIS protocol for MPD.
@@ -1685,7 +1691,7 @@ media-video/ffsubsync 0.4.25: Automagically syncronize subtitles with video
media-video/kikoplay 0.9.3 9999: KikoPlay is a full-featured danmu player
media-video/kooha 2.2.3: GTK4 screen recorder for Wayland
media-video/lossless-cut 3.54.0 3.54.0-r1 3.56.0: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
media-video/manimgl 1.6.1: Animation engine for explanatory math videos
media-video/manimgl 9999: Animation engine for explanatory math videos
media-video/mediaelch 2.10.4 2.10.6 9999: Video metadata scraper
media-video/megapixels 1.4.3: A GTK3 camera application that knows how to deal with the media request api
media-video/mpc-qt 23.12: Media Player Classic Qute Theater

View File

@@ -1 +1 @@
Sun, 10 Mar 2024 23:03:23 +0000
Mon, 11 Mar 2024 17:48:27 +0000

View File

@@ -533,6 +533,7 @@ media-sound/drumgizmo:vst - Build VST plugin
media-sound/g4music:pipewire - Enable support for the PipeWire audio sink
media-sound/jacktrip:rtaudio - Enable rtaudio backend
media-sound/jacktrip:virtualstudio - Enable VirtualStudio extension
media-sound/lms:stb - Use dev-libs/stb graphic library instead of media-gfx/graphicsmagick
media-sound/musikcube:alsa - Build plugin for alsa-out.
media-sound/musikcube:basu - Build plugin to support MPRIS using basu.
media-sound/musikcube:elogind - Build plugin to support MPRIS using elogind.
@@ -921,7 +922,7 @@ sys-process/nq:tq - Install tq, a tmux & screen wrapper
www-apps/forgejo:acct - User and group management via acct-*/git packages
www-client/badwolf:webkit41 - Use net-libs/webkit-gtk:4.1 (uses libsoup3 and so allows HTTP/2) instead of net-libs/webkit-gtk:4
www-client/vimb:adblock - Use www-misc/wyebadblock for adblocking
www-client/yandex-browser:ffmpeg-codecs - Use www-plugins/yandex-browser-ffmpeg-codecs-bin for multi-threaded ffmpeg codecs for the HTML5 <audio> and <video> tags
www-client/yandex-browser:ffmpeg-codecs - Use media-video/ffmpeg-chromium for multi-threaded ffmpeg codecs for the HTML5 <audio> and <video> tags
www-plugins/firefoxpwa:custom-cflags - Disable the default use of clang and lld with LTO and all other manipulations of CFLAGS. Disabling this may cause the build and/or LTO to fail.
www-plugins/firefoxpwa:lto - Enable Link Time Optimization (LTO).
www-servers/hinsightd:cgi - Enable old/slow cgi support (legacy should not be used)