2021-07-27 20:06:26 UTC

This commit is contained in:
Repository mirror & CI
2021-07-27 20:06:26 +00:00
parent 51e39f2ecd
commit 08194b39fd
30 changed files with 235 additions and 74 deletions

View File

@@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine
EAPI=7
EAPI=8
HOMEPAGE=https://github.com/doitsujin/dxvk
INHERIT=multilib-minimal
IUSE=video_cards_nvidia abi_x86_32 abi_x86_64
KEYWORDS=~amd64
LICENSE=ZLIB
RDEPEND=|| ( video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-440.31 ) >=media-libs/mesa-19.2 ) || ( >=app-emulation/wine-staging-4.5[abi_x86_32(-)?,abi_x86_64(-)?,vulkan] >=app-emulation/wine-vanilla-4.5[abi_x86_32(-)?,abi_x86_64(-)?,vulkan] )
RDEPEND=|| ( video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-440.31 ) >=media-libs/mesa-20.2 ) || ( >=app-emulation/wine-staging-4.5[abi_x86_32(-)?,abi_x86_64(-)?,vulkan] >=app-emulation/wine-vanilla-4.5[abi_x86_32(-)?,abi_x86_64(-)?,vulkan] )
REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 )
SLOT=0
SRC_URI=https://github.com/doitsujin/dxvk/releases/download/v1.8.1/dxvk-1.8.1.tar.gz -> dxvk-bin-1.8.1.tar.gz
SRC_URI=https://github.com/doitsujin/dxvk/releases/download/v1.9.1/dxvk-1.9.1.tar.gz -> dxvk-bin-1.9.1.tar.gz
_eclasses_=multibuild 05a584848db4901c97fcd94ae7cc3a97 multilib 97566c1a256d07b00848aa767e38a352 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib-build effd4508d5e8209273d82d8f67ee93a0 multilib-minimal 7187f259f207bf5b69e4ff01498a7269
_md5_=a202ee24f688156372d33cfeb879a723
_md5_=4083757c5f7cc597fb2f8f8d18c566a8

View File

@@ -0,0 +1,14 @@
BDEPEND=dev-util/ninja dev-util/cmake doc? ( app-doc/doxygen )
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Command line parser for C++11
EAPI=7
HOMEPAGE=https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book
INHERIT=cmake docs
IUSE=test doc
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/CLIUtils/cli11/archive/refs/tags/v2.0.0.tar.gz -> cli11-2.0.0.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 docs 7c38d94fa7c1b4235fe571dc09e018df
_md5_=e81f7f0dc2d33804a5b6cf0a25414a7c

View File

@@ -12,4 +12,4 @@ RESTRICT=mirror
SLOT=0
SRC_URI=https://launchpad.net/ubuntu/+archive/primary/+files/properties-cpp_0.0.2.orig.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_=99b271e1f08a3137fedb984c920291b9
_md5_=1391eb38d091a4951a2ca914fb05eda6

View File

@@ -0,0 +1,17 @@
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
DEPEND=dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Python version of NASA DE4xx ephemerides for Astronomical Alamanac
EAPI=7
HOMEPAGE=https://pypi.org/project/jplephem/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] 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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/j/jplephem/jplephem-2.16.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_=94de334c5f77397c582e2c7f76eafbe6

View File

@@ -0,0 +1,16 @@
BDEPEND=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 prepare test
DESCRIPTION=Manipulate audio with an simple and easy high level interface
EAPI=8
HOMEPAGE=http://pydub.com/
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
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 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9
_md5_=8880379f8c7b1b49e250cd15fb33fbb8

View File

