2021-08-17 17:06:17 UTC

This commit is contained in:
Repository mirror & CI
2021-08-17 17:06:17 +00:00
parent 7dcfbc34d4
commit 12c6351fd4
12 changed files with 72 additions and 36 deletions

View File

@@ -1,16 +1,15 @@
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/pyproject2setuppy-18[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
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(-)?] >=dev-python/pyproject2setuppy-18[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/PyQt5[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/simplemma[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ~dev-python/googletrans-4.0.0_rc1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/beautifulsoup:4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/flask[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/bidict[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pystardict[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A simple sentence mining tool written in PyQt5
EAPI=7
EAPI=8
HOMEPAGE=https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/
INHERIT=distutils-r1 desktop
IUSE=python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~arm ~arm64 ~x86
IUSE=python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
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 )
RDEPEND=dev-python/PyQt5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/simplemma[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ~dev-python/googletrans-4.0.0_rc1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/beautifulsoup:4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/flask[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/bidict[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pystardict[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 )
SLOT=0
SRC_URI=mirror://pypi/s/ssmtool/ssmtool-0.3.3.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f desktop c0d27bf73aa08ca05b663dbd31fbef28
_md5_=16aa95f6afb273fca079323e0737d86f
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f desktop c0d27bf73aa08ca05b663dbd31fbef28
_md5_=16211aaa0df4883f70e488f5b9aaf9aa

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/trantor dev-libs/jsoncpp sys-libs/zlib brotli? ( app-arch/brotli ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) test? ( dev-cpp/gtest )
DESCRIPTION=C++14/17 based HTTP web application framework
EAPI=7
HOMEPAGE=https://github.com/drogonframework/drogon
INHERIT=cmake
IUSE=+brotli examples mariadb postgres redis sqlite +ssl test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-cpp/trantor dev-libs/jsoncpp sys-libs/zlib brotli? ( app-arch/brotli ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/drogonframework/drogon/archive/refs/tags/v1.7.1.tar.gz -> drogon-1.7.1.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=7ddb2b11804a71956d1ecdee13ff52e7

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=adns? ( net-dns/c-ares ) ssl? ( dev-libs/openssl ) doc? ( app-doc/doxygen ) test? ( dev-cpp/gtest )
DESCRIPTION=Non-blocking I/O tcp network lib based on c++14/17
EAPI=7
HOMEPAGE=https://github.com/an-tao/trantor
INHERIT=cmake
IUSE=adns doc +ssl test
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=adns? ( net-dns/c-ares ) ssl? ( dev-libs/openssl )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/an-tao/trantor/archive/refs/tags/v1.5.1.tar.gz -> trantor-1.5.1.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da
_md5_=6e6ba5bc1998e113a43801e52df6de4a

View File

@@ -1,16 +1,16 @@
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=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/requests[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEPEND=dev-python/requests[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=Free Google Translate API for Python. Translates totally free of charge.
EAPI=7
HOMEPAGE=https://pypi.org/project/googletrans
EAPI=8
HOMEPAGE=https://pypi.org/project/googletrans https://github.com/ssut/py-googletrans
INHERIT=distutils-r1
IUSE=python_targets_python3_8 python_targets_python3_9
IUSE=python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=dev-python/requests[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(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RDEPEND=dev-python/requests[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/g/googletrans/googletrans-4.0.0rc1.tar.gz -> googletrans-4.0.0_rc1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f
_md5_=542794afc74c99bd8539028a9b75da06
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f
_md5_=212eac88528ee625b403467bf56a4d11

View File

@@ -1,16 +1,16 @@
BDEPEND=test? ( >=dev-python/pytest-4.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,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_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(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A simple multilingual lemmatizer for Python.
EAPI=7
EAPI=8
HOMEPAGE=https://github.com/adbar/simplemma https://pypi.org/project/simplemma/
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 )
RDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/adbar/simplemma/archive/refs/tags/v0.3.0.tar.gz -> simplemma-0.3.0.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f
_md5_=4a4306c3a1844373a085b2ea33588d83
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 08d890890f70fe0096093016e55438d5 python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 e297e8afd355d60fb9d2d7b37b81214f
_md5_=2386988882c41b8503ec8c7a322b9448

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/concurrencykit
SLOT=0
SRC_URI=https://github.com/justinethier/cyclone-bootstrap/archive/refs/tags/v0.28.0.tar.gz -> cyclone-0.28.0.tar.gz
SRC_URI=https://github.com/justinethier/cyclone-bootstrap/archive/refs/tags/v0.32.0.tar.gz -> cyclone-0.32.0.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5
_md5_=93850d669f365c8281f539576f14a2b0

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=app-crypt/gcr dev-libs/feedbackd media-sound/pulseaudio >=gui-libs/libhandy-1.1.90 net-misc/networkmanager gnome-base/gnome-desktop gnome-base/gnome-session x11-themes/gnome-backgrounds x11-wm/phoc systemd? ( sys-apps/systemd ) sys-power/upower dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A pure Wayland shell prototype for GNOME on mobile devices
EAPI=7
HOMEPAGE=https://source.puri.sm/Librem5/phosh
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phosh/
INHERIT=desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
IUSE=+systemd
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=app-crypt/gcr dev-libs/feedbackd media-sound/pulseaudio >=gui-libs/libhandy-1.1.90 net-misc/networkmanager gnome-base/gnome-desktop gnome-base/gnome-session x11-themes/gnome-backgrounds x11-wm/phoc systemd? ( sys-apps/systemd ) sys-power/upower
SLOT=0
SRC_URI=https://source.puri.sm/Librem5/phosh/-/archive/v0.12.1/phosh-v0.12.1.tar.gz https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz -> libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz
SRC_URI=https://gitlab.gnome.org/World/Phosh/phosh/-/archive/v0.13.0/phosh-v0.13.0.tar.gz https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/c5ab6037f460406ac9799b1e5765de3ce0097a8b/libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz https://gitlab.gnome.org/World/Phosh/libcall-ui/-/archive/465f6add090b623fb80c6c5cbb9ab2880ff531a4/libcall-ui-465f6add090b623fb80c6c5cbb9ab2880ff531a4.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 xdg-utils 27f9a2f19502b925ac117bd657aa2979 gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 08d890890f70fe0096093016e55438d5 meson 5bc3f1b890f90cc00cf1d1dddc10233e flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 pam 41ce39f668e11d31ff4734f3b5794f7d readme.gentoo-r1 e51390d48521eb3d400db57d557b7530 vala 5ef05fa2f1612e51f4aea8c92b09e08d systemd c846b9e02ac8293bfc9ca38a195c2a18 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=c684ae1c0d5c27edde232c8101f6b75a
_md5_=4180fb1f5e4bd3f14bd50900050946e2

View File

@@ -11,6 +11,6 @@ LICENSE=BSD
RDEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) acct-user/hinsightd acct-group/hinsightd sys-libs/liburing sys-libs/zlib virtual/libcrypt openssl? ( dev-libs/openssl ) filecaps? ( sys-libs/libcap )
REQUIRED_USE=^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 )
SLOT=0
SRC_URI=https://gitlab.com/tiotags/hin9/-/archive/v0.9.9/hin9-v0.9.9.tar.gz
SRC_URI=https://gitlab.com/tiotags/hin9/-/archive/v0.9.10/hin9-v0.9.10.tar.gz
_eclasses_=fcaps ac252c3cc67b265cd7ea456f8d58e150 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 lua-utils af986d19619f43dc53862da0d25b9c2e lua-single 8cdf449259063fc54bf347db93744d1f systemd c846b9e02ac8293bfc9ca38a195c2a18 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da linux-info 7e8ed4c6a1d136fb291c52386f996c2c
_md5_=fd426e4c878e1d028967fb276e1c56a7
_md5_=f081ae665bf7ba35b2e5f20e93b7d890

View File

@@ -12,4 +12,4 @@ RDEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1
REQUIRED_USE=^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 )
SLOT=0
_eclasses_=fcaps ac252c3cc67b265cd7ea456f8d58e150 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 lua-utils af986d19619f43dc53862da0d25b9c2e lua-single 8cdf449259063fc54bf347db93744d1f systemd c846b9e02ac8293bfc9ca38a195c2a18 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils 27f9a2f19502b925ac117bd657aa2979 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da linux-info 7e8ed4c6a1d136fb291c52386f996c2c git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=fd426e4c878e1d028967fb276e1c56a7
_md5_=f081ae665bf7ba35b2e5f20e93b7d890

View File

@@ -237,6 +237,7 @@ dev-R/xfun 0.24: Supporting Functions for Package maintained by Yihui Xie
dev-R/xml2 1.3.2: Parse XML
dev-R/yaml 2.2.1: Methods to Convert R Data to YAML and Back
dev-cpp/cli11 1.9.1 2.0.0: Command line parser for C++11
dev-cpp/drogon 1.7.1: C++14/17 based HTTP web application framework
dev-cpp/dtl 1.19_p20210531: diff template library written by C++
dev-cpp/fbthrift 2021.06.14.00 2021.06.28.00: Facebook's branch of Apache Thrift, including a new C++ server
dev-cpp/fizz 2021.06.14.00 2021.06.28.00: C++14 implementation of the TLS-1.3 standard
@@ -250,6 +251,7 @@ dev-cpp/plog 1.1.5_p20200501: Portable, simple and extensible C++ logging librar
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
dev-cpp/termcolor 2.0.0: Header-only library for printing colored messages to the terminal
dev-cpp/tiny-dnn 1.0.0_alpha3: header only, dependency-free deep learning framework in C++14
dev-cpp/trantor 1.5.1: Non-blocking I/O tcp network lib based on c++14/17
dev-cpp/vectorwrapper 1.1.2 9999: A template vector wrapper class for C++
dev-cpp/vexcl 1.4.2-r1: VexCL - Vector expression template library for OpenCL
dev-cpp/wangle 2021.06.14.00 2021.06.28.00: Framework providing common client/server abstractions
@@ -575,7 +577,7 @@ dev-ruby/pry-byebug 3.9.0: Step-by-step debugging and stack navigation in Pry
dev-ruby/rspec-wait 0.0.9: enables time-resilient expectations in your RSpec test suite
dev-scheme/chez 9.5.4: A programming language based on R6RS
dev-scheme/chibi 0.10 9999: Minimal Scheme implementation for use as an extension language
dev-scheme/cyclone 0.28.0 0.31.0 9999: R7RS Scheme to C compiler
dev-scheme/cyclone 0.31.0 0.32.0 9999: R7RS Scheme to C compiler
dev-scheme/gerbil 0.16 9999: Dialect of Scheme designed for Systems Programming
dev-scheme/guile-colorized 0.1_p20191205 9999: Colorized REPL for GNU Guile
dev-scheme/guile-gi 0.3.1 9999: Bindings for GObject Introspection and libgirepository for Guile
@@ -692,7 +694,7 @@ gui-libs/libcsys 4.2.0 9999: Library for managing the device
gui-libs/webp-pixbuf-loader 0.0.1: WebP Image format GdkPixbuf loader
gui-wm/cage 0.1.3 0.1.4 9999: A Wayland kiosk
gui-wm/dwl 0.2.1: dwm for Wayland
gui-wm/phosh 0.12.1: A pure Wayland shell prototype for GNOME on mobile devices
gui-wm/phosh 0.13.0: A pure Wayland shell prototype for GNOME on mobile devices
kde-apps/alligator 21.06 21.07: A convergent RSS/Atom feed reader for Plasma
kde-apps/kclock 21.06 21.07: A convergent clock application for Plasma
kde-apps/krecorder 21.05 21.06: A convergent audio recording application for Plasma
@@ -971,7 +973,7 @@ www-client/torbrowser-launcher 0.3.3 9999: A program to download, updated, and r
www-client/woob 3.0-r1 9999: Web Outside Of Browsers (core, site modules and applications)
www-misc/gitea2rss 0.7.0: Generates RSS feeds from Gitea releases, tags and commits
www-misc/gorss 0.3: Go Terminal Feed Reader
www-servers/hinsightd 0.9.9 9999: hinsightd a http/1.1 webserver with (hopefully) minimal goals
www-servers/hinsightd 0.9.10 9999: hinsightd a http/1.1 webserver with (hopefully) minimal goals
www-servers/thin 1.8.0: This a Ruby gem that delivers a thin and fast web server
x11-apps/xcur2png 0.7.1: Convert X cursors to PNG images
x11-drivers/OpenTabletDriver-bin 0.5.3.3: Cross platform tablet driver (binary package)

View File

@@ -1 +1 @@
Mon, 16 Aug 2021 19:21:52 +0000
Tue, 17 Aug 2021 17:06:17 +0000

View File

@@ -59,6 +59,9 @@ app-shells/starship:tls-vendored - Use a bundled openssl instead of the system o
app-text/OCRmyPDF:jbig2enc - Uses media-libs/jbig2enc for a better compression algorithm
app-text/klogg:lto - Build with link time optimization (LTO).
app-text/klogg:sentry - Enable crash reporting using sentry.io.
dev-cpp/drogon:brotli - Enable support for brotli compression
dev-cpp/drogon:mariadb - Add support for the mariadb database
dev-cpp/drogon:redis - Add support for the Redis database via dev-libs/hiredis
dev-cpp/sprout:texconv - Install texconv from subproject compost
dev-cpp/sprout:wavconv - Install texconv from subproject darkroom
dev-cpp/tiny-dnn:double-precision - Build tiny-dnn with double precision computations