2024-08-20 21:03:46 UTC

This commit is contained in:
Repository mirror & CI
2024-08-20 21:03:46 +00:00
parent 78d9bb6347
commit 532795302c
29 changed files with 196 additions and 127 deletions

View File

@@ -10,6 +10,6 @@ LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtx11extras:5 )
REQUIRED_USE=^^ ( gtk qt5 )
SLOT=0
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.16.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.16.qt.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.16.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.16.qt.i386.tar.xz ) )
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.17.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.17.qt.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.17.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.17.qt.i386.tar.xz ) )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=8f87fe23037abd976dab1ac004024ede

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-util/gdbus-codegen gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) vala? ( || ( dev-lang/vala:0.56[vapigen(+)] ) ) verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
DEPEND=dev-libs/glib:2 dev-libs/gmobile daemon? ( dev-libs/json-glib dev-libs/libgudev media-libs/gsound ) introspection? ( dev-libs/gobject-introspection )
DEPEND=dev-libs/glib:2 dev-libs/gmobile daemon? ( dev-libs/json-glib dev-libs/libgudev media-libs/gsound ) introspection? ( dev-libs/gobject-introspection ) test? ( dev-util/umockdev )
DESCRIPTION=A daemon to provide haptic feedback on events
EAPI=8
HOMEPAGE=https://source.puri.sm/Librem5/feedbackd
@@ -8,10 +8,10 @@ INHERIT=meson udev vala verify-sig
IUSE=+daemon gtk-doc +introspection man test +vala verify-sig
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=LGPL-3
RDEPEND=dev-libs/glib:2 dev-libs/gmobile daemon? ( dev-libs/json-glib dev-libs/libgudev media-libs/gsound ) introspection? ( dev-libs/gobject-introspection ) dev-libs/feedbackd-device-themes
RDEPEND=dev-libs/glib:2 dev-libs/gmobile daemon? ( dev-libs/json-glib dev-libs/libgudev media-libs/gsound ) introspection? ( dev-libs/gobject-introspection ) test? ( dev-util/umockdev ) acct-group/video dev-libs/feedbackd-device-themes
REQUIRED_USE=vala? ( introspection )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.3.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.3.0.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.4.1.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.4.1.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 udev eec0bbab06977f1cfc5597269c1fa152 vala e477903dbe0105930c51f170a592dc16 verify-sig a79ba011daaf532d71a219182474d150
_md5_=96d1afb7d6a81afb0ab1a1de0e4a2234
_md5_=98cb5bc0bb4e60e5436f340ae0dc4ac5

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/pytest-recording[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( <app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/aiohttp-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/aiohttp-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/deepmerge[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/platformdirs-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-bugzilla[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/repology-client-0.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/repology-client-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sortedcontainers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tabulate[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/pkgcheck[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/insipid-sphinx-theme[python_targets_python3_12(-)] dev-python/sphinx-prompt[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/insipid-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-prompt[python_targets_python3_11(-)] ) ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hatchling-1.21.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Personal advice utility for Gentoo package maintainers
EAPI=8
HOMEPAGE=https://find-work.sysrq.in/ https://pypi.org/project/find-work/
INHERIT=distutils-r1 pypi shell-completion
IUSE=test doc python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=<app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/aiohttp-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/aiohttp-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/deepmerge[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/platformdirs-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-bugzilla[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/repology-client-0.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/repology-client-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sortedcontainers[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tabulate[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/pkgcheck[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work/find_work-0.6.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 pypi 2eecb475512bc76e5ea9192a681b9e6b bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=ce9904ac4d2a3760c7390c4af2d473f1

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/pytest-import-check[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( <app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/aiohttp-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/aiohttp-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/deepmerge[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/platformdirs-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pluggy-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/insipid-sphinx-theme[python_targets_python3_12(-)] dev-python/sphinx-prompt[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/insipid-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-prompt[python_targets_python3_11(-)] ) ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hatchling-1.21.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Personal advice utility for Gentoo package maintainers
EAPI=8
HOMEPAGE=https://find-work.sysrq.in/ https://pypi.org/project/find-work/
INHERIT=distutils-r1 pypi
IUSE=minimal test doc python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=WTFPL-2
PDEPEND=!minimal? ( dev-util/find-work-bugzilla dev-util/find-work-pkgcheck dev-util/find-work-repology )
RDEPEND=<app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/aiohttp-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/aiohttp-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click-aliases[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/deepmerge[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/platformdirs-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pluggy-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pydantic-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pydantic-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work/find_work-0.91.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=e6f5efe4c0be20380fa6983d43f250c5

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja app-arch/unzip
DEFINED_PHASES=compile install prepare setup
DEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) 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 )
DESCRIPTION=Lua language server
EAPI=8
HOMEPAGE=https://github.com/LuaLS/lua-language-server
INHERIT=ninja-utils toolchain-funcs lua-single prefix
IUSE=test lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) 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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/LuaLS/lua-language-server/releases/download/3.10.5/lua-language-server-3.10.5-submodules.zip -> lua-language-server-3.10.5.zip
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 lua-utils 1f91de68f9a26642216e45d7765fd4fb lua-single 3ae43cac1bf8275a847245b9a475a54e prefix eab3c99d77fe00506c109c8a736186f7
_md5_=2e3fca7c6a8e089f65efbcc6f313fa83

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( app-admin/consul app-admin/vault dev-db/etcd[server] dev-db/postgresql[server] dev-db/redis dev-python/httpbin[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/testtools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-misc/kafka-bin net-misc/memcached sys-cluster/ceph virtual/mysql[server] ) test? ( dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/daiquiri[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xattr[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/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Suite of tools and fixtures to manage daemons for testing
EAPI=8
HOMEPAGE=https://pypi.org/project/pifpaf/ https://github.com/jd/pifpaf
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/daiquiri[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xattr[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://files.pythonhosted.org/packages/source/p/pifpaf/pifpaf-3.2.1.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f0aea7ae703f775d94c4707e1b4286da

View File

@@ -1,13 +0,0 @@
BDEPEND=app-arch/unzip app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=media-libs/libpng:= media-libs/libsdl2:= media-libs/sdl2-mixer:= media-libs/sdl2-ttf:=
DESCRIPTION=rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)
EAPI=7
HOMEPAGE=https://github.com/nxengine/nxengine-evo http://nxengine.sourceforge.net/
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=GPL-3
SLOT=0
SRC_URI=https://github.com/nxengine/nxengine-evo/archive/v2.6.4.tar.gz -> nxengine-evo-2.6.4.tar.gz https://www.cavestory.org/downloads/cavestoryen.zip
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056
_md5_=02fe8d98862b142eb0a5e77a43054af3

View File

@@ -1,15 +1,15 @@
BDEPEND=app-arch/unzip app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=media-libs/libpng:= media-libs/libsdl2:= media-libs/sdl2-mixer:= media-libs/sdl2-ttf:=
DEPEND=media-libs/libjpeg-turbo media-libs/libpng:= media-libs/libsdl2 media-libs/sdl2-image[jpeg,png] media-libs/sdl2-mixer
DESCRIPTION=rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)
EAPI=8
HOMEPAGE=https://github.com/nxengine/nxengine-evo http://nxengine.sourceforge.net/
HOMEPAGE=https://github.com/nxengine/nxengine-evo
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg cmake
KEYWORDS=~amd64
LICENSE=GPL-3 freedist
RDEPEND=media-libs/libpng:= media-libs/libsdl2:= media-libs/sdl2-mixer:= media-libs/sdl2-ttf:=
RDEPEND=media-libs/libjpeg-turbo media-libs/libpng:= media-libs/libsdl2 media-libs/sdl2-image[jpeg,png] media-libs/sdl2-mixer
SLOT=0
SRC_URI=https://github.com/nxengine/nxengine-evo/archive/v2.6.5-1.tar.gz -> nxengine-evo-2.6.5-1.tar.gz https://www.cavestory.org/downloads/cavestoryen.zip
_eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake 10a50dfaf728b802fcfd37f8d0da9056
_md5_=062bc40bb47720ca7d654ef548ab879d
_md5_=5eb79791884714e7ba41774dfaad772d

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/PyQt5 dev-qt/linguist-tools python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DESCRIPTION=A system tray application for the weather status
EAPI=8
HOMEPAGE=https://github.com/dglent/meteo-qt
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=distutils-r1 qmake-utils xdg
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=python_single_target_python3_10? ( dev-python/PyQt5[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/PyQt5[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/PyQt5[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
SLOT=0
SRC_URI=https://github.com/dglent/meteo-qt/archive/refs/tags/v3.4.tar.gz -> meteo-qt-3.4.gh.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 distutils-r1 39c571155ace3dd926fe0d6440cf0a50 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=66c6087e25fe6e0b2394fc740682fe0f

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-libs/glib:2 dev-libs/wayland-protocols dev-util/wayland-scanner sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=>=dev-libs/libinput-1.14.0:= >=dev-libs/wayland-1.22.0 media-libs/libdisplay-info media-libs/libglvnd media-libs/mesa[egl(+),gles2] sys-apps/hwdata sys-auth/seatd:= x11-base/xwayland x11-libs/cairo >=x11-libs/libdrm-2.4.114 x11-libs/libxcb:= x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 x11-libs/xcb-util-errors x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm virtual/libudev amd64? ( >=dev-libs/libliftoff-0.4 ) >=dev-libs/glib-2.74:2 dev-libs/json-glib dev-libs/libinput:= dev-libs/wayland >=gnome-base/gnome-desktop-3.26:3 gnome-base/gsettings-desktop-schemas x11-libs/pixman x11-libs/libxcb:= x11-libs/libxkbcommon test? ( x11-wm/mutter )
DEPEND=>=dev-libs/libinput-1.14.0:= >=dev-libs/wayland-1.22.0 media-libs/libdisplay-info media-libs/libglvnd || ( >=media-libs/mesa-24.1.0_rc1[opengl] <media-libs/mesa-24.1.0_rc1[egl(+),gles2] ) sys-apps/hwdata sys-auth/seatd:= x11-base/xwayland x11-libs/cairo >=x11-libs/libdrm-2.4.114 x11-libs/libxcb:= x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 x11-libs/xcb-util-errors x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm virtual/libudev amd64? ( >=dev-libs/libliftoff-0.4 ) >=dev-libs/glib-2.74:2 dev-libs/gmobile dev-libs/libinput:= dev-libs/wayland >=gnome-base/gnome-desktop-3.26:3 gnome-base/gsettings-desktop-schemas x11-libs/pixman x11-libs/libxcb:= x11-libs/libxkbcommon test? ( x11-wm/mutter )
DESCRIPTION=Wayland compositor for mobile phones
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phoc
@@ -9,9 +9,9 @@ INHERIT=gnome2-utils meson verify-sig virtualx xdg
IUSE=gtk-doc man test verify-sig test
KEYWORDS=~amd64 ~arm64
LICENSE=|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT
RDEPEND=>=dev-libs/libinput-1.14.0:= >=dev-libs/wayland-1.22.0 media-libs/libdisplay-info media-libs/libglvnd media-libs/mesa[egl(+),gles2] sys-apps/hwdata sys-auth/seatd:= x11-base/xwayland x11-libs/cairo >=x11-libs/libdrm-2.4.114 x11-libs/libxcb:= x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 x11-libs/xcb-util-errors x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm virtual/libudev amd64? ( >=dev-libs/libliftoff-0.4 ) >=dev-libs/glib-2.74:2 dev-libs/json-glib dev-libs/libinput:= dev-libs/wayland >=gnome-base/gnome-desktop-3.26:3 gnome-base/gsettings-desktop-schemas x11-libs/pixman x11-libs/libxcb:= x11-libs/libxkbcommon
RDEPEND=>=dev-libs/libinput-1.14.0:= >=dev-libs/wayland-1.22.0 media-libs/libdisplay-info media-libs/libglvnd || ( >=media-libs/mesa-24.1.0_rc1[opengl] <media-libs/mesa-24.1.0_rc1[egl(+),gles2] ) sys-apps/hwdata sys-auth/seatd:= x11-base/xwayland x11-libs/cairo >=x11-libs/libdrm-2.4.114 x11-libs/libxcb:= x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 x11-libs/xcb-util-errors x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm virtual/libudev amd64? ( >=dev-libs/libliftoff-0.4 ) >=dev-libs/glib-2.74:2 dev-libs/gmobile dev-libs/libinput:= dev-libs/wayland >=gnome-base/gnome-desktop-3.26:3 gnome-base/gsettings-desktop-schemas x11-libs/pixman x11-libs/libxcb:= x11-libs/libxkbcommon
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phoc/phoc-0.36.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phoc/phoc-0.36.0.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/phoc/phoc-0.41.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phoc/phoc-0.41.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 verify-sig a79ba011daaf532d71a219182474d150 virtualx 0654dc258d045433af18ffe046363961 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=7e92a81fb017330883d3db3dd910deed
_md5_=0b04298c0b0ac6bc6fe075f0c00a1744

View File

@@ -1,13 +1,15 @@
DEFINED_PHASES=compile install postinst postrm preinst
DEPEND=gnome-base/librsvg dev-qt/qtquickcontrols dev-qt/qtopengl dev-qt/qtwebengine:5 media-video/ffmpeg[network] media-video/mpv net-libs/nodejs[ssl]
BDEPEND=gnome-base/librsvg dev-qt/qtbase[dbus] dev-qt/qtquickcontrols dev-qt/qtopengl dev-qt/qtwebengine:5 media-video/mpv net-libs/nodejs[ssl]
DEFINED_PHASES=compile install postinst postrm preinst prepare
DEPEND=media-video/ffmpeg[network]
DESCRIPTION=Stremio is a modern media center for your video entertainment.
EAPI=8
HOMEPAGE=https://github.com/Stremio/stremio-shell/ https://www.stremio.com/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop qmake-utils xdg
INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=media-video/ffmpeg[network]
SLOT=0
SRC_URI=https://github.com/Stremio/stremio-shell/archive/refs/tags/v4.4.168.tar.gz -> 4.4.168-stremio-shell.gh.tar.gz https://github.com/itay-grudev/SingleApplication/archive/aede311d28d20179216c5419b581087be2a8409f.tar.gz -> 4.4.168-singleapplication.gh.tar.gz https://github.com/Ivshti/libmpv/archive/b0eae77cf6dc59aaf142b7d079cb13a0904fd3ee.tar.gz -> 4.4.168-libmpv.gh.tar.gz https://github.com/Ivshti/razerchroma/archive/99045142479ba0e2fc3b9cccb72e348c67cd5829.tar.gz -> 4.4.168-razerchroma.gh.tar.gz https://dl.strem.io/server/v4.20.8/desktop/server.js -> 4.4.168-server.js
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=19083270116f7efd94697654dd6bb72a
SRC_URI=https://github.com/Stremio/stremio-shell/archive/refs/tags/v4.4.168.tar.gz -> 4.4.168-stremio-shell.tar.gz https://github.com/itay-grudev/SingleApplication/archive/aede311d28d20179216c5419b581087be2a8409f.tar.gz -> 4.4.168-singleapplication.tar.gz https://github.com/Ivshti/libmpv/archive/b0eae77cf6dc59aaf142b7d079cb13a0904fd3ee.tar.gz -> 4.4.168-libmpv.tar.gz https://github.com/Ivshti/razerchroma/archive/99045142479ba0e2fc3b9cccb72e348c67cd5829.tar.gz -> 4.4.168-razerchroma.tar.gz https://dl.strem.io/server/v4.20.8/desktop/server.js -> 4.4.168-server.js
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=ec0f31d6c6407c5a64309e8fd27ceea0

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( acct-user/heisenbridge <dev-python/aiohttp-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/async-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/irc[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mautrix[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-socks[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ruamel-yaml[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/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=A bouncer-style Matrix IRC bridge
EAPI=8
HOMEPAGE=https://github.com/hifi/heisenbridge/
INHERIT=distutils-r1 systemd
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=acct-user/heisenbridge <dev-python/aiohttp-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/async-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/irc[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mautrix[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-socks[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ruamel-yaml[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/hifi/heisenbridge/archive/refs/tags/v1.15.0.tar.gz -> heisenbridge-1.15.0.gh.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 systemd c8b03e8df84486aa991d4396686e8942
_md5_=e1aa6594ac775735b2e051c4fabddbdf

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=MEGA
RDEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-dns/c-ares:= net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= dolphin? ( kde-apps/dolphin:5 kde-frameworks/kcoreaddons:5 kde-frameworks/kio:5 kde-frameworks/kwidgetsaddons:5 ) mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( xfce-base/thunar:= ) dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5
SLOT=0
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.4.0.0_Linux.tar.gz -> megasync-5.4.0.0.tar.gz https://github.com/meganz/sdk/archive/8ffa53c73b8295415f965139daf78cecbac70482.tar.gz -> megasync-sdk-5.4.0.0.tar.gz
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.4.1.0_Linux.tar.gz -> megasync-5.4.1.0.tar.gz https://github.com/meganz/sdk/archive/159dcc4a61d43dfdf5997cf8113755fbe2452bd7.tar.gz -> megasync-sdk-5.4.1.0.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=818a7c484267d8ddef78607e53ad498b
_md5_=92a310688c07e230ee8d4cb685108934

View File

@@ -1,10 +0,0 @@
DEFINED_PHASES=-
DESCRIPTION=Meta package for Phosh, merge this package to install
EAPI=8
HOMEPAGE=https://phosh.mobi/
IUSE=cups +desktop-portal geolocation iio
KEYWORDS=~amd64
LICENSE=metapackage
RDEPEND=app-alternatives/phosh-keyboard dev-libs/feedbackd[daemon] gnome-base/gnome-core-libs[cups?] >=gui-wm/phoc-0.38.0 media-fonts/cantarell >=phosh-base/phosh-mobile-settings-0.38.0 >=phosh-base/phosh-shell-0.38.0 >=phosh-base/phosh-tour-0.38.0 x11-themes/gnome-backgrounds x11-themes/sound-theme-freedesktop desktop-portal? ( gui-libs/xdg-desktop-portal-wlr sys-apps/xdg-desktop-portal-gtk ) geolocation? ( app-misc/geoclue:2.0 ) iio? ( gnome-extra/iio-sensor-proxy )
SLOT=0
_md5_=d14890d05c51ef00c721f11e2da42104

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=-
DESCRIPTION=Meta package for Phosh, merge this package to install
EAPI=8
HOMEPAGE=https://phosh.mobi/
IUSE=cups +desktop-portal geolocation iio
KEYWORDS=~amd64
LICENSE=metapackage
RDEPEND=app-alternatives/phosh-keyboard dev-libs/feedbackd[daemon] gnome-base/gnome-core-libs[cups?] >=gui-wm/phoc-0.41.0 media-fonts/cantarell >=phosh-base/phosh-mobile-settings-0.41.0 >=phosh-base/phosh-shell-0.41.0 >=phosh-base/phosh-tour-0.41.0 >=x11-themes/phosh-wallpapers-0.41.0 x11-themes/sound-theme-freedesktop desktop-portal? ( gui-libs/xdg-desktop-portal-wlr sys-apps/xdg-desktop-portal-gtk ) geolocation? ( app-misc/geoclue:2.0 ) iio? ( gnome-extra/iio-sensor-proxy )
SLOT=0
_md5_=5ad07c0aa501dba807de3b526496e6a1

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-libs/glib:2 dev-util/gdbus-codegen dev-util/glib-utils dev-util/wayland-scanner sys-devel/gettext verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
DEPEND=>=dev-libs/glib-2.68:2 >=dev-libs/json-glib-1.6.2 >=dev-libs/wayland-1.14 >=gui-libs/gtk-4.4:4[wayland] >=gui-libs/libadwaita-1.4:1 media-libs/gsound phosh-base/phosh-shell sys-apps/lm-sensors:= >=dev-libs/wayland-protocols-1.12
DEPEND=>=dev-libs/glib-2.74:2 dev-libs/gmobile >=dev-libs/wayland-1.14 >=gui-libs/gtk-4.12.5:4[wayland] >=gui-libs/libadwaita-1.5:1 media-libs/gsound >=phosh-base/phosh-shell-0.37.0 sys-apps/lm-sensors:= >=dev-libs/wayland-protocols-1.12
DESCRIPTION=Mobile Settings App for phosh and related components
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/guidog/phosh-mobile-settings
@@ -9,8 +9,8 @@ INHERIT=gnome2-utils meson verify-sig xdg
IUSE=verify-sig
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=>=dev-libs/glib-2.68:2 >=dev-libs/json-glib-1.6.2 >=dev-libs/wayland-1.14 >=gui-libs/gtk-4.4:4[wayland] >=gui-libs/libadwaita-1.4:1 media-libs/gsound phosh-base/phosh-shell sys-apps/lm-sensors:=
RDEPEND=>=dev-libs/glib-2.74:2 dev-libs/gmobile >=dev-libs/wayland-1.14 >=gui-libs/gtk-4.12.5:4[wayland] >=gui-libs/libadwaita-1.5:1 media-libs/gsound >=phosh-base/phosh-shell-0.37.0 sys-apps/lm-sensors:= dev-libs/feedbackd >=gui-wm/phoc-0.34.0
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phosh-mobile-settings/phosh-mobile-settings-0.36.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-mobile-settings/phosh-mobile-settings-0.36.0.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/phosh-mobile-settings/phosh-mobile-settings-0.41.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-mobile-settings/phosh-mobile-settings-0.41.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 verify-sig a79ba011daaf532d71a219182474d150 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=77afa8ccda350c7e873aea89eabe719b
_md5_=ad29a5172b413fd580e6ae478eb72765

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-libs/glib:2 dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils dev-util/wayland-scanner sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) test? ( dev-libs/json-glib ) verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
DEPEND=app-shells/fzf app-text/hunspell:= >=dev-libs/glib-2.66:2 dev-libs/feedbackd dev-libs/json-glib >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gui-libs/libhandy-1.1.90:1 >=x11-libs/gtk+-3.22:3[wayland] x11-libs/libxkbcommon[wayland] elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) >=dev-libs/wayland-protocols-1.12
DEPEND=app-shells/fzf app-text/hunspell:= >=dev-libs/glib-2.66:2 dev-libs/feedbackd dev-libs/json-glib >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gui-libs/libhandy-1.1.90:1 x11-libs/cairo >=x11-libs/gtk+-3.22:3[wayland] x11-libs/libxkbcommon[wayland] x11-libs/pango elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) >=dev-libs/wayland-protocols-1.12
DESCRIPTION=On-screen keyboard stub
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/guidog/phosh-osk-stub
@@ -9,9 +9,9 @@ INHERIT=gnome2-utils meson virtualx verify-sig xdg
IUSE=elogind gtk-doc man test test verify-sig
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=app-shells/fzf app-text/hunspell:= >=dev-libs/glib-2.66:2 dev-libs/feedbackd dev-libs/json-glib >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gui-libs/libhandy-1.1.90:1 >=x11-libs/gtk+-3.22:3[wayland] x11-libs/libxkbcommon[wayland] elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) gnome-base/gsettings-desktop-schemas
RDEPEND=app-shells/fzf app-text/hunspell:= >=dev-libs/glib-2.66:2 dev-libs/feedbackd dev-libs/json-glib >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gui-libs/libhandy-1.1.90:1 x11-libs/cairo >=x11-libs/gtk+-3.22:3[wayland] x11-libs/libxkbcommon[wayland] x11-libs/pango elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) gnome-base/gsettings-desktop-schemas
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phosh-osk-stub/phosh-osk-stub-0.36.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-osk-stub/phosh-osk-stub-0.36.0.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/phosh-osk-stub/phosh-osk-stub-0.41.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-osk-stub/phosh-osk-stub-0.41.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 virtualx 0654dc258d045433af18ffe046363961 verify-sig a79ba011daaf532d71a219182474d150 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=7e3089bd880ba94dbb657c3fd8477390
_md5_=db6b2f66a59f03a27878d5729bbebf18

View File

@@ -1,18 +0,0 @@
BDEPEND=dev-libs/glib:2 dev-libs/libxml2 dev-util/gdbus-codegen dev-util/glib-utils dev-util/wayland-scanner sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) test-full? ( >=gui-wm/phoc-0.36.0-r1 ) verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
DEPEND=>=app-crypt/gcr-3.7.5:0 app-crypt/libsecret >=dev-libs/feedbackd-0.2.0 dev-libs/fribidi >=dev-libs/glib-2.76:2 >=dev-libs/json-glib-1.6.2 dev-libs/libgudev:= >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gnome-base/gsettings-desktop-schemas-42 >=gnome-extra/evolution-data-server-3.33.1:= >=gui-libs/libhandy-1.1.90:1 media-libs/libpulse[glib] media-sound/callaudiod >=net-misc/networkmanager-1.14 sys-apps/dbus >=sys-auth/polkit-0.105 sys-libs/pam >=sys-power/upower-0.99.1:= >=x11-libs/gtk+-3.22:3[wayland] elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) lockscreen-plugins? ( app-text/evince:= gui-libs/gtk:4 gui-libs/libadwaita:1 ) >=dev-libs/wayland-protocols-1.12 test-full? ( gnome-base/gnome-shell virtual/freedesktop-icon-theme x11-themes/gnome-themes-standard )
DESCRIPTION=Pure Wayland shell for mobile devices
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phosh/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=gnome2-utils meson pam systemd verify-sig virtualx xdg
IUSE=elogind gtk-doc +lockscreen-plugins man test test-full verify-sig test
KEYWORDS=~amd64 ~arm64
LICENSE=CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT
RDEPEND=>=app-crypt/gcr-3.7.5:0 app-crypt/libsecret >=dev-libs/feedbackd-0.2.0 dev-libs/fribidi >=dev-libs/glib-2.76:2 >=dev-libs/json-glib-1.6.2 dev-libs/libgudev:= >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gnome-base/gsettings-desktop-schemas-42 >=gnome-extra/evolution-data-server-3.33.1:= >=gui-libs/libhandy-1.1.90:1 media-libs/libpulse[glib] media-sound/callaudiod >=net-misc/networkmanager-1.14 sys-apps/dbus >=sys-auth/polkit-0.105 sys-libs/pam >=sys-power/upower-0.99.1:= >=x11-libs/gtk+-3.22:3[wayland] elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) lockscreen-plugins? ( app-text/evince:= gui-libs/gtk:4 gui-libs/libadwaita:1 ) gnome-base/gnome-shell virtual/freedesktop-icon-theme x11-themes/gnome-themes-standard !elogind? ( sys-libs/libcap )
REQUIRED_USE=test? ( lockscreen-plugins )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phosh/phosh-0.36.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh/phosh-0.36.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 verify-sig a79ba011daaf532d71a219182474d150 virtualx 0654dc258d045433af18ffe046363961 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=2cd8a5c033c7549d76a2d7a9e0ca580a

View File

@@ -0,0 +1,18 @@
BDEPEND=dev-libs/glib:2 dev-libs/libxml2 dev-util/gdbus-codegen dev-util/glib-utils dev-util/wayland-scanner sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) test-full? ( >=gui-wm/phoc-0.36.0-r1 ) verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
DEPEND=>=app-crypt/gcr-3.7.5:0[introspection?] app-crypt/libsecret >=dev-libs/feedbackd-0.4.0 dev-libs/fribidi >=dev-libs/glib-2.76:2 dev-libs/gmobile dev-libs/libgudev:= dev-libs/libical:= >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gnome-base/gsettings-desktop-schemas-42 >=gnome-extra/evolution-data-server-3.33.1:= >=gui-libs/libhandy-1.1.90:1[introspection?] media-libs/libpulse[glib] media-sound/callaudiod net-libs/libsoup:3.0 >=net-misc/networkmanager-1.14[introspection?] >=net-wireless/gnome-bluetooth-46.0:3 sys-apps/dbus >=sys-auth/polkit-0.105 sys-libs/pam >=sys-power/upower-0.99.1:= x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango >=x11-libs/gtk+-3.22:3[introspection?,wayland] elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) lockscreen-plugins? ( app-text/evince:= gui-libs/gtk:4 >=gui-libs/libadwaita-1.5:1 ) >=dev-libs/wayland-protocols-1.12 test-full? ( gnome-base/gnome-shell virtual/freedesktop-icon-theme x11-themes/gnome-themes-standard )
DESCRIPTION=Pure Wayland shell for mobile devices
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phosh/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=gnome2-utils meson pam systemd verify-sig virtualx xdg
IUSE=elogind gtk-doc introspection +lockscreen-plugins man test test-full verify-sig test
KEYWORDS=~amd64 ~arm64
LICENSE=CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT
RDEPEND=>=app-crypt/gcr-3.7.5:0[introspection?] app-crypt/libsecret >=dev-libs/feedbackd-0.4.0 dev-libs/fribidi >=dev-libs/glib-2.76:2 dev-libs/gmobile dev-libs/libgudev:= dev-libs/libical:= >=dev-libs/wayland-1.14 >=gnome-base/gnome-desktop-3.26:3 >=gnome-base/gsettings-desktop-schemas-42 >=gnome-extra/evolution-data-server-3.33.1:= >=gui-libs/libhandy-1.1.90:1[introspection?] media-libs/libpulse[glib] media-sound/callaudiod net-libs/libsoup:3.0 >=net-misc/networkmanager-1.14[introspection?] >=net-wireless/gnome-bluetooth-46.0:3 sys-apps/dbus >=sys-auth/polkit-0.105 sys-libs/pam >=sys-power/upower-0.99.1:= x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango >=x11-libs/gtk+-3.22:3[introspection?,wayland] elogind? ( >=sys-auth/elogind-241 ) !elogind? ( >=sys-apps/systemd-241:= ) lockscreen-plugins? ( app-text/evince:= gui-libs/gtk:4 >=gui-libs/libadwaita-1.5:1 ) gnome-base/gnome-shell virtual/freedesktop-icon-theme x11-themes/gnome-themes-standard !elogind? ( sys-libs/libcap )
REQUIRED_USE=gtk-doc? ( introspection ) test? ( lockscreen-plugins )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phosh/phosh-0.41.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh/phosh-0.41.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 verify-sig a79ba011daaf532d71a219182474d150 virtualx 0654dc258d045433af18ffe046363961 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=3264784f89e2adeee78246c1a202dfd0

View File

@@ -1,16 +1,16 @@
BDEPEND=sys-devel/gettext verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
BDEPEND=dev-libs/libxml2 sys-devel/gettext verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
DEPEND=dev-libs/glib:2 >=gui-libs/gtk-4.4:4 >=gui-libs/libadwaita-1.1:1
DEPEND=>=dev-libs/glib-2.74:2 dev-libs/gmobile >=gui-libs/gtk-4.12:4 >=gui-libs/libadwaita-1.4:1
DESCRIPTION=Introduction to phosh on smartphones
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/guidog/phosh-tour
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phosh-tour
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=gnome2-utils meson verify-sig xdg
IUSE=verify-sig
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=dev-libs/glib:2 >=gui-libs/gtk-4.4:4 >=gui-libs/libadwaita-1.1:1
RDEPEND=>=dev-libs/glib-2.74:2 dev-libs/gmobile >=gui-libs/gtk-4.12:4 >=gui-libs/libadwaita-1.4:1
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phosh-tour/phosh-tour-0.36.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-tour/phosh-tour-0.36.0.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/phosh-tour/phosh-tour-0.41.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-tour/phosh-tour-0.41.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 verify-sig a79ba011daaf532d71a219182474d150 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=c59e14dd3f130b0de9eec9e8db70aa81
_md5_=05dbd23422c80f2adeccf43898227763

View File

@@ -5,12 +5,12 @@ EAPI=8
HOMEPAGE=https://browser.yandex.ru/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 unpacker desktop wrapper pax-utils xdg
IUSE=+l10n_cs +l10n_de +l10n_en-US +l10n_es +l10n_fr +l10n_it +l10n_ja +l10n_kk +l10n_pt-BR +l10n_pt-PT +l10n_ru +l10n_tr +l10n_uk +l10n_uz +l10n_zh-CN +l10n_zh-TW
IUSE=+ffmpeg-codecs +l10n_cs +l10n_de +l10n_en-US +l10n_es +l10n_fr +l10n_it +l10n_ja +l10n_kk +l10n_pt-BR +l10n_pt-PT +l10n_ru +l10n_tr +l10n_uk +l10n_uz +l10n_zh-CN +l10n_zh-TW
KEYWORDS=~amd64
LICENSE=Yandex-EULA
RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap virtual/libudev x11-libs/cairo x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango[X] x11-misc/xdg-utils sys-libs/libudev-compat dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets app-accessibility/at-spi2-core
RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap virtual/libudev x11-libs/cairo x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango[X] x11-misc/xdg-utils ffmpeg-codecs? ( media-video/ffmpeg-chromium:126 ) sys-libs/libudev-compat dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets app-accessibility/at-spi2-core
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-stable/yandex-browser-stable_24.6.1.852-1_amd64.deb -> yandex-browser-24.6.1.852_p1.deb )
SRC_URI=amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-stable/yandex-browser-stable_24.7.1.1073-1_amd64.deb -> yandex-browser-24.7.1.1073_p1.deb )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe unpacker fb4b84181244b3b9990fa0bf40232dd2 desktop 021728fdc1b03b36357dbc89489e0f0d wrapper 4a1902f969e5718126434fc35f3a0d9c pax-utils 91d47e5d20627c717aa878b9167c62a8 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=abecfb92fbaf8d84f945484d1be30b5c
_md5_=f30b62946bbd4ffba1fa28ea39f7daa0

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-libs/glib dev-libs/libappindicator:3 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
DEPEND=dev-libs/glib dev-libs/libayatana-appindicator x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
DESCRIPTION=Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
EAPI=8
HOMEPAGE=https://github.com/bk138/gromit-mpx
@@ -8,8 +8,8 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=dev-libs/glib dev-libs/libappindicator:3 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
RDEPEND=dev-libs/glib dev-libs/libayatana-appindicator x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
SLOT=0
SRC_URI=https://github.com/bk138/gromit-mpx/archive/1.6.0.tar.gz -> gromit-mpx-1.6.0.tar.gz
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=def1287aa66fbfcafe0e4c9670c89897
_md5_=310592b23c1a1a46ce39e603aeeb517b

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-libs/glib dev-libs/libappindicator:3 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
DEPEND=dev-libs/glib dev-libs/libayatana-appindicator x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
DESCRIPTION=Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
EAPI=8
HOMEPAGE=https://github.com/bk138/gromit-mpx
@@ -8,7 +8,7 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg git-r3
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=dev-libs/glib dev-libs/libappindicator:3 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
RDEPEND=dev-libs/glib dev-libs/libayatana-appindicator x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXi >=x11-apps/xinput-1.3
SLOT=0
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 xdg 4a14c5c24f121e7da66e5aab4a168c6e git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=def1287aa66fbfcafe0e4c9670c89897
_md5_=310592b23c1a1a46ce39e603aeeb517b

View File

@@ -0,0 +1,14 @@
BDEPEND=verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
DESCRIPTION=Phosh wallpapers and other artwork
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/guidog/phosh-wallpapers
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=gnome2-utils meson verify-sig xdg
IUSE=verify-sig
KEYWORDS=~amd64
LICENSE=CC0-1.0 CC-BY-SA-4.0 GPL-3+
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/phosh-wallpapers/phosh-wallpapers-0.41.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-wallpapers/phosh-wallpapers-0.41.0.tar.xz.asc )
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 verify-sig a79ba011daaf532d71a219182474d150 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=d08cd7cadbbe6a9656427ede0ec8e4bb

View File

@@ -228,7 +228,7 @@ app-misc/cpufetch 1.05-r1: Simplistic yet fancy CPU architecture fetching tool
app-misc/dbf 0.9.0: Command line tool to read the content of dBASE III, IV, and 5.0 files
app-misc/diff-so-fancy 1.4.4: Good-lookin' diffs. Actually... nah... The best-lookin' diffs
app-misc/doublecmd 1.1.16: Cross Platform file manager
app-misc/doublecmd-bin 1.0.11 1.1.11_beta 1.1.16 9999: Double Commander: file manager with two panels, similar to Total Commander
app-misc/doublecmd-bin 1.0.11 1.1.11_beta 1.1.17 9999: Double Commander: file manager with two panels, similar to Total Commander
app-misc/dpscreenocr 1.4.0: Program to recognize text on screen
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
app-misc/electricsheep 3.0.2_p20191005 3.0.2_p20191005-r1: Realize the collective dream of sleeping computers from all over the internet
@@ -515,7 +515,7 @@ dev-libs/cgicc 3.2.19 3.2.20: A C++ class library for writing CGI applications
dev-libs/cyrus-sasl-xoauth2 0.2: XOAUTH2 mechanism plugin for cyrus-sasl
dev-libs/dmd_core 0.7.2: Core logic for an AT&T / Teletype DMD 5620 terminal emulator
dev-libs/fastText 0.9.2: Library for fast text representation and classification
dev-libs/feedbackd 0.3.0 0.4.0: A daemon to provide haptic feedback on events
dev-libs/feedbackd 0.4.0 0.4.1: A daemon to provide haptic feedback on events
dev-libs/feedbackd-device-themes 0.1.0 0.4.0: A daemon to provide haptic feedback on events (themes package)
dev-libs/fortran-regex 1.1.2: Modern Fortran port of the tiny-regex-c library for regular expressions
dev-libs/fortran-shlex 1.0.1: Modern Fortran port of the tiny-regex-c library for regular expressions
@@ -911,7 +911,7 @@ dev-util/dmg2img 9999 20201227: Convert Apple disk images to IMG format.
dev-util/dockerfile-language-server 0.12.0 0.13.0: A language server for Dockerfiles
dev-util/eclipse-parallel-bin 4.28: Eclipse IDE for Scientific Computing (C, C++, Fortran)
dev-util/exercism 3.1.0 3.2.0: Command line client for https://exercism.io
dev-util/find-work 0.6.1 0.7.0 0.91.0 9999: Personal advice utility for Gentoo package maintainers
dev-util/find-work 0.7.0 0.91.0 0.91.1 9999: Personal advice utility for Gentoo package maintainers
dev-util/find-work-bugzilla 0.2.0: Personal advice utility for Gentoo package maintainers: Bugzilla plugin
dev-util/find-work-pkgcheck 0.2.0: Personal advice utility for Gentoo package maintainers: pkgcheck plugin
dev-util/find-work-repology 0.2.0: Personal advice utility for Gentoo package maintainers: Repology plugin
@@ -930,14 +930,14 @@ dev-util/juliaup 1.17.1: Julia installer and version multiplexer
dev-util/lemminx-bin 0.27.0 0.27.1: XML Language Server
dev-util/libtypec-utils 0.5.2: Library to interface with USB Type-C/Power Delivery devices
dev-util/lottieconverter 0.2 0.2-r1: Simple lottie (telegram animated sticker) converter
dev-util/lua-language-server 3.9.1-r1 3.9.3: Lua language server
dev-util/lua-language-server 3.9.1-r1 3.9.3 3.10.5: Lua language server
dev-util/mh 1.0.3: Generate help for Makefile
dev-util/mock 5.6-r1: Simple chroot build environment manager for building RPMs
dev-util/mock-core-configs 41.2: Mock core config files basic chroots
dev-util/ocamlformat 0.26.2: Auto-formatter for OCaml code
dev-util/ocp-indent 1.8.2: Indentation tool for OCaml, to be used from editors like Emacs and Vim.
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
dev-util/pifpaf 3.1.5-r1 3.2.1: Suite of tools and fixtures to manage daemons for testing
dev-util/pmbootstrap 2.3.1: Helper tool for developing and building postmarketOS
dev-util/prysk 0.20.0: Functional testing framework for command line applications (cram fork)
dev-util/qshaderedit 0.1.5: Multiplatform shader editor inspired by Apple's OpenGL Shader Builder
@@ -995,7 +995,7 @@ games-engines/boxtron 0.5.4-r2: Steam Play compatibility tool to run DOS games u
games-engines/easyrpg-player 0.7.0 0.8 0.8-r1: RPG Maker 2000/2003 and EasyRPG games interpreter
games-engines/fs2_open 23.2.1-r1 24.0.2: FreeSpace2 Source Code Project game engine
games-engines/instead 3.3.5 3.4.1 9999: INSTEAD text-based quest game engine
games-engines/nxengine-evo 2.6.4 2.6.5_p1: rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)
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-fps/assaultcube 1.3.0.2: Free multiplayer FPS based on the Cube engine
games-fps/crispy-doom 5.12.0 6.0: A limit-removing enhanced-resolution Doom source port based on Chocolate Doom
@@ -1102,7 +1102,7 @@ gui-apps/intiface-central-bin 2.5.7 2.6.0: Buttplug frontend application
gui-apps/lan-mouse 0.7.3: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
gui-apps/lemurs 0.3.1 0.3.1-r1 0.3.2: A TUI Display/Login Manager
gui-apps/lswt 1.0.4-r1 2.0.0 9999: List Wayland toplevels
gui-apps/meteo-qt 3.3: A system tray application for the weather status
gui-apps/meteo-qt 3.3 3.4: A system tray application for the weather status
gui-apps/mpvpaper 1.7 9999: A video wallpaper program for wlroots based wayland compositors
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
@@ -1171,7 +1171,7 @@ gui-wm/cage 0.1.5_p20240227 9999: A Wayland kiosk
gui-wm/hyprland-contrib 0.1-r1 9999: Community-maintained extensions for hyprland
gui-wm/miracle-wm 0.3.2: Tiling Wayland compositor based on Mir
gui-wm/niri 0.1.8: Scrollable-tiling Wayland compositor
gui-wm/phoc 0.36.0-r1 0.38.0 0.40.0: Wayland compositor for mobile phones
gui-wm/phoc 0.38.0 0.40.0 0.41.0: Wayland compositor for mobile phones
gui-wm/river 0.3.5 0.3.5-r1: A dynamic tiling Wayland compositor
gui-wm/swayfx 0.4 0.4-r1: SwayFX: Sway, but with eye candy!
kde-apps/kwalletcli 3.03: CLI for the KDE Wallet
@@ -1386,7 +1386,7 @@ net-im/go-sendxmpp 0.6.1 0.8.3: A tool to send messages or files to an XMPP cont
net-im/gomuks 0.3.0 0.3.1: A terminal based Matrix client written in Go
net-im/gtkcord4 0.0.11 0.0.16.1: A Gtk4 Discord client in Golang
net-im/guilded-bin 1.0.9105465: Drop Discord, get Guilded
net-im/heisenbridge 1.14.6-r1: A bouncer-style Matrix IRC bridge
net-im/heisenbridge 1.14.6-r1 1.15.0: A bouncer-style Matrix IRC bridge
net-im/iamb 0.0.8 0.0.9: A Matrix chat client that uses Vim keybindings
net-im/jitsi-meet 2022.3.1-r1: Desktop application for Jitsi Meet built with Electron
net-im/kaidan 0.9.1: User-friendly and modern chat app for every device
@@ -1455,7 +1455,7 @@ net-misc/lyrics-in-terminal 1.5.0: Command Line Lyrics fetcher for MPRIS media p
net-misc/maestral 1.9.3-r1 1.9.4: Maestral is an open-source Dropbox client written in Python
net-misc/maestral-qt 1.9.3 1.9.4: Maestral is an open-source Dropbox client written in Python
net-misc/mastorss 0.13.1 0.13.1-r1 9999: Another RSS to Mastodon bot
net-misc/megasync 5.4.0.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/megasync 5.4.1.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/myip 1.2.1: Get your external IP address using STUN server
net-misc/ooni-probe-cli 3.22.0 3.23.0: OONI Probe network measurement tool for detecting internet censorship
net-misc/openbgpd 6.9_p0 8.4 9999: OpenBGPD is a free implementation of BGPv4
@@ -1515,11 +1515,11 @@ net-wireless/rtl8723bu 9999: Driver for the rtl8723 wireless chipset
net-wireless/rtl8821ce 0_pre20240326: Realtek RTL8821CE Driver module for Linux kernel
net-wireless/rtl8821cu 0_pre20240503: Realtek 8821CU/RTL8811CU module for Linux kernel
net-wireless/sdrpp 1.2.0_pre20240607: Cross-Platform SDR Software
phosh-base/phosh 0.38.0 0.40.0: Meta package for Phosh, merge this package to install
phosh-base/phosh-mobile-settings 0.36.0 0.38.0 0.40.0: Mobile Settings App for phosh and related components
phosh-base/phosh-osk-stub 0.36.0 0.38.0: On-screen keyboard stub
phosh-base/phosh-shell 0.36.0 0.38.0 0.40.0: Pure Wayland shell for mobile devices
phosh-base/phosh-tour 0.36.0 0.38.0 0.39.0: Introduction to phosh on smartphones
phosh-base/phosh 0.40.0 0.41.0: Meta package for Phosh, merge this package to install
phosh-base/phosh-mobile-settings 0.38.0 0.40.0 0.41.0: Mobile Settings App for phosh and related components
phosh-base/phosh-osk-stub 0.38.0 0.41.0: On-screen keyboard stub
phosh-base/phosh-shell 0.38.0 0.40.0 0.41.0: Pure Wayland shell for mobile devices
phosh-base/phosh-tour 0.38.0 0.39.0 0.41.0: Introduction to phosh on smartphones
phosh-base/squeekboard 1.17.1: Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone
sci-biology/cmdock 0.2.0-r2: Program for docking ligands to proteins and nucleic acids
sci-biology/cytoscape-bin 3.10.2: A visualization platform for molecular interaction networks
@@ -1708,7 +1708,7 @@ www-client/firefox-developer-bin 122.0 128.0: Firefox browser developer edition
www-client/mullvad-browser-bin 13.5.2: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/nyxt 3.11.5 3.11.6 3.11.7 3.11.8 9999: Nyxt - the hacker's power-browser
www-client/vimb 3.6.0 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
www-client/yandex-browser 24.6.1.852_p1: The web browser from Yandex
www-client/yandex-browser 24.7.1.1073_p1: The web browser from Yandex
www-misc/dufs 0.40.0: Dufs is a distinctive utility file server
www-misc/gitea2rss 0.7.0: Generates RSS feeds from Gitea releases, tags and commits
www-misc/gorss 0.3: Go Terminal Feed Reader
@@ -1732,7 +1732,7 @@ x11-misc/betterlockscreen 4.3.0: sweet looking lockscreen for linux system
x11-misc/betterlockscreen_rapid 0.0.0_pre20210701 0.0.0_pre20210708: A rapid and good-looking screen locker
x11-misc/gobble 1.3: Hide current window before launching external program, unhide after quitting
x11-misc/greenclip-bin 4.2: Simple clipboard manager to be integrated with rofi
x11-misc/gromit-mpx 1.6.0 9999: Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
x11-misc/gromit-mpx 1.6.0-r1 9999: Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
x11-misc/i3-restore 4.1: A simple bash + python script to restore your i3 session
x11-misc/i3-resurrect 1.4.5: Saving and restoring i3 workspaces
x11-misc/i3lock-color 2.13.5: The world's most popular non-default computer lockscreen
@@ -1779,7 +1779,7 @@ x11-themes/neonly-cursor 1.0.0: Cursor theme using a custom color palette inspir
x11-themes/obsidian-icon-theme 4.15-r1 9999: Obsidian Icon Theme is intuitive Faenza-like icon theme
x11-themes/obsidian2-gtk-theme 2.22 9999: Obsidian Gnome Theme, based upon Adwaita-Maia dark skin
x11-themes/papirus-claws-mail-theme 0_pre20181023 0_pre20201019: Papirus icon theme for Claws Mail
x11-themes/phosh-wallpapers 0.40.0: Phosh wallpapers and other artwork
x11-themes/phosh-wallpapers 0.40.0 0.41.0: Phosh wallpapers and other artwork
x11-themes/qogir-icon-theme 2020.11.22: A flat colorful design icon theme for linux desktops
x11-themes/razor-sharp-gtk 9999: GTK-3/4 theme: very dark background, red font
x11-themes/solarized-black 1.0: GTK theme Solarized, multiple colors

View File

@@ -1 +1 @@
Tue, 20 Aug 2024 20:34:02 +0000
Tue, 20 Aug 2024 21:03:46 +0000

View File

@@ -696,6 +696,7 @@ www-apps/forgejo:acct - User and group management via acct-*/git packages
www-client/badwolf:webkit41 - Use net-libs/webkit-gtk:4.1 (uses libsoup3 and so allows HTTP/2) instead of net-libs/webkit-gtk:4
www-client/mullvad-browser-bin:X - Add support for X11
www-client/vimb:adblock - Use www-misc/wyebadblock for adblocking
www-client/yandex-browser:ffmpeg-codecs - Use media-video/ffmpeg-chromium for multi-threaded ffmpeg codecs for the HTML5 <audio> and <video> tags
www-servers/hinsightd:cgi - Enable old/slow cgi support (legacy should not be used)
www-servers/hinsightd:fcgi - Enable fast cgi support
www-servers/hinsightd:ffcall - Use ffcall library for better logging format support