2021-02-02 09:17:31 UTC

This commit is contained in:
Repository mirror & CI
2021-02-02 09:17:31 +00:00
parent a609a74e56
commit e8d7327a41
10 changed files with 68 additions and 13 deletions

View File

@@ -6,9 +6,9 @@ HOMEPAGE=https://github.com/digitalbitbox/bitbox02-firmware
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/base58-2.0.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/ecdsa-0.13.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/hidapi-0.7.99[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/noiseprotocol-0.3.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/protobuf-python-3.7.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/semver-2.8.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/typing-extensions-3.7.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) 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_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
RDEPEND=>=dev-python/base58-2.0.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/ecdsa-0.14.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/hidapi-0.7.99[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/noiseprotocol-0.3.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/protobuf-python-3.7.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/semver-2.8.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/typing-extensions-3.7.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) 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_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/b/bitbox02/bitbox02-5.1.0.tar.gz
SRC_URI=mirror://pypi/b/bitbox02/bitbox02-5.2.0.tar.gz
_eclasses_=distutils-r1 5363e4936a5e855108ec3fd191bd2b3c multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 69861348186337fa4b269de5826004b3 toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=239b5c6d30a2f3cdda3ddb80db3ecdb5
_md5_=ed5f56d86b3a45dd4dd31bc01c339a0f

View File

@@ -0,0 +1,14 @@
BDEPEND=emacs? ( >=app-editors/emacs-23.1:* )
DEFINED_PHASES=compile configure install postinst postrm
DEPEND=dev-scheme/gambit leveldb? ( dev-libs/leveldb ) lmdb? ( dev-db/lmdb ) mysql? ( dev-db/mariadb:* ) sqlite? ( dev-db/sqlite ) xml? ( dev-libs/libxml2 ) yaml? ( dev-libs/libyaml ) zlib? ( sys-libs/zlib )
DESCRIPTION=Dialect of Scheme designed for Systems Programming
EAPI=7
HOMEPAGE=https://cons.io/ https://github.com/vyzo/gerbil
IUSE=emacs leveldb lmdb mysql +sqlite +xml yaml +zlib
KEYWORDS=~amd64
LICENSE=Apache-2.0 LGPL-2.1
RDEPEND=dev-scheme/gambit leveldb? ( dev-libs/leveldb ) lmdb? ( dev-db/lmdb ) mysql? ( dev-db/mariadb:* ) sqlite? ( dev-db/sqlite ) xml? ( dev-libs/libxml2 ) yaml? ( dev-libs/libyaml ) zlib? ( sys-libs/zlib )
SLOT=0
SRC_URI=https://github.com/vyzo/gerbil/archive/v0.16.tar.gz -> gerbil-0.16.tar.gz
_eclasses_=elisp-common 34cc2b6f6d8914019a353fe39cff43ce multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974
_md5_=1b6a1c58a06c8f9759bb86170496ce72

View File