@@ -1,15 +1,17 @@
BDEPEND=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? ( >=dev-python/pytest-4.5.0[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
DEPEND=test? ( dev-python/hypothesis[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=A tiny library for parsing, modifying, and composing SRT files
EAPI=8
HOMEPAGE=https://github.com/cdown/srt
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=public-domain
RDEPEND=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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/srt/srt-3.4.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9
_md5_=6289fc7ff843a9aed0f2dae888c06a29
_md5_=72a503f80469461e1c0f8e762d8e8359

View File

@@ -1,15 +1,17 @@
BDEPEND=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? ( >=dev-python/nose-1.3.7-r4[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 prepare test
DEPEND=test? ( dev-python/memory_profiler[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=Python interface to the Google WebRTC Voice Activity Detector (VAD)
EAPI=8
HOMEPAGE=https://github.com/wiseman/py-webrtcvad
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/w/webrtcvad/webrtcvad-2.0.10.tar.gz
SRC_URI=https://github.com/wiseman/py-webrtcvad/archive/refs/tags/2.0.10.tar.gz -> webrtcvad-2.0.10.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9
_md5_=6a083a6ce084b57a00eaaa0c589d6f12
_md5_=43b8275fb26780cd1424f270657d8254

View File

@@ -5,5 +5,5 @@ HOMEPAGE=https://rust-analyzer.github.io
KEYWORDS=~amd64
LICENSE=Apache-2.0 MIT-with-advertising
SLOT=0
SRC_URI=https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-07-19/rust-analyzer-x86_64-unknown-linux-gnu.gz
_md5_=3434bafeb161b0ab2a08523202479b24
SRC_URI=https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-07-26/rust-analyzer-x86_64-unknown-linux-gnu.gz
_md5_=52ba563048407db5bde64f4546c51b8f

View File

@@ -0,0 +1,16 @@
BDEPEND=app-text/scdoc >=dev-libs/tllist-1.0.1 >=dev-util/meson-0.53.0 virtual/pkgconfig wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=>=media-libs/fcft-2.4.0 dev-libs/json-c dev-libs/libyaml media-libs/alsa-lib media-libs/libmpdclient virtual/libudev:= x11-libs/pixman wayland? ( dev-libs/wayland ) X? ( x11-libs/libxcb:0=[xkb] x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-wm )
DESCRIPTION=Simplistic and highly configurable status panel for X and Wayland
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/yambar
INHERIT=meson
IUSE=lto wayland X
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=media-libs/fcft-2.4.0 dev-libs/json-c dev-libs/libyaml media-libs/alsa-lib media-libs/libmpdclient virtual/libudev:= x11-libs/pixman wayland? ( dev-libs/wayland ) X? ( x11-libs/libxcb:0=[xkb] x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-wm )
REQUIRED_USE=|| ( wayland X )
SLOT=0
SRC_URI=https://codeberg.org/dnkl/yambar/archive/1.6.2.tar.gz -> yambar-1.6.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e
_md5_=d382a332c97fc0b416eda7b552a08ad5

View File

@@ -0,0 +1,15 @@
BDEPEND=app-text/scdoc >=dev-libs/tllist-1.0.1 >=dev-util/meson-0.53.0 virtual/pkgconfig wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install test unpack
DEPEND=>=media-libs/fcft-2.4.0 dev-libs/json-c dev-libs/libyaml media-libs/alsa-lib media-libs/libmpdclient virtual/libudev:= x11-libs/pixman wayland? ( dev-libs/wayland ) X? ( x11-libs/libxcb:0=[xkb] x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-wm )
DESCRIPTION=Simplistic and highly configurable status panel for X and Wayland
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/yambar
INHERIT=meson git-r3
IUSE=lto wayland X
LICENSE=MIT
PROPERTIES=live
RDEPEND=>=media-libs/fcft-2.4.0 dev-libs/json-c dev-libs/libyaml media-libs/alsa-lib media-libs/libmpdclient virtual/libudev:= x11-libs/pixman wayland? ( dev-libs/wayland ) X? ( x11-libs/libxcb:0=[xkb] x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-wm )
REQUIRED_USE=|| ( wayland X )
SLOT=0
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=d382a332c97fc0b416eda7b552a08ad5

View File

@@ -11,6 +11,6 @@ LICENSE=GPL-2+
RDEPEND=>=dev-qt/qtdeclarative-5.15.0:5 >=dev-qt/qtgui-5.15.0:5 >=dev-qt/qtnetwork-5.15.0:5 >=dev-qt/qtquickcontrols-5.15.0:5 >=dev-qt/qtquickcontrols2-5.15.0:5 >=dev-qt/qtsql-5.15.0:5 >=dev-qt/qtwidgets-5.15.0:5 >=kde-frameworks/kconfig-5.75.0:5 >=kde-frameworks/kcoreaddons-5.75.0:5 >=kde-frameworks/ki18n-5.75.0:5 >=kde-frameworks/kirigami-5.75.0:5 >=kde-frameworks/syndication-5.75.0:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
RESTRICT=!test? ( test )
SLOT=5
SRC_URI=mirror://kde/stable/plasma-mobile/21.05/alligator-21.05.tar.xz
SRC_URI=mirror://kde/stable/plasma-mobile/21.07/alligator-21.07.tar.xz
_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 virtualx 0a780e1ab49c75da33a78ede35ab8f9c xdg c7ba313ea1eaf266f95cc6235f7d6a07 ecm 8eb670c6f910afdaaa41ec056d9198a7
_md5_=877677f2044f623c8000a64bc9b7bdb5

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+ GPL-3+ LGPL-2.1+
RDEPEND=>=dev-qt/qtdbus-5.15.0:5 >=dev-qt/qtdeclarative-5.15.0:5 >=dev-qt/qtgui-5.15.0:5 >=dev-qt/qtmultimedia-5.15.0:5 >=dev-qt/qtquickcontrols2-5.15.0:5 >=dev-qt/qtsvg-5.15.0:5 >=kde-frameworks/kconfig-5.79.0:5 >=kde-frameworks/kcoreaddons-5.79.0:5 >=kde-frameworks/kdbusaddons-5.79.0:5 >=kde-frameworks/ki18n-5.79.0:5 >=kde-frameworks/kirigami-5.79.0:5 >=kde-frameworks/knotifications-5.79.0:5 >=kde-frameworks/plasma-5.79.0:5 >=kde-frameworks/kirigami-addons-0.1:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
SLOT=5
SRC_URI=mirror://kde/stable/plasma-mobile/21.05/kclock-21.05.tar.xz
SRC_URI=mirror://kde/stable/plasma-mobile/21.07/kclock-21.07.tar.xz
_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 virtualx 0a780e1ab49c75da33a78ede35ab8f9c xdg c7ba313ea1eaf266f95cc6235f7d6a07 ecm 8eb670c6f910afdaaa41ec056d9198a7
_md5_=7415b17f6ccdd05236e6d765e2320c29

View File

@@ -1,6 +1,6 @@
BDEPEND=app-text/scdoc app-i18n/unicode-data examples? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( text-shaping? ( media-fonts/noto-emoji ) )
DEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland ) test? ( text-shaping? ( media-fonts/noto-emoji ) )
DESCRIPTION=A simple library for font loading and glyph rasterization
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/fcft
@@ -8,8 +8,9 @@ INHERIT=meson
IUSE=examples +text-shaping test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland )
RESTRICT=!test? ( test )
SLOT=0/3
SRC_URI=https://codeberg.org/dnkl/fcft/archive/2.4.0.tar.gz -> fcft-2.4.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e
_md5_=4b9615b36b05daa5bcb3e104a4c337d0
_md5_=4deddcd147caad3c798189b236b149b4

View File

@@ -1,6 +1,6 @@
BDEPEND=app-text/scdoc app-i18n/unicode-data examples? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( text-shaping? ( media-fonts/noto-emoji ) )
DEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland ) test? ( text-shaping? ( media-fonts/noto-emoji ) )
DESCRIPTION=A simple library for font loading and glyph rasterization
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/fcft
@@ -8,8 +8,9 @@ INHERIT=meson
IUSE=examples +text-shaping test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland )
RESTRICT=!test? ( test )
SLOT=0/3
SRC_URI=https://codeberg.org/dnkl/fcft/archive/2.4.1.tar.gz -> fcft-2.4.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e
_md5_=4b9615b36b05daa5bcb3e104a4c337d0
_md5_=4deddcd147caad3c798189b236b149b4

View File

@@ -1,6 +1,6 @@
BDEPEND=app-text/scdoc app-i18n/unicode-data examples? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( text-shaping? ( media-fonts/noto-emoji ) )
DEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland ) test? ( text-shaping? ( media-fonts/noto-emoji ) )
DESCRIPTION=A simple library for font loading and glyph rasterization
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/fcft
@@ -8,8 +8,9 @@ INHERIT=meson
IUSE=examples +text-shaping test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland )
RESTRICT=!test? ( test )
SLOT=0/3
SRC_URI=https://codeberg.org/dnkl/fcft/archive/2.4.2.tar.gz -> fcft-2.4.2.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e
_md5_=4b9615b36b05daa5bcb3e104a4c337d0
_md5_=4deddcd147caad3c798189b236b149b4

View File

@@ -1,6 +1,6 @@
BDEPEND=app-text/scdoc app-i18n/unicode-data examples? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( text-shaping? ( media-fonts/noto-emoji ) )
DEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland ) test? ( text-shaping? ( media-fonts/noto-emoji ) )
DESCRIPTION=A simple library for font loading and glyph rasterization
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/fcft
@@ -8,8 +8,9 @@ INHERIT=meson
IUSE=examples +text-shaping test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland )
RESTRICT=!test? ( test )
SLOT=0/3
SRC_URI=https://codeberg.org/dnkl/fcft/archive/2.4.3.tar.gz -> fcft-2.4.3.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e
_md5_=4b9615b36b05daa5bcb3e104a4c337d0
_md5_=4deddcd147caad3c798189b236b149b4

