mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
2026-01-24 08:31:20 UTC
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
BDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] )
|
||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DEPEND=x11-themes/hicolor-icon-theme python_single_target_python3_11? ( app-backup/borgbackup[python_targets_python3_11(-)] dev-python/peewee[python_targets_python3_11(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] dev-python/python-dateutil[python_targets_python3_11(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_11(-)] dev-python/secretstorage[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-backup/borgbackup[python_targets_python3_12(-)] dev-python/peewee[python_targets_python3_12(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] dev-python/python-dateutil[python_targets_python3_12(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_12(-)] dev-python/secretstorage[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-backup/borgbackup[python_targets_python3_13(-)] dev-python/peewee[python_targets_python3_13(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] dev-python/python-dateutil[python_targets_python3_13(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_13(-)] dev-python/secretstorage[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-backup/borgbackup[python_targets_python3_14(-)] dev-python/peewee[python_targets_python3_14(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_14(-)] dev-python/psutil[python_targets_python3_14(-)] dev-python/python-dateutil[python_targets_python3_14(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_14(-)] dev-python/secretstorage[python_targets_python3_14(-)] )
|
||||
DEPEND=x11-themes/hicolor-icon-theme python_single_target_python3_12? ( app-backup/borgbackup[python_targets_python3_12(-)] dev-python/peewee[python_targets_python3_12(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] dev-python/python-dateutil[python_targets_python3_12(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_12(-)] dev-python/secretstorage[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-backup/borgbackup[python_targets_python3_13(-)] dev-python/peewee[python_targets_python3_13(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] dev-python/python-dateutil[python_targets_python3_13(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_13(-)] dev-python/secretstorage[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-backup/borgbackup[python_targets_python3_14(-)] dev-python/peewee[python_targets_python3_14(-)] <dev-python/platformdirs-5.0.0[python_targets_python3_14(-)] dev-python/psutil[python_targets_python3_14(-)] dev-python/python-dateutil[python_targets_python3_14(-)] dev-python/pyqt6[gui,widgets,python_targets_python3_14(-)] dev-python/secretstorage[python_targets_python3_14(-)] )
|
||||
DESCRIPTION=A GUI for Borg Backup
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/borgbase/vorta
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=distutils-r1 desktop xdg
|
||||
IUSE=python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/borgbase/vorta/archive/v0.11.2.tar.gz -> vorta-0.11.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 desktop 7b6f6e9d65093966fbc8475399c5dd4e xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=87754142b1f4167fe297960295010c75
|
||||
_md5_=8a347aa94db1c72e915d2d951baaa161
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.82.0:* >=dev-lang/rust-1.82.0:* )
|
||||
DEFINED_PHASES=compile configure install postinst setup test unpack
|
||||
DESCRIPTION=Diff filter highlighting changed line parts
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/walles/riff/
|
||||
INHERIT=cargo optfeature
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 BSD-2 BSD MIT Unicode-3.0 Unicode-DFS-2016
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/walles/riff/archive/refs/tags/3.6.0.tar.gz -> riffdiff-3.6.0.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/riffdiff-3.4.0/riffdiff-3.4.0-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=fe3d9c82707e62c7cf747977101ae55f
|
||||
15
metadata/md5-cache/games-engines/system3-sdl2-1.7.1
Normal file
15
metadata/md5-cache/games-engines/system3-sdl2-1.7.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf rtmidi? ( media-libs/rtmidi )
|
||||
DESCRIPTION=SDL2 port of AliceSoft's System3 for Win32 by Takeda Toshiya.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/kichikuou/system3-sdl2
|
||||
INHERIT=cmake
|
||||
IUSE=rtmidi debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2 BSD
|
||||
RDEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf rtmidi? ( media-libs/rtmidi ) || ( gnome-extra/zenity kde-apps/kdialog x11-misc/xdialog )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kichikuou/system3-sdl2/archive/v1.7.1.tar.gz -> system3-sdl2-1.7.1.tar.gz https://github.com/aaronsgiles/ymfm/archive/10c72f79bea3e0ab66af32d4295519aa17e6ea0f.tar.gz -> ymfm-10c72f79bea3e0ab66af32d4295519aa17e6ea0f.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
|
||||
_md5_=8de32f110af987515f1e953ae87bdeb7
|
||||
@@ -1,13 +1,16 @@
|
||||
BDEPEND=dev-python/pygobject dev-python/pyudev dev-python/pyxdg dev-python/evdev sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3] dev-python/scipy >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst postrm test
|
||||
DEPEND=dev-python/pygobject dev-python/pyudev dev-python/pyxdg dev-python/evdev sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3] dev-python/scipy
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyudev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyxdg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/evdev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DESCRIPTION=Steering Wheel Manager for Linux
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/berarma/oversteer
|
||||
INHERIT=meson udev
|
||||
INHERIT=distutils-r1 meson udev
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyudev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyxdg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/evdev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/berarma/oversteer/archive/v0.8.3.tar.gz -> oversteer-0.8.3.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 sysroot c7470ddc2876a596a7a1f4c2a87a5dcb rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed udev f3d9a4376ebd22131726a68e1a0a058f
|
||||
_md5_=807928d69cf6260284d72a5115dd67fa
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 sysroot c7470ddc2876a596a7a1f4c2a87a5dcb rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed udev f3d9a4376ebd22131726a68e1a0a058f
|
||||
_md5_=c89ca65f73d4bf7004a0ae3181aafcdf
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
BDEPEND=dev-python/pygobject dev-python/pyudev dev-python/pyxdg dev-python/evdev sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3] dev-python/scipy >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst postrm test unpack
|
||||
DEPEND=dev-python/pygobject dev-python/pyudev dev-python/pyxdg dev-python/evdev sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3] dev-python/scipy
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
|
||||
DEPEND=dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyudev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyxdg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/evdev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DESCRIPTION=Steering Wheel Manager for Linux
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/berarma/oversteer
|
||||
INHERIT=meson udev git-r3
|
||||
INHERIT=distutils-r1 meson udev git-r3
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
LICENSE=GPL-3
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyudev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyxdg[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/evdev[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-devel/gettext dev-libs/appstream-glib dev-python/matplotlib[gtk3,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 sysroot c7470ddc2876a596a7a1f4c2a87a5dcb rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed udev f3d9a4376ebd22131726a68e1a0a058f git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=11e446900567393164594f15656915a0
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 sysroot c7470ddc2876a596a7a1f4c2a87a5dcb rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed udev f3d9a4376ebd22131726a68e1a0a058f git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=3bf9c6fccc7d75422e5190f81598585a
|
||||
|
||||
13
metadata/md5-cache/gui-apps/heh-0.6.3
Normal file
13
metadata/md5-cache/gui-apps/heh-0.6.3
Normal file
File diff suppressed because one or more lines are too long
@@ -6,8 +6,8 @@ HOMEPAGE=https://github.com/noctalia-dev/noctalia-shell
|
||||
INHERIT=systemd optfeature
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/quickshell app-misc/brightnessctl dev-vcs/git
|
||||
RDEPEND=gui-apps/quickshell app-misc/brightnessctl dev-vcs/git media-gfx/imagemagick
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/noctalia-dev/noctalia-shell/releases/download/v4.1.1/noctalia-v4.1.1.tar.gz
|
||||
SRC_URI=https://github.com/noctalia-dev/noctalia-shell/releases/download/v4.2.0/noctalia-v4.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 systemd a964c0cbe818b5729da1dbfcee5be861 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=0c236ebc0586598a1547b2620e5e79d7
|
||||
_md5_=af6cc3a6a839fd6f21ba2249a8bff00d
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DESCRIPTION=A LRU window-switcher (and more) for the sway window manager
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sr.ht/~tsdh/swayr/
|
||||
INHERIT=cargo systemd
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ Apache-2.0 BSD-2 MIT MPL-2.0 Unicode-3.0
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~tsdh/swayr/archive/swayr-0.28.1.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/swayr-swayr-0.28.1/swayr-swayr-0.28.1-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=6619d3b2d46d83229eabbda5aae5dbe3
|
||||
@@ -1,13 +0,0 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DESCRIPTION=A swaybar-protocol implementation for sway/swaybar
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sr.ht/~tsdh/swayr/
|
||||
INHERIT=cargo
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ Apache-2.0 BSD-2 MIT MPL-2.0 Unicode-DFS-2016
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~tsdh/swayr/archive/swayrbar-0.4.2.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/swayr-swayrbar-0.4.2/swayr-swayrbar-0.4.2-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb
|
||||
_md5_=31733cf977505fa36a02990b237ee5da
|
||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=media-gfx/sane-backends media-libs/libpng media-libs/libjpeg-turbo net-dns/avahi virtual/libusb:1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SimulPiscator/AirSane/archive/refs/tags/v0.4.6.tar.gz -> airsane-0.4.6.tar.gz
|
||||
SRC_URI=https://github.com/SimulPiscator/AirSane/archive/refs/tags/v0.4.7.tar.gz -> airsane-0.4.7.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
|
||||
_md5_=a42691acd6d54a28e0750c2e80356ebf
|
||||
10
metadata/md5-cache/media-video/webcamize-2.0.1
Normal file
10
metadata/md5-cache/media-video/webcamize-2.0.1
Normal file
@@ -0,0 +1,10 @@
|
||||
DEFINED_PHASES=compile install
|
||||
DEPEND=media-video/v4l2loopback media-video/ffmpeg media-libs/libgphoto2
|
||||
DESCRIPTION=Use almost any camera as a webcam—DSLRs, mirrorless, camcorders, and more
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/cowtoolz/webcamize
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/cowtoolz/webcamize/archive/refs/tags/v2.0.1.tar.gz -> webcamize-2.0.1.tar.gz
|
||||
_md5_=e61e69f6b66c1244ea9e1068f1c9537d
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
|
||||
DEFINED_PHASES=compile configure install postinst setup test unpack
|
||||
DESCRIPTION=Menu-driven Wi-Fi management interface for Linux
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/e-tho/iwmenu
|
||||
INHERIT=cargo optfeature
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 LGPL-2.1 MIT Unicode-3.0 || ( Apache-2.0 Boost-1.0 )
|
||||
RDEPEND=net-wireless/iwd sys-apps/dbus
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/e-tho/iwmenu/archive/refs/tags/v0.2.0.tar.gz -> iwmenu-0.2.0.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/iwmenu-0.2.0/iwmenu-0.2.0-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=5b49ae221ab3eddedf0db764c4df0958
|
||||
@@ -7,6 +7,6 @@ INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/maharmstone/btrfs-dump/archive/20250918.tar.gz -> btrfs-dump-20250918.tar.gz
|
||||
SRC_URI=https://github.com/maharmstone/btrfs-dump/archive/20260123.tar.gz -> btrfs-dump-20260123.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
|
||||
_md5_=bc8718abccca9cb039a0cad61397d72d
|
||||
@@ -12,4 +12,4 @@ RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/imputnet/helium-linux/releases/download/0.8.3.1/helium-0.8.3.1-x86_64_linux.tar.xz -> helium-bin-0.8.3.1-amd64.tar.xz ) arm64? ( https://github.com/imputnet/helium-linux/releases/download/0.8.3.1/helium-0.8.3.1-arm64_linux.tar.xz -> helium-bin-0.8.3.1-arm64.tar.xz )
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 7b6f6e9d65093966fbc8475399c5dd4e pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=154d506ea66449392ee232ba16d84bdb
|
||||
_md5_=2f03911831f4e44fcd9adafee007191d
|
||||
@@ -1067,7 +1067,7 @@ dev-util/pifpaf 3.3.0: Suite of tools and fixtures to manage daemons for testing
|
||||
dev-util/pmbootstrap 3.6.0: Helper tool for developing and building postmarketOS
|
||||
dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
|
||||
dev-util/rexxd 2025.02.17: Drop-in replacement for the original xxd
|
||||
dev-util/riffdiff 3.6.0 3.6.1: Diff filter highlighting changed line parts
|
||||
dev-util/riffdiff 3.6.1: Diff filter highlighting changed line parts
|
||||
dev-util/rtc-testbench 5.4: RTC Testbench is a set of tools for validating Ethernet networks
|
||||
dev-util/rust-rover 2024.2.1-r1 2025.2.1 2025.2.2 2025.2.3 2025.2.4.1 2025.2.5 2025.3 2025.3.1: A feature-rich Rust IDE with timely support by JetBrarins
|
||||
dev-util/rust-script 0.36.0: Command-line tool to run Rust scripts which can make use of crates
|
||||
@@ -1133,7 +1133,7 @@ games-engines/fs2_open 24.2.0: FreeSpace2 Source Code Project game engine
|
||||
games-engines/instead 3.5.2 9999: INSTEAD text-based quest game engine
|
||||
games-engines/nxengine-evo 2.6.5_p1-r1: rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)
|
||||
games-engines/ponscripter-fork 3.0.2: Fork of the Ponscripter visual novel engine to take advantage of SDL2
|
||||
games-engines/system3-sdl2 1.6.2 1.7.0: SDL2 port of AliceSoft's System3 for Win32 by Takeda Toshiya.
|
||||
games-engines/system3-sdl2 1.6.2 1.7.0 1.7.1: SDL2 port of AliceSoft's System3 for Win32 by Takeda Toshiya.
|
||||
games-engines/xsystem35-sdl2 2.17.0 2.17.1: Port of xsystem35, a free implementation of AliceSoft's System 3.x game engine.
|
||||
games-engines/xsystem4 1.0.0-r2 9999: Cross-platform implementation of AliceSoft's System 4 game engine
|
||||
games-fps/assaultcube 1.3.0.2-r1: Free multiplayer FPS based on the Cube engine
|
||||
@@ -1241,6 +1241,7 @@ gui-apps/gradience 0.3.0-r2 0.4.1: Change the look of Adwaita with ease
|
||||
gui-apps/grimshot 9999: A helper for screenshots within sway
|
||||
gui-apps/gtklock 4.0.0: GTK-based lockscreen for Wayland
|
||||
gui-apps/gtklock-extras 9999: Gtklock modules
|
||||
gui-apps/heh 0.6.3: A cross-platform terminal UI used for modifying file data in hex or ASCII.
|
||||
gui-apps/hiprompt-gtk-py 0.8.0 9999: GTK+ Himitsu prompter for Wayland
|
||||
gui-apps/hypridle 0.1.6 0.1.7 9999: Hyprland's idle daemon
|
||||
gui-apps/hyprlock 0.9.1 0.9.2 9999: Hyprland's GPU-accelerated screen locking utility
|
||||
@@ -1261,7 +1262,7 @@ gui-apps/lemurs 0.3.2 0.4.0: A TUI Display/Login Manager
|
||||
gui-apps/lswt 1.0.4-r1 2.0.0 9999: List Wayland toplevels
|
||||
gui-apps/meteo-qt 4.1 4.2: A system tray application for the weather status
|
||||
gui-apps/mpvpaper 1.8 9999: A video wallpaper program for wlroots based wayland compositors
|
||||
gui-apps/noctalia-shell 4.1.1: Noctalia Configuration for Quickshell
|
||||
gui-apps/noctalia-shell 4.2.0: Noctalia Configuration for Quickshell
|
||||
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-clipman 0.2.4-r1 0.2.5: nwg-shell clipboard manager - a GTK3-based GUI for cliphist
|
||||
@@ -1296,8 +1297,8 @@ gui-apps/swaylock-effects 1.7.0.0 9999: Swaylock, with fancy effects
|
||||
gui-apps/swaylock-plugin 1.8.0 9999: Fork of Swaylock that supports animated backgrounds
|
||||
gui-apps/swaync 0.11.0 0.12.3: A simple notification daemon with a GTK gui for notifications and control center
|
||||
gui-apps/swayosd 0.1.0 0.2.1: GTK based on screen display for keyboard shortcuts like caps-lock and volume
|
||||
gui-apps/swayr 0.28.1 0.28.2: A LRU window-switcher (and more) for the sway window manager
|
||||
gui-apps/swayrbar 0.4.2 0.5.0: A swaybar-protocol implementation for sway/swaybar
|
||||
gui-apps/swayr 0.28.2: A LRU window-switcher (and more) for the sway window manager
|
||||
gui-apps/swayrbar 0.5.0: A swaybar-protocol implementation for sway/swaybar
|
||||
gui-apps/sworkstyle 1.3.5: Map workspace names to icons for Sway
|
||||
gui-apps/szyszka 3.0.0: Simple, powerful and easy to use file renamer
|
||||
gui-apps/tessen 2.2.1-r1: an interactive menu to autotype and copy pass and gopass data
|
||||
@@ -1387,7 +1388,7 @@ media-fonts/victor-mono 1.5.4 1.5.5 1.5.6: A free programming font with cursive
|
||||
media-fonts/warframe-fonts 0_pre20191111: Fonts from the Warframe game
|
||||
media-gfx/KTX-Software 4.3.2 4.4.2: KTX (Khronos Texture) Library and Tools
|
||||
media-gfx/WebPlotDigitizer-bin 4.7: Web based tool to extract data from plots, images, and maps
|
||||
media-gfx/airsane 0.4.6: Publish SANE scanners via Apple Airscan/eSCL
|
||||
media-gfx/airsane 0.4.7: Publish SANE scanners via Apple Airscan/eSCL
|
||||
media-gfx/azpainter 3.0.12: Full color painting software for Linux for illustration drawing
|
||||
media-gfx/bambustudio-bin 02.04.00.70: Bambu Studio is a cutting-edge, feature-rich slicing software
|
||||
media-gfx/beeref 0.3.3: A Simple Reference Image Viewer
|
||||
@@ -1535,7 +1536,7 @@ media-video/pgsrip 0.1.12: A command line tool to extract and convert PGS subtit
|
||||
media-video/syncplay 1.7.3 1.7.4: Client/server to synchronize media playback
|
||||
media-video/uxplay 1.72.3: AirPlay Unix mirroring server
|
||||
media-video/walksnail-osd-tool 0.3.0-r2 9999: Tool for rendering OSDs over Walksnail DVR recordings
|
||||
media-video/webcamize 2.0.0: Use almost any camera as a webcam—DSLRs, mirrorless, camcorders, and more
|
||||
media-video/webcamize 2.0.0 2.0.1: Use almost any camera as a webcam—DSLRs, mirrorless, camcorders, and more
|
||||
media-video/wl-screenrec 0.2.0: High performance screen/audio recorder for wlroots
|
||||
media-video/wlrobs 1.2_p20241224: OBS plugin that allows you to screen capture on wlroots based compositors
|
||||
media-video/ytarchive 0.4.0 0.5.0: Youtube livestream downloader
|
||||
@@ -1754,7 +1755,7 @@ net-wireless/bluetuith 0.2.2 0.2.3 0.2.6 9999: A TUI bluetooth manager for Linux
|
||||
net-wireless/btscreenlocker 1.8.1-r1: Daemon to lock your screen when Bluetooth trusted devices go away.
|
||||
net-wireless/easyroam-desktop 1.4.3-r1: Easily connect your device to eduroam®
|
||||
net-wireless/gr-lora_sdr 9999: GNU Radio SRT implementation of a LoRa transceiver.
|
||||
net-wireless/iwmenu 0.2.0 0.3.0: Menu-driven Wi-Fi management interface for Linux
|
||||
net-wireless/iwmenu 0.3.0: Menu-driven Wi-Fi management interface for Linux
|
||||
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_pre20240326: Realtek RTL8821CE Driver module for Linux kernel
|
||||
@@ -1915,7 +1916,7 @@ sys-devel/lcc 2021.01.11-r1: The lcc retargetable ANSI C compiler
|
||||
sys-firmware/lenovolegionlinux 9999: Lenovo Legion Linux kernel module
|
||||
sys-fs/bcachefs-kmod 1.35.0 9999: Linux bcachefs kernel module for sys-fs/bcachefs-tools
|
||||
sys-fs/btrd 0.5.4: The btrfs debugger
|
||||
sys-fs/btrfs-dump 20250918: Metadata dumper for btrfs
|
||||
sys-fs/btrfs-dump 20260123: Metadata dumper for btrfs
|
||||
sys-fs/btrfs-heatmap 9-r1: Python 3 script to draw a heatmap of a btrfs filesystem
|
||||
sys-fs/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
|
||||
sys-fs/dua-cli 2.33.0: A tool to conveniently learn about the disk usage of directories, fast!
|
||||
@@ -1987,7 +1988,7 @@ www-apps/whoogle-search 0.9.3: A self-hosted, ad-free, privacy-respecting metase
|
||||
www-apps/zola 0.21.0 0.22.0: A fast static site generator with everything built-in
|
||||
www-client/badwolf 1.4.0-r1 9999-r1: Minimalist and privacy-oriented WebKitGTK+ browser
|
||||
www-client/browsh 1.8.2 1.8.3: A fully-modern text-based browser, rendering to TTY and browsers
|
||||
www-client/helium-bin 0.8.3.1: Private, fast, and honest web browser based on Chromium
|
||||
www-client/helium-bin 0.8.3.1-r1: Private, fast, and honest web browser based on Chromium
|
||||
www-client/mullvad-browser-bin 15.0.4: The Mullvad Browser is developed to minimize tracking and fingerprinting.
|
||||
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
|
||||
www-client/torbrowser-launcher 0.3.9: A program to help you securely download and run Tor Browser
|
||||
|
||||
@@ -1 +1 @@
|
||||
Fri, 23 Jan 2026 10:46:46 +0000
|
||||
Sat, 24 Jan 2026 08:31:20 +0000
|
||||
|
||||
Reference in New Issue
Block a user