2021-08-03 09:06:22 UTC

This commit is contained in:
Repository mirror & CI
2021-08-03 09:06:22 +00:00
parent 0c6147abce
commit b1ffffba21
31 changed files with 292 additions and 71 deletions

View File

@@ -1,16 +0,0 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst prepare setup unpack
DEPEND=python_single_target_python3_8? ( dev-python/decorator[python_targets_python3_8(-)] dev-python/protobuf-python[python_targets_python3_8(-)] dev-python/orjson-bin[python_targets_python3_8(-)] dev-python/distro[python_targets_python3_8(-)] dev-python/beautifulsoup[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/flask[python_targets_python3_8(-)] dev-python/waitress[python_targets_python3_8(-)] dev-python/send2trash[python_targets_python3_8(-)] dev-python/markdown[python_targets_python3_8(-)] dev-python/jsonschema[python_targets_python3_8(-)] dev-python/flask-cors[python_targets_python3_8(-)] dev-python/PyQt5[python_targets_python3_8(-)] dev-python/PyQtWebEngine[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/decorator[python_targets_python3_9(-)] dev-python/protobuf-python[python_targets_python3_9(-)] dev-python/orjson-bin[python_targets_python3_9(-)] dev-python/distro[python_targets_python3_9(-)] dev-python/beautifulsoup[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/flask[python_targets_python3_9(-)] dev-python/waitress[python_targets_python3_9(-)] dev-python/send2trash[python_targets_python3_9(-)] dev-python/markdown[python_targets_python3_9(-)] dev-python/jsonschema[python_targets_python3_9(-)] dev-python/flask-cors[python_targets_python3_9(-)] dev-python/PyQt5[python_targets_python3_9(-)] dev-python/PyQtWebEngine[python_targets_python3_9(-)] ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A spaced-repetition memory training program (flash cards)
EAPI=7
HOMEPAGE=https://apps.ankiweb.net/
INHERIT=python-single-r1 desktop xdg
IUSE=python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=python_single_target_python3_8? ( dev-python/decorator[python_targets_python3_8(-)] dev-python/protobuf-python[python_targets_python3_8(-)] dev-python/orjson-bin[python_targets_python3_8(-)] dev-python/distro[python_targets_python3_8(-)] dev-python/beautifulsoup[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/flask[python_targets_python3_8(-)] dev-python/waitress[python_targets_python3_8(-)] dev-python/send2trash[python_targets_python3_8(-)] dev-python/markdown[python_targets_python3_8(-)] dev-python/jsonschema[python_targets_python3_8(-)] dev-python/flask-cors[python_targets_python3_8(-)] dev-python/PyQt5[python_targets_python3_8(-)] dev-python/PyQtWebEngine[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/decorator[python_targets_python3_9(-)] dev-python/protobuf-python[python_targets_python3_9(-)] dev-python/orjson-bin[python_targets_python3_9(-)] dev-python/distro[python_targets_python3_9(-)] dev-python/beautifulsoup[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/flask[python_targets_python3_9(-)] dev-python/waitress[python_targets_python3_9(-)] dev-python/send2trash[python_targets_python3_9(-)] dev-python/markdown[python_targets_python3_9(-)] dev-python/jsonschema[python_targets_python3_9(-)] dev-python/flask-cors[python_targets_python3_9(-)] dev-python/PyQt5[python_targets_python3_9(-)] dev-python/PyQtWebEngine[python_targets_python3_9(-)] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) !app-misc/anki
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/cp38/a/anki/anki-2.1.44-cp38-abi3-manylinux2014_x86_64.whl -> anki-bin-2.1.44.zip https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.44-py3-none-any.whl -> aqt-2.1.44.zip https://raw.githubusercontent.com/ankitects/anki/2.1.44/qt/linux/anki.png
_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-single-r1 73f113f91928e0d16bceb65ecbcd8e75 desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=aaec911150cc34f4c700683053ec2ffa

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst prepare setup unpack
DEPEND=python_single_target_python3_8? ( dev-python/decorator[python_targets_python3_8(-)] dev-python/protobuf-python[python_targets_python3_8(-)] dev-python/orjson-bin[python_targets_python3_8(-)] dev-python/distro[python_targets_python3_8(-)] dev-python/beautifulsoup[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/flask[python_targets_python3_8(-)] dev-python/waitress[python_targets_python3_8(-)] dev-python/send2trash[python_targets_python3_8(-)] dev-python/markdown[python_targets_python3_8(-)] dev-python/jsonschema[python_targets_python3_8(-)] dev-python/flask-cors[python_targets_python3_8(-)] dev-python/PyQt5[python_targets_python3_8(-)] dev-python/PyQtWebEngine[python_targets_python3_8(-)] dev-python/stringcase[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/decorator[python_targets_python3_9(-)] dev-python/protobuf-python[python_targets_python3_9(-)] dev-python/orjson-bin[python_targets_python3_9(-)] dev-python/distro[python_targets_python3_9(-)] dev-python/beautifulsoup[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/flask[python_targets_python3_9(-)] dev-python/waitress[python_targets_python3_9(-)] dev-python/send2trash[python_targets_python3_9(-)] dev-python/markdown[python_targets_python3_9(-)] dev-python/jsonschema[python_targets_python3_9(-)] dev-python/flask-cors[python_targets_python3_9(-)] dev-python/PyQt5[python_targets_python3_9(-)] dev-python/PyQtWebEngine[python_targets_python3_9(-)] dev-python/stringcase[python_targets_python3_9(-)] ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A spaced-repetition memory training program (flash cards)
EAPI=7
HOMEPAGE=https://apps.ankiweb.net/
INHERIT=python-single-r1 desktop xdg
IUSE=python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=python_single_target_python3_8? ( dev-python/decorator[python_targets_python3_8(-)] dev-python/protobuf-python[python_targets_python3_8(-)] dev-python/orjson-bin[python_targets_python3_8(-)] dev-python/distro[python_targets_python3_8(-)] dev-python/beautifulsoup[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/flask[python_targets_python3_8(-)] dev-python/waitress[python_targets_python3_8(-)] dev-python/send2trash[python_targets_python3_8(-)] dev-python/markdown[python_targets_python3_8(-)] dev-python/jsonschema[python_targets_python3_8(-)] dev-python/flask-cors[python_targets_python3_8(-)] dev-python/PyQt5[python_targets_python3_8(-)] dev-python/PyQtWebEngine[python_targets_python3_8(-)] dev-python/stringcase[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/decorator[python_targets_python3_9(-)] dev-python/protobuf-python[python_targets_python3_9(-)] dev-python/orjson-bin[python_targets_python3_9(-)] dev-python/distro[python_targets_python3_9(-)] dev-python/beautifulsoup[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/flask[python_targets_python3_9(-)] dev-python/waitress[python_targets_python3_9(-)] dev-python/send2trash[python_targets_python3_9(-)] dev-python/markdown[python_targets_python3_9(-)] dev-python/jsonschema[python_targets_python3_9(-)] dev-python/flask-cors[python_targets_python3_9(-)] dev-python/PyQt5[python_targets_python3_9(-)] dev-python/PyQtWebEngine[python_targets_python3_9(-)] dev-python/stringcase[python_targets_python3_9(-)] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) !app-misc/anki
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/cp38/a/anki/anki-2.1.45-cp38-abi3-manylinux2014_x86_64.whl -> anki-bin-2.1.45.zip https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.45-py3-none-any.whl -> aqt-2.1.45.zip https://raw.githubusercontent.com/ankitects/anki/2.1.45/qt/linux/anki.png
_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-single-r1 73f113f91928e0d16bceb65ecbcd8e75 desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=4fe6054f88544a751a9356454e81ea7f

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,6 @@ LICENSE=all-rights-reserved
RDEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa media-video/ffmpeg[chromium] net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libdrm x11-libs/libxcb x11-libs/pango
RESTRICT=bindist mirror
SLOT=0
SRC_URI=https://www.rememberthemilk.com/download/linux/fedora/21/x86_64/rememberthemilk-1.3.0-1.x86_64.rpm
SRC_URI=https://www.rememberthemilk.com/download/linux/fedora/21/x86_64/rememberthemilk-1.3.11-1.x86_64.rpm
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff estack 055c42df72f76a4f45ec92b35e83cd56 rpm 142025d51eac82f782a2dcb4f04a4b12
_md5_=7e435fbd88cb1c7c2ec294a66bd0550d

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=install setup
DESCRIPTION=Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
EAPI=7
HOMEPAGE=https://github.com/ijl/orjson
INHERIT=python-r1 python-utils-r1
INHERIT=python-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=amd64? ( https://files.pythonhosted.org/packages/cp310/o/orjson/orjson-3.6.0-cp310-cp310-manylinux_2_24_x86_64.whl -> orjson-bin-3.6.0_x86_64.zip ) arm64? ( https://files.pythonhosted.org/packages/cp310/o/orjson/orjson-3.6.0-cp310-cp310-manylinux_2_24_aarch64.whl -> orjson-bin-3.6.0_aarch64.zip )
SRC_URI=amd64? ( https://files.pythonhosted.org/packages/cp310/o/orjson/orjson-3.6.0-cp310-cp310-manylinux_2_24_x86_64.whl -> orjson-bin-3.6.0-amd64.zip ) arm64? ( https://files.pythonhosted.org/packages/cp310/o/orjson/orjson-3.6.0-cp310-cp310-manylinux_2_24_aarch64.whl -> orjson-bin-3.6.0-arm64.zip )
_eclasses_=multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad
_md5_=cdc6c6cabd77eab76fea8f2997a0729a
_md5_=60bc88b4e48f3cef59177a65062f426c

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( media-video/ffmpeg ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
BDEPEND=test? ( media-video/ffmpeg ) test? ( dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Manipulate audio with an simple and easy high level interface
EAPI=7
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jiaaro/pydub/archive/refs/tags/v0.25.1.tar.gz -> pydub-0.25.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9 optfeature cc13a38ea4d26565e83ef21d58bcd4ab
_md5_=feb9a562c403c64b7a36dbafb0d7ccb1
_md5_=20b245a3050f8db3b90af580904d8b95

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Convert string cases between camel case, pascal case, snake case etc.
EAPI=7
HOMEPAGE=https://github.com/okunishinishi/python-stringcase
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~hppa ~ia64 ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/s/stringcase/stringcase-1.2.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9
_md5_=cefcafc7baae8a960e1b222f9d031899

View File

@@ -0,0 +1,14 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile install
DEPEND=dev-libs/libpcre2 test? ( dev-util/cmocka )
DESCRIPTION=Generate help for Makefile
EAPI=7
HOMEPAGE=https://github.com/oz123/mh
IUSE=test
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-libs/libpcre2
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/oz123/mh/archive/refs/tags/v1.0.3.tar.gz -> mh-1.0.3.tar.gz
_md5_=d69af8946641a4eb2131e645535069c9

View File

@@ -1,16 +1,16 @@
BDEPEND=>=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json layershell? ( gui-libs/gtk-layer-shell ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=GTK+ launchers for sway, i3 and some other WMs
EAPI=7
HOMEPAGE=https://github.com/nwg-piotr/nwg-launchers
INHERIT=meson xdg
IUSE=+bar +dmenu +grid
IUSE=+bar +dmenu +grid layershell
KEYWORDS=~amd64
LICENSE=GPL-3 CC-BY-SA-3.0
RDEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json
RDEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json layershell? ( gui-libs/gtk-layer-shell )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/nwg-piotr/nwg-launchers/archive/v0.4.3.tar.gz -> nwg-launchers-0.4.3.tar.gz
SRC_URI=https://github.com/nwg-piotr/nwg-launchers/archive/v0.5.0.tar.gz -> nwg-launchers-0.5.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=39e8f612d5b6748eedcd83c1a852987d
_md5_=c543d833c324b77a7da81fd8b7f0415c

View File

@@ -1,15 +1,15 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json layershell? ( gui-libs/gtk-layer-shell ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=GTK+ launchers for sway, i3 and some other WMs
EAPI=7
HOMEPAGE=https://github.com/nwg-piotr/nwg-launchers
INHERIT=git-r3 meson xdg
IUSE=+bar +dmenu +grid
IUSE=+bar +dmenu +grid layershell
LICENSE=GPL-3 CC-BY-SA-3.0
PROPERTIES=live
RDEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json
RDEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json layershell? ( gui-libs/gtk-layer-shell )
RESTRICT=mirror
SLOT=0
_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=39e8f612d5b6748eedcd83c1a852987d
_md5_=c543d833c324b77a7da81fd8b7f0415c

File diff suppressed because one or more lines are too long

View File

@@ -1,15 +0,0 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-libs/libpcre dev-libs/libunistring dev-libs/openssl media-libs/libsdl2 sys-libs/zlib mp3? ( media-sound/mpg123 ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Desktop GUI client for browsing Geminispace
EAPI=7
HOMEPAGE=https://gmi.skyjake.fi/lagrange/ https://git.skyjake.fi/gemini/lagrange
INHERIT=cmake xdg
IUSE=cpu_flags_x86_sse4_1 +mp3
KEYWORDS=~amd64 ~x86
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 OFL-1.1
RDEPEND=dev-libs/libpcre dev-libs/libunistring dev-libs/openssl media-libs/libsdl2 sys-libs/zlib mp3? ( media-sound/mpg123 )
SLOT=0
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.5.2/lagrange-1.5.2.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=37c09b27b69ab3dac8d90524274a5ffa

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-libs/libpcre:3 dev-libs/libunistring dev-libs/openssl media-libs/libsdl2[sound(+),video(+)] sys-libs/zlib fribidi? ( dev-libs/fribidi ) harfbuzz? ( media-libs/harfbuzz[truetype(+)] ) mp3? ( media-sound/mpg123 ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Desktop GUI client for browsing Geminispace
EAPI=7
HOMEPAGE=https://gmi.skyjake.fi/lagrange/ https://git.skyjake.fi/gemini/lagrange
INHERIT=xdg cmake
IUSE=cpu_flags_x86_sse4_1 +fribidi +harfbuzz +mp3
KEYWORDS=~amd64 ~x86
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 OFL-1.1
RDEPEND=dev-libs/libpcre:3 dev-libs/libunistring dev-libs/openssl media-libs/libsdl2[sound(+),video(+)] sys-libs/zlib fribidi? ( dev-libs/fribidi ) harfbuzz? ( media-libs/harfbuzz[truetype(+)] ) mp3? ( media-sound/mpg123 )
SLOT=0
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.6.1/lagrange-1.6.1.tar.gz
_eclasses_=xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=be313e698ba561d135d8c9f206580e5a

View File

@@ -6,6 +6,6 @@ INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=ISC
SLOT=0
SRC_URI=https://www.codemadness.org/releases/sfeed/sfeed-0.9.23.tar.gz
SRC_URI=https://www.codemadness.org/releases/sfeed/sfeed-0.9.25.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352
_md5_=524158843942a944342a78df0b0f9fc0
_md5_=1323aa9ea64613bff1648f08d47f0a63

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815
DEFINED_PHASES=configure install prepare
DEPEND=virtual/mpi fti? ( sys-cluster/fti ) scr? ( sys-cluster/scr ) veloc? ( sys-cluster/veloc )
DESCRIPTION=Transparent Checkpointing Library
EAPI=8
HOMEPAGE=https://github.com/bsc-pm/TCL
INHERIT=autotools
IUSE=debug fti instrumentation scr veloc
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=virtual/mpi fti? ( sys-cluster/fti ) scr? ( sys-cluster/scr ) veloc? ( sys-cluster/veloc )
REQUIRED_USE=|| ( fti scr veloc )
SLOT=0
SRC_URI=https://github.com/bsc-pm/TCL/archive/refs/tags/v1.0.tar.gz -> TCL-1.0.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da
_md5_=df952030f7c6977a750333e81d44ec5e

View File

@@ -12,4 +12,4 @@ RDEPEND=dev-cpp/tbb dev-libs/boost:= virtual/libelf virtual/mpi valgrind? ( dev-
SLOT=0
SRC_URI=https://github.com/dyninst/dyninst/archive/v11.0.1.tar.gz -> dyninst-11.0.1.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=abc2f466576487d583bbaa0b85f8d54c
_md5_=916e4b61df286de72e3ab3537c35b06d

View File

@@ -0,0 +1,16 @@
BDEPEND=doc? ( app-doc/doxygen ) dev-util/ninja dev-util/cmake doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/breathe[python_targets_python3_10(-)] dev-python/sphinx_rtd_theme[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/breathe[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/breathe[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.0:0 dev-python/sphinx[python_targets_pypy3(-)] dev-python/breathe[python_targets_pypy3(-)] dev-python/sphinx_rtd_theme[python_targets_pypy3(-)] ) ) ) fortran? ( virtual/fortran )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=sys-libs/zlib virtual/mpi hdf5? ( sci-libs/hdf5[mpi] ) lustre? ( sys-cluster/lustre ) openssl? ( dev-libs/openssl ) sionlib? ( sys-cluster/sionlib ) fortran? ( virtual/fortran )
DESCRIPTION=Fault Tolerance Interface
EAPI=7
HOMEPAGE=https://github.com/leobago/fti
INHERIT=cmake python-any-r1 docs fortran-2
IUSE=doc examples fi-io hdf5 lustre fortran openssl sionlib test tutorial doc
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=sys-libs/zlib virtual/mpi hdf5? ( sci-libs/hdf5[mpi] ) lustre? ( sys-cluster/lustre ) openssl? ( dev-libs/openssl ) sionlib? ( sys-cluster/sionlib ) fortran? ( virtual/fortran )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/leobago/fti/archive/refs/tags/v1.6.tar.gz -> fti-1.6.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330 docs 7c38d94fa7c1b4235fe571dc09e018df fortran-2 7e39eb204d37699d5f1eaf9f4d61888a
_md5_=e91699046bdd270e250a7a052183a159

View File

@@ -1,11 +1,12 @@
DEFINED_PHASES=configure install
DEPEND=slurm? ( sys-cluster/slurm )
DEPEND=sys-cluster/launchmon sys-cluster/mrnet slurm? ( sys-cluster/slurm )
DESCRIPTION=A framework for bootstrapping extreme scale software systems
EAPI=8
HOMEPAGE=http://www.paradyn.org/mrnet
IUSE=slurm
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=sys-cluster/launchmon sys-cluster/mrnet
SLOT=0
SRC_URI=https://github.com/dyninst/mrnet/archive/7375ba5bb0df87c68e58ad15e9e5e351ae020c08.tar.gz -> mrnet-5.0.1_p20180510.tar.gz
_md5_=e353f7f919711ef6c8e6ddf775edbf54
_md5_=13a4b3df317ebf222fb69507b0186c3f

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815
DEFINED_PHASES=configure install prepare
DEPEND=slurm? ( sys-cluster/slurm )
DESCRIPTION=Your One Get Remaining Time library
EAPI=8
HOMEPAGE=https://github.com/LLNL/libyogrt
INHERIT=autotools
IUSE=slurm
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=slurm? ( sys-cluster/slurm )
SLOT=0
SRC_URI=https://github.com/LLNL/libyogrt/archive/refs/tags/1.24.tar.gz -> libyogrt-1.24.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da
_md5_=4a98094a27fa800e67c2360a69d98417

View File

@@ -0,0 +1,17 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 doc? ( app-doc/doxygen )
DEFINED_PHASES=compile configure install prepare
DEPEND=dev-libs/libev dev-libs/libxml2 knem? ( sys-cluster/knem ) pmi? ( sys-cluster/pmix[pmi] ) ppe? ( sys-kernel/xpmem ) transport-ib? ( sys-fabric/ofed )
DESCRIPTION=low-level network API for high-performance networking
EAPI=8
HOMEPAGE=https://www.cs.sandia.gov/Portals/portals4.html https://github.com/Portals4/portals4
INHERIT=autotools docs
IUSE=knem me-triggered pmi ppe reliable-udp test transport-ib transport-shmem +transport-udp unordered-matching zero-mrs doc
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-libs/libev dev-libs/libxml2 knem? ( sys-cluster/knem ) pmi? ( sys-cluster/pmix[pmi] ) ppe? ( sys-kernel/xpmem ) transport-ib? ( sys-fabric/ofed )
REQUIRED_USE=?? ( ppe transport-shmem ) ^^ ( transport-ib transport-udp ) knem? ( transport-shmem ) reliable-udp? ( transport-udp )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Portals4/portals4/archive/71fc5d04c9f8fc9818a05cdc608e2d13af825d83.tar.gz -> portals4-1.0_alpha1_p20190109.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da docs 7c38d94fa7c1b4235fe571dc09e018df
_md5_=920ca5f9b0b2e02d10a06e6b89ed5dbf

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-util/ninja dev-util/cmake fortran? ( virtual/fortran ) doc? ( python_single_target_pypy3? ( dev-python/sphinx[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/sphinx[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/sphinx[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/sphinx[python_targets_python3_10(-)] ) )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_single_target_pypy3? ( >=dev-python/pypy3-7.3.0:0= >=dev-lang/python-exec-2:=[python_targets_pypy3] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_10? ( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10] ) app-shells/pdsh sys-cluster/AXL sys-cluster/dtcmp sys-cluster/er sys-cluster/KVTree sys-cluster/rankstr sys-cluster/redset sys-cluster/spath sys-libs/zlib virtual/mpi mysql? ( dev-db/mysql-connector-c ) pmix? ( sys-cluster/pmix ) slurm? ( sys-cluster/slurm ) yogrt? ( sys-cluster/libyogrt[slurm?] ) fortran? ( virtual/fortran )
DESCRIPTION=Scalable Checkpoint / Restart Library
EAPI=7
HOMEPAGE=http://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi https://github.com/LLNL/scr
INHERIT=cmake python-single-r1 fortran-2 docs
IUSE=doc examples fcntl +flock +fortran mysql pmix slurm syslog test txt-log +yogrt python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 doc
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_single_target_pypy3? ( >=dev-python/pypy3-7.3.0:0= >=dev-lang/python-exec-2:=[python_targets_pypy3] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_10? ( dev-lang/python:3.10 >=dev-lang/python-exec-2:=[python_targets_python3_10] ) app-shells/pdsh sys-cluster/AXL sys-cluster/dtcmp sys-cluster/er sys-cluster/KVTree sys-cluster/rankstr sys-cluster/redset sys-cluster/spath sys-libs/zlib virtual/mpi mysql? ( dev-db/mysql-connector-c ) pmix? ( sys-cluster/pmix ) slurm? ( sys-cluster/slurm ) yogrt? ( sys-cluster/libyogrt[slurm?] ) fortran? ( virtual/fortran )
REQUIRED_USE=^^ ( python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ?? ( pmix slurm ) ?? ( fcntl flock )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/LLNL/scr/archive/refs/tags/v3.0rc1.tar.gz -> scr-3.0_pre1.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-single-r1 73f113f91928e0d16bceb65ecbcd8e75 fortran-2 7e39eb204d37699d5f1eaf9f4d61888a docs 7c38d94fa7c1b4235fe571dc09e018df
_md5_=0e7278ba2dbb322e7b495cfe58202feb

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup
DEPEND=kernel_linux? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf )
DESCRIPTION=Linux Cross-Memory Attach
EAPI=7
HOMEPAGE=https://github.com/hjelmn/xpmem
INHERIT=autotools linux-mod
IUSE=+modules kernel_linux kernel_linux dist-kernel
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=kernel_linux? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) )
SLOT=0
SRC_URI=https://github.com/hjelmn/xpmem/archive/242eaa1eca92567c2118afe21e37cafc524f9166.tar.gz -> xpmem-2.6.3_p20210217.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff linux-info 7e8ed4c6a1d136fb291c52386f996c2c linux-mod 17a64f2afa0418f425ab010223fc0d48
_md5_=3c2c347ac168480724dcd443714a06d0

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-libs/ncurses:0=[unicode?] x11-drivers/nvidia-drivers
DEPEND=sys-libs/ncurses:0=[unicode(-)?] x11-drivers/nvidia-drivers
DESCRIPTION=NVIDIA GPUs htop like monitoring tool
EAPI=7
HOMEPAGE=https://github.com/Syllo/nvtop
@@ -8,8 +8,8 @@ INHERIT=cmake
IUSE=debug unicode
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=sys-libs/ncurses:0=[unicode?] x11-drivers/nvidia-drivers
RDEPEND=sys-libs/ncurses:0=[unicode(-)?] x11-drivers/nvidia-drivers
SLOT=0
SRC_URI=https://github.com/Syllo/nvtop/archive/1.2.2.tar.gz -> nvtop-1.2.2.tar.gz https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-455.38.tar.bz2
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=f06299627a8472c2f2742fa465ebc3b6
_md5_=6871a0aeebcc94f7c3c93c097460f66a

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig dev-util/ninja dev-util/cmake >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=sys-libs/ncurses:0=[unicode?] x11-drivers/nvidia-drivers
DEPEND=sys-libs/ncurses:0=[unicode(-)?] x11-drivers/nvidia-drivers
DESCRIPTION=NVIDIA GPUs htop like monitoring tool
EAPI=7
HOMEPAGE=https://github.com/Syllo/nvtop
@@ -8,8 +8,8 @@ INHERIT=cmake git-r3
IUSE=debug unicode
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=sys-libs/ncurses:0=[unicode?] x11-drivers/nvidia-drivers
RDEPEND=sys-libs/ncurses:0=[unicode(-)?] x11-drivers/nvidia-drivers
SLOT=0
SRC_URI=https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-455.38.tar.bz2
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=f06299627a8472c2f2742fa465ebc3b6
_md5_=6871a0aeebcc94f7c3c93c097460f66a

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Simple clipboard manager to be integrated with rofi
EAPI=7
HOMEPAGE=https://github.com/erebe/greenclip
KEYWORDS=~amd64
LICENSE=BSD
SLOT=0
SRC_URI=https://github.com/erebe/greenclip/releases/download/v4.2/greenclip -> greenclip-bin-4.2 https://raw.githubusercontent.com/erebe/greenclip/v4.2/README.md -> greenclip-bin-4.2.README.md
_md5_=d11b75467cbed9dcc851575ccdcf22fb

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install
DEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXi
DESCRIPTION=Banish the mouse cursor when typing, show it again when the mouse moves
EAPI=7
HOMEPAGE=https://github.com/jcs/xbanish
INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXi
SLOT=0
SRC_URI=https://github.com/jcs/xbanish/archive/v1.7.tar.gz -> xbanish-1.7.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352
_md5_=99661f7aca9c38af3e4690452a08a214

View File

@@ -70,7 +70,7 @@ app-eselect/eselect-scheme 3.1.0: Manages scheme implementations
app-forensics/yara 4.1.1: A malware identification and classification tool
app-i18n/fcitx-skk 0.1.4: An input method engine for Fcitx
app-misc/afetch 2.2.0: Simple system info written in C
app-misc/anki-bin 2.1.44: A spaced-repetition memory training program (flash cards)
app-misc/anki-bin 2.1.45: A spaced-repetition memory training program (flash cards)
app-misc/apidb 5.8.0_beta 5.11.0_beta: API Generator for Database access
app-misc/brightness-control 2.0_p20210331: Qt Brightness Controller in Python
app-misc/brightnessctl 0.5.1: A program to read and control device brightness
@@ -94,7 +94,7 @@ app-misc/nonsense 0.7-r1: Generates random text from datafiles and templates
app-misc/ntfy 2.7.0: A utility for sending notifications, on demand and when commands finish.
app-misc/pfetch 0.6.0: A pretty system information tool written in POSIX sh
app-misc/pup 0.4.0_p1: Parsing HTML at the command line
app-misc/rememberthemilk 1.3.0: Freemium simple to-do tasks manager
app-misc/rememberthemilk 1.3.11: Freemium simple to-do tasks manager
app-misc/ssmtool 0.2.0: A simple sentence mining tool written in PyQt5
app-misc/tai 0.0.4 0.0.5: tai (Terminal Ascii Image) tool to convert images to ascii
app-misc/tealdeer 1.4.1: A very fast implementation of tldr in Rust.
@@ -102,7 +102,7 @@ app-misc/telegram-send 0.25-r1: Send messages and files over Telegram from the c
app-misc/termdown 1.17.0: Countdown timer and stopwatch in your terminal
app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
app-misc/watchexec 1.15.3 1.16.0 1.16.1 1.16.2 1.17.0: Executes commands in response to file modifications
app-misc/watchexec 1.15.3 1.16.0 1.16.1 1.16.2 1.17.0 1.17.1: Executes commands in response to file modifications
app-misc/wego 2.0_p20190211-r1: Wego is a weather client for the terminal
app-mobilephone/flashlight 0.1.1-r2: It's a flashlight, what do you expect?
app-mobilephone/mobile-config-firefox 2.1.0: Mobile and privacy friendly configuration for Firefox
@@ -537,6 +537,7 @@ dev-python/starlette 0.14.2: The little ASGI framework that shines
dev-python/statmake 0.3.0-r1: Generate STAT tables for variable fonts from .stylespace files
dev-python/strictyaml 1.3.2: A type-safe YAML parser built atop ruamel.yaml
dev-python/stringbrewer 0.0.1: Generate random strings matching a pattern
dev-python/stringcase 1.2.0: Convert string cases between camel case, pascal case, snake case etc.
dev-python/sysv_ipc 1.0.1 1.1.0: System V IPC primitives for python
dev-python/taskflow 4.5.0: A library to do [jobs, tasks, flows] in a HA manner using different backends
dev-python/tinyrpc 1.0.1: A protocol neutral RPC library that supports JSON-RPC and zmq.
@@ -580,6 +581,7 @@ dev-util/gammaray 2.11.2: High-level runtime introspection tool for Qt applicati
dev-util/gftools 0.7.2: Miscellaneous tools for working with the Google Fonts collection
dev-util/go-deblob 1.0.0: remove binary blobs from a directory
dev-util/insomnia-bin 2020.3.3 2020.5.2: HTTP and GraphQL client for developers
dev-util/mh 1.0.3: Generate help for Makefile
dev-util/osc 0.173.0 9999: Command line tool for Open Build Service
dev-util/ots 8.1.4: An util for validating and sanitising OpenType files
dev-util/psautohint 2.3.0: A standalone version of AFDKO autohinter
@@ -660,7 +662,7 @@ gui-apps/coreuniverse 4.2.0 9999: Shows information about apps for C Suite
gui-apps/foot 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 9999: A fast, lightweight and minimalistic Wayland terminal emulator
gui-apps/foot-terminfo 1.7.1 1.7.2 1.8.1 9999: Terminfo for foot, a great Wayland terminal emulator
gui-apps/mpvpaper 1.0 1.1 9999: A video wallpaper program for wlroots based wayland compositors
gui-apps/nwg-launchers 0.4.3 0.4.4 9999: GTK+ launchers for sway, i3 and some other WMs
gui-apps/nwg-launchers 0.4.4 0.5.0 9999: GTK+ launchers for sway, i3 and some other WMs
gui-apps/paperde 0.1.1_p20210426 9999: Simple, sleek QT based DE for wayland using wayfire
gui-apps/sfwbar 0.9.7 0.9.8: Sway Floating Window Bar
gui-apps/swaykbdd 1.0: Per-window keyboard layout switcher for Sway
@@ -800,7 +802,7 @@ net-misc/gemget 1.8.0: Command line downloader for the Gemini protocol
net-misc/gemserv 0.4.4 0.4.5: A gemini Server written in rust
net-misc/gmid 1.7.2 9999: Simple and secure Gemini server
net-misc/kristall 0.3-r1 9999: Visual cross-platform gemini browser
net-misc/lagrange 1.5.2 1.6.0: Desktop GUI client for browsing Geminispace
net-misc/lagrange 1.6.0 1.6.1: Desktop GUI client for browsing Geminispace
net-misc/lyrics-in-terminal 1.4.2: Command Line Lyrics fetcher for MPRIS media players
net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
net-misc/megasync 4.3.8.0 4.5.0.0 9999: The official Qt-based program for syncing your MEGA account in your PC
@@ -819,7 +821,7 @@ net-misc/whatscli 1.0.6: A command line interface for WhatsApp
net-misc/wsdd 0.6.4: A Web Service Discovery host daemon.
net-misc/xmrig-mo 6.12.1: RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool
net-news/feedreader 2.11.0: Simple News Feed Reader for feeds aggregated by Tiny Tiny RSS or feedly
net-news/sfeed 0.9.23 9999: simple RSS and Atom parser
net-news/sfeed 0.9.25 9999: simple RSS and Atom parser
net-news/sfeed_curses 0.9.13: A curses UI front-end for sfeed
net-p2p/bisq 1.7.2: The decentralized bitcoin exchange (non-atomic, with arbitration)
net-p2p/lbry 0.48.2 0.49.1 0.50.2: A browser for the LBRY network, a digital marketplace controlled by its users.
@@ -856,6 +858,7 @@ sys-apps/0xFFFF 0.8 0.9: The 0pen Free Fiasco Firmware Flasher
sys-apps/dool 0.8_pre20191010-r1 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
sys-apps/drm_info 2.2.0 2.3.0 9999: Small utility to dump info about DRM devices
sys-apps/dust 0.5.3 0.5.4 0.6.0 0.6.1: A more intuitive version of du
sys-apps/fselect 0.7.6: Find files with SQL-like queries
sys-apps/hex 0.3.2 0.4.0 0.4.1: Futuristic take on hexdump
sys-apps/procs 0.11.5 0.11.6: A modern replacement for ps
sys-apps/qjournalctl 0.6.2: Qt-based GUI for systemd's journalctl command
@@ -873,6 +876,7 @@ sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of
sys-cluster/AXL 0.4.0: AXL provides a common C interface to transfer files in an HPC storage hierarchy.
sys-cluster/KVTree 1.1.1: KVTree provides a fully extensible C data structure modeled after Perl hashes
sys-cluster/SIONfwd 1.0.1: A minimalistic I/O forwarding server and client library for SIONlib
sys-cluster/TCL 1.0: Transparent Checkpointing Library
sys-cluster/cinder 17.1.0: Cinder is the OpenStack Block storage service, a spin out of nova-volumes
sys-cluster/clusteringsuite 2.6.9-r3: Expose the main performance trends in applications computation structure
sys-cluster/dlb 2.1-r2: Dynamically react to application imbalance by modifying the number of resources
@@ -880,11 +884,13 @@ sys-cluster/dtcmp 1.1.2: Datatype Compare Library for sorting and ranking distri
sys-cluster/dyninst 11.0.1: Tools for binary instrumentation, analysis, and modification
sys-cluster/er 0.0.4: High-level distributed erasure coding lib combining shuffile and redset
sys-cluster/extrae 3.8.3-r8: Instrumentation framework to generate execution traces of parallel runtimes
sys-cluster/fti 1.6: Fault Tolerance Interface
sys-cluster/genders 1.28.1: Static cluster configuration database used for cluster configuration management.
sys-cluster/heat 15.0.0: A CloudFormation-compatible openstack-native cloud orchestration engine.
sys-cluster/launchmon 1.0.2_p20210430-r1: Enables HPC run-time tools to co-locate tool daemons with a parallel job
sys-cluster/libbsctools 1.0.6-r2: libbsctools
sys-cluster/libi 5.0.1_p20180510: A framework for bootstrapping extreme scale software systems
sys-cluster/libyogrt 1.24: Your One Get Remaining Time library
sys-cluster/lwgrp 1.0.3: Light-weight Group Library
sys-cluster/mrnet 5.0.1_p20180510-r3: A Multicast/Reduction Network
sys-cluster/muster 1.0.1: Massively Scalable Clustering
@@ -894,8 +900,10 @@ sys-cluster/nova 22.2.0 22.2.1: Cloud computing fabric controller
sys-cluster/otf2 2.3-r1: highly scalable, memory efficient event trace data format
sys-cluster/pcs 0.10.8-r3: Pacemaker/Corosync Configuration System
sys-cluster/placement 4.0.0: A HTTP service for managing, selecting, and claiming cloud resources.
sys-cluster/portals4 1.0_alpha1_p20190109-r1: low-level network API for high-performance networking
sys-cluster/rankstr 0.0.2: Split an MPI communicator into subcomms based on string values
sys-cluster/redset 0.0.5: Low-level distributed erasure coding lib to protect datasets of MPI applications
sys-cluster/scr 3.0_pre1: Scalable Checkpoint / Restart Library
sys-cluster/shuffile 0.0.4: SHUFFILE Shuffle files between processes
sys-cluster/sionlib 1.7.7-r2: Scalable I/O library for parallel access to task-local files
sys-cluster/sionlibl 1.7.7-r1: Scalable I/O library for parallel access to task-local files
@@ -917,6 +925,7 @@ sys-fs/python-btrfs 12 13: Python 3 module to inspect btrfs filesystems
sys-kernel/dkms 2.8.4: Dynamic Kernel Module Support
sys-kernel/tirdad 0_p20200926: kernel module for random ISN generation
sys-kernel/xow 0.5: Linux driver for the Xbox One wireless dongle
sys-kernel/xpmem 2.6.3_p20210217: Linux Cross-Memory Attach
sys-libs/libnvidia-container 1.4.0: NVIDIA container runtime library
sys-libs/nss-tls 1.0 1.1 9999: A DNS over HTTPS resolver for glibc
sys-libs/safeclib 3.6.0_p20210407-r2 3.6.0_p20210407-r3: safec libc extension with all C11 Annex K functions
@@ -961,6 +970,7 @@ x11-misc/betterlockscreen 3.2.0 4.0.0_beta1 9999: sweet looking lockscreen for l
x11-misc/betterlockscreen_rapid 0.0.0_pre20210701 0.0.0_pre20210708: A rapid and good-looking screen locker
x11-misc/caffeine-ng 3.5.1: Aplication able to temporarily inhibit the screensaver
x11-misc/gammy 0.9.60 0.9.64: Adaptive screen brightness/temperature
x11-misc/greenclip-bin 4.2: Simple clipboard manager to be integrated with rofi
x11-misc/gromit-mpx 1.4 9999: Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
x11-misc/i3lock-color 2.13.2 2.13.4 9999: The world's most popular non-default computer lockscreen
x11-misc/i3lock-fancy-rapid 0.0.0_pre20201109-r1 0.0.0_pre20210421: A faster implementation of i3lock-fancy
@@ -969,6 +979,7 @@ x11-misc/ksnip 1.8.1 1.9.0: Ksnip is a Qt based cross-platform screenshot tool
x11-misc/rofi-file-browser-extended 1.2.0-r2: A file browser for rofi
x11-misc/squeekboard 1.14.0: Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone
x11-misc/tbsm 0.5: A pure bash session or application launcher. Inspired by cdm, tdm and krunner
x11-misc/xbanish 1.7: Banish the mouse cursor when typing, show it again when the mouse moves
x11-misc/xob 0.2 0.3: A lightweight overlay volume (or anything) bar for the X Window System
x11-plugins/purple-mm-sms 0.1.7: Purple SMS plugin using ModemManager
x11-terms/tabby-bin 1.0.146: A terminal for a more modern age

View File

@@ -1 +1 @@
Tue, 03 Aug 2021 06:21:30 +0000
Tue, 03 Aug 2021 09:06:22 +0000

View File

@@ -184,6 +184,7 @@ gui-apps/foot:ime - Enable IME support
gui-apps/nwg-launchers:bar - Installs nwgbar, a horizontal or vertical button bar.
gui-apps/nwg-launchers:dmenu - Installs nwgdmenu, GTK dynamic menu windows.
gui-apps/nwg-launchers:grid - Installs nwggrid, a GNOME-like application grid.
gui-apps/nwg-launchers:layershell - Enable Wayland layer shell support
gui-apps/swaylock-effects:fish-completion - Enable fish completion support
gui-apps/swaylock-effects:gdk-pixbuf - Enable additional image format support via the x11-libs/gdk-pixbuf library
gui-apps/swaylock-effects:man - Build and install man pages
@@ -348,12 +349,17 @@ sci-physics/SU2:openblas - Enable OpenBLAS support
sci-physics/SU2:tecio - Enable TECIO support
sci-physics/SU2:tutorials - Install Tutorials files
sys-apps/drm_info:pci - Print PCI device names via libpci
sys-apps/fselect:users - Add support for getting system users and groups
sys-auth/keystone:memcached - Installs dependencies needed for using memcached as a backend
sys-auth/keystone:mongo - Installs dependencies needed for using mongo as a backend
sys-auth/mrsh:pam - build with pam support
sys-auth/mrsh:shadow - build with shadow file support
sys-cluster/KVTree:fcntl - Set the type of file locking to fcntl.
sys-cluster/KVTree:flock - Set the type of file locking to flock.
sys-cluster/TCL:fti - Enable sys-cluster/fti backend
sys-cluster/TCL:instrumentation - Build the instrumentation version
sys-cluster/TCL:scr - Enable sys-cluster/scr backend
sys-cluster/TCL:veloc - Enable sys-cluster/veloc backend
sys-cluster/cinder:api - Installs the initscripts for the cinder api service
sys-cluster/cinder:iscsi - Allow using an iSCSI remote storage server as pool for disk image storage
sys-cluster/cinder:lvm - Allow using the Logical Volume Manager (sys-fs/lvm2) as pool for disk image storage
@@ -395,10 +401,19 @@ sys-cluster/extrae:sionlib - Enable support for sys-cluster/sionlib
sys-cluster/extrae:smpss - Enable support for tracing SMP-superscalar
sys-cluster/extrae:spectral - This package enables support for on-line spectral analysis.
sys-cluster/extrae:xml - Enable support for XML configuration
sys-cluster/fti:fi-io - Enables the I/O failure injection mechanism
sys-cluster/fti:fortran - Enables the build of a Fortran wrapper
sys-cluster/fti:hdf5 - Enables the HDF5 checkpoints for FTI
sys-cluster/fti:lustre - Enables Lustre Support
sys-cluster/fti:openssl - To use the dev-libs/openssl MD5 rather than the built-in
sys-cluster/fti:sionlib - Enables the parallel I/O sys-cluster/sionlib for FTI
sys-cluster/fti:test - Enables the generation of tests
sys-cluster/fti:tutorial - Enables the generation of tutorial files
sys-cluster/heat:memcached - Installs the memcached server
sys-cluster/launchmon:munge - enable munge for connection authentication
sys-cluster/launchmon:tracing-cost - enable tracing cost measuring codes
sys-cluster/libi:slurm - Use slurm as tree instantiation method instead of ssh
sys-cluster/libyogrt:slurm - Add support for the slurm resource manager
sys-cluster/lwgrp:mpianysource - Specify whether to use MPI_ANY_SOURCE
sys-cluster/mrnet:libi - Use libi as tree instantiation method instead of ssh
sys-cluster/mrnet:slurm - Use slurm as libi tree instantiation method instead of ssh
@@ -429,6 +444,25 @@ sys-cluster/nova:novncproxy - Installs the initscripts for the nova novncproxy s
sys-cluster/nova:openvswitch - Installs openvswitch for the neutron openvswitch support
sys-cluster/nova:rabbitmq - Installs the rabbitmq server
sys-cluster/otf2:sionlib - Enable sys-cluster/sionlibl support
sys-cluster/portals4:knem - Use sys-cluster/knem for bulk message transfer
sys-cluster/portals4:me-triggered - Enable extended (non-standard) triggered operations. Experimental
sys-cluster/portals4:pmi - Enable PMI support
sys-cluster/portals4:ppe - Enable process-offload engine for Portals. Experimental
sys-cluster/portals4:reliable-udp - Use reliable UDP for remote communication
sys-cluster/portals4:transport-ib - Use IB for remote communication
sys-cluster/portals4:transport-shmem - Use Shared memory for on-node communication. This is currently experimental and should be avoided
sys-cluster/portals4:transport-udp - Use UDP for remote communication
sys-cluster/portals4:unordered-matching - Enable unordered (hashed) match list searching. Experimental
sys-cluster/portals4:zero-mrs - Enable this when using MOFED V2.2+ or Qlogic InfiniPath Hardware of IB communication
sys-cluster/scr:fcntl - use fcntl as a file locking type
sys-cluster/scr:flock - use flock as a file locking type
sys-cluster/scr:fortran - Enables Fortran support
sys-cluster/scr:mysql - Enable use of mysql for logging SCR activities
sys-cluster/scr:pmix - use pmix as resource manager
sys-cluster/scr:slurm - use slurm as resource manager
sys-cluster/scr:syslog - Whether to enable syslog logging
sys-cluster/scr:txt-log - Whether to enable text file logging
sys-cluster/scr:yogrt - Enable use of yogrt for time remaining in a job allocation
sys-cluster/sionlib:cxx - Enable C++ support
sys-cluster/sionlib:debug - enable SIONlib debug
sys-cluster/sionlib:deep-est-sdv - deep-est-sdv collector selection plug-in for MSA-aware collective I/O
@@ -468,6 +502,7 @@ sys-cluster/veloc:slurm - Use sys-cluster/slurm as resource manager
sys-fs/erofs-utils:fuse - Enable support for Filesystem in Userspace via sys-fs/fuse
sys-fs/erofs-utils:uuid - Allow interaction with libuuid in sys-apps/util-linux. It's recommended turn on
sys-kernel/dkms:kernel-hooks - Enable automatic rebuilding of modules via kernel source makefile hooks
sys-kernel/xpmem:modules - Build the kernel module
sys-libs/safeclib:constraint-handler - enable C11 invoke_safe_{str,mem}_constraint_handler for less performance, bigger size and more flexibility
sys-libs/safeclib:extensions - enable additional functions not defined in the C11 specification
sys-libs/safeclib:norm-compat - Enable NFKC and NFKD modes for wcsnorm