View File

@@ -1,6 +1,6 @@
BDEPEND=app-text/scdoc app-i18n/unicode-data examples? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( text-shaping? ( media-fonts/noto-emoji ) )
DEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland ) test? ( text-shaping? ( media-fonts/noto-emoji ) )
DESCRIPTION=A simple library for font loading and glyph rasterization
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/fcft
@@ -8,8 +8,9 @@ INHERIT=meson
IUSE=examples +text-shaping test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland )
RESTRICT=!test? ( test )
SLOT=0/3
SRC_URI=https://codeberg.org/dnkl/fcft/archive/2.4.4.tar.gz -> fcft-2.4.4.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e
_md5_=4b9615b36b05daa5bcb3e104a4c337d0
_md5_=4deddcd147caad3c798189b236b149b4

View File

@@ -1,6 +1,6 @@
BDEPEND=app-text/scdoc app-i18n/unicode-data examples? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=test? ( text-shaping? ( media-fonts/noto-emoji ) )
DEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland ) test? ( text-shaping? ( media-fonts/noto-emoji ) )
DESCRIPTION=A simple library for font loading and glyph rasterization
EAPI=7
HOMEPAGE=https://codeberg.org/dnkl/fcft
@@ -8,7 +8,8 @@ INHERIT=meson git-r3
IUSE=examples +text-shaping test
LICENSE=MIT
PROPERTIES=live
RDEPEND=dev-libs/tllist media-libs/fontconfig media-libs/freetype x11-libs/pixman text-shaping? ( media-libs/harfbuzz ) examples? ( dev-libs/libutf8proc:= dev-libs/wayland )
RESTRICT=!test? ( test )
SLOT=0/3
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a meson 5bc3f1b890f90cc00cf1d1dddc10233e git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=4b9615b36b05daa5bcb3e104a4c337d0
_md5_=4deddcd147caad3c798189b236b149b4