@@ -0,0 +1,13 @@
BDEPEND=emacs? ( >=app-editors/emacs-23.1:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm prepare unpack
DEPEND=dev-scheme/gambit leveldb? ( dev-libs/leveldb ) lmdb? ( dev-db/lmdb ) mysql? ( dev-db/mariadb:* ) sqlite? ( dev-db/sqlite ) xml? ( dev-libs/libxml2 ) yaml? ( dev-libs/libyaml ) zlib? ( sys-libs/zlib )
DESCRIPTION=Dialect of Scheme designed for Systems Programming
EAPI=7
HOMEPAGE=https://cons.io/ https://github.com/vyzo/gerbil
IUSE=emacs leveldb lmdb mysql +sqlite +xml yaml +zlib
LICENSE=Apache-2.0 LGPL-2.1
PROPERTIES=live
RDEPEND=dev-scheme/gambit leveldb? ( dev-libs/leveldb ) lmdb? ( dev-db/lmdb ) mysql? ( dev-db/mariadb:* ) sqlite? ( dev-db/sqlite ) xml? ( dev-libs/libxml2 ) yaml? ( dev-libs/libyaml ) zlib? ( sys-libs/zlib )
SLOT=0
_eclasses_=elisp-common 34cc2b6f6d8914019a353fe39cff43ce git-r3 3e7ec3d6619213460c85e2aa48398441 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974
_md5_=ff7502b2c859417440cd01f017008755

View File

@@ -0,0 +1,11 @@
DEFINED_PHASES=install prepare
DEPEND=>=dev-scheme/guile-2.0.9
DESCRIPTION=Colorized REPL for GNU Guile
EAPI=7
HOMEPAGE=https://gitlab.com/NalaGinrut/guile-colorized/
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=>=dev-scheme/guile-2.0.9
SLOT=0
SRC_URI=https://gitlab.com/NalaGinrut/guile-colorized/-/archive/1625a79f0e31849ebd537e2a58793fb45678c58f.tar.bz2 -> guile-colorized-20191205.tar.bz2
_md5_=d3cc9b65ff455122843385f63421c000

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install prepare unpack
DEPEND=>=dev-scheme/guile-2.0.9
DESCRIPTION=Colorized REPL for GNU Guile
EAPI=7
HOMEPAGE=https://gitlab.com/NalaGinrut/guile-colorized/
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=>=dev-scheme/guile-2.0.9
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441
_md5_=d3cc9b65ff455122843385f63421c000

View File

@@ -1,15 +1,15 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.12:5 >=dev-qt/qtgraphicaleffects-5.12:5 >=dev-qt/qtquickcontrols-5.12:5 >=dev-qt/qtquickcontrols2-5.12:5 kde-frameworks/extra-cmake-modules:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.12:5 >=dev-qt/qtdeclarative-5.12:5 >=dev-qt/qtgui-5.12:5 >=dev-qt/qtnetwork-5.12:5 >=dev-qt/qtwidgets-5.12:5 kde-frameworks/extra-cmake-modules:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A cute and useful Live Stream Player with danmaku support
EAPI=7
HOMEPAGE=https://github.com/IsoaSFlus/QLivePlayer
IUSE=python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-2
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.12:5 >=dev-qt/qtgraphicaleffects-5.12:5 >=dev-qt/qtquickcontrols-5.12:5 >=dev-qt/qtquickcontrols2-5.12:5 python_single_target_python3_7? ( dev-python/aiohttp[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/aiohttp[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/aiohttp[python_targets_python3_9(-)] ) media-video/ffmpeg media-video/mpv net-misc/curl
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.12:5 >=dev-qt/qtdeclarative-5.12:5 >=dev-qt/qtgui-5.12:5 >=dev-qt/qtnetwork-5.12:5 >=dev-qt/qtwidgets-5.12:5 python_single_target_python3_7? ( dev-python/aiohttp[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/aiohttp[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/aiohttp[python_targets_python3_9(-)] ) media-video/ffmpeg media-video/mpv net-misc/curl
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://github.com/IsoaSFlus/QLivePlayer/archive/3.21.0.tar.gz -> QLivePlayer-3.21.0.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f optfeature 6a2add34e06e5a05d88471a33ccdd73e python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 69861348186337fa4b269de5826004b3 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=177dc72856fd0b363af563bbeefd4c9d
_md5_=990aa5e55a8c63011a287632381b19ef

View File

@@ -1,15 +1,15 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.12:5 >=dev-qt/qtgraphicaleffects-5.12:5 >=dev-qt/qtquickcontrols-5.12:5 >=dev-qt/qtquickcontrols2-5.12:5 kde-frameworks/extra-cmake-modules:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.15:5 >=dev-qt/qtdeclarative-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtnetwork-5.15:5 >=dev-qt/qtwidgets-5.15:5 kde-frameworks/extra-cmake-modules:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A cute and useful Live Stream Player with danmaku support
EAPI=7
HOMEPAGE=https://github.com/IsoaSFlus/QLivePlayer
IUSE=python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-2
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.12:5 >=dev-qt/qtgraphicaleffects-5.12:5 >=dev-qt/qtquickcontrols-5.12:5 >=dev-qt/qtquickcontrols2-5.12:5 python_single_target_python3_7? ( dev-python/aiohttp[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/aiohttp[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/aiohttp[python_targets_python3_9(-)] ) media-video/ffmpeg media-video/mpv net-misc/curl
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) 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] ) >=dev-qt/qtcore-5.15:5 >=dev-qt/qtdeclarative-5.15:5 >=dev-qt/qtgui-5.15:5 >=dev-qt/qtnetwork-5.15:5 >=dev-qt/qtwidgets-5.15:5 python_single_target_python3_7? ( dev-python/aiohttp[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/aiohttp[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/aiohttp[python_targets_python3_9(-)] ) media-video/ffmpeg media-video/mpv net-misc/curl
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://github.com/IsoaSFlus/QLivePlayer/archive/3.20.2.tar.gz -> QLivePlayer-3.20.2.tar.gz
SRC_URI=https://github.com/IsoaSFlus/QLivePlayer/archive/3.21.1.tar.gz -> QLivePlayer-3.21.1.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f optfeature 6a2add34e06e5a05d88471a33ccdd73e python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 69861348186337fa4b269de5826004b3 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 wrapper 4251d4c84c25f59094fd557e0063a974 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=177dc72856fd0b363af563bbeefd4c9d
_md5_=5495b1bdca78fa69debf00fdf5d752b3

View File

@@ -165,7 +165,7 @@ dev-python/b2sdk 1.2.0: The client library for BackBlaze's B2 product
dev-python/baron 0.9: Full Syntax Tree for python to make writing refactoring code a realist task
dev-python/base58 2.0.1: Base58 and Base58Check implementation
dev-python/billiard 3.6.3.0: Python multiprocessing fork
dev-python/bitbox02 5.1.0: Python API for communicating with the BitBox02 device
dev-python/bitbox02 5.2.0: Python API for communicating with the BitBox02 device
dev-python/cchardet 2.1.6 2.1.7: cChardet is high speed universal character encoding detector
dev-python/check-manifest 0.45: Tool to check the completeness of MANIFEST.in for Python packages
dev-python/click-didyoumean 0.0.3: Enable git-like did-you-mean feature in click
@@ -286,6 +286,8 @@ dev-python/uvicorn 0.13.3: The lightning-fast ASGI server
dev-python/validators 0.18.2: Python Data Validation for Humans
dev-python/watchgod 0.6: Simple, modern file watching and code reload
dev-python/webpy 0.62: A web framework for python that is as simple as it is powerful
dev-scheme/gerbil 0.16 9999: Dialect of Scheme designed for Systems Programming
dev-scheme/guile-colorized 20191205 99999999: Colorized REPL for GNU Guile
dev-util/FoBiS 3.0.2 3.0.5: FoBiS.py, a Fortran Building System for poor men
dev-util/codespell 1.17.1 2.0.0: Check text files for common misspellings
dev-util/gammaray 2.11.2: High-level runtime introspection tool for Qt applications
@@ -397,7 +399,7 @@ media-video/ciano 0.2.4: A multimedia file converter focused on simplicity
media-video/jellyfin-mpv-shim 1.8.0 1.8.1: MPV-based desktop and cast client for Jellyfin (Unofficial)
media-video/kikoplay 0.7.2 9999: KikoPlay is a full-featured danmu player
media-video/mpv-mpris 0.5 9999: MPRIS plugin for mpv
media-video/qliveplayer 3.20.2 3.21.0: A cute and useful Live Stream Player with danmaku support
media-video/qliveplayer 3.21.0 3.21.1: A cute and useful Live Stream Player with danmaku support
media-video/syncplay 1.6.7-r1: Client/server to synchronize media playback
media-video/vidify 2.2.6: Watch music videos in real time for the songs playing on your device
media-video/vidify-audiosync 0.3.0: Audio synchronization feature for vidify

View File

@@ -1 +1 @@
Sun, 31 Jan 2021 02:19:01 +0000
Tue, 02 Feb 2021 09:17:31 +0000

View File

@@ -41,6 +41,9 @@ dev-libs/open62541:tools - Build additional shell tools
dev-libs/open62541:xdp - Enable pub/sub with eXpress Data Path (XDP)
dev-libs/xqilla:tidy - Add Tidy-HTML5 support
dev-python/cx-oracle:examples - Install examples, usually source code
dev-scheme/gerbil:leveldb - Add support for using dev-libs/leveldb
dev-scheme/gerbil:lmdb - Add support for using dev-db/lmdb
dev-scheme/gerbil:yaml - Add support for yaml file format
dev-util/FoBiS:graphviz - Add support of generation of a dependencies graph
dev-util/gammaray:3d - Build support for Qt5 3D modules
dev-util/gammaray:designer - Widget .ui file export