mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
2024-05-21 21:18:43 UTC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=dev-perl/XML-Parser dev-libs/libdbf doc? ( app-text/docbook-sgml-utils ) virtual/pkgconfig
|
||||
DEPEND=dev-libs/libdbf dev-perl/XML-Parser doc? ( app-text/docbook-sgml-utils ) virtual/pkgconfig
|
||||
DESCRIPTION=Command line tool to read the content of dBASE III, IV, and 5.0 files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/rollinhand/dbf-core
|
||||
@@ -8,7 +8,8 @@ INHERIT=autotools
|
||||
IUSE=doc
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/libdbf
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/rollinhand/dbf-core/archive/8c1df2e694ca81a2c2ff1d7de150629e69092ea1.tar.gz -> dbf-0.9.0.tgz
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d
|
||||
_md5_=f3da3060ea180763146bf628778b16df
|
||||
_md5_=b799b078885e955395fba1014f2c4643
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=install
|
||||
DEPEND=sys-libs/zlib:=
|
||||
DESCRIPTION=Manager for the Ledger hardware wallet
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.ledger.com/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=all-rights-reserved
|
||||
RDEPEND=sys-libs/zlib:= sys-fs/fuse:0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://download.live.ledger.com/ledger-live-desktop-2.68.1-linux-x86_64.AppImage -> ledger-live-2.68.1.AppImage
|
||||
_md5_=1c098fadfdc61a8cc967d8b069954c26
|
||||
@@ -1,11 +0,0 @@
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Manager for the Ledger hardware wallet
|
||||
EAPI=7
|
||||
HOMEPAGE=https://www.ledger.com/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=all-rights-reserved
|
||||
RDEPEND=sys-fs/fuse:0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://download.live.ledger.com/ledger-live-desktop-2.71.1-linux-x86_64.AppImage
|
||||
_md5_=f442c49bf4a841684d014f38f1868ee3
|
||||
@@ -1,11 +0,0 @@
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Manager for the Ledger hardware wallet
|
||||
EAPI=7
|
||||
HOMEPAGE=https://www.ledger.com/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=all-rights-reserved
|
||||
RDEPEND=sys-fs/fuse:0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://download.live.ledger.com/ledger-live-desktop-2.73.0-linux-x86_64.AppImage
|
||||
_md5_=f442c49bf4a841684d014f38f1868ee3
|
||||
@@ -7,5 +7,5 @@ LICENSE=all-rights-reserved
|
||||
RDEPEND=sys-fs/fuse:0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://download.live.ledger.com/ledger-live-desktop-2.73.1-linux-x86_64.AppImage
|
||||
SRC_URI=https://download.live.ledger.com/ledger-live-desktop-2.81.2-linux-x86_64.AppImage
|
||||
_md5_=73b7dff9694a3e25c8d517dd53ddbcec
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=virtual/pkgconfig doc? ( app-text/docbook-xml-dtd:4.3 app-text/xmlto ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=sys-apps/dbus[selinux?] pam? ( sys-libs/pam ) selinux? ( sec-policy/selinux-oddjob sys-libs/libselinux )
|
||||
DEPEND=sys-apps/dbus[selinux?] dev-libs/libxml2 pam? ( sys-libs/pam ) selinux? ( sec-policy/selinux-oddjob sys-libs/libselinux )
|
||||
DESCRIPTION=A D-Bus service which runs odd jobs on behalf of client applications
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pagure.io/oddjob
|
||||
@@ -8,9 +8,9 @@ INHERIT=autotools systemd
|
||||
IUSE=doc examples pam selinux
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=sys-apps/dbus[selinux?] pam? ( sys-libs/pam ) selinux? ( sec-policy/selinux-oddjob sys-libs/libselinux )
|
||||
RDEPEND=sys-apps/dbus[selinux?] dev-libs/libxml2 pam? ( sys-libs/pam ) selinux? ( sec-policy/selinux-oddjob sys-libs/libselinux )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://releases.pagure.org/oddjob/oddjob-0.34.7.tar.gz
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=39189369a177cf36c424726e7a43e28c
|
||||
_md5_=1675c1a94ba89b296bf4edb2a130eb78
|
||||
@@ -6,7 +6,8 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop xdg
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=media-libs/mesa[opengl(+)] x11-libs/libXcursor x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mbrlabs/Lorien/releases/download/v0.6.0/Lorien_v0.6.0_Linux.tar.xz -> lorien-bin-0.6.0.tar.xz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=d0a7958ec33cd1c4b007b7e11bf0543b
|
||||
_md5_=7616b760b5e25284c4e707f6c78b0b87
|
||||
@@ -1,14 +1,16 @@
|
||||
BDEPEND=dev-cpp/fast_float >=dev-cpp/simdutf-5.2.0:= test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
BDEPEND=dev-cpp/fast_float test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-cpp/simdutf-5.2.0:=
|
||||
DESCRIPTION=scanf for modern C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://scnlib.dev/
|
||||
HOMEPAGE=https://www.scnlib.dev/
|
||||
INHERIT=cmake
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-cpp/simdutf-5.2.0:=
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/eliaskosunen/scnlib/archive/refs/tags/v2.0.2.tar.gz -> scnlib-2.0.2.tar.gz
|
||||
SRC_URI=https://github.com/eliaskosunen/scnlib/archive/refs/tags/v2.0.3.tar.gz -> scnlib-2.0.3.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=54f7789aaf3a1259a8909a1718ec9bd1
|
||||
_md5_=2dc272ea835a083f23cc592a3ba1179b
|
||||
@@ -7,7 +7,8 @@ HOMEPAGE=https://github.com/lunn/mv88e6xxx_dump
|
||||
INHERIT=autotools
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=net-libs/libmnl:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/lunn/mv88e6xxx_dump/archive/25fa4d07d7a5551fee6d8d7ad128cdffd50532c8.tar.gz -> mv88e6xxx-dump-0.2.0_pre20210327.tar.gz
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d
|
||||
_md5_=2ce4de642f058ca9252bb723d91b1aa6
|
||||
_md5_=306d305348ac9cde28a5f8c6df336a0b
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Library to interface with USB Type-c/Power Delivery devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/libtypec/libtypec
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/libtypec/libtypec/archive/refs/tags/libtypec-0.5.1.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=7d7fd9d2f338c1496735b94df9aabb5b
|
||||
14
metadata/md5-cache/dev-libs/libtypec-0.5.1-r1
Normal file
14
metadata/md5-cache/dev-libs/libtypec-0.5.1-r1
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DEPEND=virtual/libudev
|
||||
DESCRIPTION=Library to interface with USB Type-C/Power Delivery devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/libtypec/libtypec
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/libudev !<dev-libs/libtypec-0.5.1-r1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/libtypec/libtypec/archive/refs/tags/libtypec-0.5.1.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea meson aecae905c2e0c201d7925fae52a5576d
|
||||
_md5_=429a246f88275a223b6f24e98843df0f
|
||||
14
metadata/md5-cache/dev-libs/libtypec-utils-0.5.1
Normal file
14
metadata/md5-cache/dev-libs/libtypec-utils-0.5.1
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DEPEND=dev-libs/libtypec virtual/udev
|
||||
DESCRIPTION=Library to interface with USB Type-C/Power Delivery devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/libtypec/libtypec
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/libtypec virtual/udev
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/libtypec/libtypec/archive/refs/tags/libtypec-0.5.1.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea meson aecae905c2e0c201d7925fae52a5576d
|
||||
_md5_=c095cba1353ed95a6769637abadca859
|
||||
15
metadata/md5-cache/dev-lua/multipart-post-1.4
Normal file
15
metadata/md5-cache/dev-lua/multipart-post-1.4
Normal file
@@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=HTTP Multipart Post helper that does just that.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/catwell/lua-multipart-post
|
||||
INHERIT=lua
|
||||
IUSE=lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-lua/luasocket[lua_targets_luajit(-)?,lua_targets_lua5-1(-)?,lua_targets_lua5-3(-)?,lua_targets_lua5-4(-)?]
|
||||
REQUIRED_USE=|| ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/catwell/lua-multipart-post/archive/refs/tags/v1.4.tar.gz -> lua-multipart-post-1.4.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua 8f9406bfff123a92ad04e4ace3e7f89b
|
||||
_md5_=c3721af1783ac21f0d9f532890d6563d
|
||||
@@ -1,17 +0,0 @@
|
||||
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.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/poetry-core-1.9.0[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.58.1.tar.gz -> textual-0.58.1.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 docs 7f3c0d47338743498c69f1887a139f57 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=478306c05177abee08d1caa07a97fb9a
|
||||
17
metadata/md5-cache/dev-python/textual-0.62.0
Normal file
17
metadata/md5-cache/dev-python/textual-0.62.0
Normal 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/tree-sitter-languages[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.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/poetry-core-1.9.0[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-exclude[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-material[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-exclude[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-material[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-exclude[python_targets_python3_10(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_10(-)] dev-python/mkdocs-material[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.62.0.tar.gz -> textual-0.62.0.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 docs 7f3c0d47338743498c69f1887a139f57 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=0a562103af74e5f807ccbba5828ca854
|
||||
17
metadata/md5-cache/dev-python/tree-sitter-languages-1.10.2
Normal file
17
metadata/md5-cache/dev-python/tree-sitter-languages-1.10.2
Normal file
File diff suppressed because one or more lines are too long
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/rpm-software-management/mock/releases/download/mock-5.6-1/mock-5.6.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=367e2fe813db39dd0e8fa2535dce2caf
|
||||
_md5_=a0dc267f83dc58fc1b7d71236d6847d8
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DEPEND=>=dev-lang/go-1.20 gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3 app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
|
||||
DESCRIPTION=GTK3-based dock for Hyprland
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-dock-hyprland
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3 app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.1.7.tar.gz -> nwg-dock-hyprland-0.1.7.tar.gz mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.zip -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.zip mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.mod -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.0.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.zip -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20230802002603-b0c42cd8474f.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20230802002603-b0c42cd8474f.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.1.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.2.zip -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.2.zip mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.2.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.2.mod mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.zip -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.mod -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.3.zip -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.3.zip mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.3.mod -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.3.mod mirror://goproxy//github.com/stretchr/objx/@v/v0.1.0.mod -> github.com%2Fstretchr%2Fobjx%2F@v%2Fv0.1.0.mod mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.zip -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.zip mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.mod -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.zip mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.mod mirror://goproxy//golang.org/x/sys/@v/v0.11.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.11.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.11.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.11.0.mod mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.zip -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 go-env dbefaac6fd7019213514bccd65949d9a go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=db8961baf112b2a32c73557e34832f71
|
||||
15
metadata/md5-cache/gui-apps/nwg-dock-hyprland-0.1.9
Normal file
15
metadata/md5-cache/gui-apps/nwg-dock-hyprland-0.1.9
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DEPEND=>=dev-lang/go-1.20 gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3 app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
|
||||
DESCRIPTION=GTK3-based dock for Hyprland
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-dock-hyprland
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3 app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.1.9.tar.gz -> nwg-dock-hyprland-0.1.9.tar.gz mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.zip -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.zip mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.mod -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.0.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.zip -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20230802002603-b0c42cd8474f.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20230802002603-b0c42cd8474f.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20240515133811-5c5115f0d774.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20240515133811-5c5115f0d774.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20240515133811-5c5115f0d774.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20240515133811-5c5115f0d774.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.1.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.2.zip -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.2.zip mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.2.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.2.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.3.zip -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.3.zip mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.3.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.3.mod mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.zip -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.mod -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.3.zip -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.3.zip mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.3.mod -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.3.mod mirror://goproxy//github.com/stretchr/objx/@v/v0.1.0.mod -> github.com%2Fstretchr%2Fobjx%2F@v%2Fv0.1.0.mod mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.zip -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.zip mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.mod -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.zip mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.mod mirror://goproxy//golang.org/x/sys/@v/v0.11.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.11.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.11.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.11.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.19.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.19.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.19.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.19.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.20.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.20.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.20.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.20.0.mod mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.zip -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 go-env dbefaac6fd7019213514bccd65949d9a go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=d8bedefaa2d693fda91a8b85291186a8
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3 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/nwg-piotr/nwg-shell-config/archive/v0.5.36.tar.gz -> nwg-shell-config-0.5.36.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.38.tar.gz -> nwg-shell-config-0.5.38.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d 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 xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=9254b075df27e850da824ad35b4986db
|
||||
@@ -11,6 +11,6 @@ LICENSE=GPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/libinput:= dev-libs/wayland media-libs/mesa sys-auth/seatd:= virtual/libudev:= x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango x11-libs/pixman screencast? ( media-video/pipewire:= )
|
||||
REQUIRED_USE=screencast? ( dbus ) systemd? ( dbus ) ^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/YaLTeR/niri/archive/refs/tags/v0.1.5.tar.gz -> niri-0.1.5.tar.gz https://github.com/YaLTeR/niri/releases/download/v0.1.5/niri-0.1.5-vendored-dependencies.tar.xz
|
||||
SRC_URI=https://github.com/YaLTeR/niri/archive/refs/tags/v0.1.6.tar.gz -> niri-0.1.6.tar.gz https://github.com/YaLTeR/niri/releases/download/v0.1.6/niri-0.1.6-vendored-dependencies.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 172dcb548e750dda201deb8263a17124 llvm-utils e59dc622da7e7e7f16879105bed34858 llvm-r1 2e652182b1f239b07688071f959f19e4
|
||||
_md5_=e0a6f145e67fec88f739f92f0cd2eb40
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/meumeu/WiVRn
|
||||
INHERIT=cmake
|
||||
IUSE=nvenc +pipewire -pulseaudio systemd vaapi wireshark-plugins x264
|
||||
IUSE=nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
RDEPEND=vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark )
|
||||
@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Meumeu/WiVRn/archive/refs/tags/v0.14.1.tar.gz -> wivrn-0.14.1.tar.gz https://github.com/Meumeu/WiVRn/releases/download/v0.14.1/server-build-deps.tar.xz -> wivrn-0.14.1-server-build-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=f1ea9d65fc2cd790a18ed00c588f3b8f
|
||||
_md5_=14453b5aa79802028c37e7b599cc55c5
|
||||
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/meumeu/WiVRn
|
||||
INHERIT=cmake
|
||||
IUSE=nvenc +pipewire -pulseaudio systemd vaapi wireshark-plugins x264
|
||||
IUSE=nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
RDEPEND=vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark )
|
||||
@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Meumeu/WiVRn/archive/refs/tags/v0.15.tar.gz -> wivrn-0.15.tar.gz https://github.com/Meumeu/WiVRn/releases/download/v0.15/server-build-deps.tar.xz -> wivrn-0.15-server-build-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=f1ea9d65fc2cd790a18ed00c588f3b8f
|
||||
_md5_=14453b5aa79802028c37e7b599cc55c5
|
||||
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/meumeu/WiVRn
|
||||
INHERIT=cmake git-r3
|
||||
IUSE=nvenc +pipewire -pulseaudio systemd vaapi wireshark-plugins x264
|
||||
IUSE=nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark )
|
||||
@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/boostorg/pfr/archive/refs/tags/2.2.0.tar.gz -> boostpfr_2.2.0.tar.gz https://gitlab.freedesktop.org/monado/monado/-/archive/ffb71af26f8349952f5f820c268ee4774613e200/monado-ffb71af26f8349952f5f820c268ee4774613e200.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=f1ea9d65fc2cd790a18ed00c588f3b8f
|
||||
_md5_=14453b5aa79802028c37e7b599cc55c5
|
||||
|
||||
13
metadata/md5-cache/media-plugins/dtmediawiki-9999
Normal file
13
metadata/md5-cache/media-plugins/dtmediawiki-9999
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=install postinst setup unpack
|
||||
DEPEND=lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) media-gfx/darktable[lua] lua_single_target_lua5-4? ( dev-lua/luasec[lua_targets_lua5-4(-)] dev-lua/luajson[lua_targets_lua5-4(-)] dev-lua/multipart-post[lua_targets_lua5-4(-)] )
|
||||
DESCRIPTION=Wikimedia Commons export plugin for Darktable. Every upload is converted
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/trougnouf/dtMediaWiki
|
||||
INHERIT=git-r3 lua-single
|
||||
IUSE=+lua_single_target_lua5-4
|
||||
LICENSE=GPL-3
|
||||
PROPERTIES=live
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua-single 86d497a20c93c7ce83af442f627515c1
|
||||
_md5_=ef58630f404bb9c714febe5121a11cb1
|
||||
@@ -11,6 +11,6 @@ LICENSE=GPL-2+
|
||||
RDEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/glib
|
||||
REQUIRED_USE=^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v3.2/tio-3.2.tar.xz
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v3.3/tio-3.3.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua-single 86d497a20c93c7ce83af442f627515c1 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea meson aecae905c2e0c201d7925fae52a5576d bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
|
||||
_md5_=fe1b859b710161e15675f6b74056fefd
|
||||
15
metadata/md5-cache/net-mail/dovecot-fts-xapian-1.7.12
Normal file
15
metadata/md5-cache/net-mail/dovecot-fts-xapian-1.7.12
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=dev-libs/icu:= >=dev-libs/xapian-1.4:= net-mail/dovecot:=
|
||||
DESCRIPTION=Dovecot FTS plugin backed by Xapian
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/grosjo/fts-xapian
|
||||
INHERIT=autotools
|
||||
IUSE=static-libs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=dev-libs/icu:= >=dev-libs/xapian-1.4:= net-mail/dovecot:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/grosjo/fts-xapian/archive/refs/tags/1.7.12.tar.gz -> dovecot-fts-xapian-1.7.12.tar.gz
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d
|
||||
_md5_=a05cda6e3de23227d57af9909af6f932
|
||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-2+
|
||||
RDEPEND=caps? ( sys-libs/libcap ) systemd? ( sys-apps/systemd:0= )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/troglobit/smcroute/releases/download/2.5.6/smcroute-2.5.6.tar.gz
|
||||
SRC_URI=https://github.com/troglobit/smcroute/releases/download/2.5.7/smcroute-2.5.7.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info e967b81f54be6f49f4219a57ce7db437
|
||||
_md5_=c50d21858a3086ed62a2a409780e8cab
|
||||
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Mange/rtl8192eu-linux-driver/archive/3cffd844ecf070346b1b4952164bc6658701c69e.tar.gz -> rtl8192eu-0_pre20240120.tar.gz
|
||||
SRC_URI=https://github.com/Mange/rtl8192eu-linux-driver/archive/a5ac6789a78a4f5ca0bf157a0f62385ea034cb9c.tar.gz -> rtl8192eu-0_pre20240518.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils 145861da258122cbba5240a850f1a5e8 edo 367e103a74bf77e6a8da7894d999fa3c linux-info e967b81f54be6f49f4219a57ce7db437 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 9ccd2b29cd75bd48092f8f46b07fc935
|
||||
_md5_=d93ba76de42c7a040b9ed60bff585756
|
||||
_md5_=66376d72e6ff4047f9311ba5da252a85
|
||||
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tomaspinho/rtl8821ce/archive/66983b69120a13699acf40a12979317f29012111.tar.gz -> rtl8821ce-0_pre20240120.tar.gz
|
||||
SRC_URI=https://github.com/tomaspinho/rtl8821ce/archive/f119398d868b1a3395f40c1df2e08b57b2c882cd.tar.gz -> rtl8821ce-0_pre20240326.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils 145861da258122cbba5240a850f1a5e8 edo 367e103a74bf77e6a8da7894d999fa3c linux-info e967b81f54be6f49f4219a57ce7db437 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 9ccd2b29cd75bd48092f8f46b07fc935
|
||||
_md5_=ec279f44f8a1d616b6e8a76e4b9c5b3b
|
||||
_md5_=69c18ac222362c40231f0d6381bffd89
|
||||
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/morrownr/8821cu-20210916/archive/5b39398e2de146edeb76716420f3288f508bea61.tar.gz -> rtl8821cu-0_pre20240121.tar.gz
|
||||
SRC_URI=https://github.com/morrownr/8821cu-20210916/archive/3eacc28b721950b51b0249508cc31e6e54988a0c.tar.gz -> rtl8821cu-0_pre20240503.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils 145861da258122cbba5240a850f1a5e8 edo 367e103a74bf77e6a8da7894d999fa3c linux-info e967b81f54be6f49f4219a57ce7db437 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 9ccd2b29cd75bd48092f8f46b07fc935
|
||||
_md5_=1bac1aacf14239edead511477f88d0af
|
||||
_md5_=fcd786a7cd430ca7fe08bfda2581a644
|
||||
@@ -1,5 +1,5 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare
|
||||
DEPEND=sys-fs/dosfstools sys-fs/exfat-utils sys-block/parted
|
||||
DEPEND=sys-fs/dosfstools sys-fs/exfat-utils sys-fs/fuse-exfat sys-block/parted
|
||||
DESCRIPTION=Creator of bootable USBs, with ability to copy ISOs, persistence storage
|
||||
EAPI=8
|
||||
HOMEPAGE=http://www.ventoy.net
|
||||
@@ -7,9 +7,8 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=sys-fs/dosfstools sys-fs/exfat-utils sys-block/parted
|
||||
RESTRICT=strip mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ventoy/Ventoy/releases/download/v1.0.97/ventoy-1.0.97-linux.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=e45f3b0cefdc698e1f596c1a4b0cea88
|
||||
_md5_=a672f0e7bdacdc9c5aa95880c65a4cb9
|
||||
|
||||
15
metadata/md5-cache/sys-kernel/ugrd-1.6.0
Normal file
15
metadata/md5-cache/sys-kernel/ugrd-1.6.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=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 postinst prepare test
|
||||
DESCRIPTION=Python based initramfs generator with TOML defintions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/ugrd
|
||||
INHERIT=distutils-r1 optfeature shell-completion
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-misc/pax-utils >=dev-python/zenlib-2.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pycpio-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pciutils 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/ugrd/archive/refs/tags/1.6.0.tar.gz -> ugrd-1.6.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 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
|
||||
_md5_=d6c936b5a09817e201c7c633fef7849d
|
||||
15
metadata/md5-cache/sys-kernel/ugrd-1.7.0
Normal file
15
metadata/md5-cache/sys-kernel/ugrd-1.7.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=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 postinst prepare test
|
||||
DESCRIPTION=Python based initramfs generator with TOML defintions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/ugrd
|
||||
INHERIT=distutils-r1 optfeature shell-completion
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-misc/pax-utils >=dev-python/zenlib-2.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pycpio-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pciutils 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/ugrd/archive/refs/tags/1.7.0.tar.gz -> ugrd-1.7.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 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
|
||||
_md5_=d6c936b5a09817e201c7c633fef7849d
|
||||
14
metadata/md5-cache/sys-kernel/ugrd-9999
Normal file
14
metadata/md5-cache/sys-kernel/ugrd-9999
Normal file
@@ -0,0 +1,14 @@
|
||||
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(-)?] >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DESCRIPTION=Python based initramfs generator with TOML defintions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/ugrd
|
||||
INHERIT=distutils-r1 optfeature shell-completion git-r3
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
RDEPEND=app-misc/pax-utils >=dev-python/zenlib-2.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pycpio-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pciutils 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
|
||||
_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 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=03d530a84fe08e3643d1f12a0e019fec
|
||||
@@ -5,9 +5,9 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/pedro00dk/nvidia-exec
|
||||
INHERIT=systemd
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
LICENSE=GPL
|
||||
RDEPEND=app-misc/jq sys-apps/lshw sys-process/lsof x11-drivers/nvidia-drivers
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pedro00dk/nvidia-exec/archive/refs/tags/v0.1.2.tar.gz -> nvidia-exec-0.1.2.tar.gz
|
||||
SRC_URI=https://github.com/pedro00dk/nvidia-exec/archive/refs/tags/v0.2.1.tar.gz -> nvidia-exec-0.2.1.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=0cc39441c15ff863fc37cf8d7e6ba0fc
|
||||
_md5_=6b3f6c16ef3dd51645477c19a51e5313
|
||||
@@ -4,9 +4,9 @@ DESCRIPTION=GPU switching without login out for Nvidia Optimus laptops under Lin
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/pedro00dk/nvidia-exec
|
||||
INHERIT=systemd git-r3
|
||||
LICENSE=GPL-3
|
||||
LICENSE=GPL
|
||||
PROPERTIES=live
|
||||
RDEPEND=app-misc/jq sys-apps/lshw sys-process/lsof x11-drivers/nvidia-drivers
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=0cc39441c15ff863fc37cf8d7e6ba0fc
|
||||
_md5_=6b3f6c16ef3dd51645477c19a51e5313
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -237,7 +237,7 @@ app-misc/grit 0.3.0: An personal task manager that represents tasks as multitree
|
||||
app-misc/interception-tools 0.6.8-r1: A minimal composable infrastructure on top of libudev and libevdev
|
||||
app-misc/kloak 0.2.30: A privacy tool that makes keystroke biometrics less effective
|
||||
app-misc/kmon 1.6.4: Linux kernel manager and activity monitor
|
||||
app-misc/ledger-live 2.68.1 2.71.1 2.73.0 2.73.1 2.75.0 2.79.1: Manager for the Ledger hardware wallet
|
||||
app-misc/ledger-live 2.75.0 2.79.1 2.81.2: Manager for the Ledger hardware wallet
|
||||
app-misc/lf 27 28-r1 29 30 31: Terminal file manager
|
||||
app-misc/lyfetch 1.1: Small system information script for linux systems.
|
||||
app-misc/macchina 6.1.8 6.1.8-r1: A system information fetcher, with an (unhealthy) emphasis on performance.
|
||||
@@ -251,7 +251,7 @@ app-misc/neo 0.6.1 9999: cmatrix clone with 32-bit color and Unicode support
|
||||
app-misc/nerdfetch 8.1.1: A POSIX *nix fetch script using Nerdfonts
|
||||
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
|
||||
app-misc/oddjob 0.34.7: A D-Bus service which runs odd jobs on behalf of client applications
|
||||
app-misc/oddjob 0.34.7-r1: A D-Bus service which runs odd jobs on behalf of client applications
|
||||
app-misc/onefetch 2.19.0 2.21.0: Command-line Git information tool
|
||||
app-misc/pfetch 0.6.0: A pretty system information tool written in POSIX sh
|
||||
app-misc/pipes-rs 1.6.3: An over-engineered rewrite of pipes.sh in Rust
|
||||
@@ -329,7 +329,7 @@ app-text/koodo-reader-bin 1.5.1 1.6.3: A modern ebook manager and reader with sy
|
||||
app-text/lchat 1.0: Line oriented front end for ii-like chat programs
|
||||
app-text/libspelling 0.2.0 0.2.1: A GNOME library for spellchecking
|
||||
app-text/lizard 1.17.10-r1: A simple code complexity analyser, supports most of the popular languages.
|
||||
app-text/lorien-bin 0.6.0: Infinite canvas drawing/whiteboarding. Made with Godot.
|
||||
app-text/lorien-bin 0.6.0-r1: Infinite canvas drawing/whiteboarding. Made with Godot.
|
||||
app-text/lsp 0.5.0_rc4: The least significant pager
|
||||
app-text/owo 0.1.0: OwO-ifies text via regex
|
||||
app-text/pandoc-crossref-bin 0.3.17.0f: Pandoc filter for cross-references
|
||||
@@ -392,7 +392,7 @@ dev-cpp/parallel-hashmap 1.3.8: Family of header-only, fast and memory-friendly
|
||||
dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
|
||||
dev-cpp/qt-jdenticon 0.3.0-r1 0.3.0_p20240107: Qt5 / C++14 Port of Jdenticon
|
||||
dev-cpp/rang 3.2: Minimal, header-only, modern C++ library for terminal goodies
|
||||
dev-cpp/scnlib 2.0.2-r1: scanf for modern C++
|
||||
dev-cpp/scnlib 2.0.3: scanf for modern C++
|
||||
dev-cpp/simdutf 5.2.8: simdutf: Unicode validation and transcoding at billions of characters per second
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/toml11 3.8.1: TOML for Modern C++
|
||||
@@ -518,7 +518,8 @@ dev-libs/libopensmtpd 0.7: Library for creating OpenSMTPD filters
|
||||
dev-libs/librepo 1.17.1: Repodata downloading library
|
||||
dev-libs/libsignal-ffi 0.44.0 0.46.0: A C ABI library which exposes Signal protocol logic
|
||||
dev-libs/libthai 0.1.28 0.1.29: A a set of Thai language support routines
|
||||
dev-libs/libtypec 0.5.1: Library to interface with USB Type-c/Power Delivery devices
|
||||
dev-libs/libtypec 0.5.1-r1: Library to interface with USB Type-C/Power Delivery devices
|
||||
dev-libs/libtypec-utils 0.5.1: Library to interface with USB Type-C/Power Delivery devices
|
||||
dev-libs/ls-hpack 2.3.3: QPACK compression library for use with HTTP/3
|
||||
dev-libs/ls-qpack 2.5.4: QPACK compression library for use with HTTP/3
|
||||
dev-libs/lsbcrypt 1.0.0-r2: libcrypt wrapper for LiteSpeedTech
|
||||
@@ -553,6 +554,7 @@ dev-libs/unordered_dense 4.0.1 4.4.0 9999: A fast and densely stored hashmap and
|
||||
dev-libs/weechat-relay 9999: Portable and multi-interface IRC client relay api
|
||||
dev-libs/xqilla 2.3.4-r2: An XQuery and XPath 2 library and command line utility written in C++
|
||||
dev-libs/zfp 1.0.1: Compressed numerical arrays that support high-speed random access
|
||||
dev-lua/multipart-post 1.4: HTTP Multipart Post helper that does just that.
|
||||
dev-ml/afl-persistent 1.3: Persistent-mode afl-fuzz for ocaml
|
||||
dev-ml/bheap 2.0.0: OCaml binary heap implementation by Jean-Christophe Filliatre
|
||||
dev-ml/bigstringaf 0.7.0 0.9.0: Bigstring intrinsics and fast blits based on memcpy/memmove
|
||||
@@ -846,10 +848,11 @@ 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.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/textual 0.58.1: Modern Text User Interface framework
|
||||
dev-python/textual 0.62.0: Modern Text User Interface framework
|
||||
dev-python/textual-dev 1.5.1: 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
|
||||
dev-python/tree-sitter-languages 1.10.2: Python wheels for all tree sitter languages
|
||||
dev-python/tulir-telethon 1.35.0_alpha1: Pure Python 3 MTProto API Telegram client library, for bots too!
|
||||
dev-python/tweepy 4.14.0: An easy-to-use Python library for accessing the Twitter API.
|
||||
dev-python/types-protobuf 4.24.0.20240408: Typing stubs for protobuf
|
||||
@@ -912,7 +915,7 @@ dev-util/lemminx-bin 0.24.0 0.25.0: XML Language Server
|
||||
dev-util/lottieconverter 0.2: Simple lottie (telegram animated sticker) converter.
|
||||
dev-util/lua-language-server 3.7.3: Lua language server
|
||||
dev-util/mh 1.0.3: Generate help for Makefile
|
||||
dev-util/mock 5.6: Simple chroot build environment manager for building RPMs
|
||||
dev-util/mock 5.6-r1: Simple chroot build environment manager for building RPMs
|
||||
dev-util/mock-core-configs 40.4: Mock core config files basic chroots
|
||||
dev-util/pcpp 1.30: A C99 preprocessor written in pure Python
|
||||
dev-util/pifpaf 3.1.5-r1: Suite of tools and fixtures to manage daemons for testing
|
||||
@@ -1080,14 +1083,14 @@ gui-apps/nwg 0: meta package package for nwg-shell
|
||||
gui-apps/nwg-bar 0.1.5 0.1.6: GTK3-based button bar for wlroots-based compositors
|
||||
gui-apps/nwg-displays 0.3.18 0.3.19: Output management utility for sway and Hyprland
|
||||
gui-apps/nwg-dock 0.3.6 0.3.9: GTK3-based dock for sway
|
||||
gui-apps/nwg-dock-hyprland 0.1.7 0.1.8: GTK3-based dock for Hyprland
|
||||
gui-apps/nwg-dock-hyprland 0.1.8 0.1.9: GTK3-based dock for Hyprland
|
||||
gui-apps/nwg-drawer 0.4.3 0.4.4 0.4.5 0.4.6 0.4.7: Application drawer for wlroots-based Wayland compositors
|
||||
gui-apps/nwg-icon-picker 0.1.1 9999: GTK icon chooser with a text search option
|
||||
gui-apps/nwg-launchers 0.5.0 0.6.3 0.7.1.1 9999: GTK+ launchers for sway, i3 and some other WMs
|
||||
gui-apps/nwg-menu 0.1.2 0.1.3: enuStart plugin to nwg-panel, also capable of working standalone
|
||||
gui-apps/nwg-panel 0.9.31 0.9.32 9999: GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
gui-apps/nwg-shell 0.5.33 0.5.34: libraries an common functions for the nwg-shell project
|
||||
gui-apps/nwg-shell-config 0.5.36 0.5.37: nwg-shell configuration utility
|
||||
gui-apps/nwg-shell-config 0.5.37 0.5.38: nwg-shell configuration utility
|
||||
gui-apps/openrefine 3.7.9: Wikidata batch editor, Wikimedia Commons mass upload tool
|
||||
gui-apps/organicmaps 9999: Offline maps and navigation using OpenStreetMap data
|
||||
gui-apps/packettracer 8.2.0: Cisco's packet tracer
|
||||
@@ -1136,7 +1139,7 @@ gui-libs/text-engine 0.1.1-r2 9999: A lightweight rich-text framework for GTK 4
|
||||
gui-libs/xdg-desktop-portal-hyprland 1.1.0-r1 1.2.2-r2 1.2.5-r2 1.2.6-r1 1.3.1 1.3.1-r1 9999: xdg-desktop-portal backend for hyprland
|
||||
gui-wm/cage 0.1.5 9999: A Wayland kiosk
|
||||
gui-wm/hyprland-contrib 0.1-r1 9999: Community-maintained extensions for hyprland
|
||||
gui-wm/niri 0.1.5: Scrollable-tiling Wayland compositor
|
||||
gui-wm/niri 0.1.6: Scrollable-tiling Wayland compositor
|
||||
gui-wm/phoc 0.36.0-r1 0.38.0: Wayland compositor for mobile phones
|
||||
gui-wm/swayfx 0.2 0.3.2 0.4: SwayFX: Sway, but with eye candy!
|
||||
kde-apps/kwalletcli 3.03: CLI for the KDE Wallet
|
||||
@@ -1224,6 +1227,7 @@ media-libs/vvenc 1.9.1: VVenC, the Fraunhofer Versatile Video Encoder
|
||||
media-libs/wivrn 0.14.1 0.15 9999: WiVRn OpenXR streaming
|
||||
media-plugins/alsa-sndio 0.2: ALSA PCM to play audio on sndio servers
|
||||
media-plugins/argotlunar-bin 2.06-r1: Argotlunar is a sound granulator. Binary Linux VST
|
||||
media-plugins/dtmediawiki 9999: Wikimedia Commons export plugin for Darktable. Every upload is converted
|
||||
media-plugins/gimp-avif-plugin 9999: Plug-in for development GIMP 2.99.11 for loading/saving AVIF images.
|
||||
media-plugins/gst-plugins-qt5 1.20.3 1.22.11: Qt5 QML video sink plugin for GStreamer
|
||||
media-plugins/qt-heif-image-plugin 0.3.4: Qt plugin for HEIF images
|
||||
@@ -1320,7 +1324,7 @@ net-client/telescope 0.8.1 0.9: w3m-like browser for Gemini
|
||||
net-dialup/atinout 0.9.1-r1: AT commands as input are sent to modem and responses given as output
|
||||
net-dialup/minimodem 0.24-r1 9999: General-purpose software audio FSK modem
|
||||
net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
|
||||
net-dialup/tio 3.2: Simple TTY terminal application
|
||||
net-dialup/tio 3.3: Simple TTY terminal application
|
||||
net-dns/AdGuardHome 0.107.45 0.107.46 0.107.48: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
|
||||
net-dns/blocky 0.22 0.23 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
|
||||
net-fs/httpdirfs 1.2.0: Filesystem to mount HTTP directory listings, with a permanent cache
|
||||
@@ -1382,7 +1386,7 @@ net-libs/telepathy-haze 0.8.1: Telepathy connection manager providing libpurple
|
||||
net-libs/ulfius 2.7.15: HTTP Framework for REST Applications in C
|
||||
net-libs/usockets 0.8.8 9999: tiny eventing, networking & crypto for async applications
|
||||
net-libs/yder 1.4.20: Logging library for C applications
|
||||
net-mail/dovecot-fts-xapian 1.5.9 1.7.6 1.7.9 1.7.10 1.7.11 9999: Dovecot FTS plugin backed by Xapian
|
||||
net-mail/dovecot-fts-xapian 1.5.9 1.7.6 1.7.9 1.7.10 1.7.11 1.7.12 9999: Dovecot FTS plugin backed by Xapian
|
||||
net-mail/hydroxide 0.2.23 0.2.24 0.2.26 0.2.27 0.2.28 9999: A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
|
||||
net-mail/pop 0.2.0: Send emails from your terminal
|
||||
net-misc/FORT-validator 1.5.3 1.5.4: FORT validator is an open source RPKI validator
|
||||
@@ -1417,7 +1421,7 @@ net-misc/openbgpd 6.9_p0 8.0 9999: OpenBGPD is a free implementation of BGPv4
|
||||
net-misc/peertube-viewer-rs 1.8.5: Command-line PeerTube viewer inspired by youtube-viewer
|
||||
net-misc/purritobin 0.6.7 9999: minimalistic commandline pastebin
|
||||
net-misc/rpki-client 8.0 8.4 8.8: Portability shim for OpenBSD's rpki-client
|
||||
net-misc/smcroute 2.5.6: A static multicast routing daemon
|
||||
net-misc/smcroute 2.5.7: A static multicast routing daemon
|
||||
net-misc/sshx 0.2.4: A secure web-based, collaborative terminal.
|
||||
net-misc/toot 0.38.1: toot - Mastodon CLI & TUI
|
||||
net-misc/warp 0.7.0: Fast and secure file transfer
|
||||
@@ -1462,10 +1466,10 @@ net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet
|
||||
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
|
||||
net-vpn/mullvadvpn-app 2024.3: Tool used to manage daemon setup
|
||||
net-wireless/bluetuith 0.1.9 0.2.0 0.2.1 0.2.2 9999: A TUI bluetooth manager for Linux written in Go
|
||||
net-wireless/rtl8192eu 0_pre20240120: Realtek 8192EU driver module for Linux kernel
|
||||
net-wireless/rtl8192eu 0_pre20240518: Realtek 8192EU driver module for Linux kernel
|
||||
net-wireless/rtl8723bu 9999: Driver for the rtl8723 wireless chipset
|
||||
net-wireless/rtl8821ce 0_pre20240120: Realtek RTL8821CE Driver module for Linux kernel
|
||||
net-wireless/rtl8821cu 0_pre20240121: Realtek 8821CU/RTL8811CU module for Linux kernel
|
||||
net-wireless/rtl8821ce 0_pre20240326: Realtek RTL8821CE Driver module for Linux kernel
|
||||
net-wireless/rtl8821cu 0_pre20240503: Realtek 8821CU/RTL8811CU module for Linux kernel
|
||||
phosh-base/phosh 0.36.0-r1 0.38.0: Meta package for Phosh, merge this package to install
|
||||
phosh-base/phosh-mobile-settings 0.36.0 0.38.0: Mobile Settings App for phosh and related components
|
||||
phosh-base/phosh-osk-stub 0.36.0 0.38.0: On-screen keyboard stub
|
||||
@@ -1597,7 +1601,7 @@ sys-fs/ufiformat 0.9.9: USB Floppy Disk formatting tool
|
||||
sys-fs/zfs-auto-utils 1.0.0: ZFS Automatic Scrub/Trim for Linux
|
||||
sys-kernel/dpdk-kmod 23.03: DPDK Kernel Nic Interface module
|
||||
sys-kernel/uek-sources 5.15.0.206.149.1 5.15.0.206.153.6 5.15.0.206.153.7: Unbreakable Enterprise Kernel (UEK) sources built from Oracle
|
||||
sys-kernel/ugrd 1.2.2 1.3.8 1.4.0 1.4.2 1.5.1: Python based initramfs generator with TOML defintions
|
||||
sys-kernel/ugrd 1.2.2 1.3.8 1.4.0 1.4.2 1.5.1 1.6.0 1.7.0 9999: Python based initramfs generator with TOML defintions
|
||||
sys-kernel/usermode-kernel 6.0.12: Linux kernel built with Gentoo patches
|
||||
sys-kernel/xow 0.5: Linux driver for the Xbox One wireless dongle
|
||||
sys-kernel/zenpower3 0.2.0: Linux kernel driver for reading sensors of AMD Zen family CPUs
|
||||
@@ -1614,7 +1618,7 @@ sys-power/envycontrol 3.4.0 9999: Easy GPU switching for Nvidia Optimus laptops
|
||||
sys-power/fan2go 0.8.1: A simple daemon providing dynamic fan speed control
|
||||
sys-power/gtherm 0.0.3: A simple daemon to monitor thermal zones and cooling devices
|
||||
sys-power/linux-tools-power-x86 6.1 6.6: Linux x86 CPU power tools
|
||||
sys-power/nvidia-exec 0.1.2-r1 9999: GPU switching without login out for Nvidia Optimus laptops under Linux
|
||||
sys-power/nvidia-exec 0.2.1 9999: GPU switching without login out for Nvidia Optimus laptops under Linux
|
||||
sys-process/forkstat 0.03.02-r2: Logs process fork(), exec() and exit() activity
|
||||
sys-process/gotop 4.2.0: A terminal based graphical activity monitor inspired by gtop and vtop
|
||||
sys-process/nq 0.4: Unix command line queue utility
|
||||
|
||||
@@ -1 +1 @@
|
||||
Mon, 20 May 2024 17:23:34 +0000
|
||||
Tue, 21 May 2024 21:18:43 +0000
|
||||
|
||||
Reference in New Issue
Block a user