View File

@@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure postinst postrm preinst prepare
DEPEND=>=x11-libs/gtk+-3.22.0 x11-libs/libnotify app-crypt/libsecret dev-libs/libconfig net-libs/libsoup dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Modern, beautiful IRC client written in GTK+ 3
EAPI=7
HOMEPAGE=https://github.com/SrainApp/srain
INHERIT=toolchain-funcs xdg
IUSE=debug
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=>=x11-libs/gtk+-3.22.0 x11-libs/libnotify
SLOT=0
SRC_URI=https://github.com/SrainApp/srain/archive/1.1.3.tar.gz -> srain-1.1.3.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=339a7f9c2cee8c1f1f78c92dec36c25c

View File

@@ -0,0 +1,15 @@
BDEPEND=man? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.0:0 dev-python/sphinx[python_targets_pypy3(-)] ) ) ) doc? ( || ( ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.0:0 dev-python/sphinx[python_targets_pypy3(-)] ) ) ) >=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 setup test
DEPEND=app-crypt/libsecret >=dev-libs/glib-2.39.3 >=dev-libs/libconfig-1.5 dev-libs/openssl net-libs/libsoup:2.4 >=x11-libs/gtk+-3.22.15 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Modern, beautiful IRC client written in GTK+ 3
EAPI=7
HOMEPAGE=https://github.com/SrainApp/srain
INHERIT=python-any-r1 docs meson xdg
IUSE=+man doc
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=app-crypt/libsecret >=dev-libs/glib-2.39.3 >=dev-libs/libconfig-1.5 dev-libs/openssl net-libs/libsoup:2.4 >=x11-libs/gtk+-3.22.15
SLOT=0
SRC_URI=https://github.com/SrainApp/srain/archive/1.2.4.tar.gz -> srain-1.2.4.tar.gz
_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330 docs 7c38d94fa7c1b4235fe571dc09e018df multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 meson 5bc3f1b890f90cc00cf1d1dddc10233e xdg-utils 27f9a2f19502b925ac117bd657aa2979 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=1d10763852eb1dfebd4925a66a35a9ff

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.0/lagrange-1.6.0.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_=750a77c454239d24e03eaf23abed56df

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=virtual/mpi
DESCRIPTION=A minimalistic I/O forwarding server and client library for SIONlib
EAPI=7
HOMEPAGE=https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONfwd
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=virtual/mpi
RESTRICT=test
SLOT=0
SRC_URI=https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONfwd/-/archive/v1.0.1/SIONfwd-v1.0.1.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_=1739a6fb4a453f32f2e188f3d6d115f9

