2021-04-12 05:50:00 UTC

This commit is contained in:
Repository mirror & CI
2021-04-12 05:50:00 +00:00
parent e0e1c87a0a
commit ecb24c94db
41 changed files with 248 additions and 109 deletions

View File

@@ -1,16 +1,16 @@
BDEPEND=>=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=|| ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=python_single_target_python3_7? ( dev-python/pycryptodome[python_targets_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/pycryptodome[python_targets_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pycryptodome[python_targets_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-)] ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A password manager for GNOME
EAPI=7
HOMEPAGE=https://gitlab.gnome.org/World/PasswordSafe
INHERIT=gnome2-utils meson xdg python-r1
IUSE=debug +introspection python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
INHERIT=gnome2-utils meson xdg python-single-r1
IUSE=debug +introspection python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+
RDEPEND=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(-)] || ( ( dev-lang/python:3.9 dev-python/pycryptodome[python_targets_python3_9(-),-python_single_target_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/pycryptodome[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/pycryptodome[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
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] ) python_single_target_python3_7? ( dev-python/pycryptodome[python_targets_python3_7(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/pycryptodome[python_targets_python3_8(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pycryptodome[python_targets_python3_9(-)] >=dev-python/pykeepass-3.2.0[python_targets_python3_9(-)] ) gui-libs/libhandy:1=[introspection?] >=dev-libs/libpwquality-1.4.0[python] >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://gitlab.gnome.org/World/PasswordSafe/-/archive/4.1/PasswordSafe-4.1.tar.bz2
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 meson e43eef9331f54965a573ed380854ff47 xdg c7ba313ea1eaf266f95cc6235f7d6a07 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-r1 26e4ad0a4190b14f70973dc253e86535
_md5_=bc77783b9179d3ef6d26d42330b0fd1e
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 meson e43eef9331f54965a573ed380854ff47 xdg c7ba313ea1eaf266f95cc6235f7d6a07 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a
_md5_=c260ac3c5b5f3b685c47047e2f245543

View File

@@ -0,0 +1,13 @@
BDEPEND=dev-python/pygments sys-devel/gettext
DEFINED_PHASES=compile install test
DESCRIPTION=Tomb :: File Encryption on GNU/Linux
EAPI=7
HOMEPAGE=https://www.dyne.org/software/tomb
IUSE=gui test
KEYWORDS=~amd64
LICENSE=GPL-3 gui? ( GPL-3+ )
RDEPEND=app-admin/sudo app-crypt/gnupg app-crypt/pinentry app-shells/zsh sys-fs/cryptsetup gui? ( gnome-extra/zenity )
RESTRICT=test
SLOT=0
SRC_URI=https://files.dyne.org/tomb/releases/Tomb-2.9.tar.gz
_md5_=3b09b8abed15088276d48a897d9bf9a0

View File

@@ -7,9 +7,9 @@ INHERIT=desktop xdg
IUSE=alsa cups nodejs ssl test X
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core app-crypt/libsecret dev-libs/atk dev-libs/nss dev-vcs/git alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) nodejs? ( net-libs/nodejs[npm] ) ssl? ( dev-libs/openssl ) X? ( x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libnotify x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango )
RDEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core app-crypt/libsecret dev-libs/atk dev-libs/nss dev-vcs/git alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) nodejs? ( net-libs/nodejs[npm] ) ssl? ( dev-libs/openssl dev-libs/openssl-compat ) X? ( x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libnotify x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/atom/atom/releases/download/v1.55.0/atom-amd64.tar.gz -> atom-bin-1.55.0.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=1fdf21b275acfa8e5485f7a07d31ff77
_md5_=ebaa9d71d48eaf25774321d35bce1a89

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=install postinst unpack
DESCRIPTION=a markdown editor,markdown reader.
EAPI=7
HOMEPAGE=https://typora.io
INHERIT=xdg-utils desktop
KEYWORDS=~amd64
LICENSE=Typora-EULA
RDEPEND=x11-libs/libXScrnSaver
SLOT=0
SRC_URI=https://typora.io/linux/Typora-linux-x64.tar.gz -> typora-9999-linux-x64.tar.gz
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba desktop c0d27bf73aa08ca05b663dbd31fbef28
_md5_=9534c144bb07ecd344579623e0599d09

View File

@@ -5,5 +5,5 @@ HOMEPAGE=https://github.com/Dr-Noob/cpufetch
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/Dr-Noob/cpufetch/archive/ec2ad4fef60b0e26f40b818a3968de7e83fb466c.tar.gz -> cpufetch-0.94_p20210406.tar.gz
_md5_=e625f7746296cd30eab9f491e64ff935
SRC_URI=https://github.com/Dr-Noob/cpufetch/archive/8f2f3d3a1652b87162f763a88a5070cf25c2e6d7.tar.gz -> cpufetch-0.94_p20210409.tar.gz
_md5_=bbf1f650d3b7ea66467f2dc142e585ba

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install
DESCRIPTION=This is a fish plugin that modifies built-in up-or-search command to merge the command history
EAPI=7
HOMEPAGE=https://github.com/2m/fish-history-merge
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=app-shells/fish
SLOT=0
SRC_URI=https://github.com/2m/fish-history-merge/archive/7e415b8ab843a64313708273cf659efbf471ad39.tar.gz -> fish-history-merge-0_pre20201121.tar.gz
_md5_=59faa1283b72dd4ac00aef4b6e55b443

View File

@@ -0,0 +1,14 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=C++ Guideline Support Library implementation
EAPI=7
HOMEPAGE=https://github.com/gsl-lite/gsl-lite
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/gsl-lite/gsl-lite/archive/v0.38.0.tar.gz -> gsl-lite-0.38.0.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=c88d8e14eec360cd19f64da8f69d3ca6

View File

@@ -0,0 +1,13 @@
BDEPEND=|| ( dev-lang/fbc dev-lang/fbc-bootstrap )
DEFINED_PHASES=compile install
DEPEND=sys-libs/ncurses:= gpm? ( sys-libs/gpm ) libffi? ( dev-libs/libffi ) opengl? ( virtual/opengl ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-libs/libXrandr x11-libs/libXrender )
DESCRIPTION=A free/open source, multi-platform BASIC compiler.
EAPI=7
HOMEPAGE=https://www.freebasic.net
IUSE=gpm libffi opengl X
KEYWORDS=~amd64 ~x86
LICENSE=FDL-1.2 GPL-2+ LGPL-2.1+
RDEPEND=sys-libs/ncurses:= gpm? ( sys-libs/gpm ) libffi? ( dev-libs/libffi ) opengl? ( virtual/opengl ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-libs/libXrandr x11-libs/libXrender )
SLOT=0
SRC_URI=https://github.com/freebasic/fbc/archive/1.07.3.tar.gz -> fbc-1.07.3.tar.gz
_md5_=aebc1ab4b18d3642a21e94f3ea3b04f7

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=compile install
DESCRIPTION=Bootstrap package for dev-lang/fbc
EAPI=7
HOMEPAGE=https://www.freebasic.net
KEYWORDS=~amd64 ~x86
LICENSE=FDL-1.2 GPL-2+ LGPL-2.1+
SLOT=0
SRC_URI=https://github.com/freebasic/fbc/releases/download/1.07.3/FreeBASIC-1.07.3-source-bootstrap.tar.xz
_md5_=ed6e0e2c56f31179e11d102bf36fb47e

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Multi-platform Git client written with Qt
EAPI=7
HOMEPAGE=https://github.com/francescmm/GitQlient
INHERIT=desktop qmake-utils xdg
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-vcs/git
SLOT=0
SRC_URI=https://github.com/francescmm/GitQlient/archive/v1.2.0.tar.gz -> gitqlient-1.2.0.tar.gz https://github.com/francescmm/QLogger/archive/d33cb645bb6ffc4dd929c348ca011c007351d605.tar.gz -> QLogger-d33cb64.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=64318f8187be5bbeaf531bcaf0b967cf

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Multi-platform Git client written with Qt
EAPI=7
HOMEPAGE=https://github.com/francescmm/GitQlient
INHERIT=desktop qmake-utils xdg
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-vcs/git
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-vcs/git
SLOT=0
SRC_URI=https://github.com/francescmm/GitQlient/archive/v1.3.0-beta.tar.gz -> gitqlient-1.3.0_beta.tar.gz
SRC_URI=https://github.com/francescmm/GitQlient/archive/v1.3.1.tar.gz -> gitqlient-1.3.1.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=4815d23024a9dd3914d1d018cf7b23ba
_md5_=06bb6b0d53fb667face5d201572716cc

View File

@@ -1,13 +1,13 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install postinst postrm preinst prepare unpack
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Multi-platform Git client written with Qt
EAPI=7
HOMEPAGE=https://github.com/francescmm/GitQlient
INHERIT=desktop git-r3 qmake-utils xdg
LICENSE=LGPL-2.1
PROPERTIES=live
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-vcs/git
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-vcs/git
SLOT=0
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 git-r3 b8e8c92aa5fe8df7187e466138eb4e52 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=02adac0bd398f6da05ec953c52d9ef0b
_md5_=478946bef4eecee65580ee034d9a20e4

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lang/go-1.10
DEFINED_PHASES=compile install test unpack
DEPEND=sys-libs/glibc
DESCRIPTION=Lazygit, a simple terminal UI for git commands
EAPI=7
HOMEPAGE=https://github.com/jesseduffield/lazygit
INHERIT=golang-build golang-vcs-snapshot
IUSE=doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=sys-libs/glibc
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.27.3.tar.gz -> lazygit-0.27.3.tar.gz
_eclasses_=golang-base b8fb27dacacea08140c53857f439fc7d golang-build 91472d4e18894e738c69b415e236a664 golang-vcs-snapshot ff485cabd3f37b060f110b0be95092ec
_md5_=06beb5f1e52d3f21802e604ca39e6c0e

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lang/go-1.10
DEFINED_PHASES=compile install test unpack
DEPEND=sys-libs/glibc
DESCRIPTION=Lazygit, a simple terminal UI for git commands
EAPI=7
HOMEPAGE=https://github.com/jesseduffield/lazygit
INHERIT=golang-build golang-vcs-snapshot
IUSE=doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=sys-libs/glibc
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.27.4.tar.gz -> lazygit-0.27.4.tar.gz
_eclasses_=golang-base b8fb27dacacea08140c53857f439fc7d golang-build 91472d4e18894e738c69b415e236a664 golang-vcs-snapshot ff485cabd3f37b060f110b0be95092ec
_md5_=06beb5f1e52d3f21802e604ca39e6c0e

View File

@@ -12,4 +12,4 @@ RDEPEND=evdev? ( dev-libs/libevdev ) gamepad? ( media-libs/libsdl2 ) gbm? ( x11-
REQUIRED_USE=?? ( fbdev gbm ) gbm? ( egl ) wayland? ( egl )
SLOT=0
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da desktop c0d27bf73aa08ca05b663dbd31fbef28 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=6da6942ce9db932dfa67a0ddf4973483
_md5_=e13a37e16cc11f04d8a2a9b0a86e17fb

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jurplel/qView/archive/4.0.tar.gz -> qview-4.0.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 virtualx d828f8a6cfc731f2683d0967d3f2f95a xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=f326cb9af62050bfba7a0e803207b8da
_md5_=8c63c137437ed018ee4b4f8db3f4368c

View File

@@ -1,14 +1,14 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=>=dev-qt/qtcore-5.9 >=dev-qt/qtnetwork-5.9 >=dev-qt/qttranslations-5.9 >=dev-qt/qtgui-5.9 >=dev-qt/qtquickcontrols2-5.9 dev-libs/openssl:0 dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=>=dev-qt/qtcore-5.9 >=dev-qt/qtnetwork-5.9 >=dev-qt/qttranslations-5.9 >=dev-qt/qtgui-5.9 >=dev-qt/qtquickcontrols2-5.9 dev-libs/openssl:0 media-libs/flac dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=The essential to control music from your SONOS devices on Linux platforms
EAPI=7
HOMEPAGE=http://janbar.github.io/noson-app/index.html
INHERIT=xdg cmake
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-qt/qtcore-5.9 >=dev-qt/qtnetwork-5.9 >=dev-qt/qttranslations-5.9 >=dev-qt/qtgui-5.9 >=dev-qt/qtquickcontrols2-5.9 dev-libs/openssl:0
RDEPEND=>=dev-qt/qtcore-5.9 >=dev-qt/qtnetwork-5.9 >=dev-qt/qttranslations-5.9 >=dev-qt/qtgui-5.9 >=dev-qt/qtquickcontrols2-5.9 dev-libs/openssl:0 media-libs/flac
SLOT=0
SRC_URI=https://github.com/janbar/noson-app/archive/4.4.9.tar.gz -> noson-app-4.4.9.tar.gz
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=66f2a409ad669a03a9a8507d5c85b570
_md5_=52c7ae63912fef8b9cc91b664ccdcb19

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/bmake
DEFINED_PHASES=compile configure install test
DEPEND=test? ( net-misc/curl[static-libs] )
DESCRIPTION=minimal CGI library for web applications
EAPI=7
HOMEPAGE=https://kristaps.bsd.lv/kcgi/
INHERIT=multiprocessing toolchain-funcs
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://kristaps.bsd.lv/kcgi/snapshots/kcgi-0.12.4.tgz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e
_md5_=63e30cc2048cc0c1e4ffb2a0f50ccf39

View File

@@ -1,14 +0,0 @@
DEFINED_PHASES=configure install
DEPEND=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
DESCRIPTION=tiny eventing, networking & crypto for async applications
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uSockets
INHERIT=toolchain-funcs
IUSE=libuv +ssl static-libs
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
SLOT=0
SRC_URI=https://github.com/uNetworking/uSockets/archive/45a70140b191e74c66301e5fefdacbd298b8c518.tar.gz -> usockets-0.6.0_p20210126.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e
_md5_=6e220257b4378f7a6ffd7fa19456e8d6

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
SLOT=0
SRC_URI=https://github.com/uNetworking/uSockets/archive/v0.7.1.tar.gz -> usockets-0.7.1.tar.gz
SRC_URI=https://github.com/uNetworking/uSockets/archive/5440dbac79bd76444175b76ee95dfcade12a6aac.tar.gz -> usockets-0.7.1_p20210214.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e
_md5_=2a75700c6b5a228980c21ab7cd2a8457
_md5_=e895f0a25fba30017798f4445f4524da

View File

@@ -10,4 +10,4 @@ PROPERTIES=live
RDEPEND=dev-qt/qtmultimedia:5[widgets] dev-qt/qtsvg:5 dev-qt/qtnetwork:5[ssl]
SLOT=0
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=b2492df3bff3cf0c22df845db7623333
_md5_=854f14bf9dff384f88d630e0103beee5

View File

@@ -1,16 +0,0 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=configure install
DEPEND=net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin www-apps/uwebsockets
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
INHERIT=systemd toolchain-funcs
IUSE=test
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=ISC
RDEPEND=net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.4.2.tar.gz -> purritobin-0.4.2.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=64774b8a7f5397c432333937596a8d6f

View File

@@ -11,6 +11,6 @@ LICENSE=ISC
RDEPEND=net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.5.0.tar.gz -> purritobin-0.5.0.tar.gz
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.5.2.tar.gz -> purritobin-0.5.2.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=64774b8a7f5397c432333937596a8d6f

View File

@@ -1,11 +1,9 @@
DEFINED_PHASES=install prepare
DEFINED_PHASES=install
DESCRIPTION=Software for Partitioning Graphs
EAPI=7
HOMEPAGE=https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml
INHERIT=flag-o-matic
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
SLOT=0
SRC_URI=https://www3.cs.stonybrook.edu/~algorith/implement/chaco/distrib/Chaco-2.2.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88
_md5_=50423f6e451111659c0f5cbbbba8c44d
_md5_=87db12cd92068d84987ff43c26045d69

View File

@@ -1,9 +1,9 @@
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 sys-apps/gawk
DEFINED_PHASES=compile configure install prepare
DESCRIPTION=Meschach is a C-language library of routines for performing matrix computations.
DESCRIPTION=Meschach is a C-language library of routines for performing matrix computations
EAPI=7
HOMEPAGE=http://homepage.divms.uiowa.edu/~dstewart/meschach
INHERIT=autotools eutils
INHERIT=autotools eutils toolchain-funcs
IUSE=complex +double float munroll old segmem sparse unroll
KEYWORDS=~amd64
LICENSE=meschach
@@ -11,4 +11,4 @@ REQUIRED_USE=^^ ( double float )
SLOT=0
SRC_URI=http://cdn-fastly.deb.debian.org/debian/pool/main/m/meschach/meschach_1.2b.orig.tar.gz http://cdn-fastly.deb.debian.org/debian/pool/main/m/meschach/meschach_1.2b-14.debian.tar.xz
_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 79023c161e8f625b0f1823715941c2da edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e
_md5_=a95a371fbbc05bc6ca580f198610ef22
_md5_=6ca4d5dbf960d3508cc3fb099d1d96e6

View File

@@ -0,0 +1,15 @@
DEFINED_PHASES=compile install test
DEPEND=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(-)]
DESCRIPTION=Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
EAPI=7
HOMEPAGE=https://github.com/scottchiefbaker/dool
INHERIT=python-r1
IUSE=doc examples python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux
LICENSE=GPL-2
RDEPEND=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=https://github.com/scottchiefbaker/dool/archive/6b89f2d0b6e38e1c8d706e88a12e020367f5100d.tar.gz -> dool-0.8_pre20191010.tar.gz
_eclasses_=multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535
_md5_=fad587b0c51d8a047a8122fe69d38167

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install test unpack
DEPEND=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(-)]
DESCRIPTION=Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
EAPI=7
HOMEPAGE=https://github.com/scottchiefbaker/dool
INHERIT=python-r1 git-r3
IUSE=doc examples python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=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
_eclasses_=multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=fad587b0c51d8a047a8122fe69d38167

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
BDEPEND=>=dev-util/cmake-2.8 app-admin/chrpath dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=mpi? ( virtual/mpi ) sys-libs/zlib
DESCRIPTION=KVTree provides a fully extensible C data structure modeled after Perl hashes
EAPI=7
HOMEPAGE=https://github.com/ECP-VeloC/KVTree
INHERIT=cmake
IUSE=fcntl +flock mpi test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=mpi? ( virtual/mpi ) sys-libs/zlib
REQUIRED_USE=?? ( fcntl flock )
RESTRICT=test? ( userpriv ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/ECP-VeloC/KVTree/archive/v1.1.1.tar.gz -> KVTree-1.1.1.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=2111c03a87eb72ea173215d287e3f479

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ClusterLabs/pcs/archive/v0.10.8.tar.gz -> pcs-0.10.8.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a estack 055c42df72f76a4f45ec92b35e83cd56 ruby-utils 03dfa7f54d59d740c2964dc7256d2820 ruby-ng 40ad5ce3f20bff3a06352fd3fb633cfd systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=dd1a39e1e13eb7990a07a51cef138e98
_md5_=a8035ec4c050eeb171667ea366b1d7e5

View File

@@ -1,16 +1,16 @@
BDEPEND=app-text/ronn dev-util/cmake sys-apps/sed sys-devel/bison virtual/pkgconfig dev-util/ninja dev-util/cmake
BDEPEND=app-text/ronn test? ( dev-cpp/gtest ) dev-util/cmake sys-apps/sed sys-devel/bison virtual/pkgconfig dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DEPEND=sys-devel/flex sys-devel/binutils:*
DEPEND=sys-devel/flex
DESCRIPTION=A fast very high compression read-only FUSE file system
EAPI=7
HOMEPAGE=https://github.com/mhx/dwarfs
INHERIT=cmake check-reqs python-single-r1
IUSE=python +jemalloc python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
IUSE=python +jemalloc test python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-3
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-libs/boost[context,threads,python?] dev-libs/double-conversion dev-libs/libfmt dev-libs/libevent dev-libs/xxhash jemalloc? ( >=dev-libs/jemalloc-5.2.1 ) app-arch/libarchive app-arch/zstd app-arch/lz4 app-arch/xz-utils app-arch/snappy dev-cpp/sparsehash dev-cpp/gflags dev-cpp/glog[gflags] sys-fs/fuse:3 sys-libs/binutils-libs sys-libs/zlib sys-libs/libunwind !dev-cpp/folly
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://github.com/mhx/dwarfs/releases/download/v0.5.2/dwarfs-0.5.2.tar.bz2
SRC_URI=https://github.com/mhx/dwarfs/releases/download/v0.5.4/dwarfs-0.5.4.tar.bz2
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da check-reqs 97b90bd8fb799993925e6b3a683184e5 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a
_md5_=a52492b4caa5e55644a6cb51ae8e909a
_md5_=ba90b07e54ab887dcdcd6a5cceed2857

View File

@@ -11,6 +11,6 @@ LICENSE=GPL-3
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-libs/gobject-introspection dev-libs/libappindicator:3 dev-libs/libdazzle python_single_target_python3_7? ( dev-python/injector[python_targets_python3_7(-)] dev-python/matplotlib[python_targets_python3_7(-)] dev-python/peewee[python_targets_python3_7(-)] dev-python/py3nvml[python_targets_python3_7(-)] dev-python/pygobject:3[python_targets_python3_7(-)] dev-python/python-xlib[python_targets_python3_7(-)] dev-python/pyxdg[python_targets_python3_7(-)] dev-python/requests[python_targets_python3_7(-)] dev-python/Rx[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/injector[python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/peewee[python_targets_python3_8(-)] dev-python/py3nvml[python_targets_python3_8(-)] dev-python/pygobject:3[python_targets_python3_8(-)] dev-python/python-xlib[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/Rx[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/injector[python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/peewee[python_targets_python3_9(-)] dev-python/py3nvml[python_targets_python3_9(-)] dev-python/pygobject:3[python_targets_python3_9(-)] dev-python/python-xlib[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/Rx[python_targets_python3_9(-)] )
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://gitlab.com/leinardi/gwe/-/archive/0.15.2/gwe-0.15.2.tar.gz
SRC_URI=https://gitlab.com/leinardi/gwe/-/archive/0.15.3/gwe-0.15.3.tar.gz
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 meson e43eef9331f54965a573ed380854ff47 python-single-r1 d25ac9d5d91fe9d44fda6ec192aca11a
_md5_=6b11a8fbcffa75d58d5ad74de24b37a6

View File

@@ -9,6 +9,6 @@ LICENSE=GPL-2
RDEPEND=acct-user/jackett app-crypt/mit-krb5 dev-libs/icu dev-util/lttng-ust
RESTRICT=strip
SLOT=0
SRC_URI=amd64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.456/Jackett.Binaries.LinuxAMDx64.tar.gz -> jackett-bin-0.17.456-amd64.tar.gz ) arm? ( https://github.com/Jackett/Jackett/releases/download/v0.17.456/Jackett.Binaries.LinuxARM32.tar.gz -> jackett-bin-0.17.456-arm.tar.gz ) arm64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.456/Jackett.Binaries.LinuxARM64.tar.gz -> jackett-bin-0.17.456-arm64.tar.gz )
SRC_URI=amd64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.866/Jackett.Binaries.LinuxAMDx64.tar.gz -> jackett-bin-0.17.866-amd64.tar.gz ) arm? ( https://github.com/Jackett/Jackett/releases/download/v0.17.866/Jackett.Binaries.LinuxARM32.tar.gz -> jackett-bin-0.17.866-arm.tar.gz ) arm64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.866/Jackett.Binaries.LinuxARM64.tar.gz -> jackett-bin-0.17.866-arm64.tar.gz )
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=12ec0afd3e16912a41117039a0707b9d

View File

@@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=net-libs/usockets-0.6.0
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.23.0.tar.gz -> uwebsockets-18.23.0.tar.gz
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v19.1.0.tar.gz -> uwebsockets-19.1.0.tar.gz
_md5_=a99f14ce808e1157d4d6032cba28906b

View File

@@ -33,11 +33,13 @@ app-backup/timeshift 20.11.1: A system restore utility for Linux
app-crypt/autofirma 1.6.5-r1: Spanish government's electronic signature application for online procedures
app-crypt/configuradorfnmt 1.0.1: Spanish government certificate request generator
app-crypt/reop 2.1.1: reasonable expectation of privacy
app-editors/atom-bin 1.55.0-r3: A hackable text editor for the 21st Century
app-crypt/tomb 2.9: Tomb :: File Encryption on GNU/Linux
app-editors/atom-bin 1.55.0-r4: A hackable text editor for the 21st Century
app-editors/bluegriffon-bin 3.1: The Open Source next-gen Web Editor based on the rendering engine of Firefox
app-editors/featherpad 0.17.2 0.18.0: Lightweight Qt5 Plain-Text Editor for Linux
app-editors/kitscenarist 0.7.2_rc9: Simple and powerful application for creating screenplays.
app-editors/micro 2.0.8: A modern and intuitive terminal-based text editor
app-editors/typora-bin 9999: a markdown editor,markdown reader.
app-editors/visual-studio-code-bin 1.54.2 1.55.0: Multiplatform Visual Studio Code from Microsoft
app-editors/vscodium-bin 1.53.1 1.53.2 1.54.3: Free/Libre Open Source Software Binaries of VSCode
app-emacs/flycheck 31: On the fly syntax checking for GNU Emacs
@@ -50,7 +52,7 @@ app-misc/apidb 4.3.0_beta 5.0.0_alpha 5.0.0_alpha8 5.0.0_alpha19 5.0.0_alpha20 5
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
app-misc/cheat 4.0.2 4.2.0 4.2.0-r2: cheat allows you to create and view interactive cheatsheets on the command-line
app-misc/cpufetch 0.94_p20210406: Simplistic yet fancy CPU architecture fetching tool
app-misc/cpufetch 0.94_p20210409: Simplistic yet fancy CPU architecture fetching tool
app-misc/ddcui 0.1.2: Graphical user interface for ddcutil - control monitor settings
app-misc/doublecmd-bin 0.9.10: Free cross platform open source file manager with two panels side by side.
app-misc/dragon 1.1.1: Simple drag-and-drop source/sink for X and Wayland
@@ -73,7 +75,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_pre20181120 0_pre20201102: vrms clone for Gentoo Linux
app-misc/watchexec 1.14.1: Executes commands in response to file modifications
app-misc/watchexec 1.14.1 1.15.0: Executes commands in response to file modifications
app-office/beancount 2.3.3: A double-entry accounting system that uses text files as input
app-office/openoffice-bin 4.1.9: Apache OpenOffice productivity suite
app-office/pyspread 1.99.4 1.99.5 9999: Pyspread is a non-traditional spreadsheet written in Python
@@ -86,6 +88,7 @@ app-portage/version 0.6.1_alpha 0.6.2_alpha 0.9.0_alpha 0.9.1_alpha 0.10.0_alpha
app-shells/antibody 6.1.0 6.1.1: Fast Zsh plugin manager
app-shells/fish-agnoster-theme 0.1.0_p20200415: Fancy, colorful theme with support for Powerline fonts
app-shells/fish-command-timer 0.1.3 0.1.3_p20201002: Fish shell extension for printing execution time for each command
app-shells/fish-history-merge 0_pre20201121: This is a fish plugin that modifies built-in up-or-search command to merge the command history
app-shells/k 0.0.5: Directory listings for zsh with git features
app-shells/nice-exit-code 0_pre20200117: ZSH plugin that maps exit status code to human readable string
app-shells/ohmyzsh 9999: A framework for managing your zsh configuration.
@@ -127,6 +130,7 @@ dev-R/tidyselect 1.0.0 1.1.0: Select from a Set of Strings
dev-R/utf8 1.1.4 1.2.1: Unicode Text Processing
dev-R/vctrs 0.3.7: Vector Helpers
dev-cpp/folly 2020.11.30.00 2021.01.04.00: An open-source C++ library developed and used at Facebook
dev-cpp/gsl-lite 0.38.0: C++ Guideline Support Library implementation
dev-cpp/mastodonpp 0.5.7 9999: C++ wrapper for the Mastodon and Pleroma APIs.
dev-cpp/plog 1.1.5_p20200501: Portable, simple and extensible C++ logging library
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
@@ -144,8 +148,8 @@ dev-java/gradle-build-operations 6.8.2: Build automation tool for JVM Languages,
dev-java/gradle-hashing 6.8.2: Build automation tool for JVM Languages, C(++), etc.
dev-java/openjdk-sts-bin 15.0.2_p7: Prebuilt Java JDK binaries provided by AdoptOpenJDK. Short Term Supported
dev-lang/aldor 1.2.0_p20190730: The Aldor Programming Language
dev-lang/fbc 1.07.1 1.07.2 1.07.2-r1 1.07.2-r2: A free/open source, multi-platform BASIC compiler.
dev-lang/fbc-bootstrap 1.07.2: Bootstrap package for dev-lang/fbc
dev-lang/fbc 1.07.1 1.07.2 1.07.2-r1 1.07.2-r2 1.07.3: A free/open source, multi-platform BASIC compiler.
dev-lang/fbc-bootstrap 1.07.2 1.07.3: Bootstrap package for dev-lang/fbc
dev-lang/gleam 0.11.2 0.12.0 0.12.1: A statically typed functional language for the BEAM
dev-lang/quickjs 2020.11.08: Small embeddable Javascript engine
dev-lang/wren 0.3.0: The Wren Programming Language
@@ -333,8 +337,8 @@ dev-vcs/git-blame-someone-else 0_pre20180613 9999: Blame someone else for your b
dev-vcs/git-cu 0.5.0: Helps to keep your local git repositories organized
dev-vcs/git-repo-updater 0.5.1 0.5.1-r1: Easily update multiple git repositories at once
dev-vcs/gitahead 2.6.3: Graphical Git client to help understand and manage source code history
dev-vcs/gitqlient 1.2.0 1.3.0_beta 1.3.0 9999: Multi-platform Git client written with Qt
dev-vcs/lazygit 0.25.1 0.26.1 0.27.2 9999: Lazygit, a simple terminal UI for git commands
dev-vcs/gitqlient 1.3.0 1.3.1 9999: Multi-platform Git client written with Qt
dev-vcs/lazygit 0.25.1 0.26.1 0.27.2 0.27.3 0.27.4 9999: Lazygit, a simple terminal UI for git commands
games-action/ATLauncher 3.4.3.1: Minecraft launcher which integrates multiple different ModPacks
games-action/minecraft-launcher 1.6.93 921: An open-world game whose gameplay revolves around breaking and placing blocks
games-action/multimc 0.6.12: An advanced Qt5-based open-source launcher for Minecraft
@@ -467,8 +471,8 @@ net-im/nheko 0.8.0 0.8.1: Desktop client for Matrix using Qt and C++14
net-im/rocketchat-desktop-bin 3.1.1: The Ultimate Open Source Web Chat Platform
net-im/ruqola 1.3.1: Rocket.Chat client for the KDE desktop
net-im/srain 1.1.1 1.1.3: Modern, beautiful IRC client written in GTK+ 3
net-libs/kcgi 0.12.3 9999: minimal CGI library for web applications
net-libs/usockets 0.6.0_p20210126 0.7.1 9999: tiny eventing, networking & crypto for async applications
net-libs/kcgi 0.12.3 0.12.4 9999: minimal CGI library for web applications
net-libs/usockets 0.7.1_p20210214 9999: tiny eventing, networking & crypto for async applications
net-mail/remail 0.9: A set of tools for crypted mailing lists
net-misc/FORT-validator 1.4.1 1.4.2 1.5.0: FORT validator is an open source RPKI validator
net-misc/amfora 1.8.0: A fancy terminal browser for the Gemini protocol.
@@ -483,7 +487,7 @@ net-misc/lyricwikia 0.1.11-r1: Python API to get song lyrics from LyricWikia
net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
net-misc/megasync 4.3.8.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/openbgpd 6.6_p0 6.7_p0 6.8_p0 9999: OpenBGPD is a free implementation of BGPv4
net-misc/purritobin 0.4.2 0.5.0 9999: minimalistic commandline pastebin
net-misc/purritobin 0.5.2 9999: minimalistic commandline pastebin
net-misc/rpki-client 6.8_p0 6.8_p1: Portability shim for OpenBSD's rpki-client
net-misc/rtv 1.27.0: Browse Reddit from your terminal
net-misc/tinyssh 20190101: A small SSH server with state-of-the-art cryptography
@@ -514,13 +518,14 @@ sci-libs/ann 1.1.2_p7: A Library for Approximate Nearest Neighbor Searching
sci-libs/chaco 2.2: Software for Partitioning Graphs
sci-libs/jdqz 0_pre19971107-r1 0_pre19971107-r2: Jacobi-Davidson type method for the generalized standard eigenvalue problem.
sci-libs/kissfft 131 9999: A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
sci-libs/meschach 1.2b: Meschach is a C-language library of routines for performing matrix computations.
sci-libs/meschach 1.2b: Meschach is a C-language library of routines for performing matrix computations
sci-libs/saclib 2.2.7-r1 2.2.7-r2: Reference implementations of algorithms and forms the basis of QEPCAD
sci-libs/slicot 5.0_p20101122: Subroutine Library in Systems and Control Theory
sci-mathematics/frama-c 22.0: Framework for analysis of source codes written in C
sci-mathematics/why3 1.3.3 1.4.0: Platform for deductive program verification
sci-physics/SU2 7.1.1: SU2: An Open-Source Suite for Multiphysics Simulation and Design
sys-apps/0xFFFF 0.8: The 0pen Free Fiasco Firmware Flasher
sys-apps/dool 0.8_pre20191010 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
sys-apps/drm_info 2.2.0 9999: Small utility to dump info about DRM devices
sys-apps/dust 0.5.3 0.5.4: A more intuitive version of du
sys-apps/hex 0.3.2 0.4.0 0.4.1: Futuristic take on hexdump
@@ -536,7 +541,7 @@ sys-boot/bmaptools 3.6: Bmaptool is a tool for creating and copyng files using b
sys-boot/customrescuecd-x86-grub 0.1: Grub menu entries for the .iso image of customrescuecd
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
sys-cluster/AXL 0.3.0: AXL provides a common C interface to transfer files in an HPC storage hierarchy.
sys-cluster/KVTree 1.1.0: KVTree provides a fully extensible C data structure modeled after Perl hashes
sys-cluster/KVTree 1.1.0 1.1.1: KVTree provides a fully extensible C data structure modeled after Perl hashes
sys-cluster/dlb 2.1-r1: Dynamically react to application imbalance by modifying the number of resources
sys-cluster/er 0.0.3: High-level distributed erasure coding lib combining shuffile and redset
sys-cluster/genders 1.28.1: Static cluster configuration database used for cluster configuration management.
@@ -547,7 +552,7 @@ sys-cluster/shuffile 0.0.3: SHUFFILE Shuffle files between processes
sys-cluster/veloc 1.2: Very-Low Overhead Checkpointing System
sys-fs/btrfs-heatmap 9: Python 3 script to draw a heatmap of a btrfs filesystem
sys-fs/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
sys-fs/dwarfs 0.4.1 0.5.2: A fast very high compression read-only FUSE file system
sys-fs/dwarfs 0.4.1 0.5.4: A fast very high compression read-only FUSE file system
sys-fs/erofs-utils 1.1 1.2 1.2.1 9999: Userspace tools for EROFS images
sys-fs/gcsfuse 0.34.1: A user-space file system for interacting with Google Cloud Storage
sys-fs/gfs2-utils 3.2.0 3.3.0: Shared-disk cluster file system
@@ -560,17 +565,17 @@ sys-libs/nss-tls 1.0 1.1 9999: A DNS over HTTPS resolver for glibc
sys-libs/solo-udev-rules 4.0.0-r1: udev rules for the Solo FIDO2 & U2F USB+NFC security key
sys-power/ZenStates-Linux 0_p20170507: Dynamically edit AMD Ryzen processor P-States
sys-power/disable-c6 0_p20190603: disable the C6 state upon system boot, preventing Ryzen freezes
sys-power/gwe 0.15.2: NVIDIA settings alternative with overclocking, fan control, and information
sys-power/gwe 0.15.3: NVIDIA settings alternative with overclocking, fan control, and information
sys-process/bottom 0.5.7: A graphical process/system monitor with a customizable interface
sys-process/gotop 4.1.1: A terminal based graphical activity monitor inspired by gtop and vtop
sys-process/iotop-c 1.17: top utility for IO (C port)
sys-process/nvtop 1.1.0 9999: NVIDIA GPUs htop like monitoring tool
www-apps/code-server-bin 3.9.1 3.9.2 3.9.3: VS Code in the browser (binary version with unbundled node and ripgrep)
www-apps/gogs 0.12.3: Gogs is a self-hosted Git service written in Go
www-apps/jackett-bin 0.17.456: API Support for your favorite torrent trackers
www-apps/jackett-bin 0.17.866: API Support for your favorite torrent trackers
www-apps/selfoss 2.18-r1: The multipurpose rss reader, live stream, mashup, aggregation web application
www-apps/twint 2.1.20 2.1.20-r1: Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API
www-apps/uwebsockets 18.23.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-apps/uwebsockets 19.1.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-client/badwolf 1.0.3 9999: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/browsh-bin 1.6.4: A fully-modern text-based browser, rendering to TTY and browsers
www-client/torbrowser-launcher 0.3.3 9999: A program to download, updated, and run the Tor Browser Bundle

View File

@@ -1 +1 @@
Mon, 12 Apr 2021 01:23:01 +0000
Mon, 12 Apr 2021 05:50:00 +0000