View File

@@ -1,15 +1,15 @@
BDEPEND=doc? ( app-doc/doxygen ) 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
BDEPEND=doc? ( app-doc/doxygen ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815
DEFINED_PHASES=compile configure install prepare setup
DEPEND=app-arch/bzip2 dev-libs/boost:= sci-libs/ann sys-cluster/libbsctools mpi? ( virtual/mpi ) muster? ( sys-cluster/muster ) || ( dev-lang/python:3.10 dev-lang/python:3.9 dev-lang/python:3.8 >=dev-python/pypy3-7.3.0:0 )
DEPEND=app-arch/bzip2 dev-libs/boost:= sci-libs/ann !sys-cluster/libbsctools mpi? ( virtual/mpi ) muster? ( sys-cluster/muster ) treedbscan? ( dev-libs/boost:=[threads] dev-libs/gmp dev-libs/mpfr sci-mathematics/cgal[shared(-)] sys-cluster/synapse ) || ( dev-lang/python:3.10 dev-lang/python:3.9 dev-lang/python:3.8 >=dev-python/pypy3-7.3.0:0 )
DESCRIPTION=Expose the main performance trends in applications computation structure
EAPI=7
EAPI=8
HOMEPAGE=https://tools.bsc.es/cluster-analysis https://github.com/bsc-performance-tools/clustering-suite
INHERIT=autotools python-any-r1
IUSE=doc mpi muster
IUSE=doc mpi muster treedbscan
KEYWORDS=~amd64
LICENSE=LGPL-2.1+
RDEPEND=app-arch/bzip2 dev-libs/boost:= sci-libs/ann sys-cluster/libbsctools mpi? ( virtual/mpi ) muster? ( sys-cluster/muster )
RDEPEND=app-arch/bzip2 dev-libs/boost:= sci-libs/ann !sys-cluster/libbsctools mpi? ( virtual/mpi ) muster? ( sys-cluster/muster ) treedbscan? ( dev-libs/boost:=[threads] dev-libs/gmp dev-libs/mpfr sci-mathematics/cgal[shared(-)] sys-cluster/synapse )
SLOT=0
SRC_URI=https://codeload.github.com/bsc-performance-tools/clustering-suite/tar.gz/refs/tags/2.6.9 -> clusteringsuite-2.6.9.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330
_md5_=bde6ccb78cb17316190418f69713535d
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330
_md5_=c9d88a16785a1f6a535ae0241592ce16

View File

@@ -1,16 +1,16 @@
BDEPEND=doc? ( app-text/ghostscript-gpl dev-python/sphinx dev-tex/latexmk dev-texlive/texlive-latexextra ) 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=configure install preinst prepare setup
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] ) dev-libs/libxml2 dev-libs/papi !<sys-cluster/openmpi-4.0.5-r1 !>=sys-cluster/openmpi-4.0.5-r1[libompitrace] sys-libs/zlib virtual/mpi || ( sys-libs/libunwind sys-libs/llvm-libunwind ) || ( sys-devel/binutils:* sys-libs/binutils-libs ) boost? ( dev-libs/boost:= ) clustering? ( sys-cluster/clusteringsuite ) dwarf? ( dev-libs/libdwarf ) elf? ( virtual/libelf ) inotify? ( dev-libs/libevent ) memkind? ( dev-libs/memkind ) opencl? ( dev-util/opencl-headers ) sionlib? ( sys-cluster/sionlib:= ) spectral? ( sci-libs/fftw sys-cluster/spectral ) java? ( virtual/jdk:1.8 ) java? ( >=dev-java/java-config-2.2.0-r3 )
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] ) dev-libs/libxml2 dev-libs/papi !<sys-cluster/openmpi-4.0.5-r1 !>=sys-cluster/openmpi-4.0.5-r1[libompitrace] sys-libs/zlib virtual/mpi || ( sys-libs/libunwind sys-libs/llvm-libunwind ) || ( sys-devel/binutils:* sys-libs/binutils-libs ) boost? ( dev-libs/boost:= ) clustering? ( sys-cluster/clusteringsuite ) dwarf? ( dev-libs/libdwarf ) elf? ( virtual/libelf ) inotify? ( dev-libs/libevent ) memkind? ( dev-libs/memkind ) online? ( sys-cluster/synapse ) opencl? ( dev-util/opencl-headers ) sionlib? ( sys-cluster/sionlib:= ) spectral? ( sci-libs/fftw sys-cluster/spectral ) java? ( virtual/jdk:1.8 ) java? ( >=dev-java/java-config-2.2.0-r3 )
DESCRIPTION=Instrumentation framework to generate execution traces of parallel runtimes
EAPI=7
HOMEPAGE=https://github.com/bsc-performance-tools/extrae
INHERIT=autotools java-pkg-opt-2 python-single-r1
IUSE=boost clustering doc dwarf elf heterogeneous inotify +instrument-dynamic-memory +instrument-io +instrument-syscall memkind merge-in-trace nanos opencl openmp +parallel-merge pebs-sampling +posix-clock pthread sampling +single-mpi-lib sionlib smpss spectral +xml elibc_FreeBSD java python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
IUSE=boost clustering doc dwarf elf heterogeneous inotify +instrument-dynamic-memory +instrument-io +instrument-syscall memkind merge-in-trace nanos online opencl openmp +parallel-merge pebs-sampling +posix-clock pthread sampling +single-mpi-lib sionlib smpss spectral +xml elibc_FreeBSD java python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=LGPL-2.1
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] ) dev-libs/libxml2 dev-libs/papi !<sys-cluster/openmpi-4.0.5-r1 !>=sys-cluster/openmpi-4.0.5-r1[libompitrace] sys-libs/zlib virtual/mpi || ( sys-libs/libunwind sys-libs/llvm-libunwind ) || ( sys-devel/binutils:* sys-libs/binutils-libs ) boost? ( dev-libs/boost:= ) clustering? ( sys-cluster/clusteringsuite ) dwarf? ( dev-libs/libdwarf ) elf? ( virtual/libelf ) inotify? ( dev-libs/libevent ) memkind? ( dev-libs/memkind ) opencl? ( dev-util/opencl-headers ) sionlib? ( sys-cluster/sionlib:= ) spectral? ( sci-libs/fftw sys-cluster/spectral ) java? ( virtual/jre:1.8 ) virtual/opencl java? ( >=dev-java/java-config-2.2.0-r3 )
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] ) dev-libs/libxml2 dev-libs/papi !<sys-cluster/openmpi-4.0.5-r1 !>=sys-cluster/openmpi-4.0.5-r1[libompitrace] sys-libs/zlib virtual/mpi || ( sys-libs/libunwind sys-libs/llvm-libunwind ) || ( sys-devel/binutils:* sys-libs/binutils-libs ) boost? ( dev-libs/boost:= ) clustering? ( sys-cluster/clusteringsuite ) dwarf? ( dev-libs/libdwarf ) elf? ( virtual/libelf ) inotify? ( dev-libs/libevent ) memkind? ( dev-libs/memkind ) online? ( sys-cluster/synapse ) opencl? ( dev-util/opencl-headers ) sionlib? ( sys-cluster/sionlib:= ) spectral? ( sci-libs/fftw sys-cluster/spectral ) java? ( virtual/jre:1.8 ) virtual/opencl java? ( >=dev-java/java-config-2.2.0-r3 )
REQUIRED_USE=^^ ( python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) java? ( pthread )
SLOT=0
SRC_URI=https://github.com/bsc-performance-tools/extrae/archive/3.8.3.tar.gz -> extrae-3.8.3.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 2a36908d5f63f41614b450a2459567da java-utils-2 bd56fb0d459d0bad9d07fa32febe53cb java-pkg-opt-2 c9d8408eceaa8e56c729df071dd8cb57 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-single-r1 73f113f91928e0d16bceb65ecbcd8e75
_md5_=8345aec4231715f4fe2b658b8fd0ea15
_md5_=3f85c4ae0213a0a9056107145efcc21b

View File

@@ -1,5 +1,5 @@
DEFINED_PHASES=configure install setup
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] ) python_single_target_pypy3? ( dev-python/six[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/six[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/six[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/six[python_targets_python3_10(-)] ) sionlib? ( sys-cluster/sionlib[tools] )
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] ) python_single_target_pypy3? ( dev-python/six[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/six[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/six[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/six[python_targets_python3_10(-)] ) sionlib? ( sys-cluster/sionlibl:= )
DESCRIPTION=highly scalable, memory efficient event trace data format
EAPI=8
HOMEPAGE=https://www.vi-hps.org/projects/score-p
@@ -7,10 +7,10 @@ INHERIT=python-single-r1
IUSE=debug sionlib test python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
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] ) python_single_target_pypy3? ( dev-python/six[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/six[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/six[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/six[python_targets_python3_10(-)] ) sionlib? ( sys-cluster/sionlib[tools] )
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] ) python_single_target_pypy3? ( dev-python/six[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/six[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/six[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/six[python_targets_python3_10(-)] ) sionlib? ( sys-cluster/sionlibl:= )
REQUIRED_USE=^^ ( python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=http://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/otf2-2.3/otf2-2.3.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-single-r1 73f113f91928e0d16bceb65ecbcd8e75
_md5_=f008fb1cbfc3c3ea317083e1c13a1eca
_md5_=f35d3669147be4a20c0096e321f85586

View File

@@ -1,15 +1,16 @@
BDEPEND=doc? ( app-doc/doxygen ) fortran? ( virtual/fortran )
DEFINED_PHASES=compile configure install prepare setup
DEPEND=mpi? ( virtual/mpi ) ompi? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) || ( dev-lang/python:3.10 dev-lang/python:3.9 dev-lang/python:3.8 >=dev-python/pypy3-7.3.0:0 ) fortran? ( virtual/fortran )
DEPEND=mpi? ( virtual/mpi ) ompi? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) sionfwd? ( sys-cluster/SIONfwd ) || ( dev-lang/python:3.10 dev-lang/python:3.9 dev-lang/python:3.8 >=dev-python/pypy3-7.3.0:0 ) fortran? ( virtual/fortran )
DESCRIPTION=Scalable I/O library for parallel access to task-local files
EAPI=8
HOMEPAGE=https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html
INHERIT=docs flag-o-matic fortran-2 python-any-r1 toolchain-funcs
IUSE=+cxx debug doc examples +fortran +mpi +ompi +openmp +parutils +pthreads python tools doc
IUSE=+cxx debug deep-est-sdv doc examples +fortran hostname-regex +mpi +ompi +openmp +parutils +pthreads python sionfwd doc
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=mpi? ( virtual/mpi ) ompi? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) fortran? ( virtual/fortran )
RDEPEND=mpi? ( virtual/mpi ) ompi? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) sionfwd? ( sys-cluster/SIONfwd ) fortran? ( virtual/fortran )
REQUIRED_USE=?? ( hostname-regex deep-est-sdv )
SLOT=0
SRC_URI=!tools? ( http://apps.fz-juelich.de/jsc/sionlib/download.php?version=1.7.7 -> sionlib-1.7.7.tar.gz ) tools? ( http://apps.fz-juelich.de/jsc/sionlib/download.php?version=1.7.7l -> sionlibl-1.7.7.tar.gz )
SRC_URI=http://apps.fz-juelich.de/jsc/sionlib/download.php?version=1.7.7 -> sionlib-1.7.7.tar.gz
_eclasses_=docs 7c38d94fa7c1b4235fe571dc09e018df toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 fortran-2 7e39eb204d37699d5f1eaf9f4d61888a python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330
_md5_=fdcbb041983d16e4d1f95b50e4f70ad5
_md5_=e455cb14407c4783464ac5a14864570c

View File

@@ -0,0 +1,16 @@
BDEPEND=doc? ( app-doc/doxygen ) fortran? ( virtual/fortran )
DEFINED_PHASES=compile configure install prepare setup
DEPEND=mpi? ( virtual/mpi ) ompi? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) sionfwd? ( sys-cluster/SIONfwd ) || ( dev-lang/python:3.10 dev-lang/python:3.9 dev-lang/python:3.8 >=dev-python/pypy3-7.3.0:0 ) fortran? ( virtual/fortran )
DESCRIPTION=Scalable I/O library for parallel access to task-local files
EAPI=8
HOMEPAGE=https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html
INHERIT=docs flag-o-matic fortran-2 python-any-r1 toolchain-funcs
IUSE=+cxx debug deep-est-sdv doc examples +fortran hostname-regex +mpi +ompi +openmp +parutils +pthreads python sionfwd doc
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=mpi? ( virtual/mpi ) ompi? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) virtual/mpi ) openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) ) sionfwd? ( sys-cluster/SIONfwd ) fortran? ( virtual/fortran )
REQUIRED_USE=?? ( hostname-regex deep-est-sdv )
SLOT=0
SRC_URI=http://apps.fz-juelich.de/jsc/sionlib/download.php?version=1.7.7l -> sionlibll-1.7.7.tar.gz
_eclasses_=docs 7c38d94fa7c1b4235fe571dc09e018df toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 fortran-2 7e39eb204d37699d5f1eaf9f4d61888a python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-any-r1 901d9e22c7a848a1196502edf060f330
_md5_=e40e415207a328ccd05f4426a644afb1